.offer_page
{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.offer_page .offer-card {
  max-width: 690px;
  margin: auto;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dee2e6;
  overflow: hidden;
}

.offer_page .offer-card.red .offer-header {
  background: #026ae7;
}

.offer_page .offer-header {
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.offer_page .header-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#1e3a45;
  padding: 10px;
}

.offer_page .header-info .title {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  font-weight: 700;
  font-size: 24px;
  border-radius: 8px;
}

.offer_page .offer_informations {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size:11px;
}

.offer_page .company_logo {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.offer_page .company_logo .logo_text {
  font-size: 19px;
  font-weight: 700;
}

.offer_page .company_logo img {
  max-height: 36px;
}

.offer_page .contact-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 11px;
  min-width: 50%;
}

.offer_page .contact-box i {
  margin-right: 6px;
}

.offer_page .bi_box {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 5px;
  overflow: hidden;
  page-break-inside: avoid;
  break-inside: avoid;
}

.offer_page .bi_box.bg {
  background:#1e3a45;
}

.offer_page .bi_box.bgt {
  background: #ffffff;
  border: 1px solid #7db8ff;
  box-shadow: 0 2px 8px rgba(125, 184, 255, 0.25);
  padding: 2px 2px;
  border-radius: 12px;
  margin-bottom: 12px;
  color: #084298;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size:11px;
}

.offer_page .bi_box.bgt .bi_icon {
  width: 100px;
  justify-content: start;
  font-weight: 700;
}

.offer_page .bi_box.bgt .bi_icon {
  background: transparent;
}

.offer_page .bi_box.bgt .bi_text {
  background: transparent;
}

.offer_page .bi_box.bg .bi_icon {
  color: white;
}

.offer_page .bi_box.bg .bi_text {
  color: white;
}

.offer_page .bi_box .bi_icon {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 25%);
  padding: 5px;
}

.offer_page .bi_box .bi_text {
  display: flex;
  flex: 1;
  align-items: start;
  justify-content: start;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
}

.offer_page .bi_box.dear {
  background: #1a3778;
  font-size:11px;
}

.offer_page .content-area {
  padding: 30px;
}

.offer_page .highlight-box {
  background-color: #f1f3f5;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 10px;
}

.offer_page .box-table {
  max-width: 900px;
  margin-bottom: 20px auto;
  margin-bottom:5px;
  font-size:11px;
}

.offer_page .box-row {
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  align-items: center;
  page-break-inside: avoid;
  break-inside: avoid;
}

.offer_page .box-header {
  background-color: #f8f9fa;
  font-weight: 600;
}

.offer_page .box-cell {
  flex: 1;
  padding: 8px;
  display: flex;
  align-items: center;
  border-right: 1px solid #dee2e6;
}

.offer_page .box-cell:last-child {
  border-right: none;
}

.offer_page .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.offer_page .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.offer_page .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.offer_page .text-end {
  justify-content: flex-end !important;
}

.offer_page .total-row {
  background-color: #e9ecef;
  font-weight: 700;
  font-size: 11px;
}

.offer_page .footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  border:0px;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-top: 5px;
}

.offer_page .regards {
  
  background: #e6f1ff;
  border: 1px solid #7db8ff;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: 0 6px 12px rgba(125, 184, 255, 0.3);
  font-size: 20px;/
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  color: #0a3d62;
  position: relative;
}


.offer_page .agent {
  background: #e6f1ff;
  border: 1px solid #7db8ff;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: 0 6px 12px rgba(125, 184, 255, 0.3);
  font-size: 18px;
  font-weight: 700;
  color: #0a3d62;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer_page .agent .name {
  font-size: 22px;
  font-weight: 900;
}

.offer_page .agent .position {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.op_header_color
{
   background: #026ae7 !important;
   color:#ffffff !important;
}
.op_form_title_color
{
   background: #1e3a45 !important;
   color:#ffffff !important;
}
.op_information_color
{
   background: #1e3a45 !important;
   color:#ffffff !important;
}
.op_dear_color
{
   background: #1a3778 !important;
   color:#ffffff !important;
}
.op_note_color
{
   border-color: #7db8ff !important;
   color:#084298 !important;
}
.op_regards_color
{
   background: #e6f1ff !important;
   border-color: #7db8ff !important;
   color:#0a3d62 !important;
}
.op_agent_color
{
   background: #e6f1ff !important;
   border-color: #7db8ff !important;
   color:#0a2a43 !important;
}