/********** Template CSS **********/

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed !important;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Fonts ***/
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*** Button ***/
.btn {
    position: relative;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-dark,
.btn-primary {
    margin: 10px;
}

.btn-primary::before,
.btn-primary::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-primary::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-primary);
    border-right: 2px solid var(--bs-primary);
}

.btn-primary::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
}

.btn-dark::before,
.btn-dark::after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.btn-dark::before {
    top: -10px;
    height: calc(100% + 20px);
    border-left: 2px solid var(--bs-dark);
    border-right: 2px solid var(--bs-dark);
}

.btn-dark::after {
    left: -10px;
    width: calc(100% + 20px);
    border-top: 2px solid var(--bs-dark);
    border-bottom: 2px solid var(--bs-dark);
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary)
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


/*** Hero Header ***/
.hero-header {
    background: url(../img/hero-bg.jpg) top left no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }

    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next{
    position: relative;
    margin-left: 2px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}


/*** Service ***/
@media (max-width: 768px) {
    .service .service-item {
        border: none !important;
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
}

@media (min-width: 992px) {
    .service .service-item.border-lg-end {
        border-right: 1px solid #dee2e6;
    }

    .service .service-item.border-lg-end-0 {
        border-right: none !important;
    }

    .service .service-item.border-lg-bottom-0 {
        border-bottom: none !important;
    }
}

.service .service-item .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
}

.service .service-item .btn-primary:hover {
    background: var(--bs-primary);
}

.service .service-item img {
    width: 70px;
    margin-bottom: 20px;
}


/*** Team ***/
.team {
    position: relative;
}

.team::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200px;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    margin-top: 1rem;
    background: var(--bs-primary);
}

.team-item img {
    transition: .5s;
}
  
.team-item:hover img {
    transform: scale(1.2);
}
  
.team-overlay {
    position: absolute;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-overlay {
    background: rgba(255, 255, 255, .9);
}

.team-overlay p {
    letter-spacing: 1px;
}

.team-overlay .btn-dark {
    border-width: 2px;
    color: var(--bs-dark);
    background: transparent;
}

.team-overlay .btn-dark:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item {
    position: relative;
}

.testimonial-carousel .owl-item::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
}

.testimonial-carousel .owl-item img {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.testimonial-carousel .owl-item,
.testimonial-carousel .owl-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item span {
    letter-spacing: 2px;
}

.testimonial-carousel .owl-item.center .bg-light {
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-item.center .bg-light * {
    color: var(--bs-dark) !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--bs-dark);
    background: var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}


/*** Footer ***/
@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: var(--bs-secondary);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}
.video-hero {
    position: relative;
    width: 100%;
    height: 90vh; /* adjust as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.video-hero-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* ensures clicks go through */
}

.video-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.video-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 20px;
}

/* Responsive for small screens */
@media (max-width: 768px) {
    .video-hero {
        height: 75vh;
    }

    .video-hero-bg iframe {
        width: 200%;
        height: 200%;
    }
}


/* ================================
   SERVICES SECTION – RICHY SPA
================================ */
.services-section {
    background-color: #304055;
    padding: 80px 0;
	position: relative;
}


.services-section .container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Service Card */
.service-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 15px 40px rgba(0,0,0,0.65);
    transition: all 0.4s ease;
}

/* Image */
.service-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Hover Zoom */
.service-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.88),
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.15)
    );
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Title */
.service-overlay h3 {
    font-size: 22px;
    font-weight: 600;
    color: #d4af37;
    margin-bottom: 6px;
}

/* Duration */
.service-overlay p {
    font-size: 15px;
    color: #e5e7eb;
    margin-bottom: 14px;
}

/* Icons Container */
.service-icons {
    display: flex;
    gap: 12px;
}

/* Icon Button */
.service-icons .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    transition: 0.3s ease;
}

/* Icon Hover */
.service-icons .icon:hover {
    transform: scale(1.15);
}

/* Phone */
.service-icons .phone {
    background: #d4af37;
}

/* WhatsApp */
.service-icons .whatsapp {
    background: #25d366;
}

/* ================================
   RESPONSIVE
================================ */

/* Large Tablets */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-title {
        font-size: 32px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card img {
        min-height: 300px;
    }
}
.floating-buttons {
    position: fixed;
    right: 18px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.float-btn.whatsapp {
    background: #25d366;
}

.float-btn.call {
    background: #d4af37;
}

.float-btn.location {
    background: #e11d48;
}
/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* CONTAINER */
.container {
    width: 90%;
    margin: auto;
}

/* SECTION */
.video-section {
    background: #324255;
    padding: 60px 0;
}

/* TITLES */
.video-section h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

/* ROW */
.video-row {
    display: flex;
    gap: 30px;
}

/* 4 : 8 SPLIT */
.video-left {
    flex: 4;
}

.video-right {
    flex: 8;
}

/* VIDEO BOX */
.video-box {
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

/* FEATURED VIDEO */
.video-box.featured video {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* SLIDER */
.video-slider {
    overflow: hidden;
}

/* TRACK */
.video-track {
    display: flex;
    gap: 20px;
    animation: slide 18s linear infinite;
}

/* SLIDER VIDEOS */
.video-track .video-box {
    min-width: calc(33.333% - 14px);
}

.video-track video {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* AUTO SLIDE */
@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-66.66%); }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .video-row {
        flex-direction: column;
    }

    .video-box.featured video,
    .video-track video {
        height: 300px;
    }

    .video-track .video-box {
        min-width: 100%;
    }
}
/* SECTION */
.why-choose {
    background: #ffffff;
    padding: 80px 0;
}

/* CONTAINER */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #b8933d;
    margin-bottom: 15px;
}

/* SUBTITLE */
.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* GRID */
.choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.choose-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 35px 30px;
    text-align: left;
    transition: 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HOVER */
.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* ICON */
.choose-card .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #b8933d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 22px;
}

/* CARD TITLE */
.choose-card h4 {
    font-size: 22px;
    color: #222;
    margin-bottom: 12px;
}

/* CARD TEXT */
.choose-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .choose-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }
}
.why-values-section {
  padding: 80px 0;
  background: #f7f9fc;
}

.info-box {
  height: 100%;
  padding: 45px;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #23374a;
  box-shadow: 0 15px 35px rgba(35, 55, 74, 0.15);
  transition: all 0.35s ease;
}

.info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(35, 55, 74, 0.25);
}

.info-box h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #23374a;
  font-weight: 600;
}

.info-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.info-box ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.info-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #23374a;
  font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
  .info-box {
    margin-bottom: 30px;
  }
}
.about-mission-section {
  padding: 80px 0;
  background: #f7f9fc;
}

.about-box {
  height: 100%;
  padding: 45px;
  background: #ffffff;
  border-radius: 18px;
  border: 2px solid #23374a;
  box-shadow: 0 15px 35px rgba(35, 55, 74, 0.15);
  transition: all 0.35s ease;
}

.about-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(35, 55, 74, 0.25);
}

.about-box h2 {
  font-size: 32px;
  color: #23374a;
  margin-bottom: 25px;
  font-weight: 600;
}

.about-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

/* Optional slightly darker mission box */
.mission-box {
  background: linear-gradient(135deg, #ffffff, #f2f6fa);
}

/* Mobile */
@media (max-width: 768px) {
  .about-box {
    margin-bottom: 30px;
  }
}
.gallery-section {
  padding: 80px 0;
  background: #f7f9fc;
}

.gallery-title {
  text-align: center;
  font-size: 38px;
  color: #23374a;
  font-weight: 600;
  margin-bottom: 50px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #23374a;
  box-shadow: 0 12px 30px rgba(35, 55, 74, 0.15);
  transition: all 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover {
  box-shadow: 0 22px 45px rgba(35, 55, 74, 0.3);
}

/* Mobile */
@media (max-width: 576px) {
  .gallery-title {
    font-size: 30px;
  }
}
/* HERO SECTION MOBILE FIX */
@media (max-width: 991px) {
  .hero-header-text {
    text-align: center;
  }

  .hero-header-text h1.display-1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .hero-header-text h1.font-dancing-script {
    font-size: 32px;
  }

  .hero-header-text .row.g-4 {
    justify-content: center;
  }

  .hero-header-text .d-flex {
    justify-content: center;
  }
}

/* Small devices */
@media (max-width: 576px) {
  .hero-header-text {
    padding: 30px 15px;
  }

  .hero-header-text h1.display-1 {
    font-size: 34px;
  }

  .hero-header-text h1.font-dancing-script {
    font-size: 26px;
  }

  .hero-header-text .btn-square {
    width: 45px;
    height: 45px;
  }

  .hero-header-text p {
    font-size: 16px;
  }

  /* Carousel image height */
  .header-carousel img {
    height: 260px;
    object-fit: cover;
  }
}
.contact-info-section {
  padding: 80px 0;
  background: #ffffff;
}

.contact-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.contact-title span {
  display: inline-block;
  width: 5px;
  height: 28px;
  background: #f57c00;
  margin-right: 12px;
  vertical-align: middle;
}

/* Contact Items */
.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.contact-item .icon {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
}

.icon.blue { background: #2f6bdc; }
.icon.orange { background: #f57c00; }
.icon.black { background: #000; }

.contact-item .text h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-item .text p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.contact-item .text a {
  color: #2f6bdc;
  text-decoration: none;
}

/* Map */
.map-box {
  width: 100%;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .map-box {
    height: 300px;
    margin-top: 30px;
  }

  .contact-item {
    flex-wrap: wrap;
  }

  .contact-item .text.ms-4 {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
.custom-section {
    background: #f8f9fa;
}

/* Sidebar */
.custom-sidebar {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f6821f;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
}

.sidebar-list li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sidebar-list li a:hover {
    background: #f6821f;
    color: #fff;
}

/* Content Area */
.content-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.content-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

/* Info Cards */
.info-card {
    background: #fff4ec;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: transform 0.3s ease;
}

.info-card h5 {
    color: #f6821f;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-card:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 767px) {
    .content-title {
        font-size: 22px;
    }
}
.image-row-section {
  width: 100%;
  padding: 40px 15px;
}

.image-row {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.image-box {
  text-align: center;
}

.image-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.image-box h4 {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  list-style: none;
  padding: 0;
}

.two-column-list li {
  background: #f4f6f9;
  padding: 8px 12px;
  border-radius: 6px;
}