html {
    scroll-behavior: smooth;
}

.inner__banner {
    margin-top: 0px !important;
}

.inner__banner img {
    aspect-ratio: 3/1;  
    object-fit: cover;
}

.logoImage {
    margin-bottom: 32px;
}


.lightBlue {
    color: #26a8ff;
    font-size: 33px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

.whiteText {
    font-size: 33px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 1px;
}



.finishTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.imgBox {
    background: #e9e9e9;
    padding: 2rem;

}

.bgWrapper {
    padding: 3rem;
    box-shadow: 0 0 10.1px 0.4px rgba(0, 0, 0, 0.11);
    background-color: #fff;
}

/* finish section  */

.finishSection {
    display: flex;
    justify-content: space-evenly;
    margin-top: -5rem;
    /* gap: 31px; */
}

.font-14 {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.finishSection_left {
    display: flex;
    flex-direction: column;
    gap: 27px;
    /* width: 30%; */
    padding: 1rem;
}

.finishBox {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;

}

.finishWrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 1rem;
}


.mt-1 {
    margin-top: 10px;
}

.finishSection_right {
    display: flex;
    justify-content: space-around;
    gap: 21px;
}



.downloadValue {
    font-size:16.8px;
}
/*  */

.productImageContainer {
    padding: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*patterhn secgtion  */
.patternsWrapper {
    padding: 30px 30px 49.5px 29px;
    box-shadow: 0 0 10.1px 0.4px rgba(0, 0, 0, 0.11);
}

.patternsBox {
    background-color: #fff;
    display: flex;
    justify-content: space-evenly;
    gap: 11.5px;
}

/* patterns section ends */

/* slot tab */
.slotsImages {
    display: flex;
    margin-bottom: 4rem;
}

.slotsImages:nth-child(even) {
    flex-direction: row-reverse;
}

.slots {
    border-right: 1px solid #0b69ac;
    border-bottom: 1px solid #0b69ac;
    padding: 1rem;
    width: 50%;
}

.slotsImages:nth-child(even) .slots {
    border-left: 1px solid #0b69ac;
    border-right: none;
}

.imageSlots {
    width: 100%;
    box-shadow: 0 0 10.1px 0.4px rgba(0, 0, 0, 0.11);

}

.slotsTextWrapper {
    border-bottom: 1px solid #0b69ac;
    padding: 0 0 1rem 1rem;
    height: fit-content;
    width: 40%;

}

.slotsText {
    height: fit-content;
    margin: 2rem 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.61;
    text-align: left;
    color: #0b69ac;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

/* slot tab end  */
.pt {
    padding-top: 4rem;
}


.outerTabs {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 3rem 0 0 0;
}

.tab {
    overflow: hiddeen;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Style the buttons inside the tab */
.tab button {
    cursor: pointer;
    padding: 10.5px 14.5px 11.5px;
    border: solid 0.5px #e9e9e9;
    background-color: #e9e9e9;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    font-size: 15px;
}



@media screen  and (max-width: 1350px) {
    .tab button {
        font-size: 11px;
    }
    
}
/* Change background color of buttons on hover */
.tab button:hover {
    border: solid 0.5px #006bae;
    color: #fff;    
    background-color: #006bae;

}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #006bae;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    margin: 4rem 0 0 0;
}



.center {
    text-align: center;
}


/* tech section */

.techContainer {
    display: flex;
    gap: 14px;
}

.techLinks {
    font-size: 14px;
}

.techWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10.5px 3.5px 11px;
    object-fit: contain;
    border: solid 0.5px #000;
    color: #006bae;
    width: 100%;
}

/* tech section ends  */




/* downloads */


.downloadsWrapper {
    display: flex;
    flex-direction: column;
    padding: 0 7rem;
}

.titleWrapper {
    font-size: 28px;
    line-height: 0.55;
    letter-spacing: 2.2px;
    text-align: center;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}

.document {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #006bae;
    padding: 12px 0;
    align-items: center;
}

.downloadBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9e9e9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}


/* methods section starts  */
.methodsTitle{
    margin-bottom: 18px;
}

.methodsText {
    margin: 18px 26.5px 19px;
    font-size: 15px;
    line-height: 1.31;   
    color: #000;
}

.gap-0 {
    gap: 0rem !important;
}


/* methods section ends */




/* rows and cols  */


.row {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 26px;
}

.gap-2  {
    gap: 15px;
}

.items-center {
    align-items: center;
}

.w-3 {
    width: 30%;
}

.w-6 {
    width: 65%;
}

.col {
    box-sizing: border-box;
}

.methodImage {
    width: 100%;
    margin-top: -1rem;
}


.susImage {
    width: 100%;
}



/* Add more breakpoints or customize as needed */


.bg-gray {
    background: #f3f3f3;
}

.padding-9 {
    padding: 9% 0 0 0;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 172px;;
    row-gap: 64px;
    margin-top: 2rem;
    /* padding: 0 4% 10% 4%; */
  }
  .grid-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    
  }
  .item13 {
    grid-column: 1 / span 3;
  }

  .circle {
    box-shadow: 0px 1.5px 12px 0 rgba(0, 0, 0, 0.11);
    background-color: #f7f7f7;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
  }
  .circle img {

  }
  
  .para {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.9px;
    line-height: 1.91;
  }

  .w-50 {
    width: 50%;
  }
  
 


/* ends here  */




/* overview section */

.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 122px;
    row-gap: 3rem;
    margin-top: 2rem;
}


.overImage {
    width: 150px;
}


.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;

}

.f-600 {
    font-weight: 500 !important;
}


#suspension {
    display: none;
}


/* ends here */


@media screen and (max-width: 1024px) {
    .grid-wrapper {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }
    
}
  
@media screen and (max-width: 768px) {
    .flex-col {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-wrapper {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
        gap: 10%;
    }
    
}



@media screen and (max-width: 640px) {
    .inner__banner img {
        aspect-ratio: 1/1;
    }
    .inner__banner {
        margin-top: 5rem !important;
    }

    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .titleWrapper {
        line-height: normal;
    }

    .grid-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;

    }


    .grid-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .grid-box{
        padding: 0 16px;
    }
    .w-50 {
        width: 100%;
    }

    .overImage {
        width: 90px;
    }

    .productListName {
        font-size: 7.5px;
    }
    /* #text2 {
        margin-top: 25rem;
    } */

    .finishSection {
        flex-direction: column;
    }
    .finishSection_left {
        width: 100%;
    }
    .finishSection_right {
        flex-direction: column;

    }

    #text3 {
        display: none;
    }

    #suspension {
        display: block;
    }
   
    .sus_section_mobile {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0 16px;
    }
    .finishWrapper {
        margin: 3rem 0 0 0;
    }
}




/*  */

.prodName {
    font-size: 20px;
    font-weight: bold;
}

.prodDemensions {
    color: #006bae;
    font-weight: bold;
    font-size: 15px;
}

.prodDecp {
    font-size: 16px;
    font-weight: 500;
}

.container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.sm_container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#text5 {
    margin-bottom: 3rem;
}

.headWrapper {
    margin: 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.prodListing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

.modal-btn {
    border: 1px solid #000;
    text-align: center;
    cursor: pointer;
    background: transparent;
    margin: 1rem 0;
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: 700;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    width: 200px;
    color: #000 important;
    -webkit-text-fill-color: rgba(0 ,0 ,0 ,1); 
    -webkit-opacity: 1; 
}

strong {
    color: #006bae
}

.modal-btn:hover {
    color: #FFF;
    background-color: #006bae;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
     z-index: 10;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 27.4px 1.1px rgba(0, 0, 0, 0.34);
    background-color: #fefefe;
    margin: auto;
    padding: 3rem;
    border: 1px solid #888;
    width: 60%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

}

.modal-content::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #efefef;
}

.modalTitle {
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.prodName {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prodDecp {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;

}

.modal .swiper-wrapper {
    padding: 0rem 0;
}

.swiper-slide {
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bannerSwiper .swiper-slide {
    padding: 0;
}

.swiper-button-next {
    bottom: 0px;
    background-image: url('../assets/images/u-flex/next-arrow.png');
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    top: 97%;
    z-index: 100;
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev {
    bottom: 0px;
    background-image: url('../assets/images/u-flex/next-arrow.png');
    transform: rotate(180deg);
    background-size: 35px;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    top: 97%;
    z-index: 100;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-pagination {
    /* width: fit-content !important;
                                                                                                                                                                                                        left: 37% !important; */
}

.swiper-pagination-bullet-active {
    background: #989898 !important;
}

.gap {
    gap: 3rem;
}

.mt-2 {
    margin: 2rem 0;
}

.bannerSwiper .swiper-pagination-bullet {
    background: black !important;
    opacity: 0.78;
}

.bannerSwiper .swiper-pagination-bullet-active {

    background: #989898 !important;
    opacity: 1;
}

.bannerSwiper .swiper-pagination {
    bottom: 20px;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -2rem;
    bottom: 0;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

#mobileTabs {
    display: none;
}



@media screen and (max-width: 640px) {
    .modal-content {
        width: 80%;
        padding: 0;
    }

    .titleWrapper {
        font-size: 22px;
    }
    .circle img {
        height: 50px;
        width: 50px;
    }
    /* select */

    #tabSection {
        display: none;
    }

    #mobileTabs {
        display: block;
        margin: 2rem 0 -2rem 0;
    }

    .select {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .option {
        padding: 0 16px;
        min-height: 40px;
        display: flex;
        align-items: center;
        background: #006bae;
        border-top: #006bae solid 1px;
        position: absolute;
        top: 0;
        width: 100%;
        pointer-events: none;
        order: 2;
        z-index: 1;
        transition: background .4s ease-in-out;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        justify-content: center;

    }

    .option:hover {
        background: #006bae;
    }

    .select:focus .option {
        position: relative;
        pointer-events: all;
        color: #fff;
        font-size: 13.3px;
        text-align: center;
        text-transform: uppercase;
    }

    .input {
        opacity: 1;
        position: absolute;
    }

    input:checked+label {
        order: 2;
        z-index: 2;
        color: #fff;
        font-size: 13.3px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }

    input:checked+label:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
        position: absolute;
        right: 10px;
        top: calc(50% - 2.5px);
        pointer-events: none;
        z-index: 3;
    }

    input:checked+label:before {
        position: absolute;
        right: 0;
        height: 40px;
        width: 40px;
        content: '';
        background: #006bae;
    }


    /* select code ends here */

    .close {
        top: 1rem;
        left: -1rem;
        color: #006bae;
        z-index: 10;

    }

    .modal-content::before {
        height: 36%;
        width: 100%;
    }

    .productImage {
        height: 100%;
        width: 55%;
        margin: 2rem;
    }


    .modal {
        padding: 0px 16px;
    }

    .modal-content {
        margin: 20% auto;
    }

    .p-16 {
        padding: 0 16px;
        margin: 1.5rem 0 4rem 0;
    }

    .mySwiper .swiper-slide {
        background: #efefef;
    }

    .mySwiper .swiper-slide:after {
        background: #efefef;
        height: 200px;
        width: 200px;
        position: absolute;
    }


    .mySwiper .swiper-button-next,
    .swiper-button-prev {
        background-size: 30px;
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        top: 50%;
        z-index: 100;

    }

    .mySwiper .swiper-button-prev {
        left: 8%;
    }

    .mySwiper .swiper-button-next {
        left: 85%;
    }

    .mySwiper .swiper-pagination {
        bottom: 4%;
    }


    .productImageContainer {
        padding: 0;
    }

    .gap {
        gap: 0rem;
        width: 100%;
    }

    .centerDiv {
        text-align: center;

    }

    .modal-btn {
        width: 100%;
        font-size: 7.5px;
        -webkit-text-fill-color: rgba(0 ,0 ,0 ,1); 
    -webkit-opacity: 1; 
    }
}

/*  */