
/* carousel css start  */
.design-carousel-wrapper {
    position: relative;
}

/* Dots container - bottom right */
.design-carousel-wrapper .owl-dots {
    position: absolute;
    bottom: 120px;
    right: 30px;
    display: flex !important;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
}

/* Each dot button */
.design-carousel-wrapper .owl-dots .owl-dot {
    display: flex !important;
    align-items: center;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* The line/span inside each dot */
.design-carousel-wrapper .owl-dots .owl-dot span {
    display: block !important;
    height: 2px !important;
    width: 50px !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: background 0.3s ease, width 0.3s ease;
}

/* Active dot - brighter and slightly wider */
.design-carousel-wrapper .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 1) !important;
    width: 70px !important;
}

/* Hover state */
.design-carousel-wrapper .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.8) !important;
}
.design-item-content{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
    margin-top: 28px;
}

.design-item-content .caption .heading{
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}
.design-item-content .caption .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
}
.design-badges{
    display: flex;
    gap: 8px;
    align-items: start;
}
.design-badges span{
     font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C0C0C;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    display: inline-block;
    white-space: nowrap;
}
/* carousel css end  */

/* hero section start  */
.hero-section-wrapper{
    margin-bottom: 100px;
}
.hero-section-wrapper .heading{
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -2px;
    color: #000000;
    margin-bottom: 16px;
}
.hero-section-wrapper .sub-heading{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #000000;
    margin-bottom: 30px;
}
.hero-section-wrapper .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #6D6D6D;
    margin-bottom: 40px;
}
.btn-wrapper{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
}
.btn-wrapper a{
    padding: 14px 24px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.btn-wrapper .orange-button{
    color: #FFFFFF;
    background-color:#F9452D;
    border: 1px solid #F9452D;
}
.btn-wrapper .orange-button:hover{
       color: #F9452D;
    background-color:#ffff;
}
.btn-wrapper .white-button{
    background-color: #FFFFFF;
    color:#000000;
    border: 1px solid #E4E4E4;
}
.btn-wrapper .white-button:hover{
    color:#F9452D;
    border: 1px solid #F9452D;
}
/* hero section end  */
/* aesthetic design section start */
.aesthetic-heading-wrapper{
    margin-bottom: 60px;
}
.aesthetic-heading-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    margin-bottom: 16px;
}
.aesthetic-heading-wrapper .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6D6D6D;
}
.test-container .row{
    margin-bottom: 50px;
}
.design-img{
    border-radius: 8px;
}
.design-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    /* gap: 231px; */
    height: 100%;
    padding-left: 30px;
}
.design-content-wrapper .heading{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    margin-bottom: 10px;
    color: #000000;
}
.design-content-wrapper .paragraph{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6D6D6D;
}
.design-content-wrapper ul{
list-style-type: none;
}
.design-content-wrapper li{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
}
/* aesthetic design section end */
/* culture section start  */
.culture-heading {
    margin-bottom: 100px;
}

.culture-heading .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: white;
}

.culture-heading .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #B6B6B6;
    padding-right: 60px;
}

/* culture card start  */
.culture-card {
    padding: 40px 33px;
    border-left: 1px solid #323232;
}

.culture-card .card-index {
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-top: 120px;
}

.culture-card .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #B6B6B6;
    padding-right: 25px;
}

/* culture card end  */
/* .desktop-btn {
    display: none;
} */
@media (max-width: 1023.98px) {
    
/* carousel css start  */
/* .design-carousel-wrapper {
    position: relative;
} */

/* Dots container - bottom right */
.design-carousel-wrapper .owl-dots {
    /* position: absolute; */
    bottom: 150px;
    /* right: 30px; */
    /* display: flex !important; */
    /* align-items: center; */
    /* gap: 6px; */
    /* margin: 0 !important; */
}

/* Each dot button */
.design-carousel-wrapper .owl-dots .owl-dot {
    /* display: flex !important; */
    /* align-items: center; */
    /* background: transparent !important; */
    /* border: none !important; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
}

/* The line/span inside each dot */
.design-carousel-wrapper .owl-dots .owl-dot span {
    /* display: block !important; */
    /* height: 2px !important; */
    /* width: 50px !important; */
    /* background: rgba(255, 255, 255, 0.4) !important; */
    /* border-radius: 0 !important; */
    /* margin: 0 !important; */
    /* transition: background 0.3s ease, width 0.3s ease; */
}

/* Active dot - brighter and slightly wider */
.design-carousel-wrapper .owl-dots .owl-dot.active span {
    /* background: rgba(255, 255, 255, 1) !important; */
    /* width: 70px !important; */
}

/* Hover state */
.design-carousel-wrapper .owl-dots .owl-dot:hover span {
    /* background: rgba(255, 255, 255, 0.8) !important; */
}
.design-item-content{
    /* display: flex;  */
    /* justify-content: space-between; */
    /* gap: 10px; */
    /* align-items: start; */
    /* margin-top: 28px; */
    flex-direction: column;
}

.design-item-content .caption .heading{
    /* font-weight: 500; */
    font-size: 20px;
    line-height: 26px;
    /* color: #000000; */
}
.design-item-content .caption .paragraph{
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 25px; */
    /* color: #6D6D6D; */
}
.design-badges{
    /* display: flex; */
    /* gap: 8px; */
    /* align-items: start; */
}
.design-badges span{
     /* font-weight: 400; */
    /* font-size: 14px; */
    /* line-height: 20px; */
    /* color: #0C0C0C; */
    /* padding: 7px 14px; */
    /* border-radius: 8px; */
    /* border: 1px solid #E4E4E4; */
    /* white-space: nowrap; */
}
/* carousel css end  */

/* hero section start  */
.hero-section-wrapper{
    margin-bottom: 50px;
}
.hero-section-wrapper .heading{
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
}
.hero-section-wrapper .paragraph{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
/* hero section end  */
/* aesthetic design section start */
.aesthetic-heading-wrapper{
    display: none;
}
 .test-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
 }
.test-container .row{
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    max-width: 47%;
    margin-bottom: 8px;
}
.design-content-wrapper{
    padding-left: 0;
    margin-bottom: 24px;
}
.design-content-wrapper .heading{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.design-content-wrapper .paragraph{
    font-size: 16px;
}

/* aesthetic design section end */ 
    /* culture section start  */
    .culture-heading {
        margin-bottom: 30px;
    }

    .culture-heading .heading {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.65px;
        margin-bottom: 10px;
    }

    .culture-heading .paragraph {
        padding-right: 0;
    }

    /* culture card start  */
    .culture-card {
        padding: 30px 0px;
        border-left: 1px solid transparent;
        border-bottom: 1px solid #323232;
    }

    .border-none {
        border-bottom: 1px solid transparent;
    }

    .culture-card .card-index {
        font-size: 48px;
        line-height: 67px;
        letter-spacing: -1.5px;
        margin-top: 80px;
    }

    .culture-card .paragraph {
        padding-right: 0px;
    }

    /* culture card end  */
    /* culture section end  */
}
@media (max-width: 767.98px) {
    /* carousel css start  */
/* .design-carousel-wrapper {
    position: relative;
} */

/* Dots container - bottom right */
.design-carousel-wrapper .owl-dots {
    /* position: absolute; */
    bottom: 200px;
    justify-content: center;
    align-items: center;
    /* right: 30px; */
    /* display: flex !important; */
    /* align-items: center; */
    /* gap: 6px; */
    /* margin: 0 !important; */
}

/* Each dot button */
.design-carousel-wrapper .owl-dots .owl-dot {
    /* display: flex !important; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background: transparent !important; */
    /* border: none !important; */
    /* padding: 0 !important; */
    /* margin: 0 !important; */
}

/* The line/span inside each dot */
.design-carousel-wrapper .owl-dots .owl-dot span {
    /* display: block !important; */
    /* height: 2px !important; */
    /* width: 50px !important; */
    /* background: rgba(255, 255, 255, 0.4) !important; */
    /* border-radius: 0 !important; */
    /* margin: 0 !important; */
    /* transition: background 0.3s ease, width 0.3s ease; */
}

/* Active dot - brighter and slightly wider */
.design-carousel-wrapper .owl-dots .owl-dot.active span {
    /* background: rgba(255, 255, 255, 1) !important; */
    /* width: 70px !important; */
}

/* Hover state */
.design-carousel-wrapper .owl-dots .owl-dot:hover span {
    /* background: rgba(255, 255, 255, 0.8) !important; */
}
.design-item-content{
    /* display: flex;  */
    /* justify-content: space-between; */
    /* gap: 10px; */
    /* align-items: start; */
    /* margin-top: 28px; */
    /* flex-direction: column; */
}

.design-item-content .caption .heading{
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 25px;
    /* color: #000000; */
}
.design-item-content .caption .paragraph{
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 20px;
    /* color: #6D6D6D; */
}
.design-badges{
    /* display: flex; */
    /* gap: 8px; */
    /* align-items: start; */
    flex-wrap: wrap;
}
.design-badges span{
     /* font-weight: 400; */
    font-size: 12px;
    /* line-height: 0; */
    /* color: #0C0C0C; */
    /* padding: 7px 14px; */
    /* border-radius: 8px; */
    /* border: 1px solid #E4E4E4; */
    /* white-space: nowrap; */
    /* flex-wrap: wrap; */
}
/* carousel css end  */
    /* hero section start  */
.hero-section-wrapper{
    margin-bottom: 50px;
}
.hero-section-wrapper .heading{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
.hero-section-wrapper .sub-heading{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.hero-section-wrapper .paragraph{
    line-height: 22px;
    margin-bottom: 16px;
}
.btn-wrapper{
    width: 100%;
    flex-direction: column;
}
.btn-wrapper a{
    padding: 10px auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
}
/* hero section end  */ 
/* aesthetic design section start */
.aesthetic-heading-wrapper{
    display: block ;
    margin-bottom: 50px;
}
.aesthetic-heading-wrapper .heading{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
    margin-bottom: 10px;
}
.aesthetic-heading-wrapper .paragraph{
    font-size: 14px;
    line-height: 20px;
}
.aesthetic-heading-wrapper{
    display: none;
}
.test-container {
     gap: 0;
     width: 100%;
}
.test-container .row{
    max-width: 100%;
    margin-bottom: 40px;
    gap: 24px;
}
.design-img{
    border-radius: 0;
}
.design-content-wrapper .heading{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
.design-content-wrapper .paragraph{

    font-size: 14px;
    line-height: 20px;
}
.design-content-wrapper li{
    font-size: 14px;
    line-height: 20px;
} 
/* aesthetic design section end */ 
    /* culture section start  */
    .culture-heading {
        margin-bottom: 30px;
    }

    .culture-heading .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-bottom: 16px;
    }

    .culture-heading .paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    /* culture card start  */
    .culture-card{
        padding: 25px 0;
    }
    .culture-card .card-index {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.72px;
        color: #FFFFFF;
        margin-top: 93px;
    }

    .culture-card .paragraph {
        font-size: 14px;
        line-height: 20px;
    }

    /* culture card end  */
}