
body {
    padding-top: 100px; /* Adjusted for announcement bar + header */
    background-color: #ffffff;
  }
	
	body, * {
  font-family: 'Roboto', sans-serif;
}
  
  /* Smart Header CSS */
  .smart-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
  }



  /* Main Navigation */
  .main-nav {
    background-color: #f8f9fa;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0;
    padding: 5px 0;
    transition: all 0.3s ease;
  }

  .navbar-container {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

	.text-primary {color:#5b2a00 !important;}
	
  /* Header States */
  .smart-header.scrolled-down {
    transform: translateY(-100%);
  }

  .smart-header.compact-mode .announcement-bar {
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
  }

  .smart-header.compact-mode .navbar-brand {
    height:50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .smart-header.compact-mode .main-nav {
    padding: 8px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  .smart-header.compact-mode .navbar-nav .nav-link {
    padding: 0.5rem 0.8rem;
    font-size: 1rem;
  }

  .smart-header.compact-mode .navbar-container {
    justify-content: space-between;
  }

  /* Navbar Styles */
  .navbar-brand {
    margin-right: 0;
    transition: all 0.3s ease;
  }
  
  .offcanvas {
    width: 85% !important;
    max-width: 400px;
  }
  
  .offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }

  @media (min-width: 991.98px) {
    .nav-item {padding: 0 10px;}
  }

  @media (max-width: 991.98px) {
    .navbar-brand {
      flex-grow: 1;
    }
    .navbar-toggler-group {
      display: flex;
      align-items: center;
    }
    .navbar-toggler {
      order: 3;
      margin-left: 10px;
    }
    .navbar-icons {
      order: 2;
      display: flex;
    }
    .navbar-icons .btn {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
    }
    .nav-item {border-bottom: 1px solid #d7d7d7; padding:5px 0}
    .nav-item:last-child {border-bottom: 0px;}
  }

  .nav-item-arrow::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    margin-left: 0.5rem;
  }
  
  @media (min-width: 992px) {
    .navbar-collapse {
      flex-grow: 0;
    }
    .navbar-nav {
      margin-left: auto;
      margin-right: auto;
    }
    .navbar-icons {
      display: flex;
      align-items: center;
    }
    .mega-menu .dropdown-menu {
      width: auto;
      min-width: 800px;
      max-width: 1000px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      border-radius: 8px;
    }
    .mega-menu:hover .dropdown-menu {
      display: block;
    }
    .mega-menu .dropdown-menu:hover {
      display: block;
    }
  }
  
  .mega-menu .dropdown-menu {
    border: none;
    background-color: #ffffff;
    padding: 20px;
  }
  
  .mega-menu .dropdown-menu h5 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .mega-menu .dropdown-menu ul {
    list-style: none;
    padding-left: 0;
  }
  
  .mega-menu .dropdown-menu ul li {
    margin-bottom: 5px;
  }
  
  .mega-menu-content {
    width: 100%;
  }
  
  .navbar-nav .nav-link.dropdown-toggle:hover,
  .navbar-nav .nav-link.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
  }
  
	.list-unstyled {margin-left:10px;max-height:220px;overflow:auto;  padding-left:0px; padding-right:10px;margin-bottom:0px; margin-top:5px}
	.list-unstyled li {margin-left:10px; color:#777;}
	.list-unstyled li:not(:last-child)  {border-bottom: 1px solid #eee;}
	.list-unstyled li:not(:last-child) {padding: 5px 0;}
	.list-unstyled li:first-child {border-top: 1px solid #eee;}
	.list-unstyled li:last-child {padding-top: 5px; padding-bottm:0px;}
	
    .list-unstyled::-webkit-scrollbar {
      width: 12px;
    }

    .list-unstyled::-webkit-scrollbar-track {
      background-color: #f1f1f1;
    }

    .list-unstyled::-webkit-scrollbar-thumb {
      background-color: #666666;
      border-radius: 6px;
    }

    .list-unstyled::-webkit-scrollbar-thumb:hover {
      background-color: #ff0000;
    }
		
	.badge {
    font-size: 0.6rem;
    padding: 0.25em 0.4em;
    min-width: 1.2rem;
    height: 1.1rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
	
.phone-container {
  display: flex;
  align-items: center;
}

.phone-number {
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .phone-container {
    margin-right: 0.5rem;
  }
  
  .phone-container i {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .navbar-icons {
    margin-left: auto;
  }
}

.navbar-icons {
  display: flex;
  align-items: center;
}

.navbar-toggler-group {
  display: flex;
  align-items: center;
}



a {
    color: #212529;
    text-decoration: none;
}

/* Image hover zoom effect */
.card img {
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.05);
}

/* Ensure the card container clips the zoomed image */
.card {
    overflow: hidden;
}

.container {
  max-width: 1360px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}


        #alert-box {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1050;
        display: none;
        min-width: 300px;
        max-width: 90%;
        border: none;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        padding: 15px 20px;
        color: white;
        text-align: center;
        display: none;
    }

    #alert-box.success {
        background: linear-gradient(45deg, #4CAF50, #45a049);
    }

    #alert-box.error {
        background: linear-gradient(45deg, #f44336, #e53935);
    }

    #alert-box.warning {
        background: linear-gradient(45deg, #ff9800, #fb8c00);
    }

    #alert-box.info {
        background: linear-gradient(45deg, #2196F3, #1e88e5);
    }

    #alert-box .btn-close {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
        filter: brightness(0) invert(1);
        transition: opacity 0.2s;
    }

    #alert-box .btn-close:hover {
        opacity: 1;
    }

    .alert-content {
        margin-right: 25px;
        font-weight: 500;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 24px;
    }
		
/* Specific styles for right offcanvas */
#rightOffcanvas.offcanvas {
    width: 500px !important;
    max-width: 500px !important;
    border-radius: 12px 0 0 12px;
    height: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#rightOffcanvas .offcanvas-header {
    flex-shrink: 0;
}

#rightOffcanvas .offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 80px;
}

@media (max-width: 991.98px) {
    #rightOffcanvas.offcanvas {
        width: 100% !important;
        max-width: none !important;
        margin: 0;
        border-radius: 0;
        height: 100% !important;
    }
}

@media (max-width: 991.98px) {
    #rightOffcanvas.offcanvas {
        width: 98% !important;
        max-width: none !important;
        margin-right: 1%;
        margin-left: 1%;
        border-radius: 12px;
        height: 98vh !important;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
}
		
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6b3108;
  --bs-btn-border-color: #4f2406;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8B4513;
  --bs-btn-hover-border-color: #6b3108;
  --bs-btn-focus-shadow-rgb: #4f2406;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4f2406;
  --bs-btn-active-border-color: #4f2406;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a5259;
  --bs-btn-disabled-border-color: #4a5259;
	text-transform: uppercase;
}
		
.btn-outline-primary {
    --bs-btn-color: #6b3108;
    --bs-btn-border-color: #6b3108;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b3108;
    --bs-btn-hover-border-color: #6b3108;
    --bs-btn-focus-shadow-rgb: 107, 49, 8;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5a2a07;
    --bs-btn-active-border-color: #5a2a07;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #8b6340;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #8b6340;
    --bs-gradient: none;
}		

.page-link, .page-link:focus, .page-link:hover {
    color: #6b3108;
}
		
		
		
		
.form-check-input:checked {
    background-color: #6b3108;
    border-color: #6b3108;
}		
		
.form-control {border-color: #c3c3c3; background:#fffdf8;}
.form-control:focus {
    background-color: #fffdf8;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #6b3108;
    border-color: #6b3108;
}		

 @media (max-width: 768px) {
 
 .pez {padding:6px !important;}
 .pez-t-0 {padding-top:0px !important;}
 
 }
 
   .announcement-bar {
    background: #113073;
    color: white;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .announcement-content {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
  }

  .announcement-text {
    display: inline-block;
  }

/* -- Carousel base --------------------------------- */
.carousel { margin-bottom: 0; }

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* -- Gradient overlay ------------------------------ */
.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10, 22, 60, 0.72) 0%,
    rgba(10, 22, 60, 0.45) 55%,
    rgba(10, 22, 60, 0.05) 100%
  );
  pointer-events: none;
}

/* -- Caption --------------------------------------- */
.carousel-caption-custom {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}
.caption-heading {
  font-size: clamp(1.2rem, 2.8vw, 2.2rem);
  font-weight: 500;
	text-transform: uppercase;
	color:#ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.55);
}
.caption-btn {
  display: inline-block;
  background: #113073;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.25s, border-color 0.25s;
}
.caption-btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* -- Nav arrows ------------------------------------ */
.carousel-control-prev,
.carousel-control-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  top: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(4px);
  transition: background 0.25s;
}
.carousel-control-prev { left: 20px; }
.carousel-control-next { right: 20px; }
.carousel-control-prev:hover,
.carousel-control-next:hover { background-color: rgba(255,255,255,0.3); }
.carousel-control-prev-icon,
.carousel-control-next-icon { width: 20px; height: 20px; }

/* -- Mobile ---------------------------------------- */
@media (max-width: 767px) {
  .carousel-caption-custom { bottom: 16px; padding: 0 16px; }
  .caption-btn { font-size: 0.78rem; padding: 9px 20px; }
  .carousel-control-prev,
  .carousel-control-next { width: 38px; height: 38px; }
  .carousel-control-prev { left: 10px; }
  .carousel-control-next { right: 10px; }
}


/* -- Service Cards --------------------------------- */
.svc-card-img {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-corp {
  background-color: #113073;
  border-color: #113073;
  color: #fff;
} 
.btn-corp:hover {
  background-color: #0e2860;
  border-color: #0e2860;
  color: #fff;
}
.btn-corp-outline {
  background-color: #fff;
  border-color: #113073;
  color: #113073;
}
.btn-corp-outline:hover {
  background-color: #113073;
  border-color: #113073;
  color: #fff;
}
.svc-checklist li {
  padding: 3px 0;
  color: #444;
}
.svc-checklist .bi {
  color: #c8972a;
  margin-right: 6px;
  font-weight: 700;
}


/* -- Statement Section ----------------------------- */
.statement-section {
  background: #f4f6fb;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-top: 1px solid #e2e7f0;
  border-bottom: 1px solid #e2e7f0;
  position: relative;
  overflow: hidden;
}
.statement-section::before,
.statement-section::after { display: none; }
.statement-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 40px;
}
.statement-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8972a;
  margin-bottom: 16px;
  padding-left: 42px;
  position: relative;
}
.statement-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #c8972a;
}
.statement-heading {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #113073;
  line-height: 1.25;
  margin-bottom: 20px;
}
.statement-divider {
  width: 50px;
  height: 4px;
  background: #c8972a;
  border-radius: 2px;
}
.statement-vr {
  width: 1px;
  height: 220px;
  background: #e2e7f0;
}
.statement-body {
  font-size: 0.95rem;
  color: #5a6a85;
  line-height: 1.85;
  margin-bottom: 18px;
}
.statement-section .btn-outline-light {
  border-color: #113073;
  color: #113073;
}
.statement-section .btn-outline-light:hover {
  background: #113073;
  color: #fff;
}
@media (max-width: 991px) {
  .statement-inner { padding: 48px 24px; }
  .statement-left { margin-bottom: 36px; }
}

/* -- Offices Tabs ---------------------------------- */
.offices-tabs .nav-link {
  color: #113073;
  font-weight: 600;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 20px;
}
.offices-tabs .nav-link.active {
  color: #113073;
  background: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 3px solid #113073;
}
.offices-tabs .nav-link:hover:not(.active) {
  border-bottom-color: #c8972a;
  color: #c8972a;
}
.office-img {
  width: 120px;
  height: 180px;
  object-fit: cover;
}
.text-corp { color: #113073; }



/* -- Enquiry Section ------------------------------- */
.enquiry-section {
  background: #f4f6fb;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-top: 1px solid #e2e7f0;
  border-bottom: 1px solid #e2e7f0;
}
.enquiry-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 40px;
}
.enquiry-icon-wrap {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(17,48,115,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113073;
  font-size: 1rem;
}
.enquiry-form-card {
  background: #fff;
  border-top: 4px solid #c8972a;
}
.enquiry-form-card .form-control,
.enquiry-form-card .form-select {
  border-color: #dee2e6;
  font-size: 0.88rem;
}
.enquiry-form-card .form-control:focus,
.enquiry-form-card .form-select:focus {
  border-color: #113073;
  box-shadow: 0 0 0 0.2rem rgba(17,48,115,0.15);
}
@media (max-width: 991px) {
  .enquiry-inner { padding: 52px 24px; }
}

/* -- Footer ---------------------------------------- */
.footer-gap {
  height: 60px;
  background: #fff;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (max-width: 767px) {
  .footer-gap { height: 40px; }
}
.site-footer {
  background: #111318;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.footer-top { padding: 64px 0 40px; }

.footer-logo {
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  font-style: italic;
}
.footer-about {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
}
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s;
}
.footer-social-link:hover {
  background: #c8972a;
  border-color: #c8972a;
  color: #fff;
  transform: translateY(-2px);
}
.footer-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
  padding-bottom: 10px;
  position: relative;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #c8972a;
}
.footer-country {
  font-size: 0.78rem;
  font-weight: 700;
  color: #c8972a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 4px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.footer-links li { margin-bottom: 9px; }
.footer-links a {
  font-size: 0.84rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s, padding-left 0.2s;
}
.footer-links a i { color: #c8972a; font-size: 0.75rem; flex-shrink: 0; }
.footer-links a:hover { color: #fff; padding-left: 4px; }

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.84rem;
  color: rgba(255,255,255,0.75);
}
.footer-contact li i {
  color: #c8972a;
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-mid-rule {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 8px 0 28px;
}
.footer-newsletter-row { padding-bottom: 36px; }
.footer-newsletter .form-control {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.85rem;
}
.footer-newsletter .form-control::placeholder { color: rgba(255,255,255,0.35); }
.footer-newsletter .form-control:focus {
  background: rgba(255,255,255,0.1);
  border-color: #c8972a;
  box-shadow: none;
  color: #fff;
}
.footer-bottom {
  background: rgba(0,0,0,0.35);
  padding: 18px 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.footer-bottom a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom a:hover { color: #c8972a; }
@media (max-width: 767px) {
  .footer-top { padding: 48px 0 32px; }
  .footer-gap { height: 40px; }
}
/* -- Mobile ---------------------------------------- */
@media (max-width: 767px) {
  .carousel-control-prev,
  .carousel-control-next { width: 45px; height: 45px; }
  .carousel-control-prev { left: 10px; }
  .carousel-control-next { right: 10px; }
  .carousel-control-prev-icon,
  .carousel-control-next-icon { width: 18px; height: 18px; }
  .carousel-indicators { bottom: 15px; }
  .carousel-indicators button { width: 10px; height: 10px; margin: 0 3px; }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .feature-item:last-child { border-bottom: none; }
  .feature-inner { padding: 24px 20px; }
}

/* -------------------------------------------------------
   PAGE INTRO SECTION  –  shared across all inner pages
   ------------------------------------------------------- */
.page-intro-section { padding: 72px 0 64px; }

.intro-img-wrap { position: relative; display: inline-block; width: 100%; }

.intro-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 12px 40px rgba(17,48,115,0.14);
}

.intro-img-badge {
  position: absolute;
  bottom: -24px;
  right: -20px;
  background: #c8972a;
  color: #fff;
  border-radius: 10px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(200,151,42,0.35);
}

.intro-badge-num  { font-size: 2rem; font-weight: 900; line-height: 1; }
.intro-badge-label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.intro-heading {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 700;
  color: #113073;
  line-height: 1.25;
  margin-bottom: 16px;
}

.intro-sub-heading { font-size: 1.05rem; font-weight: 700; color: #113073; }

.intro-body {
  font-size: 0.93rem;
  color: #5a6a85;
  line-height: 1.85;
  margin-bottom: 12px;
}

.intro-divider {
  border: none;
  border-top: 1px solid #e2e7f0;
  margin: 28px 0;
}

@media (max-width: 991px) {
  .intro-img { height: 380px; }
  .intro-img-badge { right: 12px; bottom: -18px; }
}

@media (max-width: 767px) {
  .page-intro-section { padding: 48px 0 40px; }
  .intro-img { height: 260px; }
  .intro-img-badge { right: 8px; bottom: -16px; padding: 12px 16px; }
  .intro-badge-num { font-size: 1.5rem; }
}


/* -------------------------------------------------------
   FEATURES GRID  –  shared across service pages
   ------------------------------------------------------- */
.features-section {
  background: #ffffff;
  padding: 80px 0 72px;
}

.features-heading {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #113073;
  margin-bottom: 0;
  line-height: 1.25;
}

.features-section .statement-label {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.features-section .statement-label::before { display: none; }

.feat-card {
  background: #f7f9fd;
  border: 1px solid #e4eaf4;
  border-top: 3px solid #e4eaf4;
  border-radius: 12px;
  padding: 30px 20px 28px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  cursor: default;
}

.feat-card:hover {
  background: #eef2fa;
  border-color: #d0daf0;
  border-top-color: #c8972a;
  transform: translateY(-2px);
}

.feat-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ffffff;
  color: #2c5187;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  margin-bottom: 18px;
  flex-shrink: 0;
  border: 1px solid #e4eaf4;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.feat-card:hover .feat-icon-wrap {
  background: rgba(17, 48, 115, 0.06);
  color: #c8972a;
  border-color: #d0daf0;
}

.feat-label {
  font-size: 0.925rem;
  color: #113073;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .features-section { padding: 52px 0 48px; }
  .feat-card { padding: 24px 14px 20px; }
  .feat-icon-wrap { width: 62px; height: 62px; font-size: 1.9rem; margin-bottom: 14px; }
  .feat-label { font-size: 0.875rem; }
}
.page-intro-section { padding: 72px 0 64px; }

.intro-img-wrap { position: relative; display: inline-block; width: 100%; }

.intro-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 12px 40px rgba(17,48,115,0.14);
}

.intro-img-badge {
  position: absolute;
  bottom: -24px;
  right: -20px;
  background: #c8972a;
  color: #fff;
  border-radius: 10px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(200,151,42,0.35);
}

.intro-badge-num  { font-size: 2rem; font-weight: 900; line-height: 1; }
.intro-badge-label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.intro-heading {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 600;
  color: #113073;
  line-height: 1.25;
  margin-bottom: 16px;
}

.intro-sub-heading { font-size: 1.05rem; font-weight: 700; color: #113073; }

.intro-body {
  font-size: 0.93rem;
  color: #5a6a85;
  line-height: 1.85;
  margin-bottom: 12px;
}

.intro-divider {
  border: none;
  border-top: 1px solid #e2e7f0;
  margin: 28px 0;
}

@media (max-width: 991px) {
  .intro-img { height: 380px; }
  .intro-img-badge { right: 12px; bottom: -18px; }
}

@media (max-width: 767px) {
  .page-intro-section { padding: 48px 0 40px; }
  .intro-img { height: 260px; }
  .intro-img-badge { right: 8px; bottom: -16px; padding: 12px 16px; }
  .intro-badge-num { font-size: 1.5rem; }
}

