body {
    font-family: "Montserrat", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Playfair", serif;
}

/* HERO */
/*.hero-section {
    min-height: 170vh; 
    background: url('assets/hero-bg1.png') center bottom / cover no-repeat;
    position: relative;
    color: #fff;
}*/
/*.hero-section {
    background: url('assets/hero-bg2.jpeg') center bottom no-repeat;
    background-size: cover;
    background-color: #000;
    min-height: 170vh;
    position: relative;
    color: #fff;
}*/

.hero-section {
    background-image: url('assets/hero-bg2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 65%;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 6%);
}

/* NAV */
.navbar {
    z-index: 1050;
}

.nav-link {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
    padding: 2px 0;
    padding-left: 15px !important;
    padding-right: 16px !important;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.nav-link:hover {
    background-color: #2F1105;
    transform: translateY(2px);
}

.navbar-inner .nav-link:hover {
    background-color: #fff;
    color: #2F1105!important;
    transform: translateY(2px);
}
/* Optional: active state */
.nav-link.active {
    background-color: #2F1105;
}

.nav-icons i {
    color: #fff;
    font-size: 23px;
    margin-left: 22px;
    cursor: pointer;
}

.nav-offcanvas {
    width: 320px;
    z-index: 9999;
    background: #2F1105;
}

.offcanvas-header {
    padding: 20px 24px;
}

.nav-offcanvas-header i {
    font-size: 18px;
    cursor: pointer;
}

.nav-offcanvas .nav-link {
    font-size: 22px;
    font-weight: 400;
    color: #fff !important;
    padding-left: 0;
}

.navbar-toggler,
.btn-close {
    box-shadow: none !important;
}

.nav-right-icons i{
    transition: all ease 0.35s;
}
.nav-right-icons i:hover{
    color: #c5c0c0;
}

/* Inner Pages Hero */
.navbar-inner {
    padding-bottom: 18px;
    background-color: #2F1105;
}
.inner-hero {
    position: relative;
   min-height: 250px;
    background-size: cover;
    background-position: 80% 75%;;
    display: flex;
    align-items: center;
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.inner-hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 12px;
}

.inner-hero .breadcrumb {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: rgba(255,255,255,0.15);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
}

.inner-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.inner-hero .breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .navbar {
        background: transparent;
    }
    .navbar-inner {
        background: #2F1105;
    }

    .offcanvas {
        width: 280px;
    }

    .offcanvas .nav-link {
        font-size: 18px;
    }
    .navbar-brand img{
        height: 30px;
    }

    .fa-magnifying-glass {
        display: none;
    }
    .inner-hero {
       min-height: 150px;
   }

   .inner-hero h1 {
       font-size: 28px;
   }
}

/* HERO CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 110vh;
    padding-bottom: 100px;
    background: linear-gradient(360deg, #250802 0%, rgba(37, 8, 2, 0) 38.47%);
}

.hero-title {
    font-size: 58px;
    font-weight: 700;
}

.hero-text {
    font-size: 33px;
    margin: 15px 0 25px;
    font-weight: 400;
}

.hero-btn {
    background: #fff;
    color: #280A03;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 19px;
    transition: all ease 0.35s;
}

.hero-btn:hover {
    background: transparent;
    color: #fff;
    border:1px solid #fff;
}

/* Section Background */
.speaker-section {
    background: #ffffff;
}

/* Main Heading */
.section-title {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 32px;
}

.section-subtitle {
    font-family: "Montserrat", sans-serif;
    max-width: 740px;
    margin: 0 auto;
    color: #555;
    font-size: 20px;
}

/* Card */
.speaker-card {
    background: #F5F5F5;
    text-align: center;
    height: 100%;
    overflow: hidden;
}
.speaker-card:hover {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}

/* Top card title */
.card-top-title {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-size: 25px;
    color: #000;
    padding-bottom: 104px;
}

/* Image size control */
.speaker-img {
    max-width: 427px;
    height: auto;
     transition: transform 0.5s ease;
}
.speaker-card:hover .speaker-img {
    transform: scale(1.08);
}
/* Rating */
.rating {
    color: #FFC700;
    font-size: 27px;
    display: inline-block;
    padding: 6px 12px;
}

/* Name under rating */
.speaker-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #000;
}

/* Price */
.price {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #2F1105;
}

.cut-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-decoration: line-through;
    color: #353535;
}

/*.speaker-img {
    max-width: 240px;
    height: auto;
}*/


/* X-Ray Section */
.xray-section {
    background: #ffffff;
}

.xray-image {
    width: 100%;
    height: auto;
    display: block;
}
/* X-Ray Section end */






.features-slider-section {
    padding: 100px 0 9px 0;
    overflow: hidden;
    position: relative;
}


.features-slider-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(223, 184, 153, 0.6) 0%, rgba(223, 184, 153, 0.5) 50%, rgba(223, 184, 153, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
.features-slider-section > * {
    position: relative;
    z-index: 1;
}

.slider-track-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-track {
    display: flex;
    align-items: center;
    will-change: transform;
    transform: translate3d(0,0,0);
    transition: transform 0.8s cubic-bezier(0.22,1,0.36,1);
}

.slide-item {
    flex: 0 0 auto;
    padding: 0 14px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-item.side {
    width: 28vw;
    opacity: 0.35;
    transform: scale(0.85);
}

.slide-item.active {
    width: 30vw;
    opacity: 1;
    transform: scale(1);
}

.feature-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.slide-item.side .feature-card  { height: 440px; }
.slide-item.active .feature-card { height: 560px; }

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.feature-card:hover img { transform: scale(1.04); }

.feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}

.badge-glass {
    position: absolute;
    top: 28px;
    left: 25%;
    transform: translateX(-50%) translateY(-6px);
    z-index: 10;
    padding: 9px 26px;
    border-radius: 40px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.22);
    border: 1px solid rgba(255,255,255,0.45);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease;
}
.slide-item.active .feature-card:hover .badge-glass {
    background: rgba(255,255,255,0.4);
    transform: translateX(-50%) translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.card-content {
    position: absolute;
    bottom: 28px;
    left: 24px;
    right: 24px;
    z-index: 10;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 18px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease;
    transform: translateY(10px);
}

.slide-item.active .badge-glass {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.slide-item.active .card-content {
    opacity: 1;
    transform: translateY(0);
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.slider-btn {
    display: none;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(245,237,224,0.3);
    background: rgba(245,237,224,0.08);
    color: #f5ede0;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.slider-btn:hover {
    background: rgba(245,237,224,0.2);
    border-color: rgba(245,237,224,0.6);
}

.slider-dots {
    display: none;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.dot {
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(245,237,224,0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    display: none;
    width: 28px;
    border-radius: 4px;
    background: #f5ede0;
}

.mobile-features-slider {
    display: none;
}

@media (max-width:768px) {

    .slider-track-wrapper {
        display: none;
    }

    .mobile-features-slider {
        display: block;
    }

    .mobile-features-slider .feature-card {
        height: 420px;
        position: relative;
        overflow: hidden;
    }

    .mobile-features-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-content {
        opacity: 1;
        line-height: 1.3;
        padding: 6px 8px;
    }

    .badge-glass {
        opacity: 1;
        left: 27%;
        padding: 8px 15px;
    }

}



.unicorn-section {
    position: relative;
    background: url('assets/unicorn.jpeg') center center / cover no-repeat;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

/* Dark overlay */
.unicorn-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* Content */
.unicorn-content {
    position: relative;
    z-index: 2;
}

/* Heading */
.unicorn-title {
    font-family: "Playfair", serif;
    font-size: 60px;
    font-weight: 700;
}

/* Subtitle */
.unicorn-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-top: 15px;
}


@media (max-width: 992px) {
    .unicorn-section {
        height: 500px;
    }

    .unicorn-title {
        font-size: 32px;
    }

    .unicorn-subtitle {
        font-size: 16px;
    }
}





.warranty-section {
    /*background: #f4f1ee;*/
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}


.warranty-section::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(223, 184, 153, 0.6) 0%, rgba(223, 184, 153, 0.5) 50%, rgba(223, 184, 153, 0) 100%);
    z-index: 0;
    pointer-events: none;
}
.warranty-section > * {
    position: relative;
    z-index: 1;
}

.warranty-badge {
    max-width: 500px;
    width: 100%;
}

.warranty-title {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    letter-spacing: 6px;
    font-weight: 500;
    margin-bottom: 20px;
}

.warranty-title sup {
    font-size: 14px;
    top: -10px;
    position: relative;
}

.warranty-text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}


@media (max-width: 768px) {
    .warranty-section {
        padding: 70px 20px;
    }

    .warranty-title {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .warranty-text {
        font-size: 14px;
    }
}







.main-footer {
    background: #2F1105;
    padding: 150px 0 80px 0;
    color: #fff;
}

/* Logo */
.footer-logo {
    max-width: 327px;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

/* Copyright */
.footer-copy {
    font-size: 14px;
    color: #ddd;
}

/* Navigation */
.footer-nav h5 {
    font-size: 18px;
    margin-bottom: 60px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul li {
    margin-bottom: 35px;
}

.footer-nav ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-nav ul li a:hover {
    color: #fff;
}

/* Social Icons */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #A0583C;
    color: #fff;
    margin-right: 15px;
    transition: 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-4px);
}


@media (min-width: 1400px) {
    .nav-container {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    .nav-container {
        max-width: 1224px;
    }
}





.product-gallery {
    position: relative;
    /*overflow: hidden;*/
    padding:60px 0;
}

.product-gallery-main-slider .product-gallery-slide {
    height: 750px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.product-gallery-overlay {
    position: absolute;
    top: 12%;
    left: 8%;
    color: #fff;
}

.product-gallery-overlay h2 {
    font-family: 'Playfair';
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product-gallery-overlay p {
    font-family: 'Montserrat';
    font-size: 26px;
    margin-bottom: 26px;
}

.btn-know {
    background: #2F1105;
    color: #fff;
    padding: 10px 18px;
    font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.35s;
}

.btn-know:hover {
    background: #fff;
    color: #2F1105;
}

.product-gallery-thumb-slider {
    position: absolute;
    bottom: 90px;
    left: 8%;
    width: 240px;
}

.thumb-item {
    padding: 4px;
    cursor: pointer;
}

.thumb-item img {
    width: 100%;
    border-radius: 4px;
    opacity: 0.6;
    transition: 0.3s ease;
}

.product-gallery-thumb-slider .owl-item.current .thumb-item img {
    opacity: 1;
    border: 2px solid #fff;
}

.product-gallery-thumb-slider.owl-carousel .owl-item img {
    height: 75px;
}

@media (max-width:768px) {
    .product-gallery-main-slider .product-gallery-slide {
        height: 520px;
    }

    .product-gallery-overlay {
        top: 20%;
        left: 5%;
        max-width: 80%;
    }
}

/*about page*/
.about-craft {
    padding: 70px 0;
    background: #2F1105;
}

.about-craft h2 {
    font-size: 38px;
    font-weight: 600;
}

.about-craft p {
    font-size: 16px;
    line-height: 1.7;
}

.craft-card {
    padding: 30px 25px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, background 0.4s ease;
}

.craft-card i {
    font-size: 28px;
}

.craft-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.12);
}

.about-hero-img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 20px;
}

/* Smooth zoom + soft shadow */
.about-hero-img:hover {
    transform: scale(0.98);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}
.about-story p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}
.about-milestones {
    padding: 70px 0;
    background: #f8f8f8;
}

.about-milestones h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-milestones p {
    color: #666;
}

.milestone-card {
    padding: 40px 20px;
    border-radius: 18px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.milestone-card h3 {
    font-size: 42px;
    font-weight: 700;
    color: #2F1105;
    margin-bottom: 10px;
}

.milestone-card p {
    font-size: 16px;
    color: #555;
}

.milestone-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}
.about-why {
    background: #2f110521;
    padding: 70px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 600;
    color: #2F1105;
}

.section-subtitle {
    max-width: 600px;
    font-size: 16px;
    color: #666;
}

.why-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
}

.why-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2F1105;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i {
    color: #fff;
    font-size: 22px;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.why-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}
.about-cta {
    padding: 120px 0;
    background-image: url('https://images.unsplash.com/photo-1511379938547-c1f69419868d?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.cta-title {
    font-size: 48px;
    font-weight: 600;
}

.cta-subtitle {
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
}

.cta-btn {
    background: #2F1105;
    color: #fff;
    padding: 14px 36px;
    border-radius: 0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #fff;
    color: #2F1105;
}
/*about page css end*/



/*respnsive*/
@media(max-width: 425px){
.hero-section {
    height: 100vh;
}
.hero-content {
    padding-top: 50vh;
}
.hero-title {
    font-size: 43px;
    line-height: 42px;
}
.hero-text {
    font-size: 22px;
    margin: 11px 0 14px;
    font-weight: 400;
}
.speaker-img {
    width: 224px;
}
.section-title {
    font-size: 28px;
}
.section-subtitle {
    font-size: 14px;
}
.card-top-title {
    padding-bottom: 32px;
}
.speaker-name {
    font-size: 20px;
}
.features-slider-section {
    padding: 49px 0 9px 0;
}
.product-gallery-overlay h2 {
    font-size: 36px;
}
.product-gallery-overlay p {
    font-size: 18px;
}
.btn-know {
    font-size: 14px;
}
.footer-logo {
    width: 200px;
}
.main-footer {
    padding: 50px 0 80px 0;
}
.footer-nav ul li {
    margin-bottom: 17px;
}
.footer-nav h5 {
    margin-bottom: 25px;
    margin-top: 20px;
}

.features-slider-section::before {
    display: none;
}

.warranty-section::before {
    display: none;
}
}


/*cart*/
.cart-section h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2F1105;
}

.cart-item {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.price {
    color: #2F1105;
    font-weight: 600;
    font-size: 18px;
}

.qty-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
}

.qty-box button {
    background: none;
    border: none;
    padding: 6px 12px;
    font-size: 18px;
}

.qty-box input {
    width: 40px;
    border: none;
    text-align: center;
    outline: none;
}

.remove-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
}

.remove-btn:hover {
    color: #2F1105;
}

.cart-summary {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.checkout-btn {
    background: #2F1105;
    color: #fff;
    padding: 14px;
    border-radius: 40px;
    font-weight: 500;
}

.checkout-btn:hover {
    background: #1d0a03;
    color: #fff;
}