
 .custom-active-link {
  color: #035D67;
  font-weight: bold;
}

 /************************slider start*********************************/ 

    #myCarousel .carousel-item {
      height: 650px;
      position: relative;
    }

    #myCarousel .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      /* filter: brightness(50%); */
    }
    .carousel-caption {
      left: 5%;
      right: auto;
      top: 30%;
      bottom: auto;
      text-align: left;
      color: #fff;
    }

    .carousel-caption h5 {
      color: #035D67;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 16px;
    }

    .carousel-caption h2 {
      font-size: 3.2rem;
      font-weight: bold;
      line-height: 1.2;
      color: #B74939;
    }

    .carousel-caption p {
      font-size: 1.1rem;
      margin: 15px 0;
      color: black;
      max-width: 600px;
       text-align: justify; 
    }

 .carousel-caption .btn-read {
  background-color: #035D67;
  color: white;
  padding: 12px 28px;
  border: none;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.carousel-caption .btn-read:hover {
  background-color: #B74939;
  color: white;
}

  .carousel-caption .btn-join {
  background-color: white;
  color: black;
  padding: 12px 28px;
  border: 1px solid #ddd;
  font-weight: 500;
  border-radius: 2px;
  transition: background-color 0.3s ease, color 0.3s ease; /* smooth transition */
}

.carousel-caption .btn-join:hover {
  background-color: black; /* change background on hover */
  color: white;            /* change text color on hover */
  border-color: black;     /* optional: change border color on hover */
  cursor: pointer;         /* pointer cursor on hover */
}

   .carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #035D67;
}

    .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1);
  background-size: 50% 50%;
}

    @media (max-width: 768px) {
      #myCarousel .carousel-item {
        height: 450px;
      }

      .carousel-caption {
        top: 5%;
        left: 5%;
        right: 5%;
        text-align: left;
      }

      .carousel-caption h5 {
         font-size: 10px;
      }

      .carousel-caption h2 {
        font-size: 2rem;
        line-height: 1.3;
      }

      .carousel-caption p {
        font-size: 1rem;
      }

      .carousel-caption .btn-read,
      .carousel-caption .btn-join {
        padding: 10px 22px;
        font-size: 1.1rem;
        
      }
      .carousel-caption .btn-read {
  margin-bottom: 10px; /* Adds space below Book Appointment */
}

    }


/************************slider start********************************8*/ 

.about.section {
  background: #f8fbfd;
}

 /* Internal CSS for Styling */
  h1 {
    color: #006d77; 
    font-weight: bold; 
    margin-bottom: 0; 
    font-size: 2rem;
  }

  .subheading {
    color: black; 
    font-size: 18px; 
    font-weight: bold; 
    letter-spacing: 1px; 
    margin-top: 10px; 
    display: block; 
  }

.about-heading h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.75rem;
}

.about-heading h2 + h2 {
  color: #006d77;
}

/* Justify paragraph text */
.about p,
.about ul,
.about li {
  text-align: justify;
}

/* Icon alignment */
.about .bi-check2-circle {
  vertical-align: middle;
}

/* List styles */
.about ul li {
  font-size: 16px;
  color: #444;
}

/* Custom Learn More Button */
.learn-more-btn {
  background-color: transparent;
  border: 2px solid #035D67;
  color:#035D67 !important;
  font-weight: 600;
  border-radius: 10px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.learn-more-btn i {
  font-size: 1.2rem;
}

.learn-more-btn:hover {
  background-color: #004e51;
  text-decoration: none;
  color: white !important;
}
.about p,
.about ul,  
.about li {
  text-align: justify;
}

.hospital-building-img {
  max-height: 700px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about .col-lg-6:last-child {
    padding-left: 3rem;
  }
}

@media (max-width: 600px) {
  .about-heading p,
  .about-heading h2,
  .about h3,
  .about p,
  .about ul {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-heading h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }

  .about h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .about p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .about ul {
    padding-left: 2rem;
    text-align: left;
  }
  
}
@media (max-width: 600px) {
  .learn-more-btn {
    display: inline-flex;
    margin: 1.5rem auto 0;
    margin-bottom: 30px;
  }

  .about .col-lg-6:last-child {
    text-align: center;
  }
}

@media (max-width: 576px) {
  #about p {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  #about .about-heading p {
    text-align: center;
  }
}

/*****************************services css**********************************************/

:root {
  --primary-color: #002952;
  --secondary-color: #425466;
  --accent-color: #001f3f;
  --hover-color: #003366;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --transition-speed: 0.3s;
}

/************************department home*********************************************/

.stats-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4); /* Subtle white border */
  transition: all 0.3s ease;
  margin: 0 auto; 
  width: 100%;
}

.stats-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.stats-item i {
  font-size: 2.5rem;
  color: #035D67;
  margin-right: 20px;
}

.stats-item span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #D05341; 
}

.stats-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}


/* Mobile Styles for 768px */
@media (max-width: 768px) {
  .stats-item {
    max-width: 90%; 
    margin: 0 auto; 
    padding: 20px 15px;
    margin-top: none;
  }
  

  .stats-item i {
    font-size: 2rem;
  }

  .stats-item span {
    font-size: 1.7rem; 
  }

  .stats-item p {
    font-size: 0.9rem; 
  }
}

/* Mobile Styles for 500px */
@media (max-width: 500px) {
  .stats-item {
    max-width: 90%; 
    margin: 0 auto; 
    padding: 15px 10px; 
  }

  .stats-item i {
    font-size: 1.8rem; 
  }

  .stats-item span {
    font-size: 1.5rem; 
  }

  .stats-item p {
    font-size: 0.8rem; 
  }

}


/*--------------------------------------------------------------
# Doctors Section
--------------------------------------------------------------*/
/* Section Title */
.section-title {
  text-align: center;
  padding: 0 20px;
}

.section-title h2 {
  font-size: 28px;
  color: #035D67;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 20px;
  line-height: 1.6;
  font-style: normal; /* Ensures the text is not italic */
}

.view-doctors-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: transparent; /* Transparent background */
  color: #035D67; /* Text color */
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 25px;
  border: 2px solid #035D67; /* Border color */
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.view-doctors-btn i {
  margin-left: 5px;
  vertical-align: middle;
}

.view-doctors-btn:hover {
  background-color: #035D67; /* Hover background color */
  color: #fff; /* Change text color on hover */
}

.view-doctors-btn:hover i {
  color: #fff; /* Change arrow color on hover */
}

.doctors {
  padding: 60px 20px;
  background: #f3f3f3;
}

.team-member {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.member-img {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.social {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-member:hover .social {
  opacity: 1;
}

.social a {
  color: white;
  background: #035D67;
  padding: 6px;
  font-size: 14px;
  transition: background 0.3s;
}

.social a:hover {
  background: #D05341;
}

.member-info {
  margin-top: 15px;
}

.member-info h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #035D67;
}

.member-info span {
  font-size: 14px;
  color: #666;
}

.btn-appointment {
  background-color: transparent !important;  
  color: #035D67;  
  border: 2px solid #035D67; 
  margin-top: 20px;
  padding: 8px 20px;  
  font-size: 14px;  
  border-radius: 25px;  
  text-decoration: none;  
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; 
}

.btn-appointment:hover {
  background-color: #035D67 !important;
    color: white;
    border: 2px solid #035D67;
}


/* Gallery Section */
.gallery {
  padding: 60px 20px;
  background-color: #f8f8f8;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 28px;
  color: #035D67;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 16px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-style: italic;
}

/* Responsiveness */
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 24px;
  }

  .section-title p {
    font-size: 14px;
  }

  .doctors .team-member {
    padding: 15px;
  }

  .member-img {
    height: 250px; 
  }

  .member-info h4 {
    font-size: 16px; 
  }

  .member-info span {
    font-size: 12px; 
  }

  .book-btn {
    padding: 6px 12px;
    font-size: 12px; 
  }
}

.owl-carousel .owl-nav {
  display: flex !important; 
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/* Style the navigation arrows */
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  background-color: #035D67 !important;
  color: white; /* Arrow color */
  border-radius: 50%;
  padding: 15px;
  font-size: 30px; 
  border: none;
  transition: all 0.3s ease; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
  background-color: #D05341; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
  transform: scale(1.1); 
}

/* Position left arrow */
.owl-prev {
  left: 15px;
}

/* Position right arrow */
.owl-next {
  right: 15px;
}

.owl-prev i, .owl-next i {
  font-size: 22px;
  color: white;
}

.owl-prev:hover i, .owl-next:hover i {
  font-size: 26px; 
  color: white; 
}

 .view-doctors-btn {
        background-color: transparent !important;  
         color: #035D67;  
       border: 2px solid #035D67; 
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: fit-content;
      text-align: center;
      padding: 8px 20px;  
       font-size: 14px;  
      border-radius: 25px;  
      text-decoration: none;
       transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    }
 .view-doctors-btn:hover{
   background-color: #035D67 !important;
    color: white;
    border: 2px solid #035D67;
 }

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
/************faqs***************/
.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}

.faq-item {
  background-color: var(--surface-color, #ffffff);
  position: relative;
  padding: 18px 22px;
  border: 1px solid color-mix(in srgb, var(--default-color, #000), transparent 85%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: color 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--heading-color, #333);
  font-family: 'Segoe UI', sans-serif;
}

.faq-item h3 .num {
  color: var(--accent-color, #035D67);
  padding-right: 6px;
  font-weight: 700;
  font-size: 18px;
}

.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.faq-content p {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  overflow: hidden;
}

.faq-toggle {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 18px;
  transition: transform 0.3s, color 0.3s;
  cursor: pointer;
  color: #888;
}

.faq-active {
  border-color: var(--accent-color, #035D67);
}

.faq-active h3 {
  color: var(--accent-color, #035D67);
}

.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 8px;
}

.faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color, #035D67);
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
/* Appointmnet part */

 #appointment {
  background-image: url('../img/home/banner-appointment-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Optional: parallax effect */
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

#appointment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3); /* Optional overlay for readability */
  z-index: -1;
}

/* Section title heading */
.appointment-title {
  color: #035D67;
  font-size: 2rem;
}

  #appointment {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* ये image को fixed रखेगा */
    padding: 60px 0;
    position: relative;
    z-index: 1;
  }

  #appointment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    /* overlay ताकि form readable रहे */
    z-index: -1;
  }

  .section-title h2 {
    font-size: 28px;
    color: #035D67;
    font-weight: bold;
  }

  .section-title p {
    font-size:16px;
    color: #333;
  }

  .appointment-form {
    background: rgba(255, 255, 255, 0.6);
    /* Semi-transparent background */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .appointment-form h3 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .form-control,
  .form-select {
    border-radius: 8px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .btn-submit {
    background-color: transparent;
    color: #035D67;
    border: 2px solid #035D67;
    padding: 8px 60px; /* increased padding */
    border-radius: 30px;
    font-size: 16px; /* larger font */
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .btn-submit:hover {
    background-color: #035D67;
    color: white;
    border: 2px solid #035D67;
  }
  
  .form-group textarea {
    border-radius: 8px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .sent-message {
    color: #28a745;
    font-weight: bold;
    text-align: center;
  }

  .loading {
    text-align: center;
    font-size: 20px;
    color: #f39c12;
  }

  .error-message {
    text-align: center;
    font-size: 20px;
    color: #e74c3c;
  }


/*--------------------------------------------------------------
#  deaprtment
--------------------------------------------------------------*/


p {
  font-style: normal !important;
  font-size: 16px !important;
}

/* Departments Carousel Section */
.departments-carousel-section {
  background-color: #f4f9fc;
  /* height: 800px; */
}

/* Section Title */
.departments-carousel-section h2 {
  color: #035D67 !important; 
  font-size: 2rem;
}

/* Card Heading */
.departments-carousel-section h3 {
  color: #035D67 !important;
  font-size: 1.5rem;
}

/* Sub Text */
.departments-carousel-section .text-muted {
  color: #495057 !important;
  text-align: center !important; 
  font-size: 1rem;
}

/* Card Styling */

.department-card {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.5rem; /* Reduced padding */
  max-width: 750px;        /* Slightly reduced width */
  min-height: 260px;       /* Slightly reduced height */
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .department-card {
    flex-direction: row;
  }
}

/* Card Image */
.department-card img {
  width: 300px;            
  height: 300px;           
  object-fit: cover;       
  border-radius: 12px;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .department-card img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

/* Text Alignment */
.justify-text {
  text-align: justify;
}

/* Buttons */
.btn-outline-primary {
  color: #035D67 !important;
  border: 2px solid #035D67 !important;
  background-color: transparent;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #035D67 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(3, 93, 103, 0.2);
}

/* Swiper Navigation Buttons */

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: #035D67 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
  color: #035D67 !important;
}
@media (max-width: 767px) {
  .actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .actions .btn-outline-primary {
    flex: 1 1 48%;
    padding: 6px 9px;
    font-size: 0.9rem;
    white-space: nowrap;
    text-align: center;
  }
}

/* Fix h2 font size on small screens */
@media (max-width: 576px) {
  .departments-carousel-section h2 {
    font-size: 1.5rem !important;
  }

  .departments-carousel-section h3 {
    font-size: 1.25rem !important;
  }
}


/* ===== Footer Base Styles ===== */
.footer {
  background: #f4f7fc;
  color: #333;
  padding: 60px 0 30px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

.footer h4 {
  font-size: 18px;
  color: #035D67;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.footer h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #D05341;
  margin-top: 8px;
  border-radius: 2px;
}
.contact-info p a {
  text-align: justify;
  display: block;
  color: inherit;
  text-decoration: none;
  margin-left: 20px; /* Adjust this value as needed */
}


/* Footer Links */
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  padding: 6px 0;
}

.footer-links ul li a {
  color: #444;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.footer-links ul li a::before {
  content: "›";
  color: #035D67;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
}

.footer-links ul li a:hover {
  color: #D05341;
  padding-left: 5px;
}

/* Contact Info */
/* 
.footer-contact p {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
} */

.footer-contact i {
  color: #035D67;
  margin-right: 10px;
  font-size: 16px;
}

.footer-contact a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #035D67 !important;
  text-decoration: none;
}

/* Social Links */
.footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .social-links a {
  color: #fff;
  background: #035D67;
  font-size: 16px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: background 0.3s ease;
}

.footer .social-links a:hover {
  background: #D05341;
  color: #fff;
}

/* Copyright */
.footer .copyright {
  font-size: 14px;
  margin-top: 40px;
  padding-top: 20px;
  color: #777;
  border-top: 1px solid #ddd;
}

/* Description and Address */
.footer-description,
.footer-address {
  text-align: justify;
  font-size: 14px;
  color: #444;
  line-height: 1.3;
  margin-top: 15px;
  max-width: 100%;
  word-wrap: break-word;
}

.footer-address a {
  color: #444;
  text-decoration: none;
  transition: 0.3s;
}

.footer-address a:hover {
  color: #035D67 !important;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .footer .footer-about,
  .footer .footer-links {
    margin-bottom: 30px;
  }

  .footer-description,
  .footer-address {
    max-width: 100%;
  }

  .footer .social-links {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  #about {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px; /* Positioned to the bottom-left corner */
  z-index: 1000;
  background-color: #25D366;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
  display: block;
}

