

/* Remove any potential overlays */
.sendenquirybox {
     /* height: 100px;     */
    background: linear-gradient(135deg, #e0f7fa 0%, #ffffff 100%) !important;
    border: 2px solid #77d0d0 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 32px rgba(86, 219, 208, 0.16), 0 1.5px 6px rgba(0,0,0,0.06);
    /* padding: 32px 24px !important; */
    transition: box-shadow 0.3s, background 0.3s;
     margin-top: 10px;   
    padding-top:0px;  
    

}
.sendenquirybox:hover {
    box-shadow: 0 16px 48px rgba(86, 219, 208, 0.22), 0 3px 12px rgba(0,0,0,0.10);
    background: linear-gradient(135deg, #c2e9fb 0%, #e0f7fa 100%) !important;
}


.sendenquirybox * {
    background: transparent !important;
    box-shadow: none !important;
}

.sendenquirybox .enquiryform-box {
    height:270px;
    display: flex;
    flex-direction: column;
    /* border:1px solid red; */
    gap: 0;
    justify-content: flex-start;
    padding-bottom: 10px !important; /* reduce padding inside the box */
}
.sendenquirybox .enquiryform-box > * {
    margin-bottom: 22px;
}
.sendenquirybox .enquiryform-box > *:last-child {
    margin-bottom: 0px;
}
.sendenquirybox button[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sendenquirybox input,
.sendenquirybox textarea {
    border: 1.5px solid #77d0d0 !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
     /* margin-bottom: 10px !important;  */
    background: #f8f9fa !important;
    color: #222 !important;
    font-size: 12px;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    box-shadow: 0 2px 8px rgba(117,208,208,0.08);
}
.sendenquirybox select {
    border: 1.5px solid #77d0d0 !important;
    border-radius: 8px !important;
    padding: 0px 0px !important;
    /* margin-bottom: 0 !important; */
    background: #fff !important;
    color: #222 !important;
    font-size: 12px ;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    box-shadow: 0 2px 8px rgba(117,208,208,0.08);
    
}

.sendenquirybox select {
    border: 1.5px solidrgb(117, 208, 208) !important;
    border-radius: 6px !important;
    padding: 0px 0px !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    color: black !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(117,208,208,0.08);
}
select.form-control:not([size]):not([multiple]) {
    padding: 0px 0px;
    font-size:12px;
}
.sendenquirybox select:focus {
    border-color: solidrgb(117, 208, 208) !important;
    outline: none !important;
}
.sendenquirybox select option[disabled][selected] {
    color: black !important;
}

.sendenquirybox input:hover,
.sendenquirybox select:hover,
 {
    box-shadow: 0 6px 24px rgba(86,219,208,0.25);
    border-color: #56dbd0 !important;
    background: #e0f7fa !important;
}
.sendenquirybox button:hover 
    {
      background-color:#56dbd0 !important;
    }
.sendenquirybox input:focus,
.sendenquirybox select:focus,
.sendenquirybox textarea:focus {
    border-color: #56dbd0 !important;
    background: #e0f7fa !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(86,219,208,0.15);
}


.sendenquirybox input:focus,
.sendenquirybox select:focus,
.sendenquirybox textarea:focus {
    border-color:solidrgb(117, 208, 208) !important;
    outline: none !important;
}
/* Added border and focus style for form fields */

.sendenquirybox input,
.sendenquirybox select,
.sendenquirybox textarea {
    border: 1.5px solidrgb(86, 219, 208) !important;
    border-radius: 6px !important;
    padding: 9px 12px !important;
    margin-bottom: 5px !important;
    background: #f8f9fa !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(86,219,208,0.08);
}
.sendenquirybox input:hover,
.sendenquirybox select:hover,
.sendenquirybox textarea:hover,
.sendenquirybox button:hover {
    box-shadow: 0 4px 16px rgba(86,219,208,0.18);
    border-color: solidrgb(117, 208, 208) !important;
    background: #e8f7fa !important;
}

.sendenquirybox input:focus,
.sendenquirybox select:focus,
.sendenquirybox textarea:focus {
    border-color:solidrgb(86, 219, 208) !important;
    outline: none !important;
}
.col-lg-4 {
    transition: box-shadow 0.3s;
} 
.col-lg-4:hover {
    box-shadow: 0 8px 32px rgba(121, 151, 149, 0.05), 0 1.5px 6px rgba(0,0,0,0.08);
    /* z-index: 1; 
 */
} 

.sendenquirybox::before,
.sendenquirybox::after {
    display: none !important;
}

.wrapper {
    max-width: 620px;
    padding: 0 20px 40px 20px;
    margin: auto;
}

.popup img {
    max-width: 100%;
    height: auto;
}

.overlay11 {
    position:fixed; left:0; top:60px;z-index:1000000; width:100%;height:100%; background: rgba(0, 0, 0, 0.8); visibility:hidden;
}
.close11 {
    margin-left:25px; border-radius:50%;border:thin solid white; background-color:white; 
   
}

.slideshow-section {
    padding: 2rem 0;
    background-color: #f8f9fa;
}

.carousel-item {
    height: 500px;
    min-height: 350px;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    bottom: 100px;
    text-align: left;
    color: #fff;
}

.carousel-caption h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1.25rem;
    opacity: 0.9;
}

.carousel-control-prev,
.carousel-control-next {
    width: 35px;
    height: 35px;
    top:50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;

}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: grey;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.carousel-indicators li.active {
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: cyan;
}
/* .text{
      font-size: 2.5rem;
      font-weight: bold;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
      opacity: 0;
      transform: translateY(20px);
      animation: textFade 12s infinite;
      position: relative;
}
.text {
  animation-delay: 0s;
}
.sub-text{
    opacity: 0;
      transform: translateX(20px);
      animation: textFade 12s infinite;

}
.sub-text {
  animation-delay: 1s;
} */

@keyframes textFade {
      0%, 5% {
        opacity: 0;
        transform: translateY(20px);
      }
      8%, 28% {
        opacity: 1;
        transform: translateY(0);
      }
      30%, 100% {
        opacity: 0;
        transform: translateY(20px);
      }
    }

@media (max-width: 768px) {
    .carousel-caption {
        bottom: 50px;
    }
    
    .carousel-caption h2 {
        font-size: 2rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
}


  