* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-padding-top: 150px; 
}
body{
  padding-top: 150px;
}
body, html {
    overflow-x: hidden;
}
main,
.page-wrapper {
  padding-top: 80px;
}

.desktop-banner { display: block; }
.mobile-banner { display: none; }

.btn-pink {
  background: #e31c48;
  color: #fff;
  border-radius: 2rem;
  padding: 15px 2rem;
  font-weight: 500;
}

.btn-pink:hover {
  background: #c2185b;
  color: #fff;
}

.nav-link {
  color: black;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #1175ae !important;
}

.navbar-brand img {
  height: 89px;
}

.nav-location {
  background-color: #1175ae;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-location:hover {
  background-color: #1284c6 !important;
  color: #ffffff !important;
}

.nav-contact {
  background-color: #e31c48;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-contact:hover {
  background-color: #c2185b !important;
  color: #ffffff !important;
}

.btn-link {
  color: black !important;
}

.search-icon {
  width: 374px !important;
  border: 1px solid black !important;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.container {
  position: relative;
}

.navbar-nav {
  font-weight: 500;
}

.banner-content {
  margin-top: 200px;
}

.hero-nav {
  align-items: unset !important;
}

.location-btn,
.call-btn {
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

.location-btn {
  background: #009fe3;
  color: #fff;
}

.location-btn:hover {
  background: #007bb5;
  color: #fff;
}

.call-btn {
  background: #e31c48;
  color: #fff;
}

.call-btn:hover {
  background: #c2185b;
  color: #fff;
}

.display-4 {
  font-weight: 600;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  display: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: #167fad;
  z-index: 1050;
  overflow-y: auto;
  transition: right 0.3s ease;
}

.offcanvas-menu.show {
  right: 0;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  display: none;
}

.offcanvas-backdrop.show {
  display: block;
}

body.menu-open {
  overflow: hidden;
}

.bg-gradient-blue {
  background: linear-gradient(to bottom, #c6e6f7, #a7d6f1);
}


.about-img {
  max-width: 100%;
  border-radius: 37px;
}

.about-heading {
  font-weight: 700;
  color: #1175ae;
}

.about-subheading {
  font-weight: 600;
  font-size: 1.25rem;
}

.about-text {
  color: #0f1115;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

.service-control {
  font-size: 15px !important;
}

.appointment-label {
  font-weight: 500;
}

.tab-btn {
  border: 2px solid #167fad;
  color: #167fad;
  font-size: 22px;
  background: white;
  border-radius: 30px;
  padding: 14px 48px;
  margin: 5px;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: #167fad;
  color: white;
}

.tab-content-box {
  perspective: 1000px;
  transition: transform 0.25s ease-in-out; /* faster flip */
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.tab-content-box.flipping {
  transform: rotateY(90deg);
}

.tab-content-box.d-none {
  display: none;
}


.cause-content {
  font-size: 17px;
  max-width: 995px;
  /* text-align: center; */
  margin: 0 auto;
  padding-bottom: 25px;
}
.cause-content ul {
  text-align: left;        
  display: inline-block;   
  margin: 0 auto;           
  padding-left: 0;        
}

.cause-content ol {
  text-align: left;        
  display: inline-block;   
  margin: 0 auto;           
  padding-left: 0;        
}
.cause-content li {
  list-style-position: inside;
  margin-bottom: 8px;
}
.treatment-list{
  font-size: 17px;
}
.section-title {
  font-weight: 700;
  color: #1175ae;
}

.subtitle {
  color: #e31c48;
  font-weight: 700;
  letter-spacing: 1px;
}

.location-text {
  margin-left: 408px;
}

.location-filter {
  background: #fff;
  border-radius: 40px;
  padding: 6px 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-btn {
  font-weight: 700;
  background-color: #e31c48;
  color: white;
}

.search-btn:hover {
  background-color: #c2185b;
  color: white;
}

.doctors {
  background-color: #e7f3f9;
}

.doctor-card {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin: 0 15px;
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  flex-shrink: 0; 
}

.doctor-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
}
.continuous-slide{
   display: flex;
    animation-name: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.doctor-name {
  font-weight: 700;
  font-size: 20px;
  margin-top: 15px;
}

.doctor-specialty {
  color: #6c757d;
  font-size: 18px;
  min-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}

.doctor-card > div:last-child {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-profile {
  border: 2px solid #1175ae;
  padding: 12px 12px;
  font-size: 18px;
  font-weight: 600;
  color: #1175ae;
  background: transparent;
  border-radius: 30px;
  transition: 0.3s;
  white-space: nowrap;
}
 .fixed-tabs-wrapper {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fixed-tab {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #e31c48;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.fixed-tabs{
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #1175ae;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  width: calc(250px * 16);
}
.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slider:hover .slide-track {
  animation-play-state: paused;
}

.btn-profile:hover {
  background: #1175ae;
  color: white;
}

.btn-appointment {
  background-color: #e31c48;
  padding: 12px 14px;
  font-size: 17px;
  font-weight: 600;

  color: white;
  border-radius: 30px;
  border: none;
  white-space: nowrap;
}

.btn-appointment:hover {
  background-color: #c2185b;
}

.fertility-title {
  color: #1175ae;
  font-size: 2rem;
  font-weight: 700;
}

.ovalution-box {
  /* background-color: #fceecd;
  border-radius: 30px; */
  padding: 30px;
}
.ovalution-box img{
  border-radius: 25px;
}

.ovalution-box img {
  max-width: 100%;
  height: auto;
}

.fertility-para {
  text-align: justify;
  font-size: 17px;
}

.testimonial-card {
  margin: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.testimonial-image {
  position: relative;
}

.testimonial-image img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  object-fit: cover;
}

/* .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
} */

.stars {
  color: #fbbf24;
  font-size: 1.2rem;
}

.custom-control {
  width: 40px;
  height: 40px;
  background-color: #a5bed9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

.carousel-control-prev {
  left: 93% !important;
}

.blog-title {
  color: #1175ae;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.blog-description {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.featured-post {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  background: #f8f9fa;
  height: 100%;
}

.featured-post-image {
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.featured-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
}

.post-meta {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  font-weight: 500;
}

.featured-post-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 547px;
}

.read-more-btn {
  background: #e31c48;
  color: white;
  border: none;
  padding: 13px 32px;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background: #d81557;
  transform: translateY(-2px);
}

.sidebar-post {
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.sidebar-post:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}

.sidebar-post-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.sidebar-post-content {
  flex: 1;
}

.sidebar-post-title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-post-date {
  color: #666;
  font-weight: 500;
  font-size: 17px;
}

.featured-banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.faq-section {
  padding: 60px 0;
}

.faq-title {
  color: #1175ae;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  background: #f8fbff;
padding: 10px 10px 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.faq-question.active {
  background: #0098da;
  color: white;
}

.question-number {
  color: #e31c48;
  font-weight: 600;
  margin-right: 15px;
  font-size: 40px;
}

.question-text {
  font-weight: 500;
  font-size: 22px;
  flex: 1;
}

.faq-question.active,
.faq-question.active .question-text {
  color: white;
}

.toggle-btn {
  width: 24px;
  height: 24px;
  background: #e31c48;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
}

.faq-question.active .toggle-btn {
  background: red;
  color: white;
  transform: rotate(0deg);
}

.faq-answer {
  font-size: 19px;
  background: #0098da;
 padding: 0px 10px 10px 20px;
  color: #ffffff;
  line-height: 1.6;
  display: none;
}

.faq-answer.show {
  display: block;
}

.btn-custom-blue a{
  text-decoration: none;
  color: white;
}
.footer-section {
  background-color: #E8F4FA;
  padding: 24px 0 0px 0;
}

.footer-logo img {
  height: 85px;
  width: auto;
}

.footer-content h1 {
  font-size: 27px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-address {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  max-width: 266px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-contact {
  font-weight: 500;
  font-size: 20px;
  color: black;
}

.social-links a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #0098da;
  color: #fff;
}

.footer-nav-block {
  text-align: left;
}

.footer-nav-title {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b7bdc0;
  color: #e31c48;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 6px;
}

.footer-nav-list a {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #e31c48;
}

  .footer-bar {
    background-color: #0076b6; 
    padding: 15px;
  }

  .footer-bottom-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom-link:hover {
    text-decoration: underline;
  }

  .footer-bar small {
    font-size: 14px;
  }
  .dropdown-menu .dropdown-item:hover .dropdown-item:active {
    background-color: #1175ae;
    color: #fff !important;
  }

     .doctors-card {
      background-color: #e9f3f9;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin: 50px auto;
    }

    .more-services {
    display: none;
  }
 .view-more-btnss {
    background-color: transparent;
    border: 2px solid #167fad;
    color: #167fad;
    border-radius: 30px;
    padding: 7px 15px;
  }
  .view-more-btnss:hover {
  background: #167fad;
  color: white;
}

.dropdown-columns {
  min-width: 500px;
}

.dropdown-columns .dropdown-item {
  white-space: normal;
  padding: 8px 10px;
  font-size: 14px;
}
.dropdown-item.active{
  background-color: #1175ae !important;
}
    .doctor-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .doctor-details {
      padding: 30px;
      position: relative;
      z-index: 0;
    }

    .doctor-details h3 {
      font-weight: 700;
    }

    .doctor-details h5 {
      color: #6c757d;
    }

    .detail-icon {
      color: #007bff;
      margin-right: 10px;
    }

    .detail-section {
      margin-top: 20px;
    }

    .btn-custom-red {
      background-color: #d7004d;
      color: #fff;
      border-radius: 25px;
    padding: 10px 25px;
    margin-bottom: 15px;
    }

    .btn-custom-red:hover {
      color: white;
      background-color: #d7004d;
    }

    .btn-custom-blue {
      background-color: #1175ae;
      color: #fff;
      border-radius: 25px;
    padding: 10px 60px;
    margin-bottom: 15px;
    }

    .btn-custom-blue:hover {
      background-color: #0056b3;
    }

    .visible-hr {
      width: 70px;
      height: 4px;
      background-color: #d7004d;
      border: none;
      border-radius: 2px;
      margin-top: 10px;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }
    .header-border{
      border-bottom: 1px solid #161414;
    }

 .appointment-section {
      background-image: url('../images/Doctor-appointment-Banner.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
    }
        .form-container {
      background: white;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      width: 100%;
      max-width: 450px;
          justify-self: flex-end;
    }
 
.modal-content {
      border-radius: 10px;
      padding: 20px;
    }
    .modal-header {
      border-bottom: none;
    }
    .offer-btn {
      background-color: #ff4da6;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 14px;
      margin: 5px;
    }
    .form-control{
      margin-bottom: 15px;
      border-radius: 10px;
    }
    .book-btn {
      background-color: #1175ae;
      color: white;
      width: 100%;
      border: none;
      border-radius: 10px;
      padding: 10px;
    }
    .captcha-box {
      display: flex;
      align-items: center;
    }
    .captcha-code {
      background-color: #f8d7da;
      padding: 8px 15px;
      border-radius: 10px;
      margin-left: 10px;
    }
    .navbar-toggler{
      border-color: white;
    }
    .footer-contact a{
      text-decoration: none;
      color: black;
    }

    .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.call-icon-mobile img {
  width: 28px;
  height: 28px;
}

.call-icon-mobile,
.search-icon-mobile {
  display: inline-block;
}

#searchCounter button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float img {
    width: 36px;
    height: 36px;
}

  



@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .search-icon {
    width: 200px !important;
  }

  .nav-link {
    font-size: 14px;
  }

  .display-5 {
    font-size: 31px;
  }

  .about-text {
    font-size: 14px;
  }

  .cause-content {
    font-size: 14px;
  }

  .custom-control {
    width: 30px;
    height: 30px;
  }

  /* .btn-profile {
    margin-bottom: 7px;
  } */

  .btn-location {
    padding: 8px 6px;
  }

  .btn-call {
    padding: 4px 15px;
    font-size: 15px;
  }
  .fixed-tab {
    padding: 8px;
}
.nav-location{
  padding: 8px 10px;
}
.nav-contact{
  padding: 8px 10px;
}
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 10px;
  }
  .whatsapp-float img {
    width: 30px;
    height: 30px;
}

 .desktop-banner { display: none !important; }
  .mobile-banner { display: block !important; }
  .navbar-brand img {
    height: 52px;
  }
      .navbar-nav .nav-link.active {
    color: #bed3ff !important;
}
 .footer-service{
        display: block;
      }
  .btn-call {
    padding: 6px 32px;
  }

  .featured-post-title {
    max-width: 531px;
  }

  .custom-control {
    width: 30px;
    height: 30px;
  }

  .carousel-control-prev {
    left: 90% !important;
  }

  .btn-pink,
  .btn-blue {
    margin-top: 20px;
  }

  .location-text {
    margin-left: 115px;
  }

  .featured-post-image {
    height: 300px;
  }

  .faq-section {
    padding: 5px 0;
  }
.fixed-tab {
    padding: 5px;
  }
  .featured-post-title {
    font-size: 1.5rem;
  }
.navbar{
  padding-bottom: 0;
}
  .sidebar-post {
    margin-top: 20px;
  }

  .btn-outline-light {
    margin-top: 20px;
  }

  .faq-title {
            font-size: 25px;
        margin-top: 34px;
  }

  .faq-answer {
    font-size: 15px;
  }

  .check-label {
    font-size: 14px;
  }

  .question-text {
    font-size: 20px;
  }

  .footer-content h1 {
    font-size: 15px;
  }

  .footer-address {
    font-size: 12px;
  }

  .footer-contact {
    font-size: 12px;
  }

  .footer-nav-title {
    font-size: 18px;
    padding-bottom: 14px;
  }

  .footer-nav-list a {
    font-size: 13px;
  }

  .footer-section {
    padding: 10px 0;
  }
  body {
    padding-top: 87px;
}
.header-border{
  border-bottom: none;
}
.fixed-tabs-wrapper {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0;
    background: #fff;
    border-top: 2px solid #ccc;
    z-index: 9999;
  }

  .fixed-tab,
  .fixed-tabs {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    flex: 1;
    border-radius: 0;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    white-space: normal;
  }

  .fixed-tab {
    background: #e31c48;
  }

  .fixed-tabs {
    background: #1175ae;
  }

  .fixed-tab:active,
  .fixed-tabs:active {
    opacity: 0.85;
  }
   .footer-bar {
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {
.nav-contact {
    padding: 10px 15px;
}
  .btn-profile,
  .btn-appointment {
    flex: 1 1 100%;
    text-align: center;
    padding: 10px 12px;
    margin-bottom: 12px;
  }

  .search-btn {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .location-search {
    width: 135px !important;
  }

  .location-text {
    margin-left: 10px;
  }

  .question-text {
    font-size: 16px;
  }

  .faq-question {
    padding: 1px 20px;
  }

  .blog-title {
    font-size: 32px;
  }

  .carousel-control-prev {
    left: 83% !important;
  }
  body {
    padding-top: 88px;
}
 .header-border{
      border-bottom: none;
    }
.dropdown-item{
  font-size: 12px;
  padding-right: 0;
        padding-left: 0;
}
.nav-link{
  font-size: 13px;
}
.nav-location {
    font-size: 12px;
}
.nav-contact {
    font-size: 12px;
}
}

@media (min-width: 769px) and (max-width: 992.99px) {

   .header-border{
      border-bottom: none;
    }
    body {
    padding-top: 125px;
}
    .footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}
}

@media (min-width: 993px) and (max-width: 1023.99px) {
  .nav-contact{
    padding: 8px 8px;
  }
  .nav-location{
    padding: 8px 8px;
  }
   .search-icon {
    width: 220px !important;
  }
      .footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}
}

@media (min-width: 992px) {
  .call-icon-mobile,
  .search-icon-mobile {
    display: none !important;
  }
}


@media (max-width: 991px) {
  #mobileSearchForm {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
  }
  .form-control {
    margin-bottom: 0;
}

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
