:root {
  --navy: #061734;
  --navy2: #08265d;
  --blue: #0d5be1;
  --red: #f31324;
  --soft: #f3f7ff;
  --text: #071633;
  --muted: #51627c;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background: #fff
}

.container-fluid {
  max-width: 1360px;
  margin: 0 auto
}

.text-red {
  color: var(--red)
}

.red-label {
  display: inline-block;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: 14px
}

.btn-red {
  background: linear-gradient(135deg, #ff2633, #dc0713);
  color: #fff !important;
  border: 0;
  border-radius: 22px;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(243, 19, 36, .25);
  padding: 10px 17px;
  transition: .3s;
}

.btn-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 35px rgba(243, 19, 36, .32)
}

.btn-blue {
  background: #082a70;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  padding: 12px 22px
}

.btn-outline-light {
  border-width: 2px;
  font-weight: 800
}

.topbar {
  background: #051535;
  color: #fff;
  padding: 10px 0;
  font-size: 13px
}

.topbar .row>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.topbar i {
  color: var(--red)
}

.topbar .phone i {
  color: #1c7dff
}

.main-nav {
  background: #fff;
  padding: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  z-index: 1030;
  min-height: 84px
}

.navbar-brand {
  position: relative;
  padding: 10px 0
}

.navbar-brand:after {
  content: "";
  position: absolute;
  left: -65px;
  top: 0;
  height: 100%;
  width: 355px;
  background: linear-gradient(135deg, #fff 0 72%, #0d5be1 72% 100%);
  z-index: -1
}

.navbar-brand img {
  width: 230px;
  max-width: 100%;
  height: auto;
  display: block
}

.navbar-nav {
  gap: 14px;
  align-items: center
}

.nav-link {
  position: relative;
  color: #071633 !important;
  font-weight: 900;
  font-size: 14px;
  padding: 31px 0 !important
}

.nav-link.active:after,
.nav-link:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background: var(--red);
  border-radius: 4px
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important
}

.hero-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(3, 13, 37, .98) 0%, rgba(6, 29, 73, .91) 43%, rgba(6, 29, 73, .28) 70%, rgba(3, 13, 37, .10) 100%), url('../images/hero-guard.jpg') center right/cover no-repeat;
  color: #fff
}

/* .hero-section:before {
  content: "";
  position: absolute;
  left: -5%;
  top: -120px;
  width: 42%;
  height: 250px;
  background: #0d5be1;
  border-radius: 0 0 70% 0;
  opacity: .95
} */

.hero-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 60px;
  background: #fff;
  clip-path: ellipse(75% 100% at 50% 100%)
}

.hero-curve {
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 430px;
  height: 42px;
  background: linear-gradient(100deg, #0d5be1 0 48%, #fff 48% 58%, #f31324 58% 100%);
  border-radius: 100px 0 0 100px;
  transform: rotate(-7deg);
  z-index: 2
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
  padding: 70px 0 110px
}

.hero-copy h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(58px, 7.2vw, 92px);
  font-weight: 800;
  line-height: .87;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase
}

.hero-copy h1 span {
  display: block;
  color: #1673ff
}

.tagline {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

.hero-copy h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  max-width: 500px
}

.hero-copy h2 strong {
  color: #ff2633
}

.hero-copy .btn {
  height: 44px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 0 27px;
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 900
}

.trust-line span+span:before {
  content: "|";
  margin-right: 16px;
  color: #fff
}

.trust-line i {
  color: #32d38a;
  margin-right: 6px
}

.section-pad {
  padding: 30px 0
}

.section-title {
  text-align: center;
  margin-bottom: 34px
}

.section-title span {
  display: inline-block;
  width: 65px;
  height: 2px;
  background: var(--red);
  vertical-align: middle;
  margin: 0 14px
}

.section-title h2 {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #071633
}

.section-title p {
  margin: 12px 0 0;
  color: #33445f;
  font-weight: 600
}

.section-title small {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase
}

.services-section {
  background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
  padding-top: 54px
}

.serviceSwiper {
  padding: 8px 54px 64px
}

.serviceSwiper .swiper-slide {
  height: auto
}

.service-card {
  position: relative;
  height: 100%;
  min-height: 350px;
  background: #fff;
  border: 1px solid #e2ebfb;
  border-radius: 14px;
  padding: 14px 14px 22px;
  box-shadow: 0 14px 34px rgba(6, 31, 75, .12);
  transition: .35s;
  overflow: hidden
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(6, 31, 75, .22)
}

.service-card b {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #082d87;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900
}

.service-card img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
  display: block
}

.service-icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  background: #fff;
  margin: -25px 0 14px 12px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #093a9a;
  font-size: 25px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .14)
}

.service-card h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  /*min-height: 42px;*/
  margin-bottom: 10px
}

.service-card p {
  font-size: 13px;
  line-height: 1.62;
  color: #4a5b76;
  margin: 0
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  color: #0b43b4
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 17px;
  font-weight: 900
}

.swiper-pagination-bullet-active {
  background: var(--red)
}

.about-card-wrap {
  background: linear-gradient(180deg, #f5f9ff 0, #fff 100%);
  padding-top: 25px !important
}

.about-card {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dce7fb;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 20px 48px rgba(7, 31, 78, .13)
}

.intro-box {
  position: relative;
  max-width: 420px;
  margin: 0 auto
}

.intro-box>img:first-child {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border: 6px solid #0b58cc;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18)
}

.float-img {
  position: absolute;
  right: -30px;
  top: 75px;
  width: 155px;
  height: 100px;
  object-fit: cover;
  border-radius: 13px;
  border: 5px solid #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .24)
}

.years {
  position: absolute;
  right: 48px;
  bottom: -24px;
  width: 118px;
  height: 118px;
  background: #fff;
  border: 5px solid var(--red);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18)
}

.years strong {
  font-size: 36px;
  color: #082d87;
  line-height: 1
}

.years span {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25
}

.about-content {
  padding-left: 20px
}

.about-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  margin: 12px 0 16px
}

.about-content h2 span {
  display: block;
  color: #0d5be1
}

.about-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #33445f;
  margin-bottom: 20px
}

.why-column {
  border-left: 1px solid #d9e3f4;
  padding-left: 42px
}

.why-column h3 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #0a43b4;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 28px
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  margin: 5px 0
}

.why-list i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #eef4ff;
  color: #0b43b4;
  display: grid;
  place-items: center;
  font-size: 20px
}

.stats-wrap {
  padding: 18px 0 55px
}

.stats-wrap .container-fluid {
  max-width: 1240px
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(90deg, #061535, #082d73, #061535);
  border-radius: 16px;
  overflow: hidden;
  color: #fff
}

.stats-bar div {
  min-height: 120px;
  padding: 25px 15px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap
}

.stats-bar div:last-child {
  border-right: 0
}

.stats-bar i {
  font-size: 37px
}

.stats-bar strong {
  font-size: 38px;
  line-height: 1;
  color: #ff2633
}

.stats-bar span {
  display: block;
  width: 100%;
  font-weight: 800
}

.where-section {
  background: #fff
}

.where-section figure {
  height: 100%;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(7, 31, 78, .14);
  background: #fff
}

.where-section img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  display: block;
  transition: .35s
}

.where-section figure:hover img {
  transform: scale(1.06)
}

.where-section figcaption {
  text-align: center;
  padding: 12px 7px;
  font-weight: 900
}

.testimonial-section {
  background: #fff
}

.testimonialSwiper {
  padding: 10px 58px 60px
}

.testimonialSwiper .swiper-slide {
  height: auto
}

.testimonial {
  height: 100%;
  min-height: 245px;
  background: #fff;
  border: 1px solid #e2ebfb;
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 14px 34px rgba(6, 31, 75, .11)
}

.testimonial .bi-quote {
  font-size: 44px;
  color: var(--red)
}

.testimonial p {
  font-size: 16px;
  line-height: 1.55;
  color: #172943;
  min-height: 78px
}

.testimonial h4 {
  font-size: 16px;
  color: #00887c;
  font-weight: 900;
  margin: 14px 0 0
}

.testimonial small {
  color: #172943
}

.stars {
  color: #ffb000;
  letter-spacing: 3px;
  margin-top: 7px
}

.contact-section {
  background: linear-gradient(105deg, #061535 0%, #082d73 100%);
  color: #fff;
  padding: 66px 0
}

.contact-section h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 6px 0 14px
}

.contact-section p {
  font-weight: 700;
  line-height: 1.55
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0
}

.contact-list li {
  position: relative;
  padding-left: 39px;
  margin: 17px 0;
  font-weight: 800;
  line-height: 1.5
}

.contact-list i {
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--red);
  font-size: 24px
}

.quote-form {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, .25)
}

.quote-form .form-control,
.quote-form .form-select {
  height: 54px;
  border: 1px solid #d6e1f2;
  color: #071633;
  font-weight: 500
}

.quote-form textarea.form-control {
  height: 140px
}

.quote-form .btn {
  min-width: 240px;
  height: 46px
}

.footer {
  background: #051535;
  color: #fff;
  padding: 52px 0 18px
}

.footer-logo {
  width: 220px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 18px
}

.footer h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 17px
}

.footer a {
  display: block;
  color: #dce8ff;
  text-decoration: none;
  margin: 8px 0;
  font-size: 14px
}

.footer a:before {
  content: '›';
  color: var(--red);
  margin-right: 8px
}

.footer p {
  color: #e6efff;
  line-height: 1.6;
  overflow-wrap: anywhere
}

.social a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0b55d9;
  color: #fff;
  margin-right: 7px
}

.social a:before {
  display: none
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #0755d8;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  display: none
}

.to-top.show {
  display: block
}

@media(max-width:1199px) {
  .navbar-brand img {
    width: 205px
  }

  .navbar-nav {
    gap: 9px
  }

  .nav-link {
    font-size: 13px
  }

  .main-nav .btn-red {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

  .hero-section {
    min-height: 520px
  }

  .about-card {
    padding: 26px
  }

  .about-content h2 {
    font-size: 42px
  }

  .why-column {
    padding-left: 28px
  }

  .stats-bar strong {
    font-size: 34px
  }

  .serviceSwiper,
  .testimonialSwiper {
    padding-left: 48px;
    padding-right: 48px
  }
}

@media(max-width:991px) {
  html {
    scroll-padding-top: 76px
  }

  .container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important
  }

  .topbar {
    display: none !important
  }

  .main-nav {
    min-height: 72px
  }

  .navbar-brand:after {
    width: 270px
  }

  .navbar-brand img {
    width: 190px
  }

  .navbar-collapse {
    padding: 12px 0 18px
  }

  .nav-link {
    padding: 10px 0 !important
  }

  .nav-link.active:after,
  .nav-link:hover:after {
    left: 16px;
    transform: none;
    bottom: 4px
  }

  .hero-section {
    min-height: auto;
    background-position: center right !important
  }

  .hero-copy {
    padding: 82px 0 118px;
    max-width: 630px
  }

  .hero-copy h1 {
    font-size: clamp(50px, 10vw, 74px)
  }

  .section-pad {
    padding: 62px 0
  }

  .serviceSwiper,
  .testimonialSwiper {
    padding-left: 36px;
    padding-right: 36px
  }

  .about-content {
    padding-left: 0;
    margin-top: 18px
  }

  .why-column {
    border-left: 0;
    border-top: 1px solid #d9e3f4;
    padding: 28px 0 0;
    margin-top: 20px
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-bar div:nth-child(2) {
    border-right: 0
  }

  .stats-bar div {
    border-bottom: 1px solid rgba(255, 255, 255, .12)
  }

  .stats-bar div:nth-child(3),
  .stats-bar div:nth-child(4) {
    border-bottom: 0
  }

  .quote-form {
    margin-top: 10px
  }

  .footer {
    text-align: left
  }
}

@media(max-width:767px) {
  .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

  .hero-section {
    background: linear-gradient(90deg, rgba(3, 13, 37, .96), rgba(6, 29, 73, .82)), url('../images/hero-guard.jpg') center/cover no-repeat;
    color: #fff
  }

  .hero-section:before {
    width: 55%;
    height: 190px
  }

  .hero-curve {
    width: 260px;
    height: 30px
  }

  .hero-copy {
    text-align: center;
    margin: 0 auto;
    padding: 72px 0 105px
  }

  .hero-copy h1 {
    font-size: 48px
  }

  .hero-copy h2 {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto
  }

  .hero-copy .d-flex,
  .trust-line {
    justify-content: center
  }

  .hero-copy .btn {
    width: 100%;
    max-width: 280px
  }

  .section-title h2 {
    font-size: 34px
  }

  .section-title span {
    width: 38px;
    margin: 0 8px
  }

  .serviceSwiper,
  .testimonialSwiper {
    padding-left: 8px;
    padding-right: 8px
  }

  .service-card {
    max-width: 365px;
    margin: 0 auto
  }

  .about-card {
    padding: 20px
  }

  .intro-box>img:first-child {
    height: 260px
  }

  .float-img {
    right: 10px;
    width: 130px;
    height: 86px
  }

  .years {
    right: 22px;
    width: 92px;
    height: 92px
  }

  .years strong {
    font-size: 28px
  }

  .about-content h2 {
    font-size: 36px
  }

  .why-column h3 {
    font-size: 31px
  }

  .stats-bar {
    grid-template-columns: 1fr
  }

  .stats-bar div {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .12) !important
  }

  .stats-bar div:last-child {
    border-bottom: 0 !important
  }

  .where-section img {
    height: 205px
  }

  .testimonial {
    max-width: 430px;
    margin: 0 auto
  }

  .contact-section {
    text-align: left
  }

  .footer {
    text-align: center
  }

  .footer .d-flex {
    justify-content: center !important
  }
}

@media(max-width:575px) {
  .navbar-brand:after {
    width: 220px
  }

  .navbar-brand img {
    width: 165px
  }

  .hero-copy h1 {
    font-size: 42px
  }

  .hero-copy h2 {
    font-size: 18px
  }

  .tagline {
    font-size: 15px
  }

  .trust-line span+span:before {
    display: none
  }

  .trust-line {
    gap: 8px 14px
  }

  .section-pad {
    padding: 52px 0
  }

  .section-title h2 {
    font-size: 30px
  }

  .section-title p {
    font-size: 14px
  }

  .service-card img {
    height: 175px
  }

  .intro-box>img:first-child {
    height: 230px
  }

  .float-img {
    display: none
  }

  .about-content p {
    font-size: 15px
  }

  .quote-form {
    padding: 18px
  }

  .quote-form .btn {
    width: 100%;
    min-width: 0
  }

  .footer-logo {
    width: 190px
  }

  .to-top {
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px
  }
}

/* Premium redesign update: provided banner + cleaner testimonials/contact */
.hero-section {
  min-height: 620px;
  background: linear-gradient(90deg, rgba(3, 13, 37, .98) 0%, rgba(6, 29, 73, .87) 35%, rgba(6, 29, 73, .25) 65%, rgba(3, 13, 37, .08) 100%), url('../images/banner-image-buvan.png') center right/cover no-repeat;
}

.hero-copy {
  padding: 96px 0 125px;
  max-width: 610px
}

.hero-copy h1 {
  font-size: clamp(62px, 7.6vw, 104px)
}

.hero-copy h2 {
  max-width: 520px
}

.testimonial-section-new {
  position: relative;
  background: linear-gradient(180deg, #fff 0, #f7faff 100%);
  overflow: hidden;
  padding-top: 82px !important
}

.testimonial-section-new:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(13, 91, 225, .08), transparent 32%), radial-gradient(circle at 92% 18%, rgba(243, 19, 36, .06), transparent 26%);
  pointer-events: none
}

.premium-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .95;
  text-transform: uppercase;
  font-weight: 800;
  margin: 10px 0 0;
  color: #061734
}

.testimonial-lead {
  max-width: 520px;
  margin-left: auto;
  color: #4d5e7a;
  font-weight: 700;
  line-height: 1.7
}

.testimonial-premium-swiper {
  padding: 18px 56px 64px;
  overflow: visible
}

.premium-testimonial {
  position: relative;
  min-height: 300px;
  border: 1px solid #dfe9fa;
  background: rgba(255, 255, 255, .95);
  border-radius: 24px;
  padding: 36px 34px;
  box-shadow: 0 20px 55px rgba(6, 31, 75, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden
}

.premium-testimonial:after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(13, 91, 225, .13), rgba(243, 19, 36, .08))
}

.premium-testimonial .quote-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fff1f2;
  color: var(--red);
  display: grid;
  place-items: center;
  margin-bottom: 20px
}

.premium-testimonial .quote-mark i {
  font-size: 42px;
  line-height: 1
}

.premium-testimonial p {
  font-size: 17px;
  line-height: 1.7;
  color: #132440;
  min-height: 112px;
  margin-bottom: 24px
}

.client-row {
  display: flex;
  align-items: center;
  gap: 14px
}

.client-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #082d87, #0d5be1);
  color: #fff;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(13, 91, 225, .28)
}

.premium-testimonial h4 {
  font-size: 17px;
  margin: 0;
  color: #00887c;
  font-weight: 900
}

.premium-testimonial small {
  display: block;
  color: #233551;
  font-weight: 600
}

.premium-testimonial .stars {
  font-size: 14px;
  margin-top: 2px
}

.contact-premium-section {
  padding: 76px 0;
  background: linear-gradient(135deg, #061535 0%, #08265d 48%, #0d5be1 100%)
}

.contact-panel {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28)
}

.contact-info-card {
  height: 100%;
  padding: 48px 42px;
  background: linear-gradient(160deg, rgba(6, 23, 52, .96), rgba(8, 45, 115, .93)), url('../images/banner-image-buvan.png') center/cover;
  color: #fff;
  position: relative;
  overflow: hidden
}

.contact-info-card:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08)
}

.contact-info-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52px;
  line-height: .95;
  text-transform: uppercase;
  margin: 12px 0 16px
}

.contact-info-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #e8f0ff;
  margin-bottom: 26px
}

.contact-mini-card {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px)
}

.contact-mini-card i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--red);
  font-size: 20px
}

.contact-mini-card strong {
  display: block;
  font-size: 15px
}

.contact-mini-card span {
  display: block;
  color: #edf4ff;
  line-height: 1.5;
  font-size: 14px;
  overflow-wrap: anywhere
}

.quote-form-premium {
  box-shadow: none;
  border-radius: 0;
  padding: 46px 42px;
  background: #fff;
  height: 100%
}

.form-title h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  color: #061734
}

.form-title p {
  color: #60708a;
  font-weight: 700;
  margin-bottom: 22px
}

.quote-form-premium label {
  font-size: 13px;
  font-weight: 900;
  color: #061734;
  margin-bottom: 7px
}

.quote-form-premium .form-control,
.quote-form-premium .form-select {
  border: 1px solid #d7e3f7;
  background: #f8fbff;
  border-radius: 10px;
  height: 56px
}

.quote-form-premium textarea.form-control {
  height: 145px
}

.quote-form-premium .btn {
  height: 52px;
  min-width: 230px;
  border-radius: 10px;
  margin-top: 4px
}

@media(max-width:991px) {
  .hero-section {
    min-height: auto;
    background-position: center !important
  }

  .hero-copy {
    padding: 86px 0 120px
  }

  .testimonial-lead {
    margin-left: 0
  }

  .testimonial-premium-swiper {
    padding-left: 36px;
    padding-right: 36px
  }

  .contact-info-card,
  .quote-form-premium {
    padding: 36px 28px
  }

  .contact-info-card h2 {
    font-size: 42px
  }

  .contact-panel {
    border-radius: 20px
  }
}

@media(max-width:767px) {
  .hero-section {
    background: linear-gradient(90deg, rgba(3, 13, 37, .97), rgba(6, 29, 73, .78)), url('../images/banner-image-buvan.png') center/cover no-repeat
  }

  .testimonial-premium-swiper {
    padding-left: 8px;
    padding-right: 8px
  }

  .premium-testimonial {
    max-width: 430px;
    margin: 0 auto;
    min-height: 285px;
    padding: 30px 24px
  }

  .premium-heading {
    font-size: 38px
  }

  .contact-premium-section {
    padding: 54px 0
  }

  .contact-info-card,
  .quote-form-premium {
    padding: 30px 22px
  }

  .quote-form-premium .btn {
    width: 100%
  }
}

/* Final alignment update: premium responsive header, supplied about image and floating WhatsApp */
.topbar {
  padding: 9px 0;
  background: #061533;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.topbar .row {
  min-height: 28px
}

.topbar .row>div {
  display: flex;
  align-items: center
}

.topbar .col-lg-3 {
  justify-content: center
}

.topbar .phone {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.main-nav {
  min-height: 96px;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(6, 21, 51, .10)
}

.main-nav .container-fluid {
  display: flex;
  align-items: center
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 96px
}

.navbar-brand:after {
  display: none
}

.navbar-brand img {
  width: 220px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  filter: drop-shadow(0 10px 18px rgba(6, 21, 51, .10))
}

.navbar-collapse {
  align-items: center
}

.navbar-nav {
  gap: 18px
}

.nav-link {
  padding: 36px 0 !important;
  font-size: 15px;
  letter-spacing: .01em
}

.main-nav .btn-red {
  height: 52px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 30px !important
}

.navbar-toggler {
  padding: 8px 0
}

.navbar-toggler:focus {
  box-shadow: none
}

.hero-section {
  margin-top: 0;
  background-position: center right !important
}

.hero-copy {
  padding-top: 112px
}

.hero-copy h1 {
  text-shadow: 0 8px 22px rgba(0, 0, 0, .24)
}

.about-card {
  padding: 46px;
  border-radius: 26px
}

.about-card .row {
  --bs-gutter-x: 2.2rem
}

.intro-box {
  max-width: 440px
}

.intro-box>img:first-child {
  height: 470px;
  object-fit: contain;
  background: #02050b;
  border: 0;
  border-radius: 28px;
  padding: 6px;
  box-shadow: 0 22px 55px rgba(2, 12, 33, .28)
}

.about-photo:before {
  content: "";
  position: absolute;
  inset: 18px -10px -12px 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(13, 91, 225, .15), rgba(243, 19, 36, .10));
  z-index: -1
}

.years {
  right: 18px;
  bottom: 18px;
  width: 112px;
  height: 112px
}

.about-content {
  padding-left: 10px
}

.about-content h2 {
  font-size: clamp(40px, 4vw, 58px)
}

.why-column {
  padding-left: 48px
}

.why-list li {
  margin: 19px 0
}

.why-list i {
  box-shadow: 0 8px 22px rgba(13, 91, 225, .12)
}

.testimonial-section-new .row {
  align-items: center !important
}

.testimonial-premium-swiper {
  padding-bottom: 78px
}

.premium-testimonial {
  min-height: 315px
}

.premium-testimonial p {
  min-height: 125px
}

.contact-panel {
  border-radius: 30px
}

.contact-premium-section {
  padding: 86px 0
}

.quote-form-premium .row {
  align-items: start
}

.quote-form-premium .btn {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.contact-info-card {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.contact-mini-card {
  align-items: flex-start
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 26px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 54px;
  padding: 0 16px 0 14px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .38);
  animation: waPulse 1.8s infinite
}

.whatsapp-float i {
  font-size: 24px
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px)
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .48), 0 14px 34px rgba(37, 211, 102, .38)
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0), 0 14px 34px rgba(37, 211, 102, .38)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 14px 34px rgba(37, 211, 102, .38)
  }
}

@media(max-width:1199px) {
  .main-nav {
    min-height: 84px
  }

  .navbar-brand {
    min-height: 84px
  }

  .navbar-brand img {
    width: 200px
  }

  .navbar-nav {
    gap: 12px
  }

  .nav-link {
    font-size: 14px;
    padding: 31px 0 !important
  }

  .main-nav .btn-red {
    padding: 0 22px !important
  }

  .intro-box>img:first-child {
    height: 410px
  }

  .about-card {
    padding: 34px
  }

  .why-column {
    padding-left: 30px
  }
}

@media(max-width:991px) {
  .main-nav {
    min-height: 78px
  }

  .navbar-brand {
    min-height: 78px
  }

  .navbar-brand img {
    width: 188px
  }

  .navbar-collapse {
    background: #fff;
    border-top: 1px solid #e8eef8;
    margin-top: 8px;
    padding: 14px 4px 18px
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 0
  }

  .nav-link {
    padding: 11px 0 !important
  }

  .main-nav .btn-red {
    margin-top: 8px
  }

  .hero-copy {
    padding: 88px 0 112px
  }

  .about-card {
    text-align: left
  }

  .intro-box {
    max-width: 390px
  }

  .intro-box>img:first-child {
    height: 390px
  }

  .about-content {
    padding-left: 0
  }

  .why-column {
    padding-left: 0
  }

  .contact-info-card {
    min-height: auto
  }

  .testimonial-section-new .row {
    text-align: center
  }

  .testimonial-lead {
    margin: 0 auto
  }

  .contact-panel {
    border-radius: 24px
  }
}

@media(max-width:767px) {
  .main-nav .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important
  }

  .navbar-brand img {
    width: 168px
  }

  .hero-copy {
    padding: 78px 0 104px
  }

  .about-card {
    padding: 22px;
    border-radius: 20px
  }

  .about-card .row {
    --bs-gutter-y: 1.6rem
  }

  .intro-box>img:first-child {
    height: 320px;
    border-radius: 20px
  }

  .about-photo:before {
    display: none
  }

  .years {
    width: 92px;
    height: 92px;
    right: 12px;
    bottom: 12px
  }

  .years strong {
    font-size: 28px
  }

  .about-content {
    text-align: center
  }

  .why-column h3 {
    text-align: center
  }

  .why-list {
    max-width: 360px;
    margin: 0 auto
  }

  .premium-testimonial {
    min-height: auto
  }

  .premium-testimonial p {
    min-height: auto
  }

  .contact-premium-section {
    padding: 58px 0
  }

  .contact-info-card {
    text-align: left
  }

  .whatsapp-float {
    left: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center
  }

  .whatsapp-float span {
    display: none
  }

  .to-top {
    right: 16px;
    bottom: 16px
  }
}

@media(max-width:575px) {
  .navbar-brand img {
    width: 156px
  }

  .hero-copy h1 {
    font-size: 46px
  }

  .intro-box>img:first-child {
    height: 285px
  }

  .about-content h2 {
    font-size: 36px
  }

  .contact-info-card h2 {
    font-size: 38px
  }

  .contact-mini-card {
    padding: 14px
  }

  .footer .row .col-6 {
    text-align: left
  }

  .whatsapp-float {
    bottom: 76px
  }

  .to-top {
    bottom: 16px
  }
}

/* Final requested polish: centered premium header, fixed section alignment, CTA, responsive images */
:root {
  --navy: #061734;
  --blue: #0d5be1;
  --red: #f31324;
  --soft: #f4f8ff
}

.topbar {
  height: 38px;
  display: flex;
  align-items: center;
  background: #061734;
  color: #fff;
  position: relative;
  z-index: 1031
}

.topbar .container-fluid {
  height: 100%
}

.topbar .row {
  height: 100%
}

.topbar i {
  font-size: 13px
}

.topbar .small {
  font-size: 13px
}

.premium-header {
  min-height: 96px;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(6, 23, 52, .10);
  z-index: 1030;
  padding: 0
}

.premium-header .header-inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: 270px 1fr 210px;
  align-items: center;
  gap: 24px
}

.premium-header .header-logo {
  min-height: 0;
  padding: 0 !important;
  margin: 0
}

.premium-header .header-logo img {
  width: 222px;
  height: auto;
  max-height: 74px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none
}

.premium-header .navbar-collapse {
  justify-content: center !important
}

.premium-header .menu-center {
  width: 100%;
  gap: 26px
}

.premium-header .nav-link {
  padding: 36px 0 !important;
  font-size: 15px;
  font-weight: 900;
  color: #061734 !important;
  position: relative
}

.premium-header .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 0;
  height: 3px;
  background: var(--red);
  border-radius: 99px;
  transform: translateX(-50%);
  transition: .25s
}

.premium-header .nav-link:hover:after,
.premium-header .nav-link.active:after {
  width: 34px
}

.premium-header .dropdown-toggle:after {
  position: static;
  width: auto;
  height: auto;
  background: none;
  transform: none
}

.premium-header .header-quote {
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(243, 19, 36, .24)
}

.hero-section {
  background-image: linear-gradient(90deg, rgba(3, 12, 35, .88), rgba(3, 12, 35, .35)), url('../images/banner-image-buvan.png') !important;
  background-size: cover !important;
  background-position: center !important;
  min-height: 610px
}

.hero-copy {
  max-width: 630px;
  padding: 60px 0 100px;
}

.hero-copy h1 {
  font-size: clamp(54px, 7vw, 94px);
  line-height: .92
}

.hero-copy h2 {
  max-width: 540px
}

.hero-curve {
  opacity: .95;
  display: none;

}

.service-card {
  height: 100%;
  min-height: 314px;
  border-radius: 18px
}

.service-card img {
  height: 142px;
  object-fit: cover;
  object-position: center
}

.service-card h3 {
  /*min-height: 44px*/
}

.serviceSwiper {
  padding: 8px 54px 10px
}

.serviceSwiper .swiper-button-prev,
.serviceSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev,
.testimonialSwiper .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 34px rgba(6, 23, 52, .16);
  color: var(--blue)
}

.serviceSwiper .swiper-button-prev:after,
.serviceSwiper .swiper-button-next:after,
.testimonialSwiper .swiper-button-prev:after,
.testimonialSwiper .swiper-button-next:after {
  font-size: 18px;
  font-weight: 900
}

.about-card-wrap {
  padding-top: 40px !important
}

.about-card.about-exact {
  padding: 54px 58px;
  border-radius: 28px;
  overflow: hidden
}

.about-card .row {
  align-items: center !important
}

.about-image-modern {
  max-width: 470px;
  margin: 0 auto;
  isolation: isolate
}

.about-image-modern:before {
  inset: 28px -14px -14px 28px;
  border-radius: 34px
}

.about-image-modern>img:first-child {
  width: 100%;
  height: 500px;
  object-fit: contain;
  background: linear-gradient(160deg, #020713, #0b1224);
  border-radius: 28px;
  padding: 24px;
  border: 0;
  box-shadow: 0 24px 58px rgba(6, 23, 52, .24)
}

.years {
  right: 10px;
  bottom: 12px;
  z-index: 4;
  background: #fff
}

.about-content {
  padding: 0 18px
}

.about-content .red-label {
  display: inline-block;
  margin-bottom: 12px
}

.about-content h2 {
  font-size: clamp(44px, 4.6vw, 66px);
  line-height: 1.02;
  margin-bottom: 22px
}

.about-content p {
  font-size: 17px;
  line-height: 1.75;
  max-width: 520px
}

.why-column {
  border-left: 1px solid #d9e6fb;
  padding-left: 42px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.why-column h3 {
  font-size: 42px;
  margin-bottom: 22px
}

.why-list li {
  font-size: 14px;
  margin: 5px 0;
  white-space: normal
}

.why-list i {
  min-width: 44px;
  width: 44px;
  height: 44px
}

.where-section {
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%)
}

.where-grid figure {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(6, 23, 52, .12);
  background: #fff;
  transition: .3s
}

.where-grid figure:hover {
  transform: translateY(-6px)
}

.where-grid img {
  height: 190px;
  width: 100%;
  object-fit: cover
}

.where-grid figcaption {
  position: relative;
  background: #fff;
  color: #061734;
  font-weight: 900;
  text-align: center;
  padding: 14px 8px;
  font-size: 15px
}

.cta-section {
  background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%)
}

.cta-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: 28px;
  padding: 34px 42px;
  background: linear-gradient(135deg, #061734, #082d87 62%, #0d5be1);
  color: #fff;
  box-shadow: 0 28px 70px rgba(6, 23, 52, .22);
  position: relative;
  overflow: hidden
}

.cta-card:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .10)
}

.cta-logo {
  position: relative;
  z-index: 1;
  width: 98px;
  height: 98px;
  border-radius: 24px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22)
}

.cta-logo img {
  max-width: 82px;
  max-height: 72px;
  object-fit: contain
}

.cta-content,
.cta-actions {
  position: relative;
  z-index: 1
}

.cta-content .red-label {
  color: #ff4d5a
}

.cta-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  font-size: clamp(34px, 4vw, 30px);
  line-height: 1;
  margin: 8px 0
}

.cta-content p {
  color: #e5efff;
  margin: 0;
  font-weight: 700
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.btn-light-blue {
  background: #fff;
  color: #082d87;
  border: 0;
  font-weight: 900;
  padding: 14px 24px;
  border-radius: 12px
}

.cta-actions .btn-red {
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 900
}

.testimonial-section-new {
  padding-top: 76px;
  background: #fff
}

.testimonial-section-new .row.mb-4 {
  text-align: left;
  align-items: center !important
}

.premium-heading {
  font-size: clamp(38px, 4.8vw, 62px)
}

.testimonial-lead {
  text-align: left
}

.testimonial-premium-swiper {
  padding: 12px 56px 72px
}

.premium-testimonial {
  border-radius: 22px;
  min-height: 300px;
  padding: 34px 32px;
  box-shadow: 0 18px 50px rgba(6, 23, 52, .11)
}

.premium-testimonial p {
  min-height: 104px
}

.client-row {
  margin-top: auto
}

.stars {
  color: #ffac00;
  letter-spacing: 2px
}

.contact-premium-section {
  padding: 76px 0;
  background: linear-gradient(135deg, #061734, #082d87)
}

.contact-panel {
  border-radius: 28px;
  box-shadow: 0 30px 78px rgba(0, 0, 0, .25)
}

.contact-info-card {
  padding: 48px 44px
}

.quote-form-premium {
  padding: 46px 44px
}

.quote-form-premium .form-control,
.quote-form-premium .form-select {
  height: 58px;
  border-radius: 12px
}

.quote-form-premium textarea.form-control {
  height: 150px
}

.quote-form-premium .btn {
  height: 54px;
  min-width: 240px
}

.whatsapp-float {
  left: 24px;
  bottom: 28px;
  right: auto;
  z-index: 1050
}

.to-top {
  right: 20px;
  bottom: 22px
}

@media(max-width:1199px) {
  .premium-header .header-inner {
    grid-template-columns: 225px 1fr 180px;
    gap: 14px
  }

  .premium-header .header-logo img {
    width: 196px
  }

  .premium-header .menu-center {
    gap: 18px
  }

  .premium-header .nav-link {
    font-size: 14px
  }

  .hero-section {
    min-height: 630px
  }

  .about-card.about-exact {
    padding: 42px 34px
  }

  .about-image-modern>img:first-child {
    height: 430px
  }

  .about-content h2 {
    font-size: 50px
  }

  .why-column {
    padding-left: 26px
  }

  .why-column h3 {
    font-size: 35px
  }

  .why-list li {
    font-size: 15px
  }

  .cta-card {
    padding: 32px;
    grid-template-columns: auto 1fr
  }
}

@media(max-width:991px) {
  .topbar {
    display: none !important
  }

  .premium-header .header-inner {
    display: flex;
    min-height: 80px
  }

  .premium-header {
    min-height: 80px
  }

  .premium-header .header-logo img {
    width: 178px;
    max-height: 66px
  }

  .premium-header .navbar-collapse {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 86px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 22px 50px rgba(6, 23, 52, .18);
    border: 1px solid #e5eefc
  }

  .premium-header .menu-center {
    align-items: flex-start !important;
    gap: 0
  }

  .premium-header .nav-link {
    padding: 11px 0 !important
  }

  .premium-header .nav-link:after {
    bottom: 5px;
    left: 0;
    transform: none
  }

  .hero-section {
    min-height: auto;
    background-position: center !important
  }

  .hero-copy {
    padding: 95px 0 115px;
    max-width: 600px
  }

  .about-card.about-exact {
    padding: 34px
  }

  .about-image-modern {
    max-width: 390px
  }

  .about-image-modern>img:first-child {
    height: 390px;
    padding: 18px
  }

  .about-content {
    text-align: center
  }

  .about-content p {
    margin-left: auto;
    margin-right: auto
  }

  .why-column {
    border-left: 0;
    border-top: 1px solid #d9e6fb;
    padding: 28px 0 0;
    min-height: 0
  }

  .why-column h3 {
    text-align: center
  }

  .why-list {
    max-width: 540px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px
  }

  .why-list li {
    margin: 0
  }

  .where-grid img {
    height: 170px
  }

  .cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center
  }

  .cta-actions {
    justify-content: center
  }

  .testimonial-section-new .row.mb-4 {
    text-align: center
  }

  .testimonial-lead {
    text-align: center;
    margin: 0 auto
  }

  .contact-info-card,
  .quote-form-premium {
    padding: 38px 30px
  }
}

@media(max-width:767px) {
  .section-pad {
    padding: 56px 0
  }

  .premium-header .header-logo img {
    width: 160px
  }

  .hero-copy {
    padding: 74px 0 92px
  }

  .hero-copy h1 {
    font-size: 50px
  }

  .serviceSwiper {
    padding: 0 12px 55px
  }

  .service-card img {
    height: 160px
  }

  .about-card.about-exact {
    padding: 22px 18px;
    border-radius: 22px
  }

  .about-image-modern>img:first-child {
    height: 330px;
    border-radius: 22px;
    padding: 12px
  }

  .about-image-modern:before {
    display: none
  }

  .years {
    width: 94px;
    height: 94px
  }

  .years strong {
    font-size: 30px
  }

  .about-content h2 {
    font-size: 39px
  }

  .about-content p {
    font-size: 16px
  }

  .why-list {
    grid-template-columns: 1fr;
    max-width: 340px
  }

  .where-grid img {
    height: 150px
  }

  .cta-card {
    padding: 28px 20px;
    border-radius: 22px
  }

  .cta-logo {
    width: 100%;
    height: 82px;
  }

  .cta-logo img {
    max-width: 68px
  }

  .cta-actions .btn,
  .btn-light-blue {
    width: 100%
  }

  .testimonial-premium-swiper {
    padding: 0 10px 62px
  }

  .premium-testimonial {
    padding: 28px 24px;
    min-height: auto
  }

  .premium-testimonial p {
    min-height: auto
  }

  .contact-premium-section {
    padding: 56px 0
  }

  .contact-panel {
    border-radius: 22px
  }

  .quote-form-premium .btn {
    width: 100%
  }

  .whatsapp-float {
    left: 16px;
    bottom: 76px;
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center
  }

  .whatsapp-float span {
    display: none
  }

  .to-top {
    right: 16px;
    bottom: 18px
  }
}

@media(max-width:575px) {
  .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important
  }
   .about-content {
    padding: 10px;
}
  .premium-header .navbar-collapse {
    left: 12px;
    right: 12px
  }

  .hero-copy h1 {
    font-size: 44px
  }

  .hero-copy h2 {
    font-size: 24px
  }

  .about-image-modern>img:first-child {
    height: 290px
  }

  .about-content h2 {
    font-size: 34px
  }

  .where-grid img {
    height: 132px
  }

  .where-grid figcaption {
    font-size: 13px
  }

  .contact-info-card,
  .quote-form-premium {
    padding: 28px 20px
  }

  .contact-info-card h2 {
    font-size: 36px
  }

  .premium-heading {
    font-size: 34px
  }
}

/* Final alignment fixes requested */
.premium-header .nav-item.dropdown {
  position: relative;
  display: flex;
  align-items: center
}

.premium-header .nav-link::after {
  display: none !important
}

.premium-header .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 27px;
  width: 0;
  height: 3px;
  background: var(--red);
  border-radius: 99px;
  transform: translateX(-50%);
  transition: .25s
}

.premium-header .nav-link:hover::before,
.premium-header .nav-link.active::before {
  width: 34px
}

.premium-header .dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 6px
}

.premium-header .dropdown-toggle::after {
  display: inline-block !important;
  position: static !important;
  margin-left: 0 !important;
  vertical-align: middle;
  border-top: .35em solid;
  border-right: .35em solid transparent;
  border-left: .35em solid transparent;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  transform: none !important
}

.premium-header .dropdown-menu {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  border-radius: 16px;
  padding: 12px;
  min-width: 250px
}

.premium-header .dropdown:hover>.dropdown-menu {
  display: block
}

.premium-header .dropdown-item {
  border-radius: 10px;
  font-weight: 700;
  padding: 6px 14px;
  color: #071633;
}

.premium-header .dropdown-item:hover {
  background: #eef5ff;
  color: var(--blue)
}

.about-card.about-exact {
  padding: 44px 46px
}

.about-card.about-exact>.row {
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(320px, 1fr) minmax(270px, 330px);
  gap: 42px;
  align-items: center
}

.about-card.about-exact .col-xl-5,
.about-card.about-exact .col-xl-4,
.about-card.about-exact .col-xl-3,
.about-card.about-exact .col-lg-5,
.about-card.about-exact .col-lg-4,
.about-card.about-exact .col-lg-3 {
  width: auto;
  max-width: none;
  flex: initial
}

.about-image-modern {
  max-width: 400px
}

.about-image-modern>img:first-child {
  height: 410px;
  padding: 22px
}

.years {
  right: -8px;
  bottom: 14px
}

.about-content {
  padding: 0
}

.about-content h2 {
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.04
}

.why-column {
  padding-left: 34px;
  min-height: 380px
}

.why-column h3 {
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 16px
}

.testimonial-section-new {
  overflow: hidden
}

.testimonial-premium-swiper {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px
}

.testimonial-premium-swiper .swiper-wrapper {
  align-items: stretch
}

.testimonial-premium-swiper .swiper-slide {
  height: auto
}

.testimonial-premium-swiper .swiper-button-prev {
  left: 4px
}

.testimonial-premium-swiper .swiper-button-next {
  right: 4px
}

.premium-testimonial {
  height: 100%;
  display: flex;
  flex-direction: column
}

.footer hr+div {
  justify-content: center !important;
  text-align: center;
  gap: 6px
}

.footer .powered-link {
  color: #fff;
  text-decoration: none;
  font-weight: 800
}

.footer .powered-link:hover {
  color: var(--red)
}

@media(max-width:1199px) {
  .about-card.about-exact>.row {
    grid-template-columns: minmax(260px, 360px) minmax(300px, 1fr);
    gap: 32px
  }

  .why-column {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #d9e6fb;
    padding: 28px 0 0;
    min-height: auto
  }

  .why-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 20px
  }

  .about-content h2 {
    font-size: 48px
  }

  .premium-header .dropdown-menu {
    left: 0;
    transform: none
  }
}

@media(max-width:991px) {
  .premium-header .nav-link::before {
    left: 0;
    transform: none;
    bottom: 5px
  }

  .premium-header .dropdown-menu {
    position: static !important;
    display: none;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid #e6eefc !important;
    margin: 8px 0 8px 0
  }

  .premium-header .dropdown.show .dropdown-menu,
  .premium-header .dropdown:hover>.dropdown-menu {
    display: block
  }

  .about-card.about-exact>.row {
    display: flex;
    gap: 0
  }

  .about-image-modern {
    max-width: 390px
  }

  .about-image-modern>img:first-child {
    height: 390px
  }

  .why-list {
    grid-template-columns: 1fr 1fr
  }

  .testimonial-premium-swiper {
    padding-left: 16px;
    padding-right: 16px
  }

  .testimonial-premium-swiper .swiper-button-prev,
  .testimonial-premium-swiper .swiper-button-next {
    display: none
  }

  .footer .small {
    justify-content: center !important;
    text-align: center;
    width: 100%
  }
}

@media(max-width:767px) {
  .about-card.about-exact {
    padding: 24px 18px
  }

  .about-image-modern {
    max-width: 320px
  }

  .about-image-modern>img:first-child {
    height: 320px
  }

  .years {
   right: 11px;
        bottom: 16px;
  }

  .about-content h2 {
    font-size: 38px
  }

  .why-column h3 {
    font-size: 34px
  }

  .why-list {
    grid-template-columns: 1fr
  }

  .premium-testimonial {
    min-height: 280px
  }

  .testimonial-premium-swiper {
    padding-left: 4px;
    padding-right: 4px
  }
}

@media(max-width:575px) {
  .about-image-modern {
    max-width: 280px
  }

  .about-image-modern>img:first-child {
    height: 280px
  }

  .about-content h2 {
    font-size: 34px
  }

  .premium-testimonial {
    padding: 24px 20px
  }

  .footer .row {
    text-align: center
  }

  .footer .social {
    justify-content: center
  }
}

/* Latest requested refinements: mobile services menu, top socials, intro section, medium typography */
.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px
}

.top-social {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.top-social a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  text-decoration: none;
  transition: .25s
}

.top-social a:hover {
  background: var(--red);
  transform: translateY(-2px)
}

.top-social a i {
  color: #fff !important;
  font-size: 13px
}

.intro-section {
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
  padding-top: 30px;
  padding-bottom: 30px
}

.intro-image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #061734;
  padding: 16px;
  box-shadow: 0 24px 60px rgba(6, 23, 52, .15);
  max-width: 600px;
  margin: auto
}

.intro-image-card:before {
  content: "";
  position: absolute;
  inset: auto -55px -55px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(13, 91, 225, .22)
}

.intro-image-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  display: block
}

.intro-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(34px, 4vw, 45px);
  margin: 12px 0 16px;
  color: #071633
}

.intro-text {
  font-size: 17px;
  line-height: 1.8;
  color: #394b68;
  max-width: 660px
}

.intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px
}

.intro-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dfe9fb;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 800;
  color: #082a70;
  box-shadow: 0 8px 22px rgba(6, 23, 52, .06)
}

.intro-points i {
  color: var(--red)
}

.hero-copy h1 {
  font-size: clamp(46px, 6vw, 65px)
}

.section-title h2 {
  font-size: clamp(32px, 3.6vw, 42px)
}

.about-content h2 {
  font-size: clamp(34px, 3.4vw, 48px) !important
}

.why-column h3 {
  font-size: clamp(30px, 2.8vw, 40px) !important
}

.premium-heading {
  font-size: clamp(32px, 3.8vw, 48px) !important
}

.service-card h3 {
  font-size: 17px
}

.service-card p,
.about-content p,
.premium-testimonial p {
  font-size: 15.5px
}

.contact-info-card h2 {
  font-size: clamp(32px, 3.8vw, 48px) !important
}

@media(max-width:1199px) {
  .topbar .row {
    --bs-gutter-x: 1rem
  }

  .topbar {
    font-size: 12px
  }

  .intro-image-card img {
    height: 340px
  }
}

@media(max-width:991px) {
  .premium-header .navbar-collapse {
    left: 18px !important;
    right: 18px !important;
    top: 84px !important;
    padding: 14px !important;
    max-height: calc(100vh - 110px);
    overflow-y: auto
  }

  .premium-header .menu-center {
    width: 100%;
    align-items: stretch !important
  }

  .premium-header .nav-item {
    width: 100%;
    display: block !important
  }

  .premium-header .nav-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 12px !important;
    border-radius: 10px
  }

  .premium-header .nav-link:hover,
  .premium-header .nav-link.active {
    background: #f3f7ff
  }

  .premium-header .nav-link::before {
    display: none !important
  }

  .premium-header .dropdown-toggle::after {
    margin-left: auto !important
  }

  .premium-header .dropdown-menu {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 8px !important;
    padding: 8px !important;
    transform: none !important;
    border-radius: 14px !important;
    background: #f7faff !important
  }

  .premium-header .dropdown-menu.show {
    display: block !important
  }

  .premium-header .dropdown:hover>.dropdown-menu {
    display: none
  }

  .premium-header .dropdown.show:hover>.dropdown-menu {
    display: block
  }

  .premium-header .dropdown-item {
    white-space: normal;
    font-size: 14px;
    padding: 11px 12px
  }

  .intro-section {
    text-align: center;
    padding-top: 54px;
    padding-bottom: 54px
  }

  .intro-text {
    margin-left: auto;
    margin-right: auto
  }

  .intro-points {
    justify-content: center
  }

  .intro-image-card img {
    height: 320px
  }

  .hero-copy h1 {
    font-size: 52px
  }

  .hero-copy h2 {
    font-size: 22px
  }

  .about-card.about-exact>.row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    text-align: center
  }

  .about-content {
    text-align: center !important
  }

  .why-column {
    border-left: 0 !important;
    border-top: 1px solid #d9e6fb !important;
    padding-left: 0 !important;
    padding-top: 26px !important
  }

  /*.why-list {*/
  /*  max-width: 520px*/
  /*}*/

  .why-list li {
    justify-content: flex-start;
    text-align: left
  }

  .about-image-modern {
    margin: auto !important
  }
}

@media(max-width:767px) {
  body {
    font-size: 15px
  }

  .intro-image-card {
    border-radius: 22px;
    padding: 10px
  }

  .intro-image-card img {
    height: 260px;
    border-radius: 16px
  }

  .intro-heading {
    font-size: 34px
  }

  .intro-text {
    font-size: 15.5px;
    line-height: 1.7
  }

  .intro-points span {
    font-size: 14px;
    padding: 9px 12px
  }

  .hero-copy h1 {
    font-size: 44px
  }

  .hero-copy h2 {
    font-size: 20px
  }

  .section-title h2 {
    font-size: 32px
  }

  .about-card.about-exact {
    overflow: hidden
  }

  .about-image-modern>img:first-child {
    height: 280px !important
  }

  .about-content h2 {
    font-size: 34px !important
  }

  .why-column h3 {
    font-size: 30px !important
  }

  .service-card {
    min-height: 310px
  }

  .service-card img {
    height: 150px !important
  }

  .whatsapp-float {
    z-index: 1060
  }
}

@media(max-width:575px) {
  .premium-header .navbar-collapse {
    left: 10px !important;
    right: 10px !important
  }

  .premium-header .dropdown-menu {
    padding: 8px !important
  }

  .premium-header .dropdown-item {
    font-size: 13.5px
  }

  .intro-section {
    padding-top: 44px;
    padding-bottom: 44px
  }

  .intro-image-card img {
    height: 230px
  }

  .hero-copy h1 {
    font-size: 40px
  }

  .hero-copy h2 {
    font-size: 19px
  }

  .about-image-modern {
    max-width: 310px !important
  }

  .about-image-modern>img:first-child {
    height: 260px !important
  }

  .years {
    width: 82px !important;
    height: 82px !important
  }

  .years strong {
    font-size: 26px !important
  }

  .years span {
    font-size: 11px !important
  }

  .premium-testimonial {
    min-height: 0 !important
  }

  .contact-info-card,
  .quote-form-premium {
    padding: 24px 18px !important
  }
}


/* PHP conversion footer copyright alignment */
.footer .copyright-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, .9);
  line-height: 1.7;
  margin-top: 6px;
}

.footer .copyright-bar .powered-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.footer .copyright-bar .powered-link:before {
  content: "›";
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  margin: 0 8px 0 3px;
}

.footer .copyright-bar .powered-link:hover {
  color: var(--red);
}

@media(max-width:767px) {
  .footer .copyright-bar {
    font-size: 13px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto
  }

  .footer .copyright-bar .powered-link {
    width: 100%;
    justify-content: center
  }

  .footer .copyright-bar .powered-link:before {
    margin-left: 0
  }

  .intro-section {
    padding-top: 3px;
    padding-bottom: 20px;
  }

  .intro-heading {
    font-size: 25px;
  }

  .hero-copy .btn {
    width: max-content;
    max-width: 280px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;

  }

  .serviceSwiper {
    padding: 0 12px 2px;
  }

  .section-pad {
    padding: 25px 0;
  }

  .about-image-modern>img:first-child {
    height: 370px !important;
  }

  .why-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px 20px;
  }

  .stats-bar {
    grid-template-columns: 1fr 1fr;
  }

  .stats-bar strong {
    font-size: 22px;
  }

  .stats-bar div {
    min-height: 120px;
    padding: 16px 15px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .cta-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: clamp(22px, 4vw, 54px);
    line-height: 1.2;
    margin: 8px 0;
  }

  .testimonial-section-new {

    padding-top: 30px !important;
  }

  .form-title h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    color: #061734;
  }

  .quote-form-premium .form-control,
  .quote-form-premium .form-select {
    height: 40px;
    border-radius: 12px;
  }

  .quote-form-premium textarea.form-control {
    height: 78px;
  }

  .whatsapp-float {
    left: 16px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
  }

  .why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px 20px;
  }

  .where-grid {
    justify-content: center;
  }

  .where-grid .col-6:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn-blue:hover {

  background: #082a70;
  color: #fff !important;
}











html,
body {
  overflow-x: hidden !important;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


@media (max-width: 768px) {
  .about-floating-card {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    max-width: 100%;
  }

  .cta-logo img {
    max-width: 191px;
  }

  .why-list li {
    margin: 8px 0px;
    font-size: 13px;
  }
}


.overflow-safe-section {
  overflow-x: hidden;
  width: 100%;
}

/* Inner page reusable system - added without changing approved home design */
.inner-hero {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(105deg, rgba(6, 23, 52, .95), rgba(8, 38, 93, .86) 52%, rgba(13, 91, 225, .18)), var(--inner-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.inner-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(13, 91, 225, .38), transparent 30%), linear-gradient(135deg, rgba(6, 23, 52, .72), rgba(6, 23, 52, .28));
}

.inner-hero:after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 70px solid rgba(243, 19, 36, .22);
}

.inner-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.inner-hero-content {
  max-width: 760px;
  padding: 90px 0;
}

.inner-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .92;
  margin: 12px 0 18px;
}

.inner-hero p {
  font-size: 18px;
  max-width: 680px;
  color: rgba(255, 255, 255, .86);
}

.breadcrumb-lite {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 800;
  margin-top: 24px;
}

.breadcrumb-lite a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-lite span {
  color: #bcd3ff;
}

.soft-section {
  background: linear-gradient(180deg, #f5f8ff, #fff);
}

.feature-box {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 32px 26px;
  box-shadow: 0 18px 45px rgba(6, 23, 52, .09);
  border: 1px solid rgba(8, 38, 93, .08);
  transition: .3s;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(6, 23, 52, .14);
}

.feature-box i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 10px;
}

.feature-box p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

.mission-card {
  height: 100%;
  border-radius: 28px;
  padding: 42px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(6, 23, 52, .1);
  border-top: 6px solid var(--red);
}

.mission-card.blue {
  border-top-color: var(--blue);
  background: linear-gradient(135deg, #071b44, #0d5be1);
  color: #fff;
}

.mission-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.mission-card p {
  color: var(--muted);
  line-height: 1.8;
}

.mission-card.blue p {
  color: rgba(255, 255, 255, .82);
}

.service-page-grid .service-card {
  min-height: 100%;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
  margin-top: 8px;
}

.read-more-link:hover {
  color: var(--red);
}

.timeline-list {
  display: grid;
  gap: 18px;
}

.timeline-list>div {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 24px 26px 24px 94px;
  box-shadow: 0 18px 42px rgba(6, 23, 52, .08);
  border: 1px solid rgba(8, 38, 93, .07);
}

.timeline-list strong {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff2633, #dc0713);
  color: #fff;
  font-weight: 900;
}

.timeline-list h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px;
}

.timeline-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-wrap {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 15px 35px rgba(6, 23, 52, .08);
  border-left: 5px solid var(--blue);
}

.faq-item h3 {
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--navy);
}

.faq-item p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

@media(max-width:991px) {
  .inner-hero {
    min-height: 360px;
  }

  .inner-hero-content {
    padding: 70px 0;
  }

  .mission-card {
    padding: 30px;
  }

  .mission-card h2 {
    font-size: 34px;
  }
}

@media(max-width:575px) {
  .inner-hero h1 {
    font-size: 44px;
  }

  .inner-hero p {
    font-size: 16px;
  }

  .timeline-list>div {
    padding: 24px;
  }

  .timeline-list strong {
    position: static;
    margin-bottom: 14px;
  }
}

/* Inner pages redesigned layout - home page remains untouched */
.inner-split-hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(105deg, rgba(5, 18, 45, .96), rgba(7, 35, 88, .88) 58%, rgba(220, 7, 19, .18)), var(--inner-bg);
  background-size: cover;
  background-position: center;
}

.inner-split-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, .18), transparent 25%), linear-gradient(90deg, rgba(6, 23, 52, .96), rgba(6, 23, 52, .55));
}

.inner-split-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 62px solid rgba(243, 19, 36, .25);
}

.inner-split-hero .container-fluid {
  position: relative;
  z-index: 2;
}

.inner-split-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .94;
  margin: 14px 0 18px;
  max-width: 760px;
}

.inner-split-hero p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 720px;
  color: rgba(255, 255, 255, .88);
}

.hero-float-card {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
  max-width: 390px;
  margin-left: auto;
}

.hero-float-card i {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), #ff5c65);
  font-size: 38px;
  margin-bottom: 26px;
}

.hero-float-card strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 8px;
}

.hero-float-card span {
  color: rgba(255, 255, 255, .82);
}

.inner-redesign .premium-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  line-height: .98;
  color: var(--navy);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.vertical-image-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(6, 23, 52, .16);
  min-height: 430px;
  background: #eaf0ff;
}

.vertical-image-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
  transition: .45s;
}

.vertical-image-card:hover img {
  transform: scale(1.05);
}

.image-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #fff;
  border-radius: 24px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 50px rgba(6, 23, 52, .18);
  font-weight: 900;
  color: var(--navy);
}

.image-badge i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  color: #fff;
  font-size: 26px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.highlight-grid>div {
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 42px rgba(6, 23, 52, .08);
}

.highlight-grid b {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff1f2;
  color: var(--red);
  margin-bottom: 16px;
}

.highlight-grid h3 {
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

.highlight-grid p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.modern-feature-card {
  height: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 34px 30px;
  border: 1px solid rgba(8, 38, 93, .08);
  box-shadow: 0 22px 55px rgba(6, 23, 52, .09);
  transition: .3s;
}

.modern-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(6, 23, 52, .14);
}

.modern-feature-card i {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), #ff5c65);
  color: #fff;
  font-size: 30px;
  margin-bottom: 22px;
}

.modern-feature-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 12px;
}

.modern-feature-card p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.process-panel {
  border-radius: 34px;
  background: linear-gradient(135deg, #071b44, #0d5be1);
  padding: 46px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 38px;
  align-items: center;
  box-shadow: 0 30px 80px rgba(6, 23, 52, .18);
}

.process-panel .premium-heading {
  color: #fff;
}

.process-panel p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-steps div {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
}

.process-steps span {
  display: inline-grid;
  place-items: center;
  min-width: 50px;
  height: 50px;
  padding: 0 12px;
  border-radius: 18px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 16px;
}

.process-steps p {
  margin: 0;
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.service-tile {
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(6, 23, 52, .1);
  border: 1px solid rgba(8, 38, 93, .08);
  transition: .3s;
}

.service-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(6, 23, 52, .16);
}

.service-tile img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.service-tile-body {
  padding: 28px;
  position: relative;
}

.service-tile-body i {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  color: #fff;
  font-size: 28px;
  margin-top: -58px;
  margin-bottom: 18px;
  box-shadow: 0 15px 34px rgba(13, 91, 225, .24);
}

.service-tile h3 {
  font-size: 24px;
  font-weight: 900;
  color: var(--navy);
}

.service-tile p {
  color: var(--muted);
  line-height: 1.7;
}

.service-tile a {
  font-weight: 900;
  text-decoration: none;
  color: var(--red);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.testimonial-page-card {
  height: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 34px 30px;
  box-shadow: 0 22px 58px rgba(6, 23, 52, .1);
  border: 1px solid rgba(8, 38, 93, .08);
  position: relative;
  overflow: hidden;
}

.testimonial-page-card:before {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 74px;
  color: rgba(13, 91, 225, .07);
}

.testimonial-page-card .stars {
  color: #f6b600;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.testimonial-page-card p {
  color: var(--muted);
  line-height: 1.8;
  min-height: 150px;
}

.testimonial-page-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy);
  margin: 0;
}

.testimonial-page-card span {
  color: var(--red);
  font-weight: 800;
  font-size: 14px;
}

.testimonial-impact {
  border-radius: 34px;
  background: #fff;
  padding: 44px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  box-shadow: 0 24px 70px rgba(6, 23, 52, .1);
}

.impact-list {
  display: grid;
  gap: 14px;
  align-content: center;
}

.impact-list span {
  background: #f5f8ff;
  border-radius: 18px;
  padding: 16px 18px;
  font-weight: 800;
  color: var(--navy);
}

.impact-list i {
  color: var(--red);
  margin-right: 8px;
}

.contact-stack {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.contact-stack a,
.contact-stack div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-decoration: none;
  color: var(--navy);
  font-weight: 800;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(6, 23, 52, .08);
}

.contact-stack i {
  color: var(--red);
  font-size: 22px;
}

.quote-form-panel {
  background: #fff;
  border-radius: 32px;
  padding: 38px;
  box-shadow: 0 24px 70px rgba(6, 23, 52, .12);
  border: 1px solid rgba(8, 38, 93, .08);
}

.quote-form-panel h3 {
  font-size: 30px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 24px;
}

.quote-form-panel .form-control {
  border-radius: 14px;
  border: 1px solid rgba(8, 38, 93, .12);
  padding: 14px 16px;
  box-shadow: none;
}

.quote-form-panel .form-control:focus {
  border-color: var(--blue);
}

@media(max-width:991px) {
  .inner-split-hero {
    min-height: 430px;
    padding: 60px 0
  }

  .hero-float-card {
    margin: 0;
    max-width: 100%
  }

  .highlight-grid,
  .process-panel,
  .testimonial-impact {
    grid-template-columns: 1fr
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:575px) {
  .inner-split-hero h1 {
    font-size: 44px
  }

  .inner-split-hero p {
    font-size: 16px
  }

  .highlight-grid,
  .process-steps {
    grid-template-columns: 1fr
  }

  .process-panel,
  .testimonial-impact,
  .quote-form-panel {
    padding: 28px
  }

  .vertical-image-card,
  .vertical-image-card img {
    min-height: 330px
  }
}


/* Compact inner page redesign - scoped, home page untouched */
.compact-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 62px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(6, 23, 52, .95), rgba(6, 23, 52, .72)), var(--hero-img) center/cover no-repeat;
  overflow: hidden
}

.compact-hero:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 44px solid rgba(243, 19, 36, .25);
  border-radius: 50%
}

.compact-hero .container-fluid {
  position: relative;
  z-index: 1
}

.hero-box {
  max-width: 780px
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px
}

.eyebrow:before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--red);
  border-radius: 10px
}

.eyebrow.dark {
  color: var(--red)
}

.compact-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: .95;
  margin: 10px 0
}

.compact-hero p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 700px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 14px
}

.inner-compact .compact-section {
  padding: 58px 0
}

.inner-compact .muted-bg {
  background: #f5f8fc
}

.inner-compact h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 14px
}

.inner-compact .lead-text {
  font-size: 17px;
  line-height: 1.75;
  color: #5b6678
}

.inner-compact p {
  color: #5b6678;
  line-height: 1.7
}

.compact-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(6, 23, 52, .13);
  height: 360px
}

.compact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px
}

.stats-strip div,
.process-inline div {
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(6, 23, 52, .06)
}

.stats-strip b,
.process-inline b {
  display: block;
  color: var(--red);
  font-size: 24px;
  font-weight: 900
}

.stats-strip span,
.process-inline span {
  font-weight: 800;
  color: var(--navy);
  font-size: 14px
}

.compact-title {
  max-width: 760px;
  margin-bottom: 28px
}

.compact-title.text-center {
  margin-left: auto;
  margin-right: auto
}

.compact-title span,
.info-panel span {
  display: inline-block;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px
}

.compact-title p {
  margin: 0 auto;
  max-width: 640px
}

.mini-card,
.info-panel,
.testimonial-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 40px rgba(6, 23, 52, .07);
  transition: .25s
}

.mini-card:hover,
.service-compact-tile:hover,
.testimonial-card:hover {
  transform: translateY(-5px)
}

.mini-card i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px
}

.mini-card h3,
.info-panel h3,
.testimonial-card h3 {
  font-size: 21px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px
}

.info-panel.blue {
  background: var(--navy);
  color: #fff
}

.info-panel.blue h3,
.info-panel.blue p {
  color: #fff
}

.process-inline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  height: 100%;
  align-items: stretch
}

.service-compact-tile {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(8, 38, 93, .08);
  box-shadow: 0 14px 40px rgba(6, 23, 52, .07);
  transition: .25s
}

.service-compact-tile img {
  width: 100%;
  height: 165px;
  object-fit: cover
}

.service-compact-tile div {
  padding: 20px
}

.service-compact-tile i {
  color: var(--red);
  font-size: 26px
}

.service-compact-tile h3 {
  font-size: 21px;
  font-weight: 900;
  color: var(--navy);
  margin: 10px 0 8px
}

.service-compact-tile p {
  font-size: 14px;
  margin-bottom: 10px
}

.service-compact-tile span {
  color: var(--red);
  font-weight: 900
}

.compact-faq {
  display: grid;
  gap: 12px
}

.compact-faq details {
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 10px 30px rgba(6, 23, 52, .06)
}

.compact-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--navy);
  font-size: 18px
}

.compact-faq p {
  margin: 12px 0 0
}

.inner-cta {
  padding: 0 0 58px
}

.compact-cta {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  color: #fff;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 22px 55px rgba(6, 23, 52, .18)
}

.compact-cta span {
  color: #ffb5ba;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px
}

.compact-cta h2 {
  color: #fff;
  margin: 4px 0 0;
  font-size: clamp(28px, 3vw, 42px)
}

.testimonial-card i {
  font-size: 38px;
  color: var(--red)
}

.testimonial-card p {
  font-size: 16px
}

.testimonial-card span {
  color: var(--red);
  font-weight: 800
}

.contact-panel p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px
}

.contact-panel a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none
}

.compact-form .form-control {
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(8, 38, 93, .14)
}

@media(max-width:991px) {
  .compact-hero {
    min-height: 290px;
    padding: 50px 0
  }

  .inner-compact .compact-section {
    padding: 46px 0
  }

  .process-inline {
    grid-template-columns: repeat(2, 1fr)
  }

  .compact-cta {
    flex-direction: column;
    align-items: flex-start
  }

  .compact-image {
    height: 310px
  }

  .service-compact-tile img {
    height: 150px
  }
}

@media(max-width:575px) {
  .compact-hero {
    min-height: 250px;
    padding: 42px 0
  }

  .compact-hero h1 {
    font-size: 40px
  }

  .compact-hero p {
    font-size: 15px
  }

  .inner-compact .compact-section {
    padding: 36px 0
  }

  .stats-strip,
  .process-inline {
    grid-template-columns: 1fr
  }

  .mini-card,
  .info-panel,
  .testimonial-card,
  .compact-cta {
    padding: 20px;
    border-radius: 18px
  }

  .compact-image {
    height: 260px
  }

  .service-compact-tile img {
    height: 135px
  }

  .cta-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center
  }
}


/* Modern compact inner pages v3 - scoped to .modern-inner only, home page untouched */
.modern-inner {
  background: #f6f8fc;
  color: #536075
}

.modern-page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background-image: linear-gradient(105deg, rgba(6, 23, 52, .96) 0%, rgba(6, 23, 52, .84) 48%, rgba(8, 38, 93, .38) 100%), var(--page-bg);
  background-size: cover, cover;
  background-position: center, center
}

.modern-page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 20%, rgba(243, 19, 36, .32), transparent 26%), linear-gradient(180deg, transparent, rgba(6, 23, 52, .52))
}

.modern-page-hero:after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -48px;
  width: 170px;
  height: 170px;
  border: 34px solid rgba(255, 255, 255, .1);
  border-radius: 50%
}

.modern-page-hero .container-fluid {
  position: relative;
  z-index: 2
}

.modern-hero-content {
  max-width: 760px;
  padding: 72px 0
}

.modern-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
  font-size: 12px;
  color: #fff
}

.modern-kicker:before {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 50px;
  background: var(--red)
}

.modern-page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 900;
  line-height: .94;
  text-transform: uppercase;
  margin: 12px 0
}

.modern-page-hero p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .88);
  max-width: 680px;
  margin: 0
}

.modern-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  font-weight: 800;
  font-size: 14px
}

.modern-breadcrumb a {
  color: #fff;
  text-decoration: none
}

.modern-breadcrumb span {
  color: #cfe0ff
}

.modern-section {
  padding: 58px 0
}

.modern-section.white {
  background: #fff
}

.modern-title {
  max-width: 720px;
  margin-bottom: 30px
}

.modern-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.modern-title span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--red);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 8px
}

.modern-title h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: var(--navy);
  margin: 0 0 10px
}

.modern-title p,
.modern-text {
  font-size: 16px;
  line-height: 1.8;
  color: #5c6879;
  margin: 0
}

.modern-image-card {
  border-radius: 26px;
  overflow: hidden;
  height: 100%;
  min-height: 360px;
  box-shadow: 0 24px 64px rgba(6, 23, 52, .14);
  position: relative;
  background: #dbe6ff
}

.modern-image-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block
}

.modern-image-card .badge-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: 18px;
  padding: 15px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 18px 45px rgba(6, 23, 52, .16);
  font-weight: 900;
  color: var(--navy)
}

.badge-card i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--navy2));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px
}

.modern-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 45px rgba(6, 23, 52, .07);
  transition: .25s
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 58px rgba(6, 23, 52, .12)
}

.modern-card i.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), #ff5962);
  background: linear-gradient(135deg, #071b44, #0d5be1);
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px
}

.modern-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 9px
}

.modern-card p {
  font-size: 15px;
  line-height: 1.72;
  color: #5c6879;
  margin: 0
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px
}

.stat-row div {
  background: #fff;
  border-radius: 18px;
  padding: 18px 16px;
  border: 1px solid rgba(8, 38, 93, .08);
  box-shadow: 0 12px 36px rgba(6, 23, 52, .07)
}

.stat-row b {
  display: block;
  color: var(--red);
  font-size: 25px;
  font-weight: 900;
  line-height: 1
}

.stat-row span {
  font-size: 13px;
  color: var(--navy);
  font-weight: 800
}

.modern-strip {
  background: linear-gradient(135deg, var(--navy), #0b3d92);
  border-radius: 26px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 22px 60px rgba(6, 23, 52, .18)
}

.modern-strip h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1
}

.modern-strip p {
  color: rgba(255, 255, 255, .82);
  margin: 0;
  line-height: 1.75
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.process-box {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 18px;
  color: #fff
}

.process-box b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff;
  color: var(--blue);
  margin-bottom: 12px
}

.process-box span {
  font-weight: 900;
  line-height: 1.35;
  display: block
}

.service-modern-tile {
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(6, 23, 52, .08);
  transition: .25s
}

.service-modern-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 65px rgba(6, 23, 52, .13)
}

.service-modern-tile img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  display: block
}

.service-modern-tile .body {
  padding: 22px
}

.service-modern-tile i {
  color: var(--red);
  font-size: 28px
}

.service-modern-tile h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  margin: 8px 0
}

.service-modern-tile p {
  color: #5c6879;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 10px
}

.service-modern-tile span {
  font-weight: 900;
  color: var(--red)
}

.faq-modern {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto
}

.faq-modern details {
  background: #fff;
  border-radius: 17px;
  border: 1px solid rgba(8, 38, 93, .08);
  padding: 18px 22px;
  box-shadow: 0 12px 34px rgba(6, 23, 52, .06)
}

.faq-modern summary {
  font-weight: 900;
  color: var(--navy);
  cursor: pointer
}

.faq-modern p {
  margin: 10px 0 0;
  color: #5c6879;
  line-height: 1.7
}

.testimonial-modern {
  height: 100%;
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(8, 38, 93, .08);
  box-shadow: 0 16px 45px rgba(6, 23, 52, .08)
}

.testimonial-modern .stars {
  color: #f7b500;
  letter-spacing: 2px;
  margin-bottom: 12px
}

.testimonial-modern p {
  color: #5c6879;
  line-height: 1.75
}

.testimonial-modern h3 {
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 2px
}

.testimonial-modern span {
  font-size: 13px;
  color: var(--red);
  font-weight: 800
}

.contact-info-card {
      background: linear-gradient(160deg, #071b44, #0b54cc) !important;
    margin: 0px 10px;
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 52px rgba(6, 23, 52, .09);
  border: 1px solid rgba(8, 38, 93, .08)
}

.contact-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(8, 38, 93, .08)
}

.contact-line:last-child {
  border-bottom: 0
}

.contact-line i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff0f1;
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 21px;
  flex: 0 0 auto
}

.contact-line b {
  display: block;
  color: var(--navy);
  font-weight: 900
}

.contact-line a,
.contact-line span {
  color: #5c6879;
  text-decoration: none;
  font-weight: 700
}

.modern-form {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 52px rgba(6, 23, 52, .09);
  border: 1px solid rgba(8, 38, 93, .08)
}

.modern-form .form-control,
.modern-form .form-select {
  height: 48px;
  border-radius: 13px;
  border: 1px solid rgba(8, 38, 93, .13)
}

.modern-form textarea.form-control {
  height: 110px
}

.map-wrap {
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(6, 23, 52, .11);
  border: 1px solid rgba(8, 38, 93, .08)
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block
}

.modern-cta {
  padding: 0 0 58px;
  background: #f6f8fc
}

.modern-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #071b44, #0d5be1);
  color: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(6, 23, 52, .18)
}

.modern-cta-box h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0
}

.modern-cta-box p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .82)
}

.modern-cta-box .btn {
  white-space: nowrap
}

@media(max-width:991px) {
  .modern-page-hero {
    min-height: 310px
  }

  .modern-hero-content {
    padding: 56px 0
  }

  .modern-section {
    padding: 46px 0
  }

  .process-grid,
  .stat-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .modern-cta-box {
    flex-direction: column;
    align-items: flex-start
  }

  .service-modern-tile img {
    height: 170px
  }
}

@media(max-width:575px) {
  .modern-page-hero {
    min-height: 270px
  }

  .modern-hero-content {
    padding: 44px 0
  }

  .modern-page-hero h1 {
    font-size: 40px
  }

  .modern-page-hero p {
    font-size: 15px
  }

  .modern-section {
    padding: 36px 0
  }

  .process-grid,
  .stat-row {
    grid-template-columns: 1fr
  }

  .modern-card,
  .modern-form,
  .contact-info-card,
  .modern-strip,
  .modern-cta-box {
    padding: 22px;
    border-radius: 20px
  }

  .modern-image-card,
  .modern-image-card img {
    min-height: 260px
  }

  .map-wrap {
    height: 300px
  }

  .modern-cta-box .btn {
    width: 100%;
    justify-content: center
  }

  .modern-cta-box .d-flex {
    width: 100%;
    flex-direction: column
  }
}


/* Inner pages v4 - modern compact redesign, home page untouched */
.modern-page-hero {
  min-height: 330px;
  background-image: linear-gradient(105deg, rgba(3, 18, 44, .92) 0%, rgba(3, 18, 44, .74) 46%, rgba(9, 75, 185, .25) 100%), var(--page-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  border-bottom-left-radius: 34px;
  border-bottom-right-radius: 34px;
  box-shadow: 0 18px 55px rgba(3, 18, 44, .16)
}

.modern-page-hero:before {
  background: linear-gradient(90deg, rgba(3, 18, 44, .96), rgba(3, 18, 44, .42), rgba(3, 18, 44, .12)), radial-gradient(circle at 82% 20%, rgba(243, 19, 36, .28), transparent 24%) !important
}

.modern-page-hero .modern-hero-content {
  padding: 64px 0
}

.modern-page-hero h1 {
  letter-spacing: .5px
}

.modern-inner {
  background: #f4f7fb !important
}

.modern-section {
  padding: 50px 0
}

.modern-title h2 {
  letter-spacing: .2px
}

.inner-split-card {
  background: #fff;
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(6, 23, 52, .09);
  border: 1px solid rgba(8, 38, 93, .08)
}

.inner-split-img {
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #dbe6ff
}

.inner-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.inner-split-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 18, 44, .75))
}

.inner-img-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.25
}

.intro-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px
}

.intro-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #f6f8fc;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 16px;
  padding: 13px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.35
}

.intro-check i {
  color: var(--red);
  font-size: 20px;
  flex: 0 0 auto
}

.compact-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px
}

.compact-stats div {
  border-radius: 18px;
  background: linear-gradient(135deg, #071b44, #0b54cc);
  padding: 17px;
  color: #fff
}

.compact-stats b {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1
}

.compact-stats span {
  font-size: 12px;
  font-weight: 800;
  color: rgba(255, 255, 255, .82)
}

.work-flow {
  background: #fff;
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 18px 55px rgba(6, 23, 52, .08);
  border: 1px solid rgba(8, 38, 93, .08)
}

.work-flow-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px
}

.work-flow-head h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  text-transform: uppercase;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin: 0
}

.work-flow-head p {
  max-width: 520px;
  margin: 0;
  color: #5c6879;
  line-height: 1.7
}

.work-step {
  height: 100%;
  position: relative;
  background: #f7f9fd;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 22px;
  padding: 22px;
  transition: .25s
}

.work-step:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 18px 45px rgba(6, 23, 52, .09)
}

.work-step .num {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #fff;
  color: var(--red);
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(6, 23, 52, .08);
  margin-bottom: 18px
}

.work-step h3 {
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 8px
}

.work-step p {
  font-size: 14.5px;
  color: #5c6879;
  line-height: 1.65;
  margin: 0
}

.service-proof {
  background: linear-gradient(135deg, #071b44, #0b54cc);
  border-radius: 28px;
  padding: 26px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(6, 23, 52, .14)
}

.proof-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .1);
  height: 100%
}

.proof-item i {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #fff;
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 21px;
  flex: 0 0 auto
}

.proof-item b {
  display: block;
  font-size: 16px
}

.proof-item span {
  display: block;
  font-size: 13.5px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.5
}

.about-modern-hero-card {
  background: #fff;
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 22px 70px rgba(6, 23, 52, .1);
  border: 1px solid rgba(8, 38, 93, .08)
}

.about-point-list {
  display: grid;
  gap: 12px
}

.about-point {
  display: flex;
  gap: 13px;
  background: #f7f9fd;
  border-radius: 18px;
  padding: 15px;
  border: 1px solid rgba(8, 38, 93, .07)
}

.about-point i {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fff0f1;
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 22px;
  flex: 0 0 auto
}

.about-point h3 {
  font-size: 17px;
  font-weight: 900;
  color: var(--navy);
  margin: 0 0 4px
}

.about-point p {
  font-size: 14px;
  line-height: 1.6;
  color: #5c6879;
  margin: 0
}

.contact-shell {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 75px rgba(6, 23, 52, .11);
  border: 1px solid rgba(8, 38, 93, .08)
}

.contact-panel {
  padding: 32px;
  background: linear-gradient(160deg, #071b44, #0b54cc);
  color: #fff;
  height: 100%
}

.contact-panel .modern-title h2,
.contact-panel .modern-title p,
.contact-panel .modern-title span {
  color: #fff
}

.contact-panel .contact-line {
  border-color: rgba(255, 255, 255, .16)
}

.contact-panel .contact-line i {
  background: #fff;
  color: var(--red)
}

.contact-panel .contact-line b,
.contact-panel .contact-line a,
.contact-panel .contact-line span {
  color: #fff
}

.contact-form-panel {
  padding: 32px
}

.contact-map-modern {
  height: 430px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(6, 23, 52, .1);
  border: 1px solid rgba(8, 38, 93, .08)
}

.contact-map-modern iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.modern-form {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important
}

.modern-form .form-control,
.modern-form .form-select {
  background: #f7f9fd;
  border: 1px solid rgba(8, 38, 93, .1)
}

@media(max-width:991px) {
  .modern-page-hero {
    min-height: 290px;
    border-radius: 0 0 24px 24px
  }

  .inner-split-img {
    height: 320px
  }

  .work-flow-head {
    display: block
  }

  .work-flow-head p {
    margin-top: 8px
  }

  .compact-stats {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:575px) {
  .modern-section {
    padding: 38px 0
  }

  .modern-page-hero .modern-hero-content {
    padding: 48px 0
  }

  .inner-split-card,
  .work-flow,
  .about-modern-hero-card {
    border-radius: 22px;
    padding: 18px
  }

  .intro-check-grid,
  .compact-stats {
    grid-template-columns: 1fr
  }

  .inner-split-img {
    height: 260px
  }

  .contact-panel,
  .contact-form-panel {
    padding: 22px
  }

  .contact-map-modern {
    height: 330px
  }

  .modern-cta-box .d-flex {
    flex-direction: column;
    width: 100%
  }

  .modern-cta-box .btn {
    width: 100%;
    justify-content: center
  }
}


/* V5 requested refinements: compact modern inner pages, visible title images */
.compact-pages .modern-section {
  padding: 44px 0;
}

.modern-page-hero {
  min-height: 300px !important;
  background-image: linear-gradient(105deg, rgba(3, 18, 44, .82) 0%, rgba(3, 18, 44, .58) 46%, rgba(3, 18, 44, .14) 100%), var(--page-bg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.modern-page-hero:before {
  background: linear-gradient(90deg, rgba(3, 18, 44, .88), rgba(3, 18, 44, .32), rgba(3, 18, 44, .06)) !important;
}

.modern-page-hero h1 {
  font-size: clamp(36px, 4.4vw, 62px) !important;
}

.modern-page-hero p {
  font-size: 16px !important;
  max-width: 660px;
}

.modern-title h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

.modern-card.small-card {
  padding: 21px;
  border-radius: 20px;
}

.modern-card.small-card i.card-icon {
  width: 48px;
  height: 48px;
  font-size: 22px;
  border-radius: 15px;
}

.modern-card.small-card h3 {
  font-size: 18px;
}

.modern-card.small-card p {
  font-size: 14px;
  line-height: 1.65;
}

.vmv-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(6, 23, 52, .08);
}

.vmv-card i {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #fff0f1;
  color: var(--red);
  font-size: 25px;
  margin-bottom: 17px;
}

.vmv-card h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 10px;
}

.vmv-card p {
  font-size: 15px;
  line-height: 1.72;
  color: #5c6879;
  margin: 0;
}

.vmv-card.active {
  background: linear-gradient(135deg, #071b44, #0b54cc);
  color: #fff;
}

.vmv-card.active i {
  background: #fff;
  color: var(--red);
}

.vmv-card.active h3,
.vmv-card.active p {
  color: #fff;
}

.service-proof h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 8px;
}

.service-proof p {
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
  margin: 0;
}

.profile-testimonial {
  padding: 22px;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.testimonial-head img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 26px rgba(6, 23, 52, .13);
}

.profile-testimonial h3 {
  margin: 0;
  font-size: 17px;
}

.profile-testimonial p {
  font-size: 14.5px;
  line-height: 1.7;
}

@media(max-width:991px) {
  .compact-pages .modern-section {
    padding: 38px 0
  }

  .modern-page-hero {
    min-height: 270px !important
  }

  .modern-page-hero .modern-hero-content {
    padding: 46px 0 !important
  }
}

@media(max-width:575px) {
  .modern-page-hero h1 {
    font-size: 36px !important
  }

  .modern-page-hero p {
    font-size: 14.5px !important
  }

  .intro-check-grid {
    grid-template-columns: 1fr
  }

  .service-proof {
    padding: 20px;
    border-radius: 22px
  }

  .proof-item {
    padding: 12px
  }

  .modern-title h2 {
    font-size: 30px !important
  }
}


/* V6 refinements: visible title backgrounds, cleaner service flow, realistic client profile avatars */
.modern-page-hero {
  min-height: 300px !important;
  background-image: linear-gradient(90deg, rgba(3, 18, 44, .72) 0%, rgba(3, 18, 44, .46) 48%, rgba(3, 18, 44, .12) 100%), var(--page-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.modern-page-hero:before {
  background: linear-gradient(180deg, rgba(3, 18, 44, .08), rgba(3, 18, 44, .22)) !important;
}

.modern-page-hero:after {
  opacity: .45;
}

.modern-page-hero .modern-hero-content {
  padding: 54px 0 !important;
}

.modern-page-hero h1 {
  font-size: clamp(34px, 4vw, 58px) !important;
  line-height: 1 !important;
}

.modern-page-hero p {
  font-size: 15.5px !important;
  max-width: 650px;
}

.service-flow-clean {
  background: #fff;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 18px 54px rgba(6, 23, 52, .08);
}

.service-flow-clean .flow-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(8, 38, 93, .08);
  padding-bottom: 18px;
}

.service-flow-clean h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1;
  color: var(--navy);
  margin: 0;
}

.service-flow-clean p {
  color: #5c6879;
  line-height: 1.65;
  margin: 0;
  font-size: 15px;
}

.flow-step-card {
  height: 100%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #f7f9fd;
  border: 1px solid rgba(8, 38, 93, .08);
  border-radius: 18px;
  padding: 18px;
  transition: .25s;
}

.flow-step-card:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 16px 42px rgba(6, 23, 52, .09);
}

.flow-step-card .flow-no {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red), #ff5962);
  color: #fff;
  font-weight: 900;
  flex: 0 0 auto;
  font-size: 15px;
}

.flow-step-card h3 {
  font-size: 17px;
  font-weight: 900;
  color: var(--navy);
  margin: 0 0 5px;
}

.flow-step-card span {
  display: block;
  color: #5c6879;
  font-size: 14px;
  line-height: 1.55;
}

.profile-testimonial {
  padding: 28px !important;
}

.profile-testimonial .testimonial-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.profile-testimonial .testimonial-head img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 12px 32px rgba(6, 23, 52, .16);
  background: #eef3ff;
}

.profile-testimonial h3 {
  font-size: 18px !important;
  margin-bottom: 2px !important;
}

.profile-testimonial span {
  font-size: 13px !important;
}

.profile-testimonial .stars {
  margin-bottom: 14px !important;
}

@media(max-width:991px) {
  .service-flow-clean .flow-title {
    display: block
  }

  .service-flow-clean .flow-title p {
    margin-top: 8px
  }

  .modern-page-hero {
    min-height: 270px !important
  }
}

@media(max-width:575px) {
  .service-flow-clean {
    padding: 20px;
    border-radius: 20px
  }

  .flow-step-card {
    padding: 15px
  }

  .profile-testimonial .testimonial-head img {
    width: 64px;
    height: 64px
  }

  .modern-page-hero .modern-hero-content {
    padding: 42px 0 !important
  }

  .modern-page-hero h1 {
    font-size: 34px !important
  }
}


/* V7 final priority fixes: clearly visible title background images + real client photos */
.modern-page-hero {
  min-height: 300px !important;
  margin-top: 0 !important;
  background-image: linear-gradient(90deg, rgba(3, 18, 44, .78) 0%, rgba(3, 18, 44, .56) 34%, rgba(3, 18, 44, .20) 62%, rgba(3, 18, 44, .04) 100%), var(--page-bg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-bottom-left-radius: 34px !important;
  border-bottom-right-radius: 34px !important;
}

.modern-page-hero:before {
  display: none !important;
}

.modern-page-hero:after {
  opacity: .25 !important;
}

.modern-page-hero .modern-hero-content {
  max-width: 680px !important;
  padding: 58px 0 !important;
}

.modern-page-hero h1 {
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1 !important;
  margin: 10px 0 !important;
}

.modern-page-hero p {
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, .94) !important;
}

.profile-testimonial .testimonial-head img {
  width: 82px !important;
  height: 82px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 4px solid #fff !important;
  box-shadow: 0 12px 30px rgba(6, 23, 52, .18) !important;
}

.profile-testimonial {
  min-height: 300px !important;
}

@media(max-width:991px) {
  .modern-page-hero {
    min-height: 260px !important;
    background-image: linear-gradient(90deg, rgba(3, 18, 44, .82), rgba(3, 18, 44, .42)), var(--page-bg) !important;
    border-radius: 0 0 24px 24px !important;
  }

  .modern-page-hero .modern-hero-content {
    padding: 46px 0 !important;
  }
}

@media(max-width:575px) {
  .modern-page-hero {
    min-height: 235px !important;
    background-position: center !important;
  }

  .modern-page-hero h1 {
    font-size: 32px !important;
  }

  .modern-page-hero p {
    font-size: 14px !important;
  }

  .profile-testimonial .testimonial-head img {
    width: 66px !important;
    height: 66px !important;
  }

  .profile-testimonial {
    min-height: auto !important;
  }
}


/* V8: direct title-section background image fix */
.modern-page-hero {
  position: relative !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 300px !important;
  overflow: hidden !important;
}

.modern-page-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(3, 18, 44, .78) 0%, rgba(3, 18, 44, .50) 42%, rgba(3, 18, 44, .18) 72%, rgba(3, 18, 44, .04) 100%) !important;
  z-index: 0 !important;
}

.modern-page-hero::after {
  z-index: 0 !important;
  opacity: .18 !important;
}

.modern-page-hero .container-fluid {
  position: relative !important;
  z-index: 2 !important;
}

.modern-page-hero .modern-hero-content {
  position: relative !important;
  z-index: 2 !important;
}

@media(max-width:991px) {
  .modern-page-hero {
    min-height: 260px !important;
    background-position: center !important;
  }

  .modern-page-hero::before {
    background: linear-gradient(90deg, rgba(3, 18, 44, .84), rgba(3, 18, 44, .44)) !important;
  }
}




.service-link{
    display:block;
    text-decoration:none;
    color:inherit;
    height:100%;
    transition:0.3s ease;
}

.service-link:hover{
    text-decoration:none;
    color:inherit;
}

.service-link .service-card{
    height:100%;
}

.service-link:focus{
    outline:none;
}




@media(max-width:575px) {
  .modern-page-hero {
    min-height: 230px !important;
  }
  .about-content, .why-column {
    padding: 15px;
}
   .vmv-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .vmv-card i {
        margin-bottom: 15px;
    }

     .modern-card.small-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 25px 20px;
    }

    .modern-card.small-card .card-icon {
        
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .modern-card.small-card h3 {
        margin-bottom: 12px;
        text-align: center;
    }

    .modern-card.small-card p {
        margin-bottom: 0;
        text-align: center;
    }
        .contact-panel1 {
        padding: 0px;
    }
        .modern-title h2 {
        font-size: 25px !important;
    }
      .modern-section .row {
        flex-direction: column-reverse;
    }
       .modern-section .row {
        flex-direction: column;
    }

}