.carousel-indicators .active {
    background-color: red !important; 
}

.hoverbtn:hover {
    background-color: #001079; 
    border-color: #001079;
}

.hoverbtnt, .homeabotimg, .cardani, .cardbox, .chooseani {
    transition: all 0.5s ease;
}

.cusbtn:hover{
    color: white !important;
}

.hoverbtn2:hover {
    background-color: red; 
    border-color: red;
    color: white !important;
}

@media (max-width: 992px) {
    .slidehead {
        font-size: 48px;
    }
    .slidebtn{
        font-size: 20px !important;
    }

    .gallery{
        margin-top: -160px !important;
    }

    .product-card {
        flex: 0 0 50% !important;
      } 
}

@media (max-width: 576px) {
    .slidehead {
        font-size: 24px;    
    }

    .slidebtn{
        font-size: 14px !important;
    }

    .gallery{
        margin-top: -180px !important;
    }
    .product-card {
        flex: 0 0 100% !important;
      } 
      .chooseani h4 {
        font-size: 20px !important;
      }
      .chooseani p {
        font-size: 16px !important;
      }
}

.homeabotimg{
    box-shadow: 2px 2px 8px 0px #00000040;
}
.homeabotimg:hover,.cardani:hover{
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.35);
}
.cardani:hover .cardbox {
    background-color: #001079 !important;
  }
  

.gallery{
    margin-top: -250px;
}
.atopimg {
    border-radius: 0 25% 0 25%;
} 

.abottomimg {
    border-radius: 25% 0 25% 0;
}
.chooseani:hover{
    transform: scale(1.05);
}

.testimonial-card{
    box-shadow: 4px 4px 25px 0px #0000001A;
}

.product-slider-wrapper1 {
    transition: transform 0.5s ease-in-out;
}

.product-card {
    flex: 0 0 33.33%;
  } 

  .slider-control:disabled {
    opacity: 0.5;
    display: none;
}

.testimg:disabled {
    opacity: 0.5;
    display: block;
}

.testimg {
    display: none;
}

.chooseani {
    height: 184px;  
}

.bg-img::before {
    content: "";
    background: rgba(0, 0, 0, 0.32); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; 
}
