.banner-padding-top-50{
    padding-top: 130px !important;
}

.section-relative{
        position: relative;
    }

.alogive-button-transparent {
    background: transparent;
}



.button-container{
    margin-top: 46px;
}

.alogive-button {
    all: unset;
    width: fit-content;
    padding: 12px 15px;
    border: 0.7px solid #05D3AB;
    border-radius: 19px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
}

.alogive-button-transparent:hover {
    color: #fff;
}

.alogive-button-transparent:hover::after {
    width: 100%;
    background: #05D3AB;
    transition: width 0.3s linear;
}
.alogive-button-transparent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #05D3AB;
    
    border-radius: 19px;
    transition: width 0.3s linear;
    z-index: -1;
}

#mainHeader{
 background-color: #0B4784;   
}

.img-container{
    margin-top: 30px;
}

.img-container img{
    width: 100%;
}



/* who are we section starts */

    .who-are-we h5{
        font-weight: 400;
        margin: 20px auto 0;
        width: 70%;
        line-height: 30px;
    }

    .who-are-we{
        color: #000;
        padding-top: 100px;
    }

    .catelog-cards-container{
        margin-top: 97px;
    }

    .catelog-cards-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
        column-gap: 47px;
    }

    .catelog-card{
        display: grid;
        width: auto;
        gap: 10px;
        aspect-ratio: auto;
        height: auto;
        grid-row: span 2;
        grid-template-rows: subgrid;
        padding: 24px 36px 14px;
        border: none;
        border-radius: 15px;
        background: transparent;
        justify-content: center;

        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;

        border: 1px solid #000000;
    }

    .catelog-card img.pipes-icon{
        height: 73px;
        margin: 0 auto;
    }

    .catelog-card:hover{
        background-color: #0B4784;
        box-shadow: 0px 4px 13.7px 0px #00000040;
        border: 1px solid transparent;
    }

    .catelog-card h4{
        text-align: center;
        margin: 0;
    }

    .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;
    }

/* who are we section ends */

/* key features section ends */

    .key-feature-section{
        padding-top: 130px;
    }

    .keyfeatures{
        display : flex;
        justify-content: space-between;
        gap: 82px;
    }

    .keyfeatures .column-left{
        width: 50%;
        position: relative;
    }

    .keyfeatures .img-contain{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 30px;
        overflow: hidden;
    }

    .keyfeatures .img-contain img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .keyfeatures .column-right{
        width: 50%;
    }

    .key-feature-points-container{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .keyfeatures .column-right h2{
        margin-bottom: 53px;
        font-weight: 600;
    }

    .keyfeatures .column-right h3{
        font-weight: 500;
    }

    .keyfeatures .column-right h5{
        font-weight: 400;
    }

/* key features section ends */


/* benchmark section starts */


.benchmark{
    padding-top: 123px;
    color: #000;
}

.benchmark h2{
    font-weight: 600;
}

.benchmark h5{
    font-weight: 400;
    margin-top: 25px;
    line-height: 30px;
}

.benchmark-cards-grid{
    display: flex;
    justify-content: space-between;
}

.benchmark-cards-container{
    margin-top: 30px;
}

.benchmark-cards-grid img{
    width: 22%;
}

/* benchmark 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;
    position: absolute;
    right: 0;
}

.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;

    position: relative;
    z-index: 10;

    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: #F5F5F5;
    border-radius: 0 0 0 20px;

}

.cards-container .cards-content:nth-child(3){
    background-color: #F5F5F5;
    border-radius: 0 20px 20px 0;

}

.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;
}


/* FAQ */
.faq-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 28px;
  }
  
  .faq-left {
    flex: 1 1 60%;
    min-width: 300px;
  }
  
  .accordion-item {
    border: 1px solid #CFCFCF ;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .accordion-item h5{
    margin: 0;
  }
  
  .accordion-header {
    padding: 5px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .accordion-header .symbol {
    font-size: 30px;
    color: #0B4784;
    transition: transform 0.4s ease;
  }
  
  .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  
  .accordion-content.open {
    padding-top: 0;
  }
  
  .faq-right {
    flex: 1 1 25%;
    min-width: 250px;
  }
  
  .faq-box {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
    padding: 40px;
    height: 512px;
    text-align: center;
  }
  
  .faq-box img{
    margin-top: 30px;
  }
  
  .faq-box p{
    padding: 20px;
    
  }
  
  .faq-box button{
    background: #05D3AB;
          color: white;
          padding: 22px 90px;
          display: inline-block;
          border-radius: 100px;
          font-weight: 600;
          margin-top: 80px;
  }
  
  .icon-box   {
    margin-bottom: 35px;
  }
  
  /* Responsive */
  @media (max-width: 990px) {
    .faq-container {
      flex-direction: column;
    }
  
    .faq-right {
      order: 2;
    }
  
    .faq-left {
      order: 1;
    }

    

    
  }

@media (max-width: 990px) {


    /* who are we section starts */

        .who-are-we{
            padding-top: 30px;
        }

        .who-are-we h5{
            width: 100%;
            text-align: left !important;
        }


        .catelog-cards-container{
            margin-top: 27px;
        }

        .catelog-cards-grid{
            grid-template-columns: repeat(1, 1fr);
            row-gap: 27px;
        }

        .catelog-card{
            justify-content: center;
            width: 70%;
            aspect-ratio: 1;
            justify-content: center;
            margin: 0 auto;
        }

        .catelog-card img.pipes-icon{
            height: 73px;
            margin: 0 auto;
        }

        .catelog-card:hover{
            background-color: #0B4784;
            box-shadow: 0px 4px 13.7px 0px #00000040;
            border: 1px solid transparent;
        }

        .catelog-card h4{
            text-align: center;
            margin: 0;
        }

        .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;
        }

.faq-box button{
        padding: 16px 40px;
        font-size: 12px;
        margin-top: 10px;
        width: 70%;
        max-width: 300px;
}

    /* who are we section ends */

    /* key features section ends */

        .key-feature-section{
            padding-top: 50px;
        }

        .keyfeatures{
            flex-direction: column;
            gap: 22px;
        }

        .keyfeatures .column-left{
            width: 100%;
            position: relative;
        }

        .show-desktop{
            display: none;
        }

        .show-mobile{
            display: block;
        }

        .keyfeatures .img-contain{
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            border-radius: 30px;
            overflow: hidden;
        }

        .keyfeatures .img-contain img{
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .keyfeatures .column-right{
            width: auto;
        }

        .key-feature-points-container{
            gap: 10px;
        }

        .button-container{
            margin-top: 26px;
        }

        .keyfeatures .column-right h2{
            margin-bottom: 23px;
            font-weight: 600;
        }

        .keyfeatures .column-right h3{
            font-weight: 500;
        }

        .keyfeatures .column-right h5{
            font-weight: 400;
        }

    /* key features 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;

    background-color: #F5F5F5;

            }

            .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: #F5F5F5;
                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 */


    /* benchmark section starts */

        .benchmark{
            padding-top: 43px;
        }

        .benchmark-cards-grid{
            flex-wrap: wrap;
            row-gap: 20px;
            column-gap: 2%;
        }

        .benchmark-cards-grid img{
            width: 48%;
        }

        /* benchmark section ends */

}