.button-orange {
    padding: 14px 24px;
    background-color: #F9452D;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    text-wrap: nowrap;
    border: 1px solid transparent;
}
.button-orange:hover {
    background: #FFFFFF;
    color: #000000;
}


/* 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  */
/* built prooducts section start */
.built-heading-wrapper{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.built-heading-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}
.built-heading-wrapper .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #6D6D6D;
    padding: 0 330px;
    text-align: center;
}
.built-card .built-img{
     margin-bottom: 24px ;
}
.built-card .built-img img{
     border-radius: 8px;
}
.built-card .heading{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.18px;
    color: #000000;
    margin-bottom: 8px;
}
.built-card .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #6D6D6D;
}
/* built prooducts section end */
/* lottie section start  */
.lottie-desktop{
    display: block;
}
.lottie-tablet{
    display: none;
}
.lottie-mobile{
    display: none;
}
/* lottie section end  */
/* black cards section start  */
.uiux-design-wrapper {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 100px;
}
.uiux-design-wrapper .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    color: #FFFFFF;

}
.uiux-design-wrapper .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #B6B6B6 ;
}
.uiux-card{
    padding: 30px;
    border: 1px solid #323232;
    height: 100%;
}
.uiux-card .index{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #FFFFFF;
    margin-bottom: 42px;
    position: relative;
    display: inline-block;
    padding-right: 10px; /* space for dot */
}

.uiux-card .index span{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #F9452D;
    position: absolute;
    right: 2px;
    top: 0;
}
.uiux-card .heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.uiux-card .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #B6B6B6;
    margin-bottom: 25px;
}
.uiux-card .uiux-list{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #B6B6B6;
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 26px; /* space for icon */
}
.uiux-card .uiux-list:last-child{
    margin-bottom: 0px;
}

.uiux-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/uiux-design-new/list-check.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
/* black cards section end  */


/* Rare partner FAQ section start */
.rare-partner-section{
    padding-top: 22px;
}
.rare-partner-section .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 16px;
    color: #000000;
    padding-right: 20px;
}
.rare-partner-section .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 40px;
    color: #6D6D6D ;
}
.padding-faq{
    padding-top: 40px;
}
.rare-partner-section .btn-group a:hover{
    color: #000000;
    border: 1px solid black !important;
}
/* Rare partner FAQ section end */

@media (max-width: 1024px) {
/* carousel css start  */
.design-carousel-wrapper .owl-dots {
    bottom: 150px;
}
.design-item-content{
    flex-direction: column;
}

.design-item-content .caption .heading{
    font-size: 20px;
    line-height: 26px;
}
/* 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  */
/* built prooducts section start */
.built-heading-wrapper{
    margin-bottom: 50px;
}
.built-heading-wrapper .heading{
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.65px;
    margin-bottom: 10px;
    padding: 0 40px;
}
.built-heading-wrapper .paragraph{
    font-size: 16px;
    line-height: 25px;
    padding: 0 30px;
}
.built-card {
    margin-bottom: 40px;
}
.row .col-md-4:last-child .built-card {
    margin-bottom: 0;
}
.built-card .heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
}
/* built prooducts section end */
/* lottie section start  */
.lottie-desktop{
    display: none;
}
.lottie-tablet{
    display: block;
}
.lottie-mobile{
    display: none;
}
/* lottie section end  */
/* black cards section start  */
.uiux-design-wrapper {
    gap: 84px;
}
.uiux-design-wrapper .heading{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: -0.85px;
}
.uiux-design-wrapper .paragraph{
    letter-spacing: 0;
}
/* .uiux-card .index{
    margin-bottom: 42px;
} */
.uiux-card .heading{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.18px;
}
.uiux-card .paragraph{
    font-size: 14px;
    line-height: 20px;
}
.uiux-card .uiux-list{
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}

.uiux-list::before {
    width: 12px;
    height: 12px;
}
.still-grid{
    display: grid;
}
/* black cards section end  */
/* Rare partner FAQ section start */
    .rare-partner-section{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .rare-partner-section .heading{
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
        letter-spacing: -0.65px;
        padding-right: 0;
    }
    .rare-partner-section .paragraph{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 16px;
        padding-right: 0;
    }
    /* Rare partner FAQ section end */

}

@media (max-width: 767.98px) {
 /* carousel css start  */

.design-carousel-wrapper .owl-dots {
    bottom: 200px;
    justify-content: center;
    align-items: center;
}
.design-item-content .caption .heading{
    font-size: 18px;
    line-height: 25px;
}
.design-item-content .caption .paragraph{
    font-size: 14px;
    line-height: 20px;
}
.design-badges{
    flex-wrap: wrap;
}
.design-badges span{
    font-size: 12px;
}
/* carousel css end  */
/* hero section start  */
.hero-section-wrapper{
    margin-bottom: 40px;
}
.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  */ 
/* built prooducts section start */
.built-heading-wrapper{
    margin-bottom: 30px;
}
.built-heading-wrapper .heading{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
    padding: 0 0;
}
.built-heading-wrapper .paragraph{
    font-size: 14px;
    line-height: 20px;
    padding: 0 0;
}
.built-card {
    margin-bottom: 30px;
}
.built-card .built-img{
     margin-bottom: 16px ;
}
.built-card .heading{
    font-size: 16px;
    line-height: 22px;
}
.built-card .paragraph{
    font-size: 14px;
    line-height: 20px;
}
/* built prooducts section end */ 
/* lottie section start  */
.lottie-desktop{
    display: none;
}
.lottie-tablet{
    display: none;
}
.lottie-mobile{
    display: block;
}
/* lottie section end  */
/* black cards section start  */
.uiux-design-wrapper {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}
.uiux-design-wrapper .heading{
    line-height: 32px;
    margin-bottom: 16px;
    letter-spacing: -0.56px;
}
.uiux-design-wrapper .paragraph{
    font-size: 14px;
    line-height: 20px;
}
.uiux-card .index{
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 26px;
    padding-right: 8px;
}
.uiux-card .index span{
    font-size: 20px;
    line-height: 26px;
    top: 1px;
}
.uiux-card .heading{
    font-weight: 500;
}
.uiux-card .paragraph{
    font-size: 14px;
    line-height: 20px;
}
.uiux-list::before {
    width: 12px;
    height: 12px;
}

/* black cards section end  */
/* Rare partner FAQ section start */
    .rare-partner-section{
        padding-top: 25px;
    }
    .rare-partner-section .heading{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
        letter-spacing: -0.56px;
    }
    .rare-partner-section .paragraph{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    /* Rare partner FAQ section end */

}