
    .margin-container{
        background-color: #F5F5F5;
        color: #000 ;
    }

    a{
        text-decoration: none;
    }

    .alogive-button{
        all : unset;
        width: fit-content;
        padding: 12px 35px;
        border: 0.7px solid #05D3AB;
        border-radius: 19px;
        cursor: pointer;
        color: #fff;
    }

    .alogive-button-fill{
        background: #05D3AB;
    }
    
    .alogive-button-transparent{
        background: transparent;
    }

    .buttons-container{
        display : flex;
        justify-content: center;
        align-items: center;
        gap: 34px;

        margin-top: 16px;
    }
    
    
/* banner carousel starts */
    #carouselExampleIndicators{
        height : 100vh;
        width: 100%;
        overflow: hidden;
    }

    .carousel .banner-alogive{
        position: relative;
        height: 100vh;
        width: 100%;

        
        color: #fff;

    }

    .carousel .banner-alogive img{
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .banner-content{
        padding-top: 183px;
        display: flex;
        flex-direction: column;
        align-items: center;

        text-align: center;
    }

    .carousel .banner-alogive h1{
        width : 100%;
        font-weight: 600;
    }

    .carousel .banner-alogive p{
        width : 100%;
        margin-top: 16px;
    }

    .custom-indicators{
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
        gap: 68px;
    }

    button a{
        color: initial;
    }

    .custom-indicators .pipe-div {
      display: flex;
        flex-direction: column;
        align-items: center;
        width: 10%;
        justify-content: flex-end;
        cursor: pointer;
    }

    .custom-indicators .pipe-div img {
      object-fit: cover;
      cursor: pointer;

      transform : translateY(103px);
      transition: transform 0.5s ease;
    }

    .custom-indicators .pipe-div p {
      color: #fff;
      font-weight: 400;

      transform : translateY(103px);
      transition: transform 0.5s ease;
      text-align: center;
    }

    .custom-indicators .pipe-div.active p {
        transform : translateY(20px);
    }

    .custom-indicators .pipe-div.active img{
      transform : translateY(20px);
    }

/* banner carousel ends */


/* more info section starts */

    .section-relative{
        position: relative;
    }

    .info-header{
        color: #000;
        padding-top: 65px;
    }

    .info-header img{
        width: 320px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .catelog-cards-container{
        margin-top: 27px;

        display: flex;
        justify-content: space-between;
    }

    .catelog-cards-container a{
        color: #000;
        margin-top: auto;
        text-decoration: underline !important;
    }

    .catelog-cards-container a.catelog-card{
        text-decoration: none !important;
    }

    .catelog-cards-grid{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        column-gap: 47px;

        width: 80%;
    }

    .catelog-card{
        display: grid;
        width: auto;
        gap: 10px;
        aspect-ratio: auto;
        height: auto;
        grid-row: span 3;
        grid-template-rows: subgrid;
        padding: 30px;
        border: none;
        border-radius: 15px;
        background: transparent;
        justify-content: flex-start;

        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .catelog-card img.pipes-icon{
        width: 81px;
        margin: 0 auto;
        margin-bottom: 21px
    }

    .catelog-card:hover{
        background-color: #0B4784;
        box-shadow: 0px 4px 13.7px 0px #00000040;
    }

    .catelog-card h4{
        text-align: center;
    }

    .catelog-card:hover h4{
        color: #fff;
    }

    .catelog-card:hover p{
        color: #fff;
    }

    .catelog-card .arrow-button{
        background: #0A142F;
        width: 36px;
        aspect-ratio: 1;
        border-radius: 100%;

        display: flex;
        justify-content: center;
        align-items: center;

        position: absolute;
        bottom: 12px;
        right: 15px;
    }

    .catelog-card:hover .arrow-button{
        background: #05D3AB;
    }

/* more info section ends */

/* leading-section section starts */

.leading-section{
    padding-top: 201px;
}

.leading-way-container{
    display: flex;
    justify-content: space-between;
}

.leading-way-container .column{
    width: 49%;
}

.leading-way-container .column-1 img{
    width: 100%;
}

.leading-way-container .column-2 .accordian-card{
    cursor: pointer;
    background: transparent;
    border-top: 1px solid #00000061;
    padding: 19px 43px 19px 9px;
    transition: 0.3s all ease;
    position: relative;

}

.leading-way-container .column-2 .accordian-card.active{
    background: linear-gradient(90deg, #F5F5F5 -6.06%, #FFFFFF 50.44%, #F5F5F5 106.95%);
}

.leading-way-container .column-2 .accordian-card:last-child{
    border-bottom: 1px solid #00000061;
}

.leading-way-container .column-2 .accordian-card .acc-header{
    display: flex;
    gap: 38px;
    align-items: center;

}

.leading-way-container .column-2 .accordian-card .acc-header h3{
    color: #0B4784;
}

.leading-way-container .column-2 .accordian-card .acc-header .acc-arrow{
    margin-left: auto;
    opacity: 1;
    transform: translateX(-10px) rotate(90deg);
    transition: 0.3s all ease;
    font-size: 30px;
    
}

.leading-way-container .column-2 .accordian-card .acc-header .acc-img{
    margin-left: auto;
    opacity: 1;
    transform: translateX(-10px);
    transition: 0.3s all ease;
    
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;

    transition: 0.3s all ease;
    
}

.leading-way-container .column-2 .accordian-card.active .acc-header .acc-img{
    right: 10px;
    opacity: 1;
}

.leading-way-container .column-2 .accordian-card.active .acc-header .acc-arrow{
    opacity: 0;
    transform: translateX(0px) rotate(90deg);
}

.leading-way-container .column-2 .accordian-card .acc-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2.5rem;
}

.leading-way-container .column-2 .accordian-card .acc-content p{
    width: 60%;
}

.leading-way-container .button-container{
    display: flex;
    justify-content: flex-end;

    margin-top: 26px;
}

a{
    text-decoration: none !important;
}


button.learn-more{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
    border-radius: 100px;

    color: #000;
    cursor: pointer;

    gap: 11px;

}

button.learn-more .img-container{
    width: 27px;
    aspect-ratio: 1;
    border-radius: 100%;
    background: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
}

button.learn-more:hover .img-container{
    background: #0B4784;
}

button.learn-more:hover .img-container img{
    filter: invert();
}

/* leading-section section ends */


/* serving-section section starts */

.serving-section{
    padding-top: 175px;
    color: #000;
}

.serving-section-image{
    position: absolute;
    right: 0;
    top: 0;

}


.serving-cards{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    width: 188px;
    height: 493px;

    color: white;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;

    position: relative;

    border-radius: 20px;
    overflow: hidden;

    transition: all 0.75s ease;

    cursor: pointer;
    
}

.serving-cards .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000066;
    z-index: 0;
}

.serving-cards h5{
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}


.serving-cards-scroll-section{
    display: flex;
    gap: 14px;
    margin-top: 52px;

    flex-wrap: nowrap;         
}


.serving-cards.hovered{
    background-image: none !important;
    width: 628px;
    flex: 0 0 auto;
}

.serving-cards.hovered .overlay{
    background: transparent;
}

.card-hovered{
    display: flex;
    width: 628px;
    height: 493px;
    justify-content: space-between;
    padding: 19px;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    transition: all 0.75s ease;
}

.serving-cards.hovered .card-hovered{
    opacity: 1;
}

.serving-cards.hovered h5{
    display: none;
}
.card-hovered .small-crads-section{
    display: flex;
    justify-content: space-between;

}

.card-hovered .img-container{
    width: 275px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;

}

.card-hovered .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-hovered .small-crads-section .small-card{
    width: 48%;
    border: 1px solid #0000003B;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.card-hovered .small-crads-section .small-card p{
    margin-top: 12px;
}

.card-hovered .section-right{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.card-hovered .section-right h3{
    margin-top: auto;
}

.card-hovered p.card-info{
    line-height: 32px;
    color: #00000075;
    
}

h3.fs-32{
    font-size: 32px;
    line-height: 46px;
    color: #000;
}
p.fs-12{
    color: #000000D1;
    font-size: 12px;
    text-align: center;
    margin: 0;
    
}

.serving-cards h3{
    opacity: 0;
    transition: all 0.75s ease;
}

.serving-cards p{
    opacity: 0;
    transition: all 0.75s ease;
}

.serving-cards.hovered h3{
    opacity: 1;
}

.serving-cards.hovered p{
    opacity: 1;
}


.serving-cards .arrow-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.serving-cards .arrow-container img{
    width: 25px;

}

/* serving-section section ends */


/* industrial-section section starts */

.industrial-section{
    padding-top: 175px;
    color: #000;
}

.indus-row{
    display: flex;
    align-items: stretch;

    margin-top: 52px;

}

.industrial-section .serving-section-image{
    top: 40px;
}

.indus-row .indus-col{
    width: 50%;
}

.indus-row .indus-col-1{
    position: relative;
}

.indus-row .indus-col-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.cards-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;

}

.cards-container .cards-content{
    display: grid;
    width: auto;
    aspect-ratio: 1.055;
    background-color: #fff;

    grid-row: span 3;
    grid-template-rows: subgrid;

    padding: 18px 48px 18px 48px;
}


.cards-container .cards-content:nth-child(1){
    border-bottom-right-radius: 20px;
}

.cards-container .cards-content:nth-child(4){
    border-radius: 20px 0 20px 0;
}


.cards-container .cards-content:nth-child(2){
    background-color: transparent;
}

.cards-container .cards-content:nth-child(3){
    background-color: transparent;
}

.cards-container .cards-content h5{
    margin-top: 15px;
    margin-bottom: 11px;
}

.cards-container .cards-content p{
    line-height: 24px;
}

.industrial-section{
    padding-bottom: 153px;
}

/* industrial-section section ends */

.show-mobile{
        display: none;
    }

/* pipe font change */

.change-font {
  font-family: 'Afacad';
  font-weight: 700!important;
}


    
@media (max-width: 990px) {

.change-font{
	width:20px;
}

    .show-desktop{
            display: none;
        }
        .show-mobile{
            display: block;
        }

    .margin-container {
        padding: 0 20px;
        background-color: #F5F5F5;
    }
    

    button.learn-more{
        padding: 5px 10px;
    }

    /* banner carousel starts */


    #carouselExampleIndicators{
        height: 90vh;

    }

    .carousel .banner-alogive{
        height: 90vh;
    }

    .carousel .banner-alogive h1{
        width : 100%;
        padding: 0 20px;
        font-size: 32px;
    }

    .carousel .banner-alogive p{
        width : 100%;
        padding: 0 20px;
        margin: 0;
    }

    .custom-indicators{
        gap: 0;
        justify-content: space-between !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .custom-indicators .pipe-div {
      width: auto;

    }
    
    .custom-indicators .pipe-div img {
      width: 50px;

      transform : translateY(70px);
    }

    .custom-indicators .pipe-div p {

      transform : translateY(70px);
    }

    .custom-indicators .pipe-div.active p {
        transform : translateY(0px);
    }

    .custom-indicators .pipe-div.active img{
      transform : translateY(0px);
    }

    .buttons-container{
        margin-top: 18px;
    }

    .alogive-button {
        padding: 8px 25px;
        font-size: 14px;
    }

/* banner carousel ends */


    /* more info section starts */

        .info-header{
            padding-top: 25px;
        }

        .info-header img{
            display: none;
        }

        .catelog-cards-container{
            margin-top: 27px;

            flex-direction: column;
        }


        .catelog-cards-grid{
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            row-gap: 47px;

            width: 100%;
        }


        .catelog-card img.pipes-icon{
            width: 81px;
            margin: 0 auto;
            margin-bottom: 21px
        }


        .leading-way-container .column-2 .accordian-card .acc-header{
            gap: 15px;
        }
        

    /* more info section ends */

    /* leading-section section starts */

        .leading-section{
            padding-top: 70px;
        }

        .leading-way-container{
            flex-direction: column;
        }

        .leading-way-container .column{
            width: 100%;
        }

        .leading-way-container .column-1 img{
            width: 100%;
        }

        .leading-way-container .column-2 .accordian-card.active .acc-header .acc-img{
            width: 40%;
        }

        /* leading-section section ends */


       /* serving-section section starts */

            .serving-section{
                padding-top: 75px;
            }

            .serving-section-image{
                display: none;
            }

            .serving-cards-scroll-section{
                flex-direction: column;
                overflow: hidden;
                touch-action: auto;
                margin-top: 22px;
            }

            .serving-cards{
                width: 100%;
                height: 50px;
                background-image: none !important;
                background-color: #fff;
                flex-direction: column;
                padding: 10px;
            }

            .serving-cards.hovered{
                width: 100%;
                height: auto;
                
            }

            .card-hovered{
                position: relative;
                width: 100%;
                height: 100%;
                flex-direction: column;
                padding: 0;
            }

            .serving-cards.hovered .card-hovered{
                display: flex;
            }
            
            .card-hovered .img-container{
                width: 100%;
            }

            .card-hovered .section-right{
                width: 100%;
                margin-top: 20px;
            }

            .card-hovered .small-crads-section .small-card{
                width: 48%;
            }

            .serving-cards h5{
                color: #000;
            }

        /* serving-section section ends */

        /* industrial-section section starts */

            .industrial-section{
                padding-top: 75px;
            }

            .indus-row{
                flex-direction: column;
                margin-top: 22px;
            }


            


            .indus-row .indus-col{
                width: 100%;
            }

            .cards-container{
                grid-template-columns: repeat(1, 1fr);
            }

            .cards-container .cards-content{
                padding: 21px 18px 21px 18px;
            }


            .cards-container .cards-content:nth-child(1){
                border-radius: 20px;
            }

            .cards-container .cards-content:nth-child(4){
                                border-radius: 20px;

                background-color: transparent;

            }


            .cards-container .cards-content:nth-child(2){
                background-color: transparent;
                border-radius: 20px;

            }

            .cards-container .cards-content:nth-child(3){
                background-color: #fff;
                border-radius: 20px;

            }

            .cards-container .cards-content h5{
                margin-top: 35px;
                margin-bottom: 11px;
            }

            .cards-container .cards-content p{
                line-height: 24px;
            }

            .industrial-section{
                padding-bottom: 53px;
            }

        /* industrial-section section ends */

}