/*.img-responsive {
    width: 150px;
}*/

.img-responsive
 {
    width: 8%;
}

.w-75 {
    width: 75% !important;
}

.rounded {
   margin-bottom: 25%;
}

.text-white-50 {
    color: #fff !important;
}

.img2{
   top: 35%; 
   left: 25%;
}

.floating-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .phone-bubble {
    bottom: 80px; /* Position above WhatsApp */
    background-color: #007bff; /* Blue for call */
  }

  .floating-bubble:hover {
    transform: scale(1.1);
  }


.fw-bold {
    font-size: 1.2rem;
    font-weight: 500 !important;
    margin-left: -18px;
    margin-top: 1%;
}

a.navbar-brand {
    display: contents;
}

.footer-img {
    width: 20%;
}


@media (max-width: 786px) {
.img-responsive {
    width: 15%;
}

.fw-bold {
    font-size: 13px !important;
    font-weight: 200 !important;
    margin-left: -116px !important;
    margin-top: 2%;
}

.carousel-control-prev {
    width: 50px;
    height: 50px;
}

.carousel-control-next {
    width: 50px;
    height: 50px;
}

.ms-2 {
    margin-left: 0px !important;
}
}

.text-white-50 {
    color: #ffffff !important;
}