/********** 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;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.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;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;

}

.navbar {
    padding: 11px 0 !important;
    height: 110px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 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;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -110px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.ux-btn-glow {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    /* dark text on yellow */
    background: #ffde06;
    /* yellow background */
    border: none;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease;
    z-index: 1;
    font-weight: 600;
}

.ux-btn-glow::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(120deg, #ff4d4d, #ffae00, #1e90ff, #8e44ad);
    background-size: 300%;
    border-radius: 14px;
    z-index: -2;
    animation: flow 3s linear infinite;
}

.ux-btn-glow::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    z-index: -1;
}

/* Flow animation */
@keyframes flow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.ux-btn-glow:hover {
    transform: translateY(-4px);
    color: #000;
    /* darken text slightly on hover */
}


/* ---------- BUTTON 2: Sliding Shine ---------- */
.ux-btn-shine {
    position: relative;
    padding: 8px 32px;
    font-size: 16px;
    border: 2px solid #ffde06;
    color: #111;
    background: #ffde06;
    /* yellow background */
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s ease;
    font-weight: 600;
}

.button-wrapper {
    display: flex;
    gap: 20px;

}

.ux-btn-shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transform: skewX(-20deg);
    transition: 0.4s ease;
}

.ux-btn-shine:hover::before {
    left: 120%;
}

.ux-btn-shine:hover {
    background: #fff;
    /* lighten slightly */
    color: #111;
    border-color: #111;
}


/* ---------- RESPONSIVE ---------- */
@media (max-width: 500px) {

    .ux-btn-glow,
    .ux-btn-shine {
        padding: 12px 22px;
        font-size: 14px;
        border-radius: 10px;
    }
}

:root {
    --gm25-bg: #0f1724;
    --gm25-card-bg: #0b1420;
    --gm25-muted: #94a3b8;
    --gm25-accent: #ffde06;
    --gm25-glass: rgba(255, 255, 255, 0.05);
    --gm25-radius: 14px;
    --gm25-gap: 18px;
}

.gm25-body {
    margin: 0;
    padding: 36px;
    min-height: 70vh;
    background: linear-gradient(180deg, #93082d, #9e8902);
    color: #e6eef8;
    font-family: Inter, system-ui, sans-serif;
}

/* Hide sticky nav when modal opens */
.gm25-hide-sticky {
    display: none !important;
}

/* Title */
.gm25-main-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px 0;
    font-size: 25px;
    font-weight: 600;
}

.gm25-badge {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gm25-accent), #ff9f43);
    color: #000;
    border-radius: 10px;
    font-weight: 700;
}

.gm25-subtext {
    margin-top: -4px;
    color: #e3e1e1;
    font-size: 18px;
    max-width: 760px;
}

/* Gallery Grid */
.gm25-grid {
    display: grid;
    gap: var(--gm25-gap);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gm25-card {
    background: var(--gm25-glass);
    border-radius: var(--gm25-radius);
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
    transition: 0.3s;
}

.gm25-card:hover {
    transform: translateY(-6px);
}

.gm25-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.4s;
}

.gm25-card:hover img {
    transform: scale(1.05);
}

.gm25-capbox {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

/* MODAL */
.gm25-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}

.gm25-modal.gm25-open {
    display: flex;
}

.gm25-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    /* darker overlay */
}

.gm25-frame {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    padding: 22px;
    width: min(1100px, 95%);
    max-height: 90%;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 18px;
    z-index: 1000;
}

@media (max-width: 900px) {
    .gm25-frame {
        grid-template-columns: 1fr;
    }
}

.gm25-media {
    background: #06111a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gm25-media img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

.gm25-close-btn {
    position: absolute;
    top: 26px;
    right: 26px;
    border: none;
    background: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

/* Navigation */
.gm25-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 14px;
    cursor: pointer;
}

.gm25-prev {
    left: 10px;
}

.gm25-next {
    right: 10px;
}

/* Sidebar */
.gm25-side h3 {
    margin: 0 0 10px 0;
}

.gm25-side p {
    color: var(--gm25-muted);
}

.gm25-side-controls {
    margin-top: 14px;
    display: flex;
    gap: 12px;
}

.gm25-side-controls button {
    padding: 8px 14px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: var(--gm25-accent);
    color: black;
    font-weight: 600;
}

.contact-wrapper {
    position: relative;
    padding: 80px 20px;
    background: url('../img/banner.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* White Overlay */
.contact-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    z-index: 1;
}

.contact-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

/* LEFT SIDE */
.contact-title {
    font-size: 38px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
}

.contact-sub {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    max-width: 500px;
    font-weight: 700;
}

.contact-map {
    width: 100%;
    height: 300px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.7);
    padding: 14px 18px;
    border-radius: 12px;
    color: #222;
    backdrop-filter: blur(6px);
    margin-bottom: 12px;
}

.contact-icon {
    font-size: 20px;
    color: #1374BB;
    width: 25px;
}

/* RIGHT FORM */
.contact-formbox {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 200, 200, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #0d5d75;
    margin-bottom: 18px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 16px;
    border-radius: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    font-size: 15px;
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #555;
}

.contact-btn {
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #1374BB;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(255, 222, 6, 0.4);
}

/* Responsive */
@media (max-width: 990px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 30px;
    }
}

.ftrx25-area {
    background: #111;
    padding-top: 16px;
    padding-bottom: 4px;
    text-align: center;
}

.ftrx25-wrap {
    width: 90%;
    margin: auto;
}

.ftrx25-text {
    color: #fff;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

.ftrx25-design {
    color: #bfbfbf;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.ftrx25-design span {
    color: #ffde06;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 480px) {

    .ftrx25-text,
    .ftrx25-design {
        font-size: 14px;
    }
}

.hero4-slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

.hero4-slide {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero4-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.hero4-content {
    position: relative;
    z-index: 5;
    padding-top: 160px;
}

/* ==== Text Animation ==== */
.hero4-title {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    text-shadow: 0 0 12px #ffde06, 0 0 30px #ffde06;
}

.hero4-sub {
    font-size: 20px;
    color: #e0e0e0;
    margin-top: 10px;
    opacity: 0;
}

/* ==== Button Animation ==== */
.hero4-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    font-size: 18px;
    background: #ffde06;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    opacity: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px #ffde06, 0 0 40px #ffde06;
    transform: translateX(-80px);
}

.hero4-btn:hover {
    transform: scale(1.07);
    box-shadow: 0 0 20px #ffffff, 0 0 50px #00eaff, inset 0 0 20px #00eaff;
}

.hero4-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, #fff, transparent);
    animation: glowMove 2s infinite;
}

/* KEYFRAMES */
@keyframes topFadeIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes leftIn {
    0% {
        transform: translateX(-80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes glowMove {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* ==== ARROW BUTTONS ==== */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 20;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px !important;
    color: #fff !important;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #ffde06 !important;
    box-shadow: 0 0 20px #ffde06;
    color: #000 !important;
}

/* ==== THUMBNAILS ==== */
.hero4-thumbs {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 30;
}

.hero4-thumbs img {
    width: 80px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.hero4-thumbs img.active-thumb {
    opacity: 1;
    border: 2px solid #ffde06;
    box-shadow: 0 0 10px #ffde06;
}

/* Responsive */
@media(max-width:1024px) {
    .hero4-title {
        font-size: 42px;
    }
}

@media(max-width:768px) {
    .hero4-title {
        font-size: 34px;
    }

    .hero4-btn {
        font-size: 16px;
        padding: 10px 25px;
    }

    .hero4-thumbs img {
        width: 55px;
        height: 36px;
    }
}

@media(max-width:480px) {
    .hero4-title {
        font-size: 28px;
    }
}

.body1 {

    background: url('../img/banner.jpg') center/cover no-repeat;
}

.saree-nav-unique {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
    background-color: #424242;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



/* Menu */
.saree-menu-unique {
    display: flex;
    list-style: none;
    gap: 30px;
    margin-top: 1rem
}

.saree-menu-unique li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    transition: 0.3s;
    
}

.saree-menu-unique li a:hover,
.saree-menu-unique li a.active {
    text-shadow: 0 0 12px gold, 0 0 20px gold, 0 0 30px gold;
}

/* Saree drape flip icon */
.saree-drape-icon {
    width: 70px;
    height: 70px;
    background: url('../img/banner-right.png') center/contain no-repeat;
    margin-left: 15px;
    animation: flipSaree 5s infinite linear;
    cursor: pointer;
    transform-origin: center;
}

@keyframes flipSaree {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* Mobile Toggle */
.saree-toggle-unique {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    width: 30px;
    height: 25px;
    justify-content: center;
}

.saree-toggle-unique span {
    display: block;
    height: 3px;
    width: 100%;
    background: gold;
    border-radius: 2px;
    transition: 0.4s;
}

@media(max-width:768px) {
    .saree-menu-unique {
        position: fixed;
        top: 60px;
        right: -100%;
        flex-direction: column;
        background: rgba(5, 5, 5, 0.85);
        width: 250px;
        height: calc(100vh-60px);
        padding: 30px 20px;
        gap: 25px;
        transition: 0.4s;
        border-left: 4px solid #b38600;
    }

    .saree-menu-unique.show {
        right: 0;
    }

    .saree-toggle-unique {
        display: flex;
    }
}

/* Toggle animation */
.saree-toggle-unique.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.saree-toggle-unique.active span:nth-child(2) {
    opacity: 0;
}

.saree-toggle-unique.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


/* ===== HERO CAROUSEL ===== */
/* ===== GLOBAL ===== */


/* ===== CAROUSEL ===== */
.sareeHeroCarousel {
    width: 100%;
    height: 95vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    background: url('../img/banner.jpg') center/cover no-repeat;
}


/* Slide wrapper */
.sareeHeroSlide {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
}

/* ===== ROW OF IMAGES ===== */
.sareeImageRow {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
}

.sareeImageWrapper {
    position: relative;
    flex: 1;
    height: 80vh;
    overflow: hidden;
}

/* IMAGE */
.sareeImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(-150%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* SHOW IMAGE ANIMATION */
.sareeImageWrapper img.show {
    transform: translateY(0);
    opacity: 1;
}

/* BLACK OVERLAY ON EACH IMAGE */
.sareeImageWrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* ===== TEXT ON TOP OF IMAGES ===== */
.sareeHeroText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* above overlay */
    color: #ffffff;
    /* pure white */
    text-align: center;
}

/* TITLE */
.sareeHeroTitle {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0;
    color: #ffffff;
    transform: translateY(-30px);
    transition: all 0.8s ease;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* SUBTITLE */
.sareeHeroSub {
    font-size: 22px;
    opacity: 0;
    transform: translateY(-30px);
    margin-bottom: 25px;
    color: #ffffff;
    transition: all 0.8s ease;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* BUTTON */
.sareeHeroBtn {
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(45deg, gold, orange);
    background-size: 200% 200%;
    color: #111;
    border-radius: 50px;
    text-decoration: none;
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.8s ease, background 0.5s ease-in-out;
    animation: gradientShift 3s ease infinite;
}

/* BUTTON HOVER */
.sareeHeroBtn:hover {
    color: #fff;
    box-shadow: 0 0 20px gold, 0 0 40px gold inset;
}

/* GRADIENT ANIMATION */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ===== ARROWS ===== */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 20;
}

.owl-nav button {
    background: rgba(255, 215, 0, 0.4);
    color: #111;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: gold;
    color: #111;
    box-shadow: 0 0 20px gold;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 1200px) {
    .sareeImageWrapper {
        height: 60vh;
    }

    .sareeHeroTitle {
        font-size: 42px;
    }

    .sareeHeroSub {
        font-size: 20px;
    }
}

@media(max-width: 768px) {
    .sareeImageWrapper {
        height: 45vh;
    }

    .sareeHeroTitle {
        font-size: 34px;
    }

    .sareeHeroSub {
        font-size: 18px;
    }
}

@media(max-width: 480px) {
    .sareeImageWrapper {
        height: 35vh;
    }

    .sareeHeroTitle {
        font-size: 28px;
    }

    .sareeHeroSub {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .sareeHeroCarousel {
        height: 70vh;
    }
}

/* TABLETS (max-width: 992px) */
@media (max-width: 992px) {
    .sareeHeroCarousel {
        height: 65vh;
        padding-top: 80px;
    }

    .sareeHeroSlide {
        padding: 0 15px;
    }
}

/* MOBILE LANDSCAPE (max-width: 768px) */
@media (max-width: 768px) {
    .sareeHeroCarousel {
        height: 50vh;
        padding-top: 70px;
    }
}

/* MOBILE PORTRAIT (max-width: 480px) */
@media (max-width: 480px) {
    .sareeHeroCarousel {
        height: 50vh;
        padding-top: 120px;
    }

    .sareeHeroSlide {
        padding: 0 10px;
    }
}