/* header section start  */
 .section-padding-small {
    padding: 150px;
}
.header-content-wrapper{
    padding-top: 150px;
    width: 748px;
}
.hero-bg{
    content: "";
    top: 0;
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/illustrations-and-icons/header-desktop-3px.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    background-position: center;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.hero-bg .section-eyebrow{
    text-align: center;
    display: block;
}
.hero-bg .heading{
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    padding: 0 110px;
}
.hero-bg .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #6D6D6D;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
}

.btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}
 /* header section end  */

/* ----------Organizations Service Start ----------*/
.organizations-services .organizations-services-header {
    text-align: center;
}
.organizations-services .organizations-services-header .title{
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.75px;
    margin-bottom: 16px;
    color: #000000;
}
.organizations-services .organizations-services-header .desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #6D6D6D;
}

/*---------- Organizations Service End ----------*/

/* ----------Logo Carousel ----------*/
.carousel {
    --speed: 15s;
    --gap: 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}
.carousel::before,
.carousel::after {
    content: '';
    position: absolute;
    inset-block: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
}
.carousel::before { left: 0;  background: linear-gradient(to right, #fff, transparent); }
.carousel::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }

.carousel__track {
    display: flex;
    align-items: center;
    gap: var(--gap);
    padding-block: 12px;
    animation: carousel-scroll var(--speed) linear infinite;
    will-change: transform;
}
.carousel__track:hover { animation-play-state: paused; }

.carousel__item { flex-shrink: 0; display: flex; align-items: center; }

@keyframes carousel-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(var(--_set-w, -2000px)); }
}

/*----------Logo Carousel ----------*/

/* what we design section start */
.we-design-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 16px;
}
.we-design-wrapper .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
    margin-bottom: 10px;
}
.we-design-wrapper .design-tabs{
    display: flex ;
    gap: 30px;
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.design-tabs .tab-link {
    font-size: 16px;
    line-height: 25px;
    color: #6D6D6D;
    position: relative;
    white-space: nowrap;
    list-style-type: none;
    cursor: pointer;
}
.design-tabs .tab-link::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #888;
    border-radius: 50%;
    cursor: pointer;
}
.design-tabs .tab-link:last-child::after {
    display: none;
}

.design-tabs .tab-link.active {
    color: #000000;
    text-decoration: underline;
}

/* Webkit-specific styles (Chrome, Edge, Safari) */
.design-tabs::-webkit-scrollbar {
    width: 12px;
}

.design-tabs::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 6px;
}

.design-tabs::-webkit-scrollbar-track {
    background: #ddd;
}
.product-thumbnail img {
    border-radius: 8px;
}
/* Tab Logic */
.tab-pane { display: none; }

.tab-pane.active { display: block; animation: fadeIn 0.4s ease-in-out; }

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.card-margin {
    margin-bottom: 15px;
}


/* what we design section end */

/* unique illustration section starts  */

.unique-content-wrapper .section-eyebrow{
    margin-bottom: 13px;
}
.unique-content-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    margin-bottom: 29px;
}
.unique-content-wrapper .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
    margin-bottom: 25px;
    padding-right: 25px;
}

.unique-content-wrapper .paragraph:last-child{
    margin-bottom: 0;
}
/* unique illustration section end   */
/* what we design section start */
.we-design-wrapper .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 16px;
}
.we-design-wrapper .paragraph{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
    margin-bottom: 10px;
}
.we-design-wrapper .tabs-wrapper{
    display: flex ;
    gap: 15px;
    padding: 20px 0 15px 0;
}
/* what we design section end */
/* Rare partner FAQ section start */
.black-faq .rare-partner-section{
    padding-top: 22px;
}
.black-faq .rare-partner-section .heading{
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 16px;
    color: #ffff;
}
.black-faq .rare-partner-section .paragraph{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    padding-right: 40px;
    color: #B6B6B6;
}
.black-faq .faq-item{
    border-bottom: 1px solid #323232;
}
.black-faq .question-text {
    color: white;
}
.black-faq  .faq-answer p{
    color: #B6B6B6;
}
/* Rare partner FAQ section end */
.desktop-btn{
    display: none;
}
.process-step{
    height: 100%;
}
@media (max-width: 1270px) {
.hero-bg{
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/illustrations-and-icons/header-tablet-3px.webp");
    height: 900px;
}
}
@media (max-width: 1023.98px) {
/* header section start  */

.header-content-wrapper{
    padding-top: 300px;
    width: 517px;
}
.hero-bg .heading{
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    padding: 0 0;
}
.hero-bg .paragraph{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 0 0; 
}
    /* ----------Organizations Service Start ----------*/
    .section-padding-small {
    padding: 80px;
}
    .organizations-services .organizations-services-header .title{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .organizations-services .organizations-services-header .desc{
        font-size: 16px;
    }

    /*---------- Organizations Service End ----------*/

    /* what we design section start */
    .we-design-wrapper .heading{
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.56px;
    }
    .we-design-wrapper .paragraph {
        padding-right: 60px;
    }
    .tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* what we design section end */
/* unique illustration section starts  */
.unique-content-wrapper .section-eyebrow{
    margin-bottom: 20px;
}
.unique-content-wrapper .heading{
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.65px;
    margin-bottom: 16px;
}
.unique-content-wrapper .paragraph{
    padding-right: 0;
}
.unique-content-wrapper .paragraph:last-child{
    margin-bottom: 30px;
}
/* unique illustration section end   */
    /* Rare partner FAQ section start */
    .black-faq .rare-partner-section{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .black-faq .rare-partner-section .heading{
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
        letter-spacing: -0.65px;
    }
    .black-faq .rare-partner-section .paragraph{
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 24px;
        padding-right: 0;
    }
    /* Rare partner FAQ section end */
    .desktop-btn{
        display: flex;
    }
    .carousel-btns .btn {
    padding: 13px 17px;
    width: 47px;
    height: 40px;
}
}
@media (max-width: 767.98px) {
/* header section start  */
    .section-padding-small {
    padding: 50px 0;
}
.header-content-wrapper{
    padding-top: 190px;
    width: 335px;
}
.hero-bg .heading{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    padding: 0 15px;
}
.hero-bg .paragraph{
    font-size: 14px;
    line-height: 20px;
    padding: 0 0; 
}
.btn-wrapper {
    flex-direction: column;
    width: 1005;
}
.btn-wrapper a{
    padding: 10px 24px;
    font-weight: 400;
    font-size: 14px;
    width: 218px;
    text-align: center;
    display:block;
}
    /* ----------Organizations Service Start ----------*/
    .organizations-services .organizations-services-header .title{
        font-size: 16px;
        line-height: 22px;
    }
    .organizations-services .organizations-services-header .desc{
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px;
    }

    /*---------- Organizations Service End ----------*/
/* unique illustration section starts  */
.unique-content-wrapper .heading{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.56px;
}
.unique-content-wrapper .paragraph{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
/* unique illustration section end   */
    /* what we design section start */
    .we-design-wrapper .heading{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .we-design-wrapper .paragraph {
        font-size: 14px;
        line-height: 20px;
    }
    /*.we-design-wrapper .design-tabs{*/
    /*    display: flex ;*/
    /*    gap: 30px;*/
    /*    padding: 20px 0 15px 0;*/
    /*    margin-bottom: 20px;*/
    /*    flex-wrap: nowrap;*/
    /*    justify-content: flex-start;*/
    /*    align-items: flex-start;*/
    /*    overflow-x: auto;*/
    /*    overflow-y: hidden;*/
    /*    width: 100%;*/
    /*    -webkit-overflow-scrolling: touch;*/
    /*    scrollbar-width: thin;*/
    /*}*/

    .design-tabs .tab-link {
        font-size: 14px;
        line-height: 20px;
    }



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

@media (max-width: 500px) {
.hero-bg{
    background-image: url("https://www.brickclay.com/wp-content/themes/brickclay-new/assets/images/pages/illustrations-and-icons/header-mobile-3px.webp");
    height: 700px;
}
}

.f-thumbs__slide.is-selected button:after {
    /* border: var(--f-thumb-selected-border, none); */
    box-shadow: 0 0 0 2px #f9452d !important;
}
/* Fail-safe CSS to hide Fancybox arrows */
.is-arrow {
    display: none !important;
}