@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
}
 
h1,
h2,
h3,
h4{
    font-family: 'Cormorant Garamond', serif;
}
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

/* Top Bar */

.top-bar {
    background: #A46B42;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* Header */

.custom-header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 100px;
}1

.logo-text {
    font-size: 50px;
    font-weight: 700;
    color: #111 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav {
    gap: 50px;
}

.nav-link {
    color: #111 !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.nav-link:hover{
    color: #ab7652 !important;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}


.main-btn {
    background: #7a4e2d;
    color: #fff !important;
    padding: 12px 32px;
    border: none;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.main-btn:hover{
    background: #2c2018;
}


/*whatsapp button section start*/

/* WhatsApp Floating Button */
.whatsapp-btn {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37,211,102,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/*whatsapp button section ends*/


/* ======= HERO SECTIOn======== */

.hero-wrapper {
    width: 100%;
    /*background: radial-gradient(#ffeae8, #ffd3c4);*/
    background:  #faf7f2;
    position: relative;
    height: 75vh;
}
.hero-top {
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
a.navbar-brand.logo-text img {
    width: 205px;
    height: auto;
}

.hero-left {
    width: 38%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2.5rem 3rem 4rem;
    /*background: #f5f0dc;*/
}

.leftbox {
    position: absolute;
    left: 5%;
    padding-right: 50%;
}
.leftbox p {
    margin-right: 41%;
    font-weight: 500;
    color: rgba(26, 20, 16, 0.55);
}

.leftbox .sub-heading {
    margin-bottom: 1.5rem;
    padding-right: 35%;
}

.hero-left h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 6.5rem;
    padding-right: 28%;
    line-height: 6rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}

.hero-left h1 span{
    color: #7a4e2d;
}
.top-bar span.ticker-icon {
    color: #d8bca3;
    margin: 0 20px;
}

.top-bar {
    padding: 10px 15px 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /*background: linear-gradient(174deg, #84402f, #a97451, #84402f);*/
    background: #7a4e2d;
}

.hero-interactive-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 1.5rem;
}

.hero-btn {
    display: inline-block;
    background: #7a4e2d;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.78rem 1.6rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s;
}

.hero-btn:hover {
    transform: translateY(-2px);
    background: #2c2018;
}
.leftbox .sub-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #b07d4e;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.leftbox .sub-heading::before{
    content: '';
    display: inline-block;
    width: 2rem;
    height: 1px;
    background: #b07d4e;
}


.hero-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 1%;
    top: 124%;
    z-index: 9999;
}

.hero-slider-controls .ctrl-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    display: flex;
    background: #fff;
    border: 0;
    color: #7a4e2d;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.hero-slider-controls .ctrl-btn:hover {
    background: #ab7652;
    color: #fff;
}

.hero-right {
    overflow: hidden;
    height: 100%;
    width:62%;         
    flex-shrink: 0;    
    min-width: 0;
}

.hero-slider {
    height: 100%;
}

.hero-slider .slide-item {
    padding: 0 6px; /* gap between slides */
}

.hero-slider .slide-item img {
    width: 100%;
    height: 700px;      
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* hide default slick dots/arrows */
.hero-slider .slick-prev,
.hero-slider .slick-next {
    display: none !important;
}


.feat {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 25px 40px;
    background: linear-gradient(45deg, #ffffff85, #d6d6d6);
    border-radius: 20px;
    border: 2px solid #621a0c40;
}

.feat-icon {
    flex-shrink: 0;
    margin-top: 3px;
}

.feat-icon i {
    font-size: 42px;
}

.feat-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.feat-body p {
    font-size: 15px;
    color: #555;
    line-height: 1.55;
}

.feat {
    background: transparent;
    width: 30%;
    padding: 20px 20px 6px;
}

.features-strip {
    /*background: #f5f0dc;*/
    margin-top: 2rem;
    padding: 3rem 4rem;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.features-strip-wrapper {
    background: linear-gradient(0deg, #ffffff 50%, transparent 50%);
    position: relative;
}

.products-header.features-inner {
    align-items: center;
}


.products-header.features-inner .left {
    width: 35%;
}

.products-header.features-inner .right {
    width: 65%;
}

.feat-body h3 {
    text-transform: uppercase;
    color: #7a4e2d;
}

.features-inner .feat-body p {
    font-size: 14px;
    font-weight: 600;
    color: black;
    letter-spacing: 2px;
}

.feat-icon {
    margin-top: -15px;
    width: 60px;
    height: 60px;
    border: 2px solid #aa7654;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 8px;
    border-radius: 50%;
}

.feat-icon i {
    color: #aa7654;
    font-size: 32px;
}

.features-strip {
    padding: 0;
    margin: 0;
}
/* ======= HERO SECTION ======== */

/* stat section css start */

.stats-section {
    background: #fff;
    padding: 100px 100px 50px 100px; 
}
.section-heading > h2 {
    font-size: 50px;
}
.section-label-wrap{
    display: flex;
    justify-content: center;
}

.stat-card {
    position: relative;
    min-height: 280px;
    padding: 40px 50px;
    border: 1px solid #e7ddd3;
    background: #f8f5f1; /* Card 2 aur 4 ka default soft cream background */
    overflow: hidden;
}

.active-card {
    /*background: linear-gradient(135deg, #621a0c 0%, #2a1a11 50%, #000000 100%);*/
    background: #7a4e2d;
}

.stat-card > * {
    position: relative;
    z-index: 2;
}

.stat-icon {
    margin-bottom: 25px;
}

.stat-icon i {
    font-size: 70px;
    color: #9d653f; 
}

.active-card .stat-icon i {
    color: #fff;
}

/* Numbers (H2) */
.stat-card h2 {
    font-size: 60px;
    font-family: 'Cormorant Garamond', serif;
    color: #7a4e2d; 
    margin-bottom: 15px;
}
.section-heading{
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-heading .sub-title {
    color: #8b5e3c;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}

.section-heading h2{
    font-size: 50px;
    font-weight: 300;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.section-heading p{
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

.active-card h2 {
    color: #fff;
}

/* Subtitle (Span) */
.stat-card span {
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #8a5c3b; 
    margin-bottom: 15px;
}

.active-card span {
    color: #fff;
}

.stat-card p {
    font-size: 17px;
    line-height: 2;
    color: #5a5a5a;
}

.active-card p {
    color: #e7e7e7;
}
/* stat section css start */


/* about section css start */

.bag-showcase-section {
    padding: 80px 60px;
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 50%, #ede8e4 50%, #ede8e4 100%);
    overflow: hidden;
}

.showcase-image{
    position:relative;
    z-index:1;
}

.showcase-image img{
    width:100%;
    height:750px;
    object-fit:cover;
    display:block;
}

.showcase-content{
    background:#fff;
    padding:60px;
    position:relative;
    margin-left:-180px;
    z-index:2;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.sub-title{
    display:block;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
    color:#8b5e3c;
    margin-bottom:15px;
}

.showcase-content > h2 {
    font-size: 65px;
    line-height: 1.15;
    font-weight: 300;
    color: #22150f;
    margin-bottom: 10px;
}

.showcase-content p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.feature-boxes{
    display:flex;
    gap:20px;
    margin-bottom:35px;
}

.feature-item {
    flex: 1;
    border: 1px solid #ececec;
    padding: 25px;
    text-align: center;
    transition: .3s;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #efefef;
}

.feature-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-item i{
    font-size:42px;
    color: #7a4e2d;
    margin-bottom:15px;
    display:block;
}

.feature-item h5{
    margin:0;
    font-size:  23px;
    font-weight:600;
    line-height:1.5;
}
.feature-item p {
    margin-right: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
}


.shop-btn{
    display:inline-block;
    color:#111;
    text-decoration:none;
    font-weight:600;
    position:relative;
}

.shop-btn::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:2px;
    background:#8b5e3c;
}

/* about section css ends */


/* product section css start */

.products-showcase{
    padding:100px 0;
    background:#fff;
}

.products-header{
    display:flex;
    justify-content:space-between;
    gap:80px;
    margin-bottom:50px;
}

.products-header .left{
    width:50%;
}

.products-header .right{
    width:50%;
}

.products-header span{
    color:#a4652b;
    font-size:14px;
    letter-spacing:3px;
    font-weight:300;
}

.products-header h2{
    font-size:48px;
    line-height:1.1;
    margin-top:15px;
    color:#1c1c1c;
}

.products-header p{
    font-size:18px;
    line-height:1.8;
    color:#555;
}

.products-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:25px;
}

.large-card{
    grid-row:span 2;
    height:700px;
}

.small-card{
    height:337px;
}

.product-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}
.category-badge {
    position: absolute;
    top: 30px;
    right: 40px;
    background: linear-gradient(135deg, #7a4e2d, #a46b42);
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 3;
}

.product-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.2)
    );
    z-index:1;
}

.overlay-content{
    position:absolute;
    left:40px;
    bottom:40px;
    z-index:2;
    max-width:350px;
}

.overlay-content h3{
    color:#fff;
    font-size:39px;
    margin-bottom:15px;
}

.overlay-content p{
    color:#e5e5e5;
    line-height:1.8;
    margin-bottom:20px;
}

.overlay-content a{
    color:#fff;
    text-decoration:none;
    border:1px solid rgba(255,255,255,.4);
    padding:12px 24px;
    display:inline-block;
}
.overlay-content a:hover {
    background: #7a4e2d;
    transition: .5s;
    border: #7a4e2d;
    color: #fff;
}


.view-all-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#7a4e2d;
    color:#fff;
    padding:16px 40px;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.view-all-btn:hover {
    color: #fff;
    background: #2c2018;
}

/*popup*/
.product-modal{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.product-info{
    padding:40px;
    background:#f5f0dc;
    height:100%;
}

.product-info img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:25px;
}

.product-info h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.product-info p{
    color:#555;
    line-height:1.8;
}

.enquiry-form{
    padding:50px;
    background:#fff;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.small-title{
    color:#a46b42;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.enquiry-form h2{
    margin:10px 0 30px;
    font-weight:700;
}

.enquiry-form form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.enquiry-form input{
    height:55px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 15px;
    outline:none;
}

.enquiry-form input:focus{
    border-color:#a46b42;
}

.enquiry-form button{
    height:55px;
    border:none;
    border-radius:8px;
    background:#1a1a1a;
    color:#fff;
    font-weight:600;
}

.enquiry-form button:hover{
    background:#a46b42;
}

.modal-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:100;
}


/* product section css ends *


/* video section start herer */
.video-banner{
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('./images/video-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video */
.banner-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}


video.videoembed {
    width: 100%;
    height: auto;
}

.video-overlay {
    background: linear-gradient(137deg, #3c1509 16%, transparent 52%, transparent 64%);
    z-index: 1;
    position: absolute;
    inset: 0;
}

.video-content {
    position: absolute;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
    left: 65px;
    top: 50px;
}

.video-label{
    display: inline-block;

    margin-bottom: 15px;

    font-size: 13px;
    letter-spacing: 3px;

    color: #d8b48a;
}

.video-content h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 10px;
    font-weight: 300;
}

.video-content p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
    padding-right: 0px;
}

.video-points{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0;  
  row-gap: 12px; 
  margin-top: 20px;
}

.video-points .point{
  width: 50%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Button */
.video-btn{
    display: inline-block;

    padding: 14px 30px;

    background: #fff;
    color: #000;

    text-decoration: none;
    border-radius: 50px;

    transition: 0.3s;
}

/* video section ends herer */

/* market map section start herer */
.markets-section {
    position: relative;
    padding: 120px 110px !important;
}

.markets-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./images/world-map.png") center/contain no-repeat;
    opacity: 0.07;
    z-index: -1;
}

.main-market {
    position: relative;
    z-index: 1;
}
/* LEFT */
.market-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
}

.market-left {
    padding-right: 100px !important;
}

.market-title span {
    font-style: italic;
    color: #7a4e2d;
    font-size: 48px !important;
}

.market-desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0px;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;

    font-weight: 600;
    font-size: 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
}

.faq-icon {
    transition: 0.3s ease;
    font-size: 18px;
    color: #8b5a32;
}


.faq-a {
    display: none;
    padding-top: 10px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}


.faq-item.active .faq-a {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

/* RIGHT GRID */
.map-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.country-card {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.country-card:hover {
    transform: translateY(-5px);
    border-color: #7a4e2d;
    box-shadow: 2px 2px #7a4e2d;
}

.country-card img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.country-card b {
    display: block;
    font-size: 16px;
}

.country-card span {
    font-size: 15px;
    color: #777;
}

/* market map section ends herer */


/* process section start */
.process-section {
    background: #fbf7f2;
    padding: 90px 0;
    overflow: hidden;
}

.sub-title {
    color: #8b5e3c;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #2a2a2a;
}

.process-timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.process-timeline::before {
    content: "";
    position: absolute;
    top: 81px;
    left: 10%;
    width: 25%;
    height: 2px;
    border-top: 3px dashed #621a0c;
    z-index: 1;
    rotate: 13deg;
}
.process-timeline::after{
    content:"";
    position:absolute;
    top:81px;
    left:38%;
    width:25%;
    border-top: 3px dashed #621a0c;
    transform:rotate(-13deg);
}

 .step-3::after {
    content: "";
    display: block;
    position: absolute;
    top: 87px;
    left: 64%;
    width: 99%;
    border-top: 3px dashed #621a0c;
    transform: rotate(13deg);
    z-index: 1;
}

.process-step {
    width: 23%;
    position: relative;
    z-index: 2;
}

.step-1,
.step-3 {
    margin-top: -80px;
}

.step-2,
.step-4 {
    margin-top: 80px;
}

.circle {
    width: 95px;
    height: 95px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}

.circle i {
    font-size: 34px;
    color: #8b5e3c;
}

.circle span {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: #7a4e2d;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    text-align: center;
}

.content h4 {
    font-size: 29px;
    margin-bottom: 10px;
    color: #222;
    font-weight: 800;
}

.content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.process-step:hover .circle {
    transform: translateY(-8px);
    transition: 0.4s;
}

/* process section end here */

/*cta section start herer*/

.leather-cta {
    position: relative;
    padding: 120px 80px;
    background: url("./images/final-leatherbg.jpg") center center/cover no-repeat; 
    overflow: hidden;
}

.leather-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,35%);
}

.leather-cta .container {
    position: relative;
    z-index: 2;
}

.cta-card {
    max-width: 600px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    padding: 45px 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.cta-subtitle {
    display: block;
    color: #d97835;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-card h2 {
    font-size: 43px;
    line-height: 1.1;
    font-weight: 300;
    color: #111;
    margin-bottom: 15px;
}

.cta-card p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.cta-btn {
    display: inline-block;
    background: #7a4e2d;
    color: #fff;
    text-decoration: none;
    padding: 18px 50px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s;
}

.cta-btn:hover {
    background: linear-gradient(174deg, #84402f, #a97451, #84402f);
    color: #fff;
    transform: translateY(-3px);
}

/*cta section ends here*/



/* testimonail section start herer */
/*.testimonial-section {*/
/*    padding-top: 80px;*/
/*} */
/*.tracking-wider {*/
/*    letter-spacing: 0.15em;*/

/*}*/

/* --- Card Background Colors --- */
/*.card-yellow { background-color: #621a0c21; }*/
/*.card-purple { background-color: #a46b4242; }*/
/*.card-peach  { background-color: #fdf4eb; }*/

/* --- Base Testimonial Card Style --- */
/*.testi-card {*/
/*    border-radius: 18px;*/
/*    padding: 35px 30px;*/
/*    position: relative;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);*/
    height: fit-content; /* Card text ke content ke hisab se automatic wrap hoga */
/*}*/

/*.testi-card .stars {*/
/*    color: #111111;*/
/*    font-size: 14px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.testi-card .stars i {*/
/*    margin-right: 3px;*/
/*}*/

/*.testi-card .text {*/
/*    font-size: 16px;*/
/*    color: #555555;*/
/*    line-height: 1.6;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.testi-card{*/
/*    margin: 15px;*/
    
/*}*/

/*.testi-card .author {*/
/*    font-size: 25px;*/
/*    font-weight: 700;*/
/*    color: #222222;*/
/*    margin-bottom: 0;*/
/*}*/

/* --- Floating Circular Product Image --- */
/*.card-img-wrap {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    box-shadow: 0 8px 24px rgba(0,0,0,0.08);*/
/*}*/
/*.card-img-wrap img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/* Image Core Overlap Vectors */
/*.img-top-right {*/
/*    top: -45px;*/
/*    right: 35px;*/
/*}*/
/*.img-bottom-right-outside {*/
/*    bottom: -45px;*/
/*    right: 35px;*/
/*}*/



/* testimonail section ends herer */


/*slider section start herer*/

.feature-slide {
    padding: 0 20px;
    height: auto;
}

.feature-slider .slick-prev,
.feature-slider .slick-next {
    display: none !important;
}

.feature-card {
    background: #eeeeee47;
    border-radius: 20px;
    padding: 35px;
    min-height: 190px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: .4s ease;
    margin: 0 -10px;
    border: 1px solid #eeee;
    height: 100%;
    margin: 0 20px;
}

.feature-icon {
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 42px;
    color: #7a4e2d;
}

.feature-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}

.feature-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 18px;
}

.swiper-slide {
    height: auto;
}
/*slider section ends here*/


/* contact css start here */

.contact-section {
    padding: 90px 80px;
    background: #fff;
}

/* Main Right Card Container */
.contact-image-card {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url('./images/panel4.jpg'); 
    background-size: cover;
    background-position: center;
  
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: flex-end; 
    padding: 20px;
    overflow: hidden;
}

/* Bottom Transparent Overlay Box */
.contact-info-overlay {
    background: rgba(255, 255, 255, 0.08); 
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    width: 100%;
    padding: 20px;
    color: #ffffff;
}

/* Individual Rows inside Overlay */
.info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.info-row:last-child {
    margin-bottom: 0; 
}


.info-row i {
    font-size: 1.1rem;
    color: #fff; 
}

/* FORM */
.contact-form {
    background: #fff;
    padding: 40px 40px;
    border-radius: 12px;
    margin-left: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 6px;
    display: block;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #8b5a32;
}

/* BUTTON */
.contact-form button {
    background: #7a4e2d;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #6f4527;
}

/* contact css ends here */

/* footer css start here */

.footer-section {
    background: #f4ede3;
    padding: 80px 0px 30px 0px;
    color: #fff;
    border-top: 1px solid rgb(0 0 0 / 8%);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}
.footer-logo img {
    width: 200px;
    height: auto;
}
.frame iframe {
    width: 330px;
    height: 260px;
    border-radius: 8px;
}

.footer-logo h4 {
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.footer-text {
    color: #000;
    line-height: 1.8;
    max-width: 320px;
    margin-top: -12px;
}

.footer-heading {
    color: #7a4e2d;
    font-size: 20px; 
    font-weight: 500 !important;
    margin-bottom: 25px;
}
.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 14px;
    color:#000;
}

.footer-links a,
.footer-contact li {
    color: #000;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #7e382b;
}

/* Social */

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

/* Newsletter */

.newsletter-form {
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    background: #111;
    border: 1px solid #222;
}

.newsletter-form input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    padding: 15px 20px;
    outline: none;
}

.newsletter-form button {
    width: 65px;
    border: none;
    background: #ffeed0;
    color: #000;
    font-size: 18px;
}

/* Bottom */

.footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgb(146 146 146 / 51%);
}

.footer-bottom span {
    color: #7a4e2d;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ffeed0;
}

/* footer css start here */

/*************************************Responsive start here***********************************/


@media (min-width: 1366px){
    .hero-wrapper {
    width: 100%;
    background: #faf7f2;
    position: relative;
    height: auto;
}
.hero-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 2%;
    top: 108%;
    z-index: 9999;
}
    
    section.feature-slider-section {
    padding: 100px 20px;
}
    
    .products-header.features-inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .products-header.features-inner .left{
        width: 35%;
    }

    .products-header.features-inner .right{
        width: 65%;
    }

    .features-strip{
        display: flex;
        gap: 20px;
        justify-content: flex-end;
        align-items: stretch;
    }

    .feat{
        /*flex: 1;*/
        width: auto;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 18px 15px 8px;
        box-sizing: border-box;
        min-height: 110px;
    }

    /* ICON FIX */
    .feat-icon{
        width: 52px;
        height: 52px;
        flex-shrink: 0;
    }

    .feat-icon i{
        font-size: 26px;
    }

    /* TEXT UNIFORM */
    .feat-body h3{
        font-size: 1.7rem;
        line-height: 1;
        margin-bottom: 8px;
    }

    .feat-body p{
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    /* TITLE SAFETY */
    .market-title {
    font-size: 48px;
    font-weight: 300;
}

    .stats-section{
        padding: 100px 120px 60px;
    }
    .stat-card h2 {
    font-size: 50px;
}

    .stat-card{
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .stats-section [class*="col-"]{
        display: flex;
    }
    .showcase-content p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 120px;
}
}

@media (min-width: 1200px) and (max-width: 1365px) {
    
    .whatsapp-btn {
        width: 60px;
        height: 60px;
        right: 40px;
        bottom: 40px;
    }

    .whatsapp-icon {
        width: 36px;
        height: 36px;
    }
    
    .stats-section {
    background: #fff;
    padding: 70px 70px 50px 70px;
}
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
    .navbar-expand-lg {
        height: 85px;
    }
    .navbar-nav {
        gap: 35px;
    }
    .logo-text img {
        height: 50px;
    }
    .main-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
.section-label {
    font-size: 0.8rem;
}
    .hero-wrapper {
    width: 100%;
     background: radial-gradient(#ffeae8, #ffd3c4); 
    background: #faf7f2;
    position: relative;
    height: auto;
}
.hero-slider .slide-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.hero-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 4%;
    top: 99%;
    z-index: 999;
}
.hero-left h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 4.2rem;
    padding-right: 28%;
    line-height: 3.8rem;
}
.leftbox p {
    margin-right: 41%;
    font-weight: 500;
    font-size: 15px;
    color: rgba(26, 20, 16, 0.55);
    line-height: 25px;
}
.leftbox .sub-heading {
    margin-bottom: 8px;
}

.bag-showcase-section {
        padding: 70px 40px;
    }
    .showcase-content {
        margin-left: -140px;
        padding: 50px 40px;
    }
    .showcase-content > h2 {
        font-size: 54px;
    }
    .showcase-image img {
        height: 650px;
    }
    .feature-item h5 {
        font-size: 18px;
    }

.video-content {
    position: absolute;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
    left: 44px;
    top: 50px;
}

.markets-section {
        padding: 80px 70px !important;
    }
    .market-left {
        padding-right: 60px !important;
    }
    .market-title,
    .market-title span {
        font-size: 42px !important;
    }
    .map-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
    .country-card {
        padding: 20px 22px;
    }

.feature-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.3;
}
.feature-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}
.feature-slider-section {
    padding: 70px 20px;
}

 .features-strip {
        gap: 16px;
    }

    .feat {
       padding: 27px 13px;
        gap: 10px;
   align-items: flex-end;
    }

    .feat-icon {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
    }

    .feat-icon i {
        font-size: 20px;
    }

    .feat-body h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 4px;
    }

    .features-inner .feat-body p {
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .map-grid{
        gap: 15px;
    }

    .country-card{
        padding: 18px 15px;
    }

    .country-card img{
        width: 38px;
        height: 38px;
    }

    .country-card b{
        font-size: 14px;
    }

    .country-card span{
        font-size: 13px;
    }
    
    .stat-card{
        min-height: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 25px;
        box-sizing: border-box;
    }
    

    .stat-card h2{
        font-size: 40px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .stat-card span{
        min-height: 40px; /* uniform label space */
        display: block;
    }

    .stat-card p{
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        font-size: 15px;
        line-height: 1.6;
        margin-top: 10px;
    }

    /* ICON FIX */
    .stat-icon{
        margin-bottom: 20px;
    }

    .stat-icon i{
        font-size: 52px;
    }
 .cta-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 35px;
    margin-right: 90px;
}
.cta-btn {
    display: inline-block;
    background: #7a4e2d;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    font-size: 15px;

}
    .video-banner {
    position: relative;
    width: 100%;
    height: 80vh;
}
    .process-timeline::before {
        top: 75px;
        left: 9%;
        width: 24%;
    }

    .process-timeline::after {
        top: 75px;
        left: 37%;
        width: 24%;
    }

    .step-3::after {
        top: 77px;
        left: 64%;
    }

    .circle {
        width: 85px;
        height: 85px;
    }

    .circle i {
        font-size: 30px;
    }

    .content h4 {
        font-size: 24px;
    }

    .content p {
        font-size: 14px;
    }
    
    .contact-section {
    padding: 90px 30px;
    background: #fff;
}
    
  .frame iframe {
    width: 227px;
    height: 260px;
    border-radius: 8px;
}
.footer-section {
    background: #f4ede3;
    padding: 80px 40px 30px 40px;
}

 .footer-logo img {
        width: 140px;
    }

    .footer-text {
        font-size: 13.5px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-links li {
        font-size: 13.5px;
    }


}

@media(max-width:1199px) {
    
    .whatsapp-btn {
        width: 60px;
        height: 60px;
        right: 40px;
        bottom: 40px;
    }

    .whatsapp-icon {
        width: 36px;
        height: 36px;
    }
    
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .navbar-expand-lg {
        height: 80px;
    }
    .navbar-nav {
        gap: 24px;
    }
    .nav-link {
        font-size: 13.5px;
    }
    .logo-text img {
        height: 46px;
    }
    .main-btn {
        padding: 11px 22px;
        font-size: 13.5px;
    }
    
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
}
a.navbar-brand.logo-text img {
    width: 160px;
    height: auto;
}
.nav-link {
    color: #111 !important;
    font-size: 13px;
    font-weight: 500; 

}
.main-btn {
    background: #7a4e2d;
    color: #fff !important;
    padding: 10px 21px;
    border: none;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
    
    .hero-wrapper {
    width: 100%;
    /* background: radial-gradient(#ffeae8, #ffd3c4); */
    background: #faf7f2;
    position: relative;
    height: auto;
}
.hero-slider .slide-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.hero-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 2%;
    top: 97%;
    z-index: 9999;
}
.hero-left h1 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 3rem;
    padding-right: 28%;
    line-height: 3.3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}
.leftbox .sub-heading {
    margin-bottom: 12px;
}


.leftbox p {
    margin-right: 41%;
    font-weight: 500;
    color: rgba(26, 20, 16, 0.55);
    font-size: 14px;
    line-height: 22px;
}
 .bag-showcase-section {
        padding: 60px 30px;
    }
    .showcase-content {
        margin-left: -100px;
        padding: 45px 35px;
    }
    .showcase-content > h2 {
        font-size: 48px;
    }
    .showcase-image img {
        height: 600px;
    }
    .feature-item {
        padding: 18px 14px;
    }
    .feature-item h5 {
        font-size: 17px;
    }
    .feature-item i {
        font-size: 34px;
    }

    .video-banner {
    position: relative;
    width: 100%;
    height: 63vh;
}
    
    .feature-slider-section {
    padding: 80px 20px;
}

     .hero-content {
        padding: 70px 40px;
    }

    .hero-title {
        font-size: 58px;
    }

    .hero-slider img {
        height: 750px;
    }

    .process-item::after {
        content: "";
        position: absolute;
        top: 65px;
        right: -50%;
        width: 100%;
        height: 2px;
        background: #d8c2a7;
        z-index: 0;
    }

    .col-lg-3:last-child .process-item::after {
        display: none;
    }

    .contact-section {
        padding: 60px 30px;
    }

    .contact-title {
        font-size: 36px;
    }
     .video-content h2{
        font-size: 42px;
    }
    

    .video-content p{
        font-size: 16px;
    }
    
     .markets-section {
        padding: 80px 50px !important;
    }
    .market-left {
        padding-right: 40px !important;
    }
    .market-title,
    .market-title span {
        font-size: 38px !important;
    }
    .map-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
    .country-card {
        padding: 18px 18px;
    }
    .country-card img {
        width: 38px;
        height: 38px;
    }
    .country-card b {
        font-size: 14px;
    }
    .country-card span {
        font-size: 13px;
    }
    
   .products-header.features-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}

    .products-header.features-inner .left,
    .products-header.features-inner .right{
        width:100%;
    }

    .features-strip{
        justify-content:center;
        gap:20px;
    }

    .feat{
        flex:1;
        width:auto;
    }
    
      .stats-section{
        padding: 80px 50px 40px;
    }

    .stat-card{
        padding: 30px 25px;
        min-height: 260px;
    }

    .stat-card h2{
        font-size: 48px;
    }

    .stat-icon i{
        font-size: 55px;
    }

    .stat-card p{
        font-size: 15px;
        line-height: 1.8;
    }

    .section-heading h2{
        font-size: 42px;
    }
    .cta-card p {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
    margin-right: 87px;
}

.products-header {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 30px;
}
.products-header p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
  
  .process-timeline::before {
        top: 72px;
        left: 9%;
        width: 25%;
        rotate: 11deg;
    }

    .process-timeline::after {
        top: 72px;
        left: 36%;
        width: 23%;
        transform: rotate(-11deg);
    }

    .step-3::after {
        top: 74px;
        left: 63%;
        transform: rotate(11deg);
    }

    .step-1,
    .step-3 {
        margin-top: -60px;
    }

    .step-2,
    .step-4 {
        margin-top: 60px;
    }

    .circle {
        width: 80px;
        height: 80px;
    }

    .circle i {
        font-size: 28px;
    }

    .content h4 {
        font-size: 22px;
    }

    .content p {
        font-size: 13px;
    }

   .contact-form {
    background: #fff;
    padding: 40px 40px;
    border-radius: 12px;
    margin-left: 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
    
    .footer-section {
        padding: 60px 0 0;
    }

    .footer-logo img {
        width: 130px;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-links li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .frame iframe {
    height: 230px;
    width: 210px;
}

}

@media(max-width:1024px) {
    
     .whatsapp-btn {
        width: 60px;
        height: 60px;
        right: 40px;
        bottom: 40px;
    }

    .whatsapp-icon {
        width: 36px;
        height: 36px;
    }
    
  .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .logo-text img {
        height: 42px;
    }

    .navbar-collapse {
        background: #e3e3e3;
        padding: 20px 30px 24px;
        border-top: 1px solid #efefef;
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    }

    .navbar-nav {
        flex-direction: column;
        gap: 4px;
        margin-bottom: 16px !important;
    }

    .nav-link {
        font-size: 15px;
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .header-right {
        justify-content: flex-start;
        padding-top: 4px;
    }

    .main-btn {
        padding: 12px 26px;
        font-size: 14px;
    }

    .top-bar {
        font-size: 15px;
        padding: 8px 12px;
    }

   .hero-left h1 {
    font-size: 4.1rem;
    padding-right: 0;
    line-height: 3.8rem;
    margin-top: 2rem;
    margin-bottom: 8px;
    margin-right: 120px;
    letter-spacing: -2px;
}

    .hero-slider-controls {
        position: absolute;
        right: 1%;
        top: 85%;
        z-index: 9999;
    }
    
    .navbar-toggler {
    border: 1px solid #000 !important;
    padding: 8px;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    width: 45px;
    height: 40px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
}

.toggler-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

    .feature-slider-section {
    padding: 80px 20px;
}
.hero-slider-controls {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 2%;
    top: 90%;
    z-index: 9999;
}
.video-banner {
    position: relative;
    width: 100%;
    height: 54vh;
}

    .community-section {
        height: 420px;
    }

    .logo-text {
        font-size: 40px;
    }

    .navbar-nav {
        gap: 10px;
        margin-top: 20px;
    }

    .header-right {
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .quiz-btn {
        width: 100%;
        text-align: center;
    }

    .hero-content {
        padding: 50px 25px;
        text-align: center;
    }

    .hero-title {
        font-size: 48px;
    }
    
    
    .products-header{
    flex-direction:column;
    gap:20px;
}

.products-header .left,
.products-header .right{
    width:100%;
}

.left .market-title span {
    font-style: italic;
    color: #621a0c;
    font-size: 48px;
}
.products-header h2{
    font-size:52px;
}

.products-grid{
    grid-template-columns:1fr;
}

.large-card,
.small-card{
    height:500px;
}

    .hero-desc {
        margin: auto;
        margin-bottom: 30px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 40px;
    }

    .hero-stats {
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .hero-slider img {
        height: 500px;
    }

    .stats-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .stats-section .col-md-6 {
        display: flex;
    }

    .stat-card {
        height: 100%;
        width: 100%;
        min-height: 320px;
        display: flex;
        flex-direction: column;
    }
    .process-item::after {
        display: none;
    }
    
     .leather-cta{
        padding:80px 0;
    }

    .cta-card{
        max-width:52%;
        padding:50px 35px;
    }

    .cta-card h2{
        font-size:42px;
    }

    .cta-card p{
        font-size:16px;
        line-height:1.8;
    }

     .markets-section {
        padding: 60px 40px !important;
    }
    .market-left {
        padding-right: 15px !important;
    }
    .market-title,
    .market-title span {
        font-size: 36px !important;
    }
    .map-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        margin-top: 40px;
    }
    .country-card {
        padding: 16px 14px;
        gap: 8px;
    }
    .country-card img {
        width: 36px;
        height: 36px;
    }
    .country-card b {
        font-size: 13px;
    }
    .country-card span {
        font-size: 12px;
    }
    .faq-q {
        font-size: 14px;
    }
    .feature-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}
    
    .video-content {
    position: absolute;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
    left: 20px;
    top: 21px;
}
.video-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 10px;

}
.video-content h2 {
    font-size: 29px;
    line-height: 30px;
}
.video-content p {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
     padding-right: 0px; 
}
.video-points .point {
    width: 35%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: self-start;
    gap: 10px;
}
.video-btn {
    display: inline-block;
    padding: 13px 25px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.3s;
    font-size: 13px;
}
   
     .features-strip-wrapper .container-fluid {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .market-title {
        font-size: 28px !important;
    }
    .features-strip {
        gap: 25px;
    }
    .feat {
    width: 25%;
    flex: none;
}
    .feat-icon {
        width: 44px;
        height: 44px;
    }
    .feat-icon i {
        font-size: 20px;
    }
    .feat-body h3 {
    font-size: 20px;
    text-align: left;
}
    .features-inner .feat-body p {
    font-size: 9px;
    letter-spacing: 1px;
    text-align: left;
}
     .process-timeline{
        flex-wrap:wrap;
    }

    .process-step{
        width:50%;
        margin-top:0 !important;
        margin-bottom:40px;
    }

    .process-timeline::before{
        display:none;
    }

    .section-heading {
        font-size: 44px;
    }

 .bag-showcase-section .row {
        display: flex;
        flex-direction: column;
    }

    .bag-showcase-section .col-lg-7,
    .bag-showcase-section .col-lg-5 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .showcase-image {
        width: 100%;
    }

    .showcase-image img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
    }

    .showcase-content {
        margin: 0;
        margin-top: 20px;
        padding: 30px;
    }

    .feature-boxes {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        align-items: stretch;
    }

    .feature-item {
        flex: 1;
        min-width: 0;
        padding: 15px;
    }

    .feature-item h5 {
        font-size: 18px;
    }

    .feature-item p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .products-showcase {
    padding: 60px 0;
    background: #fff;
}

    .section-header h2 {
        font-size: 48px;
    }

    .testimonial-card {
        min-height: auto;
    }

    .testimonial-card p {
        font-size: 20px;
    }

    .client-info h4 {
        font-size: 22px;
    }
 
 .process-timeline {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 70px;
        flex-wrap: nowrap;
    }

    .process-step {
        width: 23%;
        display: block;
    }

    .step-1,
    .step-3 {
        margin-top: -80px !important;
    }

    .step-2,
    .step-4 {
        margin-top: 80px !important;
    }

    .process-timeline::before {
        display: block;
        top: 81px;
        left: 10%;
        width: 25%;
        rotate: 13deg;
    }

    .process-timeline::after {
    display: block;
    top: 86px;
    left: 38%;
    width: 25%;
    transform: rotate(-18deg);
}

    .step-3::after {
    content: "";
    display: block;
    position: absolute;
    top: 82px;
    left: 66%;
    width: 100%;
    border-top: 3px dashed #621a0c;
    transform: rotate(18deg);
    z-index: 1;
}
    .footer-section {
    padding: 50px 30px 20px 30px;
}

    .footer-logo img {
        width: 130px;
        margin-bottom: 15px;
    }

    .footer-text {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .footer-heading {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .frame iframe {
        height: 200px;
        width: 100%;
    }

    .footer-bottom {
        margin-top: 40px;
        text-align: center;
    }
    

}

@media(max-width:768px) {
    
    
     .whatsapp-btn {
        width: 55px;
        height: 55px;
        right: 35px;
        bottom: 35px;
    }

    .whatsapp-icon {
        width: 45px;
        height: 45px;
    }
    
    
    .custom-header {
    padding: 0 15px;
}
    
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    .hero-left h1 {
    font-size: 2.9rem;
    padding-right: 0;
    line-height: 3.2rem;
    margin-top: 2rem;
    margin-bottom: 8px;
    margin-right: 120px;
    letter-spacing: -2px;
}

    .navbar-expand-lg {
        height: 70px;
    }
    a.navbar-brand.logo-text img {
    width: 170px;
    height: auto;
}
    .navbar-collapse {
        top: 65px;
        padding: 16px 20px 20px;
    }
    .logo-text img {
        height: 38px;
    }
    .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
    .main-btn {
        padding: 11px 22px;
        font-size: 13.5px;
    }
    .top-bar {
        font-size: 14px;
        padding: 7px 10px;
    }

    .stats-section{
        padding: 60px 25px;
    }
    .feature-slider-section {
    padding: 60px 20px;
}

    .stat-card{
        min-height: auto;
        padding: 25px 20px;
        text-align: center;
    }

    .stat-icon{
        margin-bottom: 20px;
    }

    .stat-card h2{
        font-size: 34px;
    }

    .stat-card p{
        font-size: 14px;
        line-height: 1.6;
    }

    .section-heading h2{
        font-size: 30px;
    }

    .section-heading p{
        font-size: 15px;
    }

   .section-title{
        font-size:32px;
    }

    .process-step{
        width:100%;
    }

    /*.circle{*/
    /*    width:85px;*/
    /*    height:85px;*/
    /*}*/

    .section-heading {
        font-size: 34px;
    }

    .section-desc {
        font-size: 15px;
    }

    .video-banner {
        height: 51vh;
        margin-top: 40px;
    }
    .video-points {
    margin-bottom: 15px;
}
    .video-points .point {
    width: 40%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: self-start;
    gap: 10px;
    height: 30px;
}

    .video-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .video-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .play-btn {
        width: 70px;
        height: 70px;
    }

    .play-btn i {
        font-size: 26px;
    }

    /*.testimonial-section {*/
    /*    padding: 70px 0;*/
    /*}*/

    .section-header h2 {
        font-size: 38px;
    }

    .section-header p {
        font-size: 16px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .client-info {
        gap: 12px;
    }

    .client-info img {
        width: 60px;
        height: 60px;
    }

    .client-info h4 {
        font-size: 20px;
    }

    .client-info span {
        font-size: 14px;
    }

    .testimonial-card p {
        font-size: 18px;
    }

    .custom-prev,
    .custom-next {
        width: 50px !important;
        height: 50px !important;
    }
    
    .leather-cta{
        padding:60px 15px;
        background-position:center right;
    }

    .cta-card{
        padding:35px 25px;
    }

    .cta-card h2{
        font-size:32px;
        margin-bottom:18px;
    }

    .cta-card p{
        font-size:16px;
        line-height:1.7;
    }

    .cta-btn{
        width:100%;
        text-align:center;
        padding:16px;
    }
    
    .products-showcase{
    padding:60px 20px;
}

.products-header h2{
    font-size:36px;
}

.products-header p{
    font-size:16px;
}

.large-card,
.small-card{
    height:380px;
}

.overlay-content{
    left:20px;
    right:20px;
    bottom:20px;
}

.overlay-content h3{
    font-size:28px;
}

.overlay-content p{
    font-size:14px;
}

.view-all-btn{
    width:100%;
    justify-content:center;
}

.feature-card{
        padding:25px;
        min-height:auto;
    }

    .feature-content h4{
        font-size:22px;
    }

    .feature-content p{
        font-size:15px;
        line-height:1.6;
    }

    .feature-icon i{
        font-size:32px;
    }
    
    

    .footer-text {
        max-width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

    .newsletter-form {
        margin-top: 10px;
    }

    .footer-bottom {
        text-align: center;
    }
    .product-info{
        padding:25px;
    }

    .enquiry-form{
        padding:25px;
    }

    .product-info img{
        height:250px;
    }
    
  .markets-section {
        padding: 50px 30px !important;
    }
    .market-left {
        padding-right: 15px !important;
    }
    .market-title,
    .market-title span {
        font-size: 32px !important;
    }
    .market-desc {
        font-size: 14px;
    }
    .map-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-top: 36px;
    }
    .country-card {
    padding: 14px 17px;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
    .country-card img {
        width: 34px;
        height: 34px;
    }
    .country-card b {
        font-size: 13px;
    }
    .country-card span {
        font-size: 12px;
    }

    .faq-q{
        font-size: 14px;
    }
    
    

    .process-timeline {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .process-timeline .process-step:not(:last-child)::before {
        top: 37px;
        left: 55%;
        width: 88%;
    }

    .circle {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .circle i {
        font-size: 22px;
    }

    .circle span {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -2px;
        right: -2px;
    }

    .content h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .content p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .bag-showcase-section {
        padding: 40px 30px;
    }
    .showcase-image img {
        height: 380px;
    }
    .showcase-content {
        margin-left: 0;
        padding: 35px 30px;
        margin-top: -40px;
    }
    .showcase-content > h2 {
        font-size: 36px;
    }
    .showcase-content p {
        font-size: 14.5px;
        line-height: 26px;
    }
    .feature-boxes {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }
    .feature-item {
        flex: 1;
        padding: 14px 10px;
        border-radius: 10px;
    }
    .feature-item i {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .feature-item h5 {
        font-size: 13px;
        line-height: 1.4;
    }
    .feature-item p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 6px;
    }
    
      .features-strip-wrapper .container-fluid {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .market-title {
        font-size: 28px !important;
    }
    .features-strip {
        gap: 12px;
    }
    .feat {
    width: 32%;
    flex: none;
}
    .feat-icon {
        width: 44px;
        height: 44px;
    }
    .feat-icon i {
        font-size: 20px;
    }
    .feat-body h3 {
    font-size: 20px;
    text-align: left;
}
    .features-inner .feat-body p {
    font-size: 9px;
    letter-spacing: 1px;
    text-align: left;
}
    
    .contact-form {
     margin-left: 0px; 

}
    
    .footer-section {
        padding: 50px 0 0;
    }

    .footer-logo {
        text-align: left;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-text {
        font-size: 13px;
        text-align: left;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .footer-heading {
        font-size: 15px;
        margin-top: 5px;
    }

    .footer-heading::after {
        left: 0;
    }

    .footer-links li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .frame iframe {
        height: 185px;
    }

    .footer-bottom {
        margin-top: 35px;
        font-size: 12.5px;
        text-align: center !important;
    }

}

@media (min-width: 576px) {
    .testimonial-item{
    transition: all 1s ease;
}
    .testimonial-grid {
        display: grid !important;
        grid-template-columns: repeat(12, 1fr);
  
        gap: 80px 24px; 
        padding-top: 20px;
        padding-bottom: 100px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .position-1 {
        grid-column: 1 / span 4;
        grid-row: 1;
        margin-top: 60px; 
    }
    
    .position-2 {
        grid-column: 5 / span 4;
        grid-row: 1;
        margin-top: 0; 
    }
    
    /* Column 3: Lara Zoe */
    .position-3 {
        grid-column: 9 / span 4;
        grid-row: 1;
        margin-top: 90px; 
    }
    
    .position-4 {
        grid-column: 2 / span 5; 
        grid-row: 2;
        margin-top: -10px; 
    }
    
    .position-5 {
        grid-column: 7 / span 5; 
        grid-row: 2;
        margin-top: -10px;
    }
}

@media(max-width:576px) {
    
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 20px;
    }

    .whatsapp-icon {
        width: 36px;
        height: 36px;
    }
    
    .custom-header {
    padding: 0 10px;
}
    a.navbar-brand.logo-text img {
    width: 150px;
    height: auto;
}
nav.navbar.navbar-expand-xl {
    padding: 0;
}
    .navbar-collapse {
    top: 60px;
    padding: 14px 19px 24px;
    margin-top: 10px;
}


.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 10px;
}

.navbar-toggler {
    border: 1px solid #000 !important;
    padding: 8px;
    box-shadow: none !important;
    outline: none !important;
    position: relative;
    width: 45px;
    height: 40px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
}

.toggler-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/*popupbox*/
.modal-dialog {
        margin: 10px auto;
        max-width: calc(100% - 20px);
    }

    .product-modal {
        border-radius: 12px;
    }

    /* Stack layout */
    .product-modal .row {
        flex-direction: column;
    }

    .product-modal .col-lg-6 {
        width: 100%;
    }

    .product-info {
        padding: 16px;
    }

    .product-info img {
        height: 170px;
        margin-bottom: 12px;
        border-radius: 8px;
    }

    .product-info h3 {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .product-info p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .enquiry-form {
        padding: 16px;
    }

    .enquiry-form h2 {
        font-size: 18px;
        margin: 6px 0 14px;
    }

    .small-title {
        font-size: 11px;
    }

    .enquiry-form form {
        gap: 10px;
    }

    .enquiry-form input {
        height: 42px;
        font-size: 13px;
        padding: 0 12px;
        margin-bottom:8px;
    }

    .enquiry-form button {
        height: 42px;
        font-size: 13px;
    }

    .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 200;
        background: #fff;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        opacity: 1 !important;
    }

    .modal-dialog-centered {
        align-items: center;
        min-height: calc(100% - 20px);
    }

    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .modal-content::-webkit-scrollbar {
        display: none;
    }

    .container-fluid {
        padding-left: 13px;
        padding-right: 13px;
    }
    .navbar-expand-lg {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
}
.leftbox p {
    margin-right: 30%;
    font-weight: 500;
    color: rgba(26, 20, 16, 0.55);
    font-size: 12px;
    line-height: 20px;
}
 .hero-wrapper {
        height: auto;
    }

    .hero-top {
        flex-direction: column;
        padding-bottom: 30px;
    }

    .hero-left {
        width: 100%;
        padding: 30px 20px 20px;
    }

    .leftbox {
        position: static;
        padding-right: 0;
    }

    .hero-left h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
    padding-right: 0;
    letter-spacing: -1px;
    margin-top: 10px;
    margin-right: 0px;
}
    .leftbox p {
        margin-right: 0;
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-interactive-row {
        margin-top: 1.2rem;
        gap: 16px;
    }


    .hero-slider-controls {
        display: none;
    }

    .hero-right {
        width: 100%;
        height: auto;
      padding-bottom: 20px;
    }

    .hero-slider .slide-item img {
        height: 320px;
        border-radius: 8px;
    }

    .hero-slider .slide-item {
        padding: 0 10px;
    }
.hero-btn {
    display: inline-block;
    background: #7a4e2d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 10px 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s;
}
    .navbar-collapse {
        top: 60px;
        padding: 14px 16px 18px;
    }
    .logo-text img {
        height: 34px;
    }
    .nav-link {
        font-size: 14px;
        padding: 9px 0;
    }
    .header-right {
        gap: 14px;
    }
    .main-btn {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .top-bar {
        font-size: 13px;
        padding: 7px 8px;
    }
    
    .cta-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-right: 0;
}
.cta-card h2 {
    margin-bottom: 10px;
}
.cta-card {
    max-width: 92%;
    /* padding: 50px 35px; */
}
    
    section.feature-slider-section {
    padding: 50px 20px;
}
     .stats-section {
    padding: 50px 25px;
}

    .stat-card{
        padding: 22px 18px;
    }

    .stat-icon i{
        font-size: 42px;
    }

    .stat-card h2{
        font-size: 36px;
    }

    .stat-card span{
        font-size: 12px;
        letter-spacing: 1px;
    }

    .stat-card p{
        font-size: 13px;
    }

    .section-heading h2{
        font-size: 26px;
    }

    .section-heading p{
        font-size: 14px;
    }

    
     .hero-title {
        font-size: 38px;
    }

    .hero-slider img {
        height: 380px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
    }

    .contact-section {
        padding: 50px 20px;
    }

    .newsletter-form input {
        padding: 14px 16px;
        font-size: 14px;
    }

    .newsletter-form button {
        width: 58px;
    }

    .t-card__text {
        max-width: 100%;
        font-size: 14px;
    }

    .video-banner{
        height: 30vh;
    }

    .video-content h2{
        font-size: 30px;
    }

    .video-content p{
        font-size: 14px;
    }

    .img-mobile {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: -75px auto 20px auto;
    }
    .testi-card {
        max-width: 350px;
        text-align: center;
        margin-top: 50px;
    }
    .testi-card .chat-tail {
        display: none; 
    }
    .swiper-pagination-bullet-active {
        background: #222222 !important;
    }
    .markets-section {
        padding: 40px 25px !important;
    }
    .market-left {
        padding-right: 7px !important;
    }
    .market-title,
    .market-title span {
        font-size: 28px !important;
    }
    .market-desc {
        font-size: 13.5px;
        margin-bottom: 4px;
    }
    .faq-wrap {
        margin-bottom: 8px;
    }
    .faq-q {
        font-size: 13px;
    }
    .faq-a {
        font-size: 13px;
    }
    .map-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 30px;
    }
    .country-card {
        padding: 14px 14px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }
    .country-card img {
        width: 32px;
        height: 32px;
    }
    .country-card b {
        font-size: 13px;
    }
    .country-card span {
        font-size: 12px;
    }

    .faq-q{
        font-size: 13px;
    }

    .faq-a{
        font-size: 13px;
    }
        
        .hero-slider-controls {
    display: none;
}
.features-strip-wrapper .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

  /*.features-strip {*/
  /*      display: flex;*/
  /*      flex-wrap: nowrap;*/
  /*      overflow-x: scroll;*/
  /*      overflow-y: hidden;*/
  /*      scroll-snap-type: x mandatory;*/
  /*      -webkit-overflow-scrolling: touch;*/
  /*      scrollbar-width: none;*/
  /*      -ms-overflow-style: none;*/
  /*      gap: 12px;*/
  /*      padding: 10px 0 14px;  */
  /*      margin: 0;*/
  /*      box-sizing: border-box;*/
  /*      justify-content: flex-start;  */
  /*  }*/

  /*  .features-strip::-webkit-scrollbar {*/
  /*      display: none;*/
  /*  }*/

  /*  .feat {*/
  /*      flex: 0 0 80%;*/
  /*      min-width: 0;*/
  /*      scroll-snap-align: start;*/
  /*      display: flex;*/
  /*      align-items: center;*/
  /*      gap: 14px;*/
  /*      padding: 16px 14px;*/
  /*      box-sizing: border-box;*/
  /*      border: 1px solid #d7d7d7;*/
  /*      border-radius: 12px;*/
  /*      background: #fff;*/
  /*  }*/

  /*  .feat:last-child {*/
  /*      margin-right: 12px;*/
  /*  }*/
  
  .products-header.features-inner {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        text-align: center;
    }

    .products-header.features-inner .left,
    .products-header.features-inner .right {
        width: 100%;
    }

    .features-strip {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        overflow-x: unset;
        overflow-y: unset;
        scroll-snap-type: unset;
        gap: 10px;
        padding: 0;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .feat {
    flex: unset;
    width: 80%;
    max-width: 225px;
    scroll-snap-align: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 23px 20px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    background: #fff;
    margin: 0 auto;
}

    .feat:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .feat-icon {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        margin-top: 0;
    }

    .feat-icon i {
        font-size: 20px;
    }

    .feat-body h3 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .features-inner .feat-body p {
        font-size: 11px;
        letter-spacing: 1px;
        margin: 0;
    }

    

.products-showcase {
    padding: 50px 0px;
}
    .market-title br{
        display:none;
    }
    
   .process-section {
        padding: 50px 20px;
    }

    .process-timeline {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
        gap: 0;
        position: relative;
        padding-left: 0;
    }

    .process-timeline::before,
    .process-timeline::after {
        display: none;
    }

    .process-step {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
        position: relative;
        padding-bottom: 35px;
        margin-top: 0 !important;  /* step-1, step-3 ka -80px reset */
    }

    .process-timeline .process-step:not(:last-child)::before {
        display: none;
    }

    /* Vertical dashed line */
    .process-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 75px;
        left: 37px;
        width: 2px;
        height: calc(100% - 10px);
        border-left: 2.5px dashed #621a0c;
        border-top: none;
        transform: none;
        rotate: unset;
        z-index: 0;
    }

    .step-3::after {
        content: "";
        position: absolute;
        top: 75px;
        left: 37px;
        width: 2px;
        height: calc(100% - 10px);
        border-left: 2.5px dashed #621a0c;
        border-top: none !important;
        transform: none !important;
        rotate: unset !important;
        z-index: 0;
    }

    .circle {
        width: 75px;
        height: 75px;
        min-width: 75px;
        margin: 0;
        flex-shrink: 0;
        z-index: 2;
        position: relative;
    }

    .circle i {
        font-size: 26px;
    }

    .circle span {
        width: 22px;
        height: 22px;
        font-size: 11px;
        top: -2px;
        right: -2px;
    }

    .content {
        text-align: left;
        padding-top: 12px;
    }

    .content h4 {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .content p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
    }
    .feature-content p{
        font-size:13px;
        line-height:1.6;
    }
    .feature-content h4 {
    font-size: 21px;
    margin-bottom: 5px;
}

    .process-step:last-child {
        padding-bottom: 0;
    }
    #contactmain .container-fluid {
    padding-right: 13px;
    padding-left: 13px;
}
    
    .contact-form {
    background: #fff;
     padding: 25px; 
    border-radius: 12px;
    margin-left: 0;
    box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
}


 .bag-showcase-section {
    padding: 30px 15px 50px 15px;
}
    .showcase-image img {
        height: 280px;
    }
    .showcase-content {
        margin-left: 0;
        padding: 28px 18px;
        margin-top: -30px;
    }
    .showcase-content > h2 {
        font-size: 30px;
    }
    .showcase-content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .feature-boxes {
        flex-wrap: wrap;
        gap: 12px;
    }
    .feature-item {
        flex: 1 1 100%;
        padding: 18px 16px;
        text-align: left;
    }
    .feature-item i {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .feature-item h5 {
        font-size: 16px;
    }
    .feature-item p {
        font-size: 13.5px;
        line-height: 24px;
    }
    .view-all-btn {
        font-size: 14px;
        padding: 12px 22px;
    }
    
     video.videoembed {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .video-banner {
        height: auto;
        min-height: 65vh;
        align-items: flex-start;
    }

    .video-content {
        position: relative;
        left: 0;
        top: 0;
        padding: 50px 20px 40px;
        max-width: 100%;
    }

    .video-label {
        font-size: 11px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    .video-content h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .video-content p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .video-points {
        flex-direction: column;
        gap: 10px;
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .video-points .point {
        width: 100%;
        gap: 8px;
    }

    .video-points .point p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .video-btn {
        padding: 12px 24px;
        font-size: 13.5px;
    }

.footer-section {
    padding: 45px 10px 10px 10px;
}

    .footer-logo {
        text-align: left;
    }

    .footer-logo img {
    width: 160px;
    margin-bottom: 6px;
}

    .footer-text {
        font-size: 13px;
        line-height: 1.75;
        text-align: left;
        color: #5a5a5a;
    }

    .social-icons {
        justify-content: flex-start;
        gap: 10px;
    }

    .social-icons a {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .footer-heading::after {
        left: 0;
    }

    .footer-links {
        padding-left: 0;
    }

    .footer-links li {
        font-size: 13px;
        margin-bottom: 10px;
        align-items: flex-start;
        text-align: left;
    }

    .footer-links li a {
        text-align: left;
    }

   .frame {
    padding: 0px 10px;
}

   .frame iframe {
    width: 100%;
    height: 220px;
    border-radius: 8px;
}

    .footer-bottom {
        margin-top: 30px;
        padding: 16px 0;
        text-align: center !important;
    }

    .footer-bottom .col-12 {
        text-align: center !important;
        font-size: 12px;
        color: #888;
        line-height: 1.6;
    }

    .footer-bottom span {
        color: #c8915a;
        font-weight: 600;
    }

}






/*section.video-banner {*/
/*    height: 100vh;*/
/*}*/

.feature-item {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: none;
    padding: 20px;
    text-align: left;
    width: fit-content;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.feature-item h5 {
    /* text-align: left; */
    font-size: 15px;
    line-height: 23px;
    width: fit-content;
}

.feature-item i {
    font-size: 26px;
    margin: 0;
}
.feature-item p {
    margin-right: 0;
    margin-top: 10px;
    font-size: 13px;
    line-height: 25px;
}


span.section-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #b07d4e;
    font-size: 0.62rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #b07d4e;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
span.section-label::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1px;
    background: #7a4e2d;
}


.section-heading p {
    font-size: 16px;
    font-weight: 500;
}