/* =========================================================
   SMS AIRCON — MOBILE EXPERIENCE
   This file is loaded after style.css and affects phones only.
   Desktop styles remain unchanged.
========================================================= */

@media (max-width: 767.98px) {

  :root {
    --sms-blue: #0d6efd;
    --sms-dark-blue: #003f8f;
    --sms-ink: #14213d;
    --sms-soft: #f5f9ff;
  }

  html {
    scroll-padding-top: 82px;
  }

  body {
    padding-bottom: 76px;
  }

  .container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  /* ---------------- TOP BAR ---------------- */
  .top-bar {
    padding: 7px 0;
    font-size: 11px;
    letter-spacing: .1px;
  }

  .top-bar .container {
    justify-content: center !important;
  }

  .top-bar .container > div:first-child {
    white-space: nowrap;
  }

  .top-bar .container > div:last-child {
    display: none;
  }

  .top-bar span {
    margin: 0 7px;
  }

  /* ---------------- MOBILE NAVBAR ---------------- */
  .navbar {
    min-height: 72px;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 8px 24px rgba(8, 43, 89, .09) !important;
  }

  .navbar > .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand img {
    height: 60px;
    width: auto;
  }

  .navbar-toggler {
    width: 43px;
    height: 43px;
    padding: 0;
    border: 1px solid rgba(13, 110, 253, .18);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    width: 22px;
    height: 22px;
  }

  .navbar-collapse {
    margin-top: 8px;
    padding: 10px 4px 16px;
    border-top: 1px solid #edf2f8;
    background: #fff;
  }

  .navbar-nav {
    margin: 0 !important;
  }

  .nav-link {
    margin: 0;
    padding: 11px 10px !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-link.active {
    color: var(--sms-blue) !important;
    border-bottom: 0;
    background: #eef5ff;
  }

  .navbar-collapse > .d-flex {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px !important;
    margin-top: 10px;
  }

  .navbar .btn {
    padding: 11px 8px;
    border-radius: 11px;
    font-size: 13px;
  }

  /* ---------------- MOBILE HERO ---------------- */
  .hero-slider,
  .hero-slider .carousel,
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item {
    height: 460px;
  }

  .hero-slider {
    background: #062b5d;
  }

  .hero-image {
    height: 460px !important;
    object-fit: cover;
  }

  /* Individual mobile crops for your four existing images */
  .hero-slider .carousel-item:nth-child(1) .hero-image {
    object-position: 63% center;
  }

  .hero-slider .carousel-item:nth-child(2) .hero-image {
    object-position: 58% center;
  }

  .hero-slider .carousel-item:nth-child(3) .hero-image {
    object-position: 65% center;
  }

  .hero-slider .carousel-item:nth-child(4) .hero-image {
    object-position: 64% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(0, 31, 75, .22) 0%,
        rgba(0, 31, 75, .42) 35%,
        rgba(0, 31, 75, .92) 76%,
        rgba(0, 24, 61, .98) 100%);
  }

  .hero-content {
    top: auto;
    bottom: 0;
    transform: none;
    text-align: left;
    padding: 0 0 52px;
  }

  .hero-content .container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-content h5 {
    padding: 6px 11px;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(13, 110, 253, .28);
  }

  .hero-content h1 {
    max-width: 340px;
    margin-bottom: 10px;
    font-size: clamp(30px, 8vw, 37px);
    line-height: 1.05;
    letter-spacing: -.8px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .22);
  }

  .hero-content h1 span {
    margin-top: 4px;
    color: #64afff;
  }

  .hero-content p {
    max-width: 330px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .92);
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 350px;
    justify-content: initial;
  }

  .hero-buttons .btn {
    width: 100%;
    min-height: 44px;
    padding: 10px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
  }

  .hero-buttons .btn:only-child {
    grid-column: 1 / -1;
    max-width: 190px;
  }

  .carousel-indicators {
    bottom: 18px;
    margin-bottom: 0;
  }

 .carousel-indicators button {
    width: 28px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.35);
    transition: all .35s ease;
}

.carousel-indicators .active {
    width: 42px;
    background: #0d6efd;
}

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  /* ---------------- FIXED MOBILE ACTION BAR ---------------- */
  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #e8eef6;
    box-shadow: 0 -8px 28px rgba(8, 43, 89, .12);
    backdrop-filter: blur(12px);
  }

  .mobile-action-bar a {
    min-height: 50px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-action-bar .mobile-call {
    background: var(--sms-blue);
  }

  .mobile-action-bar .mobile-whatsapp {
    background: #159447;
  }

     /* ---------------- MOBILE ABOUT SECTION ---------------- */

.about-section {
  padding: 42px 0 48px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
  overflow: hidden;
}

.about-section .row {
  gap: 26px;
}

.about-section .col-lg-6 {
  width: 100%;
}

/* About image */

.about-image {
  position: relative;
  height: 255px;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(8, 43, 89, 0.14);
}

.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(0, 39, 92, 0.18) 100%
  );
  pointer-events: none;
}

.about-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
}

/* About content */

.about-text {
  padding: 0;
}

.about-text .section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--sms-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 1;
}

.about-text .section-subtitle::before {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background: var(--sms-blue);
}

.about-text h2 {
  max-width: 340px;
  margin: 0 0 16px;
  color: var(--sms-ink);
  font-size: clamp(30px, 8.5vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.7px;
}

.about-text p {
  margin-bottom: 22px;
  color: #516078;
  font-size: 15px;
  line-height: 1.75;
}

/* About benefit list */

.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.about-list li {
  min-height: 76px;
  padding: 13px 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: #26364d;
  background: #ffffff;
  border: 1px solid #e7eef8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(8, 43, 89, 0.06);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.about-list li i {
  color: var(--sms-blue);
  font-size: 18px;
}

/* About button */

.about-btn {
  width: 100%;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
} 

/* =====================================================
   MOBILE SERVICES SECTION
===================================================== */

.services-section {
    padding: 32px 0 52px !important;
    background: #ffffff;
}

.services-section .container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Section heading */

.services-heading {
    max-width: 100%;
    margin: 0 auto;
    text-align: left !important;
}

.services-heading .section-subtitle {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.services-heading .section-subtitle::before {
    content: "";
    width: 21px;
    height: 2px;
    background: #0d6efd;
    border-radius: 20px;
}

.services-heading h2 {
    margin: 0 0 14px;
    color: #0b1f3a;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.5px;
}

.services-heading .title-line {
    display: none;
}

.services-heading p {
    max-width: 100%;
    margin: 0;
    color: #59677a;
    font-size: 14px;
    line-height: 1.65;
}

.services-heading p br {
    display: none;
}

/* Reduce Bootstrap spacing above cards */

.services-section .row.mt-5 {
    margin-top: 27px !important;
}

.services-section .col-lg-4 {
    margin-bottom: 18px !important;
}

/* Service card */

.service-card {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(10, 48, 95, 0.09);

    opacity: 0;
    transform: translateY(35px);
    transition: all .6s ease;
}

.service-card.show {
    opacity: 1;
    transform: translateY(0);
}

/* Service image */

.service-image {
    height: 155px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Smaller floating icon */

.service-icon {
    width: 54px;
    height: 54px;
    margin: -28px 0 0 20px;
    border: 4px solid #ffffff;
    border-radius: 15px;
    background: #0d6efd;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.22);
    font-size: 23px;
}

/* Service content */

.service-content {
    padding: 15px 20px 21px;
    display: block;
}

.service-content h3 {
    margin: 0 0 9px;
    color: #0b1f3a;
    text-align: left;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.service-content p,
.service-content p[style] {
    max-width: 100%;
    margin: 0 0 15px !important;
    color: #5b6879;
    text-align: left;
    font-size: 13.5px;
    line-height: 1.6;
}

/* Benefits displayed in two columns */

.service-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 10px;
    margin: 0 0 18px;
    padding: 0;
}

.service-content ul li {
    margin: 0;
    color: #26364c;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
}

/* Enquiry button */

.service-btn {
    width: 100%;
    min-height: 47px;
    margin: 0;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #0d6efd;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 9px 22px rgba(13, 110, 253, 0.2);
}

/* Disable desktop hover movement on touch devices */

.service-card:hover,
.service-btn:hover {
    transform: none;
}

.service-card:hover img {
    transform: none;
}

/* =====================================================
   MOBILE GALLERY SECTION
===================================================== */

.gallery-section {
    padding: 48px 0 52px !important;
    scroll-margin-top: 80px;
    background: #f7faff;
}

.gallery-section .container {
    padding-left: 20px;
    padding-right: 20px;
}

/* Heading */

.gallery-heading {
    text-align: left !important;
    margin-bottom: 26px;
}

.gallery-heading .section-subtitle {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 11px;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.gallery-heading .section-subtitle::before {
    content: "";
    width: 21px;
    height: 2px;
    background: #0d6efd;
    border-radius: 20px;
}

.gallery-heading h2 {
    margin: 0 0 12px;
    color: #0b1f3a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.5px;
}

.gallery-heading p {
    margin: 0;
    color: #59677a;
    font-size: 14px;
    line-height: 1.65;
}

/* Gallery layout */

.gallery-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
}

.gallery-section .row > div {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* First image featured */

.gallery-section .row > div:first-child {
    grid-column: 1 / -1;
}

.gallery-card {
    position: relative;
    height: 185px;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(10, 48, 95, 0.1);
}

.gallery-section .row > div:first-child .gallery-card {
    height: 260px;
}

/* Make the last gallery image full width */
.gallery-section .row > div:last-child {
    grid-column: 1 / -1;
}

.gallery-section .row > div:last-child .gallery-card {
    height: 220px;
}

.gallery-section .row > div:last-child .gallery-card img {
    object-position: center;
}

.gallery-card img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

/* Cleaner overlay */

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(0, 30, 75, 0.2) 100%
    );
    pointer-events: none;
}

.gallery-overlay {
    width: 42px;
    height: 42px;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: auto;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    color: #0d6efd;
    opacity: 1;
    transform: none;
    z-index: 2;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}

.gallery-overlay i {
    font-size: 18px;
}

/* View more button */

.gallery-section .btn,
.gallery-section .gallery-btn {
    width: 100%;
    min-height: 49px;
    margin-top: 24px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 700;
}

/* Remove desktop hover behavior on mobile */

.gallery-card:hover img {
    transform: none;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
    transform: none;
}

/* =====================================================
   MOBILE SWIPEABLE TESTIMONIALS
===================================================== */

.testimonials-section {
    padding: 48px 0 58px !important;
    overflow: hidden;
}

.testimonials-section .container {
    padding-left: 14px;
    padding-right: 14px;
}

/* Testimonial heading */

.testimonial-heading h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    margin: 10px auto 12px;
}

/* Turn the existing desktop row into a mobile slider */

.testimonial-slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    margin-right: -14px !important;
    margin-left: 0 !important;
    padding: 4px 14px 18px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.testimonial-slider::-webkit-scrollbar {
    display: none;
}

/* Each testimonial becomes one swipeable slide */

.testimonial-slider > .col-lg-4 {
    flex: 0 0 calc(100% - 26px);
    width: calc(100% - 26px);
    max-width: none;
    padding: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

/* Mobile testimonial card */

.testimonial-slider .testimonial-card {
    width: 100%;
    min-height: 390px;
    margin: 0;
    padding: 27px 23px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(12, 47, 91, 0.09);
    text-align: center;
    transform: none !important;
}

/* Stars */

.testimonial-slider .stars {
    margin-bottom: 20px;
    color: #ffb400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
}

/* Review text */

.testimonial-slider .review {
    margin: 0 0 22px;
    color: #3f4b5c;
    font-size: 15.5px;
    font-style: italic;
    line-height: 1.7;
}

/* Customer name */

.testimonial-slider h5 {
    margin: auto 0 5px;
    color: #071c3a;
    font-size: 18px;
    font-weight: 800;
}

/* Location */

.testimonial-slider .testimonial-card > span {
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
}

/* Prevent desktop hover animation on mobile */

.testimonial-slider .testimonial-card:hover {
    transform: none !important;
}

/* =====================================================
   MOBILE CONTACT SECTION
===================================================== */

.contact-section {
    padding: 52px 0 105px !important;
    background:
        radial-gradient(
            circle at top right,
            rgba(13, 110, 253, 0.08),
            transparent 32%
        ),
        #f7faff;
    border-top: 0;
}

/* Section heading */

.contact-section .contact-heading {
    max-width: 100%;
    margin-bottom: 28px;
}

.contact-section .contact-heading .section-subtitle {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.contact-section .contact-heading h2 {
    margin: 10px 0 12px;
    color: #071c3a;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
}

.contact-section .contact-heading p {
    max-width: 330px;
    margin: 0 auto;
    color: #657185;
    font-size: 14.5px;
    line-height: 1.65;
}

.contact-section .contact-heading .title-line {
    margin-bottom: 16px;
}

/* Remove Bootstrap desktop spacing */

.contact-section .row.mt-3 {
    margin-top: 0 !important;
}

.contact-section .row.g-4 {
    --bs-gutter-y: 16px;
}

/* Contact information container */

.contact-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Individual information cards */

.contact-item {
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(10, 48, 95, 0.07);
}

/* Location and business hours span full width */

.contact-item:nth-child(3),
.contact-item:nth-child(4) {
    grid-column: 1 / -1;
    min-height: auto;
    padding: 19px;
    padding-top: 17px;
    padding-bottom: 17px;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

/* Keep email text clean inside the card */
.contact-item:nth-child(2) .contact-link {
    font-size: 12.5px;
    line-height: 1.5;
    overflow-wrap: normal;
    word-break: normal;
}

/* Slightly reduce horizontal padding in the top two cards */
.contact-item:nth-child(1),
.contact-item:nth-child(2) {
    padding: 18px 12px;
    min-height: 142px;
}

/* Icons */

.contact-icon {
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    font-size: 20px;
    background: linear-gradient(135deg, #0d6efd, #0054c7);
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.22);
}

/* Contact text */

.contact-item > div:last-child {
    min-width: 0;
}

.contact-item h5 {
    margin: 0 0 7px;
    color: #071c3a;
    font-size: 16px;
    font-weight: 800;
}

.contact-item p,
.contact-link {
    color: #586579;
    font-size: 13.5px;
    line-height: 1.6;
}

.contact-link {
    overflow-wrap: anywhere;
}

.contact-address {
    margin-bottom: 5px !important;
    white-space: normal;
}

.location-link {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 700;
}

/* Contact form */

.contact-form {
    padding: 24px 18px 20px;
    background: #ffffff;
    border: 1px solid #e4ecf7;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(10, 48, 95, 0.09);
}

.contact-form h3 {
    margin-bottom: 18px;
    color: #071c3a;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
}

/* Form spacing */

.contact-form .row {
    margin-right: 0;
    margin-left: 0;
}

.contact-form .row > div {
    padding-right: 0;
    padding-left: 0;
}

.contact-form .mb-3 {
    margin-bottom: 12px !important;
}

.contact-form .mb-4 {
    margin-bottom: 16px !important;
}

/* Inputs */

.contact-form .form-control,
.contact-form .form-select {
    min-height: 52px;
    padding: 13px 15px;
    color: #23324a;
    font-size: 14px;
    background-color: #f8faff;
    border: 1px solid #dce6f2;
    border-radius: 13px;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: none;
}

.contact-form .form-control::placeholder {
    color: #8a96a8;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    background-color: #ffffff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

/* WhatsApp enquiry button */

.whatsapp-btn {
    min-height: 54px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #16b954);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
}

.whatsapp-btn:hover,
.whatsapp-btn:focus,
.whatsapp-btn:active {
    background: linear-gradient(135deg, #25d366, #16b954);
    transform: none;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
}

/* =====================================================
   MOBILE WHY CHOOSE US SECTION
===================================================== */

.why-section {
    padding: 52px 0 !important;
    background:
        radial-gradient(
            circle at top left,
            rgba(13, 110, 253, 0.08),
            transparent 35%
        ),
        #f8fbff;
}

/* Heading area */

.why-section .text-center.mb-5 {
    margin-bottom: 28px !important;
}

.why-section .section-subtitle {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.why-section .section-title {
    margin: 10px auto 12px;
    max-width: 340px;
    color: #071c3a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.why-section .title-line {
    margin-bottom: 15px;
}

.why-section .section-description {
    max-width: 335px;
    color: #657185;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 4px;
}

/* Two-column mobile grid */

.why-section .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

.why-section .row > div {
    width: 50%;
}

/* Cards */

.why-card {
    min-height: 215px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid #e4ecf7;
    border-top: 0;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(10, 48, 95, 0.07);
    transition: none;
}

.why-card:hover {
    transform: none;
    border-top: 0;
    box-shadow: 0 10px 28px rgba(10, 48, 95, 0.07);
}

/* Icon */

.why-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 15px;
    border-radius: 15px;
    background: linear-gradient(135deg, #0d6efd, #0054c7);
    font-size: 25px;
    box-shadow: 0 8px 18px rgba(13, 110, 253, 0.22);
}

/* Card text */

.why-card h4 {
    margin-bottom: 9px;
    color: #071c3a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.why-card p {
    margin: 0;
    color: #667287;
    font-size: 12.5px;
    line-height: 1.5;
}

/* Hide footer trust strip on mobile */
.footer-trust {
    display: none !important;
}




}

/* The bottom action bar is mobile-only */
@media (min-width: 768px) {
  .mobile-action-bar {
    display: none;
  }
}
