@media(min-width:992px){
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #00A6B4;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    
    .nav-link:hover:before {
        width: 100%;
        visibility: visible;
    }
    

    
}

@media (max-width:992px){
    .navbar{
        margin: 0px;
        /* position: fixed;
        top: 0%; */
    
    }
    
   
}


@media(min-width: 992px){
    .dropdown:hover .dropdown-menu{
        display: block;
        margin-top: 0%;
    }
    /* .dropdown .dropdown-menu{
        display: none;
    } */
    
    .dropdown:hover .dropdown-toggle::after{
        border-top: 0;
        border-bottom: 0.3em solid;
    }

   
}

@media(max-width:991px){
    
    .dropdown-toggle ::after{
        border-top: 0;
        border-bottom: 0.3em solid;
    }

    .top{
        height: 100px;
        background-color: #ffffff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        display: hidden;
    }

    .about-text{
        background-color: #ffffff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-left: 0px;
        position: relative;
    }
}















@media (max-width: 576px) { 
    .text {
        position: relative;
        bottom: 10px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px 10px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 10px
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }


@media (min-width: 577px) {
    .text {
        position: relative;
        bottom: 5px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px 10px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 10px
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }



@media (min-width: 700px) {
    .text {
        position: relative;
        bottom: 40px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:7px 15px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 14px
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }

 
@media (min-width: 768px) {
    .text {
        position: relative;
        bottom: 40px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 14px;
      
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 40px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }


 @media (min-width: 993px) {
    .text {
        position: relative;
        bottom: 60px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 14px;
      
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }




@media (max-width: 991px) {
    .offcanvas-body .nav-item{
        margin: 5px;
        margin-left: 30px;
    }
    /* .top{
        height: 100px;
        background-color: #ffffff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        display: none;
    } */
    
  }

 
@media (min-width: 1200px) { 
    .text {
        position: relative;
        bottom: 100px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 14px;
      
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 60px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
 }


@media (min-width: 1400px) { 
    .text {
        position: relative;
        bottom: 180px;
      }
      .carousel-btn{
        background-color: #116976;
        color: #ffffff;
        padding:5px;
        text-align: center;
        text-decoration: none;
        margin: 2px;
        font-size: 14px;
      
    }
    
    .carousel-btn:hover{
        background-color: #2092a3;
        color: #ffffff;
        text-decoration: none;
    }
    
    
    .text h1{
        color: #ffffff;
        font-size: 60px;
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }
    
    .text h4{
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
    }
}


@media (width < 900px) {
    .testimonials__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }
  }
  
  @media (width < 600px) {
    .testimonials__grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }