:root {
    --gold: #D4AF37;
    --gold-light: #E8C468;
    --dark-teal: #2C4A4A;
    --teal-dark: #1E3333;
    --site-gold-glow: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0) 70%);
}

body {
    font-family: 'Montserrat', sans-serif;
    background:
        var(--site-gold-glow),
        radial-gradient(circle at 15% 15%, rgba(212, 175, 55, 0.08), transparent 28%),
        radial-gradient(circle at 85% 85%, rgba(44, 74, 74, 0.08), transparent 30%),
        #ffffff;
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--gold) #f2f2f2;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 8px;
    border: 2px solid #f2f2f2;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-light);
}



.btn-primary {
    background: var(--gold);
    border: none;
    color: var(--dark-teal);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-primary:hover {
    background: var(--gold-light);
    color: var(--dark-teal);
}

.text-primary {
    color: var(--gold) !important;
}

.header-top {
    background: linear-gradient(135deg, var(--dark-teal) 0%, var(--teal-dark) 100%);
    border-bottom: 3px solid var(--gold);
}

.end {
    border-bottom: 1px solid var(--dark-teal);  
}


.contact-item {
    color: #ffffff;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: var(--gold-light);
}

.contact-item i {
    color: var(--gold);
    margin-right: 8px;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 60px;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-toggler {
    border-color: rgba(44, 74, 74, 0.2);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.35);
}

.nav-link {
    color: var(--dark-teal) !important;
    font-weight: 500;
    position: relative;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: var(--gold) !important;
}

.nav-link:hover::after {
    width: 80%;
}

.mobile-nav-offcanvas {
    width: min(82vw, 320px);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfb 100%);
    border-right: 1px solid rgba(44, 74, 74, 0.12);
}

.mobile-nav-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(44, 74, 74, 0.12);
    background: linear-gradient(135deg, var(--dark-teal) 0%, var(--teal-dark) 100%);
}

.mobile-nav-offcanvas .offcanvas-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.4px;
}

.mobile-nav-offcanvas .btn-close {
    filter: invert(1) grayscale(1);
    opacity: 0.9;
}

.mobile-nav-offcanvas .offcanvas-body {
    padding-top: 1rem;
}

.mobile-nav-offcanvas .nav-link {
    padding: 0.8rem 0.25rem !important;
    border-bottom: 1px solid rgba(44, 74, 74, 0.08);
}

.mobile-nav-offcanvas .nav-link::after {
    left: 0;
    transform: none;
}

.star-divider {
    color: var(--gold);
    font-size: 0.8rem;
    margin: 0 1rem;
}

.section-title {
    font-family: 'Playfair Display', serif;
    color: var(--dark-teal);
}

.section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    box-shadow: 0 2px 12px rgba(212, 175, 55, 0.45);
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.welcome-section {
    background: linear-gradient(135deg, rgba(44, 74, 74, 0.03) 0%, rgba(212, 175, 55, 0.05) 100%);
}

.welcome-section h3 {
    
    color: var(--dark-teal);
}

.welcome-section p {
    color: var(--dark-teal);
}

.hero-slider-section {
    position: relative;
}

#homeHeroSlider .carousel-item {
    min-height: 78vh;
    position: relative;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
    animation: slowZoom 9s ease-in-out infinite alternate;
}

.hero-slide-1 {
    background-image: linear-gradient(rgba(16, 31, 31, 0.65), rgba(16, 31, 31, 0.6)), url("https://images.unsplash.com/photo-1553413077-190dd305871c?w=1920");
}

.hero-slide-2 {
    background-image: linear-gradient(rgba(16, 31, 31, 0.65), rgba(16, 31, 31, 0.6)), url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1920");
}

.hero-slide-3 {
    background-image: linear-gradient(rgba(16, 31, 31, 0.65), rgba(16, 31, 31, 0.6)), url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?w=1920");
}

#homeHeroSlider .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 0;
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.6);
}

#homeHeroSlider .carousel-control-prev,
#homeHeroSlider .carousel-control-next {
    width: 7%;
}

#homeHeroSlider .carousel-control-prev-icon,
#homeHeroSlider .carousel-control-next-icon {
    background-size: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 78vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 760px;
    color: #fff;
    padding: 4rem 0;
    animation: fadeUpIn 0.9s ease both;
    border-left: 4px solid rgba(212, 175, 55, 0.85);
    padding-left: 1.2rem;
}

.hero-kicker {
    display: inline-block;
    color: var(--gold-light);
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.15;
    margin-bottom: 1.2rem;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hero-text {
    font-size: clamp(1rem, 2vw, 1.15rem);
    max-width: 680px;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.95);
}

.category-card,
.icon-box {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.category-card {
    position: relative;
    border: 1px solid rgba(44, 74, 74, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
}

.category-card-media {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(44, 74, 74, 0.1);
}

.category-card-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.category-card-body {
    padding: 1.25rem 1.25rem 1.35rem;
    position: relative;
}

.category-card-body h5 {
    color: var(--dark-teal);
}

.category-card:hover,
.icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 35px rgba(44, 74, 74, 0.16) !important;
    border-color: rgba(212, 175, 55, 0.45);
}

.category-card:hover .category-card-media img {
    transform: scale(1.06);
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
}

.process-section {
    background: linear-gradient(180deg, #ffffff 0%, rgba(44, 74, 74, 0.05) 100%);
}

.process-timeline {
    position: relative;
}

.process-line {
    position: absolute;
    top: 52px;
    left: 12.5%;
    width: 75%;
    height: 2px;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.4), rgba(44, 74, 74, 0.5));
}

.process-step-card {
    position: relative;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(44, 74, 74, 0.12);
    padding: 2rem 1.1rem 1.4rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.process-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 34px rgba(44, 74, 74, 0.15);
    border-color: rgba(212, 175, 55, 0.45);
}

.process-step-number {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 0.86rem;
    font-weight: 700;
    color: rgba(44, 74, 74, 0.55);
}

.process-step-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.14);
    border: 2px solid rgba(212, 175, 55, 0.58);
    color: var(--dark-teal);
    font-size: 1.6rem;
    transition: transform 0.35s ease, background 0.35s ease;
}

.process-step-card:hover .process-step-icon {
    transform: scale(1.08) rotate(3deg);
    background: rgba(212, 175, 55, 0.24);
}

.home-collage .collage-tile {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(44, 74, 74, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-collage .collage-tile img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.home-collage .collage-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(44, 74, 74, 0.22);
}

.home-about-section,
.home-category-section,
.home-why-section,
.home-cert-section {
    position: relative;
    overflow: hidden;
}

.home-about-section > .container,
.home-category-section > .container,
.home-why-section > .container,
.home-cert-section > .container {
    position: relative;
    z-index: 1;
}

.home-about-section::before,
.home-category-section::before,
.home-why-section::before,
.home-cert-section::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: var(--site-gold-glow);
    top: -70px;
    right: -60px;
    pointer-events: none;
    z-index: 0;
}

.home-about-section::after,
.home-category-section::after,
.home-why-section::after,
.home-cert-section::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(44, 74, 74, 0.1) 0%, rgba(44, 74, 74, 0) 70%);
    bottom: -80px;
    left: -70px;
    pointer-events: none;
    z-index: 0;
}

.process-step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--dark-teal));
}

.icon-box {
    border: 1px solid rgba(44, 74, 74, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafa 100%) !important;
}

.home-cta-section::before,
.home-cta-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.18);
    filter: blur(1px);
    animation: floatPulse 6s ease-in-out infinite;
    z-index: 0;
}

.home-cta-section .container {
    z-index: 1;
}

.home-cta-section::before {
    width: 160px;
    height: 160px;
    top: -35px;
    left: -35px;
}

.home-cta-section::after {
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -70px;
    animation-delay: 1.2s;
}

@media (min-width: 768px) {
    .home-collage .collage-tile.wide img { aspect-ratio: 16 / 9; }
    .home-collage .collage-tile.tall img { aspect-ratio: 3 / 4; }
}

@keyframes fadeUpIn {
    from {
        opacity: 0;
        transform: translateY(26px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slowZoom {
    from {
        transform: scale(1.03);
    }

    to {
        transform: scale(1.08);
    }
}

@keyframes floatPulse {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.35;
    }
    50% {
        transform: translateY(-12px);
        opacity: 0.55;
    }
}



.footer {
    background: linear-gradient(135deg, var(--teal-dark) 0%, var(--dark-teal) 100%);
    color: #000;
    margin-top: auto;
}

.footer-top {
    border-top: 3px solid var(--gold);
    padding: 3rem 0 2rem;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer h5 {
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--gold);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold-light);
    transform: translateX(5px);
}

.footer-links i {
    color: var(--gold);
    margin-right: 10px;
    width: 20px;
}

.contact-info-footer {
    margin-bottom: 0.75rem;
}

.contact-info-footer p {
    margin: 0;
    display: flex;
    align-items: center;
}

.contact-info-footer i {
    color: var(--gold);
    margin-right: 10px;
    width: 20px;
}

.contact-info-footer a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-footer a:hover {
    color: var(--gold-light);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--gold);
    color: var(--dark-teal);
    transform: translateY(-3px);
}

.footer-bottom {
    background: var(--teal-dark);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--dark-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--gold-light);
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    #homeHeroSlider .carousel-item {
        min-height: 72vh;
    }

    .hero-content {
        min-height: 72vh;
        align-items: center;
        text-align: center;
    }

    #homeHeroSlider .carousel-control-prev,
    #homeHeroSlider .carousel-control-next {
        display: none;
    }

    .process-step-card {
        padding-top: 1.8rem;
    }

    .footer-top {
        text-align: left;
    }

    .footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: left;
    }
}

/* Gallery Page */

.gallery-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(44, 74, 74, 0.04) 0%, rgba(212, 175, 55, 0.08) 100%);
}

.section-subtitle {
    max-width: 760px;
    margin: 0.5rem auto 2rem;
    color: var(--dark-teal);
    opacity: 0.85;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    border: 2px solid var(--gold);
    background: #fff;
    color: var(--dark-teal);
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.tab-btn:hover,
.tab-btn.active {
    background: var(--gold);
    color: var(--dark-teal);
    box-shadow: 0 8px 18px rgba(44, 74, 74, 0.14);
}

.tab-content {
    display: none;
}

.img-gallery,
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.img-gallery img,
.video-gallery video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(44, 74, 74, 0.12);
    box-shadow: 0 6px 18px rgba(44, 74, 74, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.img-gallery img {
    cursor: pointer;
}

.img-gallery img:hover,
.video-gallery video:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(44, 74, 74, 0.2);
}

.full-img {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1055;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.full-img img {
    max-width: min(92vw, 1150px);
    max-height: 86vh;
    border-radius: 12px;
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.4);
}

.close-btn {
    position: absolute;
    top: 22px;
    right: 28px;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.close-btn:hover {
    opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-section {
        padding: 3rem 0;
    }

    .img-gallery,
    .video-gallery {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .img-gallery img,
    .video-gallery video {
        height: 180px;
    }

    .close-btn {
        top: 16px;
        right: 18px;
    }
}

/* Gallery end */
