#mainHeader{
 background-color: #0B4784;   
}

.banner-padding-top-50{
    padding-top: 50px !important;
}

.margin-container{
    background-color: #F5F5F5;
    color: #000;
}

.button-container{
    margin-top: 41px;
}

.alogive-button {
    all: unset;
    width: fit-content;
    padding: 5px 18px;
    border: 2px solid #05D3AB;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.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;
    z-index: -1;
    
    border-radius: 12px;
    transition: width 0.3s linear;
}

.banner{
    height: 85vh;
    width: 100%;
    color: #fff;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.banner h5{
    font-weight: 400;
    line-height: 30px;
}


/* counter section starts */


    .catelog-cards-container{
        margin-top: 37px;
        padding-bottom: 37px;
    }

    .catelog-cards-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
        column-gap: 47px;
        width: 100%;
    }

    .catelog-card{
        display: grid;
        width: auto;
        gap: 10px;
        aspect-ratio: auto;
        height: auto;
        grid-row: span 2;
        grid-template-rows: subgrid;
        padding: 30px;
        border: none;
        background: transparent;
        justify-content: flex-start;

        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    h1.fs-86{
        font-size: 86px;
        color: #05D3AB;
    }
    .catelog-card p{
        width: 75%;
    }

/* counter section ends */

/* key challenges section starts */

    .key-challenges-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
        column-gap: 17px;

    }

    .key-challenges-grid .catelog-card{
        display: grid;
        width: auto;
        gap: 10px;
        aspect-ratio: auto;
        height: auto;
        grid-row: span 3;
        grid-template-rows: subgrid;
        padding: 39px 18px 18px 18px;
        border: none;
        border-radius: 15px;
        background: transparent;
        justify-content: flex-start;
        border: 1px solid #000000BA;
        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .key-challenges-grid .catelog-card img.pipes-icon{
        width: 61px;
        margin-bottom: 21px;
    }

    .key-challenges-grid .catelog-card:hover{
        background-color: #0B4784;
        box-shadow: 0px 4px 13.7px 0px #00000040;
        border: 1px solid transparent;
    }

    .key-challenges-grid .catelog-card:hover h4{
        color: #fff;
    }
    .key-challenges-grid .catelog-card p{
        width: 100%;
        margin-top: 39px;
    }

    .key-challenges-grid .catelog-card:hover p{
        color: #fff;
        width: 100%;
    }

    .key-challenges-grid .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;
    }

/* key challenges section ends */


/* recommeded section starts */

.recommended-section{
    padding-top: 42px;
    padding-bottom: 150px !important;
}

.recommended-section h4.heading{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.recommended-section h4::after{
    content: "";
    position: absolute;

    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1.5px;

    background-color: #05D3AB;
}


    .recommended-grid{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
        column-gap: 25px;

    }

    .recommended-grid .catelog-card{
        display: grid;
        width: auto;
        gap: 10px;
        aspect-ratio: auto;
        height: auto;
        grid-row: span 3;
        grid-template-rows: subgrid;
        padding: 46px 29px 34px 30px;
        border: none;
        border-radius: 22px;
        background: transparent;
        justify-content: center;
        position: relative;
        transition: all 0.3s ease;
        cursor: pointer;
        background-color: #F1F1F1;
        align-items: center;
        justify-items: center;
    }

    .recommended-grid .catelog-card h4{
        text-align: center;
    }

    .recommended-grid .catelog-card img.pipes-icon{
        width: 100%;
        margin-bottom: 21px;
    }


    .carousel-indicators{
        margin-bottom: 0;
        bottom: -53px;
    }

    .carousel-indicators li{
        height: 12px;
        width: 12px;
        border-radius: 100%;
        background-color: #CECECE;
    }

    .carousel-indicators li.active{
        background-color: #0B4784;
    }

    .mobile-carousel{
        display: none;
    }

/* recommeded section ends */

/* Blogs Container Starts */

    .blog-section{
        padding-bottom: 117px;
    }

    .blog-section h2{
        margin-bottom: 68px;
    }

    .blogs-container{
        display: flex;
        flex-wrap: wrap;
        row-gap: 39px;
        justify-content: space-between;
    }

    .blog{
        display: flex;
        border: 1px solid #05D3AB;
        width: 49%;
        aspect-ratio: 663/169;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .blog:hover{
        box-shadow: 0px 4px 17px 0px #00000040;
        background-color: #fff;
    }

    .blog .column-1{
        width: 35%;
        aspect-ratio: 230 / 167;
    }

    .blog .column-1 .image-container{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .blog .column-1 .image-container img{
        width: 100%;
        height: 100%;
    }



    .blog .column-2{
        border-left-width: 0;
        padding-left:20px;
        padding-right:20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blog .column-2 p{
        margin-bottom: 0;
    }

    .blog .column-2 h4{
        margin-bottom: 15px;
    }



    /* Blogs Container Ends */

    /* 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) {

        .banner{
            padding: 0 20px;
        }

        .accordion-item .accordion-header{
            padding: 15px 20px;
        }

        .accordion-item .accordion-header h5{
            font-weight: 600;
        }

        .faq-box{
            height: auto;
        }

        .faq-box button{
            padding: 12px 10px;
            border-radius: 100px;
            margin-top: 10px;
        }

        /* counter section starts */

        .catelog-cards-container{
            margin-top: 17px;
            padding-bottom: 0;
        }

        .catelog-cards-grid{
            grid-template-columns: repeat(2, 1fr);
            column-gap: 27px;
        }

        .catelog-card{
            width: auto;
            padding: 20px;
        }

        h1.fs-86{
            font-size: 32px;
        }
        .catelog-card p{
            width: 100%;
            margin: 0;
        }

        .reveal-text h1, h1.key-challenge-head{
            font-size: 24px;
        }

        .faq-head{
            font-size: 24px;
        }

    /* counter section ends */

    /* key challenges section starts */

    .key-challenges-grid{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 17px;
    }

    .key-challenges-grid .catelog-card{
        padding: 20px;
    }


    .key-challenges-grid .catelog-card p{
        margin-top: 0;
    }

/* key challenges section ends */


    .desktop-carousel{
        display: none;
    }

    .mobile-carousel{
        display: block;
    }

    .recommended-grid{
        grid-template-columns: repeat(1, 1fr);
    }


/* Blogs Container Starts */

.recommended-section{
    padding-top: 0;
}

.blog .column-2 h4{
        margin-bottom: 0;
    }


    .blogs-container{
        flex-direction: column;
        row-gap: 29px;
    }

    .blog{
        width: 100%;
        aspect-ratio: 3;
    }

    /* Blogs Container Ends */
        
    }