:root {
  --primary: #870000;
  --secondary: #870000;
  --soft: #fff8ec;
  --dark: #870000;
  --muted: #6f625a;
  --white: #ffffff;
  --shadow: 0 15px 40px rgba(43, 27, 18, 0.12);
  --radius: 22px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(43, 27, 18, 0.08);
}

.topbar {
  background: var(--dark);
  color: var(--white);
  font-size: 14px;
  padding: 8px 0;
}

.topbar a {
  color: var(--white);
  margin-right: 18px;
}

.topbar i {
  color: var(--secondary);
  margin-right: 6px;
}

.navbar {
  padding: 14px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cinzel", serif;
  font-weight: 800;
  color: var(--primary) !important;
  font-size: 24px;
}

.navbar-brand img {
  max-height: 58px;
  width: auto;
}

.navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
  padding: 10px 14px !important;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-nav .nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--secondary);
  position: absolute;
  left: 14px;
  bottom: 5px;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: calc(100% - 28px);
}

.dropdown-menu {
  border: none;
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow);
}

.dropdown-item {
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 14px;
}

.dropdown-item:hover {
  background: var(--soft);
  color: var(--primary);
}
@media (min-width: 992px) {
    .nav-item.dropdown:hover > .d-flex > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .dropdown-toggle::after {
        transition: 0.3s ease;
    }
}

.btn-golden {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 50px;
}

.btn-golden:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-brown {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 50px;
}

.btn-brown:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-whatsapp {
  background: #25d366;
  color: var(--white);
  border: 1px solid #25d366;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 50px;
}

.btn-whatsapp:hover {
  background: #198754;
  border-color: var(--dark);
  color: var(--white);
}

.section-padding {
  padding: 20px 0;
}

.bg-soft {
  background: var(--soft);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 45px;
}

.section-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.16);
  color: var(--primary);
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
  font-size: 14px;
}

.section-badge.light {
  background: rgba(255, 255, 255, 0.16);
  color: var(--secondary);
}

.section-title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  color: var(--dark);
  font-size: 38px;
  margin-bottom: 16px;
}

.section-subtitle,
.section-text {
  color: var(--muted);
  line-height: 1.8;
}

.hero-slide {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}

.hero-slide-img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.default-hero {
  background: linear-gradient(135deg, #2b1b12, #8b4513);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(43, 27, 18, 0.86),
    rgba(43, 27, 18, 0.45),
    rgba(43, 27, 18, 0.15)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding-top: 40px;
}

.hero-badge {
  display: inline-block;
  color: var(--secondary);
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
  font-weight: 600;
}

.hero-content h1 {
  font-family: "Cinzel", serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  max-width: 680px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-img-box {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.about-img-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.category-card,
.product-card,
.why-card,
.gallery-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: 0.35s ease;
  height: 100%;
}

.category-card:hover,
.product-card:hover,
.why-card:hover,
.gallery-card:hover {
  transform: translateY(-8px);
}

.category-img {
  height: 230px;
  overflow: hidden;
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.category-card:hover .category-img img,
.product-card:hover .product-img img,
.gallery-card:hover img {
  transform: scale(1.08);
}

.category-content {
  padding: 18px;
  text-align: center;
}

.category-content h3 {
  font-family: "Cinzel", serif;
  color: var(--dark);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.category-content span {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

.product-img {
  height: 260px;
  overflow: hidden;
  background: var(--soft);
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.product-content {
  padding: 20px;
}

.product-content h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-content h3 a {
  color: var(--dark);
}

.product-content h3 a:hover {
  color: var(--primary);
}

.product-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.product-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.product-actions .btn {
  padding: 8px 14px;
  font-size: 13px;
}

.why-card {
  padding: 32px 24px;
  text-align: center;
}

.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.why-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}
.custom-cta-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 34%),
        var(--white);
}

.custom-cta-box {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(43, 27, 18, 0.98), rgba(139, 69, 19, 0.96)),
        url("<?= BASE_URL ?>assets/img/cta-pattern.png");
    color: var(--white);
    border-radius: 32px;
    padding: 60px;
    box-shadow: 0 24px 70px rgba(43, 27, 18, 0.28);
}

.custom-cta-box::before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 31px;
    pointer-events: none;
}

.custom-cta-box::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    background: rgba(212, 175, 55, 0.16);
    border-radius: 50%;
    filter: blur(2px);
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cta-shape-1 {
    width: 120px;
    height: 120px;
    left: -35px;
    bottom: -35px;
    background: rgba(212, 175, 55, 0.18);
}

.cta-shape-2 {
    width: 70px;
    height: 70px;
    right: 26%;
    top: 30px;
    background: rgba(255, 255, 255, 0.08);
}

.custom-cta-box .section-badge.light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 55, 0.16);
    color: #D4AF37;
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.custom-cta-box h2 {
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 760px;
}

.custom-cta-box p {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 0;
    line-height: 1.8;
    max-width: 760px;
}

.cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.cta-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-weight: 500;
}

.cta-points i {
    color: #D4AF37;
}

.cta-action-box {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.cta-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.18);
    color: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.22);
}

.cta-btn i {
    transition: 0.3s ease;
}

.cta-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .custom-cta-box {
        padding: 42px 28px;
    }

    .custom-cta-box h2 {
        font-size: 34px;
    }

    .cta-action-box {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .custom-cta-section {
        padding: 65px 0;
    }

    .custom-cta-box {
        border-radius: 24px;
        padding: 32px 22px;
    }

    .custom-cta-box::before {
        border-radius: 23px;
    }

    .custom-cta-box h2 {
        font-size: 28px;
    }

    .cta-points {
        gap: 8px;
    }

    .cta-points span {
        width: 100%;
        justify-content: center;
    }

    .cta-action-box {
        padding: 22px;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

.gallery-card {
  height: 250px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.contact-cta-section {
  padding: 90px 0;
  background: var(--soft);
}

.contact-cta-box {
  max-width: 850px;
  margin: auto;
}

.contact-cta-box p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.contact-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.78);
  padding-top: 70px;
}

.footer-logo {
  font-family: "Cinzel", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 18px;
  display: inline-block;
}

.footer-logo img {
    max-height: 95px;
    width: auto;
    object-fit: contain;
}

.footer-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-contact p {
  margin-bottom: 12px;
}

.footer-contact i {
  color: var(--secondary);
  margin-right: 8px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-social a:hover {
  background: var(--secondary);
  color: var(--dark);
}

.footer-bottom {
  margin-top: 50px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 14px;
}

.footer-category-links .footer-main-cat {
    margin-top: 10px;
    margin-bottom: 6px;
}

.footer-category-links .footer-main-cat > a {
    color: #ffffff;
    font-weight: 600;
}

.footer-category-links .footer-sub-cat {
    margin-bottom: 6px;
    padding-left: 10px;
}

.footer-category-links .footer-sub-cat a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
}

.footer-category-links .footer-sub-cat a:hover,
.footer-category-links .footer-main-cat > a:hover {
    color: #D4AF37;
}

@media (max-width: 575px) {
    .footer-logo img {
        max-height: 80px;
    }
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .navbar-collapse {
    background: var(--white);
    padding: 15px;
    border-radius: 16px;
    box-shadow: var(--shadow);
    margin-top: 12px;
  }

  .hero-slide,
  .hero-slide-img {
    min-height: 590px;
    height: 590px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-padding {
    padding: 70px 0;
  }

  .custom-cta-box {
    padding: 35px 25px;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    font-size: 18px;
  }

  .navbar-brand img {
    max-height: 48px;
  }

  .hero-slide,
  .hero-slide-img {
    min-height: 560px;
    height: 560px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .section-title {
    font-size: 27px;
  }

  .category-img {
    height: 160px;
  }

  .category-content h3 {
    font-size: 16px;
  }

  .product-img {
    height: 230px;
  }

  .gallery-card {
    height: 170px;
  }

  .custom-cta-box h2,
  .contact-cta-box h2 {
    font-size: 27px;
  }
}

.hero-slider-section {
  width: 100%;
  overflow: hidden;
}

.hero-slide {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.hero-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  width: 55px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 42px;
  height: 42px;
  background-size: 55%;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
}

/* Tablet */
@media (max-width: 991px) {
  .hero-slide {
    height: 430px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .hero-slide {
    height: auto;
  }

  .hero-slide-img {
    height: auto;
    object-fit: contain;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* product-detail page */

.inner-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, rgba(43, 27, 18, 0.92), rgba(139, 69, 19, 0.92));
    color: #fff;
    text-align: center;
}

.inner-hero h1 {
    font-family: 'Cinzel', serif;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}

.breadcrumb-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: #D4AF37;
    text-decoration: none;
}

.product-detail-image {
    background: #FFF8EC;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.12);
}

.product-detail-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.product-gallery-thumb {
    background: #FFF8EC;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(43, 27, 18, 0.10);
}

.product-gallery-thumb img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}

.product-detail-content h2 {
    font-family: 'Cinzel', serif;
    font-size: 38px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 18px;
}

.product-info-box {
    background: #FFF8EC;
    border-left: 4px solid #D4AF37;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.product-info-box strong {
    color: #2B1B12;
    margin-right: 8px;
}

.product-info-box span {
    color: #6F625A;
}

.product-description {
    color: #6F625A;
    line-height: 1.9;
    margin-bottom: 28px;
}

.product-description p {
    margin-bottom: 14px;
}

.product-detail-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px) {
    .inner-hero h1 {
        font-size: 34px;
    }

    .product-detail-image img {
        height: 420px;
    }
}

@media (max-width: 575px) {
    .inner-hero {
        padding: 65px 0;
    }

    .inner-hero h1 {
        font-size: 28px;
    }

    .product-detail-image img {
        height: auto;
        object-fit: contain;
    }

    .product-detail-content h2 {
        font-size: 28px;
    }

    .product-detail-buttons .btn {
        width: 100%;
        text-align: center;
    }
}


/* category.php */

.inner-hero {
    padding: 90px 0;
    background: linear-gradient(135deg, rgba(43, 27, 18, 0.92), rgba(139, 69, 19, 0.92));
    color: #fff;
    text-align: center;
}

.inner-hero h1 {
    font-family: 'Cinzel', serif;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 14px;
}

.breadcrumb-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: #D4AF37;
    text-decoration: none;
}

.category-description-box {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    color: #6F625A;
    line-height: 1.9;
}

.category-description-box p {
    margin-bottom: 12px;
}

.no-product-box {
    background: #FFF8EC;
    padding: 45px 25px;
    border-radius: 22px;
    color: #6F625A;
}

.no-product-box h4 {
    color: #2B1B12;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 575px) {
    .inner-hero {
        padding: 65px 0;
    }

    .inner-hero h1 {
        font-size: 30px;
    }

    .category-description-box {
        padding: 24px;
    }
}
.category-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.category-action-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

@media (max-width: 575px) {
    .category-action-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}


/* gallary.php */

.gallery-page-section {
    background: #fff;
}

.gallery-page-card {
    position: relative;
    height: 270px;
    border-radius: 22px;
    overflow: hidden;
    background: #FFF8EC;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    cursor: pointer;
}

.gallery-page-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.gallery-page-card:hover img {
    transform: scale(1.08);
}

.gallery-page-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(43, 27, 18, 0.70),
        rgba(43, 27, 18, 0.10),
        transparent
    );
    opacity: 0;
    transition: 0.35s ease;
}

.gallery-page-card:hover::after {
    opacity: 1;
}

.gallery-title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    transform: translateY(12px);
    transition: 0.35s ease;
}

.gallery-page-card:hover .gallery-title {
    opacity: 1;
    transform: translateY(0);
}

.gallery-modal-content {
    border: none;
    border-radius: 22px;
    overflow: hidden;
}

.gallery-modal-content .modal-header {
    background: #FFF8EC;
    border-bottom: none;
}

.gallery-modal-content .modal-title {
    font-weight: 700;
    color: #2B1B12;
}

.gallery-modal-content .modal-body {
    background: #fff;
    padding: 20px;
}

.gallery-modal-content .modal-body img {
    max-height: 78vh;
    object-fit: contain;
    border-radius: 16px;
}

.no-gallery-box {
    background: #FFF8EC;
    padding: 55px 25px;
    border-radius: 22px;
    color: #6F625A;
}

.no-gallery-box h4 {
    color: #2B1B12;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .gallery-page-card {
        height: 230px;
    }
}

@media (max-width: 575px) {
    .gallery-page-card {
        height: 170px;
        border-radius: 16px;
    }

    .gallery-title {
        font-size: 13px;
        left: 12px;
        right: 12px;
        bottom: 12px;
    }
}

/* about.php */

.about-page-image {
    width: 100%;
    height: 460px;
    border-radius: 26px;
    overflow: hidden;
    background: #FFF8EC;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-action-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.usp-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    text-align: center;
    transition: 0.35s ease;
    height: 100%;
}

.usp-card:hover {
    transform: translateY(-8px);
}

.usp-icon {
    width: 72px;
    height: 72px;
    background: #FFF8EC;
    color: #8B4513;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
}

.usp-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 12px;
}

.usp-card p {
    color: #6F625A;
    line-height: 1.7;
    margin-bottom: 0;
}

.about-value-box {
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    height: 100%;
}

.about-box-title {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 18px;
}

.about-value-box p {
    color: #6F625A;
    line-height: 1.9;
    margin-bottom: 15px;
}

.core-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.core-value-item {
    background: #FFF8EC;
    padding: 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.35s ease;
}

.core-value-item:hover {
    transform: translateY(-5px);
}

.core-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    background: #8B4513;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.core-value-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.feature {
    background: #fff;
    padding: 30px 20px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    transition: 0.35s ease;
}

.feature:hover {
    transform: translateY(-8px);
}

.feature-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, #8B4513, #2B1B12);
    color: #D4AF37;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.feature h3 {
    font-size: 19px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 12px;
}

.feature p {
    color: #6F625A;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .usp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .features-grid,
    .usp-grid,
    .core-values-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .about-page-image {
        height: auto;
    }

    .about-page-image img {
        height: auto;
        object-fit: contain;
    }

    .about-value-box {
        padding: 26px;
    }

    .about-box-title {
        font-size: 26px;
    }

    .about-action-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* contact.php */

.contact-info-box,
.contact-form-box {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    height: 100%;
}

.contact-info-box h3,
.contact-form-box h3 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 18px;
}

.contact-info-box > p {
    color: #6F625A;
    line-height: 1.8;
    margin-bottom: 24px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #FFF8EC;
    color: #8B4513;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-info-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 4px;
}

.contact-info-item a,
.contact-info-item p {
    color: #6F625A;
    margin-bottom: 0;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: #8B4513;
}

.contact-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.contact-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #8B4513;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-social a:hover {
    background: #D4AF37;
    color: #2B1B12;
}

.contact-form-box label {
    font-weight: 600;
    color: #2B1B12;
    margin-bottom: 8px;
}

.contact-form-box .form-control {
    height: 50px;
    border-radius: 12px;
    border: 1px solid #e5ded8;
    box-shadow: none;
}

.contact-form-box textarea.form-control {
    height: auto;
}

.contact-form-box .form-control:focus {
    border-color: #D4AF37;
}

.contact-form-box button {
    padding: 12px 28px;
}

@media (max-width: 575px) {
    .contact-info-box,
    .contact-form-box {
        padding: 24px;
    }

    .contact-form-box button {
        width: 100%;
    }
}
.contact-map-box {
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    overflow: hidden;
}

.map-heading {
    text-align: center;
    margin-bottom: 15px;
}

.map-heading h3 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 8px;
}

.map-heading p {
    color: #6F625A;
    margin-bottom: 18px;
}

.contact-map-box iframe {
    border-radius: 18px;
    display: block;
}

@media (max-width: 575px) {
    .contact-map-box {
        padding: 15px;
    }

    .contact-map-box iframe {
        height: 320px;
    }

    .map-heading h3 {
        font-size: 24px;
    }
}

/* Testimonial.php */

.testimonial-page-section {
    background: #fff;
}

.google-rating-box {
    background: #FFF8EC;
    border-radius: 26px;
    padding: 35px 25px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.google-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fff;
    color: #4285F4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 8px 24px rgba(43, 27, 18, 0.10);
}

.google-rating-box h3 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    color: #2B1B12;
    margin-bottom: 8px;
}

.rating-stars {
    color: #FDCC0D;
    font-size: 18px;
    margin-bottom: 14px;
}

.google-rating-box p {
    color: #6F625A;
    margin-bottom: 0;
}

.googleReviewSwiper {
    padding: 10px 5px 70px;
}

.g-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    min-height: 390px;
    box-shadow: 0 15px 40px rgba(43, 27, 18, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.18);
    transition: 0.35s ease;
}

.g-card:hover {
    transform: translateY(-8px);
}

.g-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.g-avatar {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 50%;
    background: #4285F4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
}

.g-head h4 {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
}

.g-head h4 a {
    color: #2B1B12;
    text-decoration: none;
}

.g-head h4 a:hover {
    color: #8B4513;
}

.g-head span {
    font-size: 14px;
    color: #6F625A;
}

.g-google {
    margin-left: auto;
    color: #4285F4;
    font-size: 24px;
}

.g-stars {
    color: #D4AF37;
    margin-bottom: 14px;
    font-size: 16px;
}

.g-card p {
    color: #6F625A;
    line-height: 1.8;
    margin-bottom: 0;
}

.review-slider-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

/* .review-prev,
.review-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #8B4513;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
} */

.review-prev:hover,
.review-next:hover {
    background: #D4AF37;
    color: #2B1B12;
}

/* .googleReviewSwiper .swiper-pagination-bullet {
    background: #8B4513;
    opacity: 0.35;
} */

.googleReviewSwiper .swiper-pagination-bullet-active {
    background: #D4AF37;
    opacity: 1;
}

@media (max-width: 575px) {
    .google-rating-box {
        padding: 28px 20px;
    }

    .google-rating-box h3 {
        font-size: 25px;
    }

    .g-card {
        min-height: auto;
        padding: 24px;
    }
}

/*floating buttons-category*/

