@media (min-width: 1024px) {
  body {
    margin: 0;
    padding: 0;
  }
  .header {
    margin-bottom: 0 !important;
  }
  .contact-banner {
    margin-top: 0;
    width: 100%;
    padding: 100px;
    background: linear-gradient(135deg, #5bc0c3, #1e8d92);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .contact-banner .row {
    margin: 0;
  }
  .banner-left h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    animation: fadeUp 1s ease-in-out;
  }
  .banner-left span {
    color: #ffe082;
  }
  .banner-left p {
    margin-top: 20px;
    font-size: 16px;
    max-width: 400px;
    font-weight: 700;
    animation: fadeUp 1.3s ease-in-out;
  }
  .know-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: #fff;
    color: #1e8d92;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    animation: fadeUp 1.6s ease-in-out;
  }
  .know-btn:hover {
    background: #ffe082;
    color: #000;
  }
  .banner-animation {
    position: relative;
    height: 300px;
  }
  .banner-animation::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.15);
    filter: blur(80px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .contact-banner::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    animation: moveBg 10s linear infinite;
  }
  .banner-img {
    width: 685px;
    height: 400px;
    object-fit: cover;
  }
  .banner-img.animate {
    animation: softZoom 0.6s ease-out forwards;
  }
  @keyframes softZoom {
    0% {
      transform: scale(0.85);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .contact-section {
    background: #fff;
  }

  .contact-heading h2 {
    font-size: 40px;
    font-weight: 500;
    color: #1e8d92;
    margin-bottom: 10px;
  }

  .contact-heading p {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    max-width: 1000px;
  }

  .contact-wrapper {
    margin-top: 40px;
  }

  .contact-form-box {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 6px;
  }

  .contact-form-box h4 {
    font-size: 20px;
    color: #1e8d92;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .contact-form-box input,
  .contact-form-box select,
  .contact-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
  }

  .contact-form-box textarea {
    height: 100px;
  }

  .contact-form-box button {
    width: 100%;
    padding: 12px;
    background: #1e8d92;
    color: #fff;
    border: none;
    font-size: 16px;
  }

  .contact-details-box {
    background: #fff3f3;
    padding: 30px;
    border-radius: 6px;
  }

  .contact-details-box p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .map-box img {
    width: 100%;
    margin: 15px 0;
  }

  .contact-form-box input:focus,
  .contact-form-box select:focus,
  .contact-form-box textarea:focus,
  .contact-form-box input:active,
  .contact-form-box select:active,
  .contact-form-box textarea:active {
    border: 1px solid #ddd !important;
    outline: none;
    box-shadow: none !important;
  }

  .contact-form-box input:-webkit-autofill,
  .contact-form-box textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
    -webkit-text-fill-color: #000 !important;
    border: 1px solid #ddd !important;
  }
  .contact-form-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='%231e8d92' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
      no-repeat right 10px center;
    background-color: #fff;
    padding-right: 35px;
  }
  .contact-form-box select {
    padding-right: 40px;
  }

.contact-details-box {
  background: #fff3f3;
  padding: 30px;
  border-radius: 6px;
}
.contact-details-box p {
  font-size: 16px;
  margin-bottom: 14px;
  color: #333;
  line-height: 1.6;
  display: flex;
  font-weight: 600;
  align-items: flex-start;
  margin-top: 20px;
}

.contact-details-box i {
  color: #1e8d92;
  margin-right: 10px;
  font-size: 18px;
  margin-top: 3px;
}
.contact-details-box .address {
  margin-top: 20px;
  line-height: 1.7;
}
.map-box img {
  width: 100%;
  margin: 20px 0;
  border-radius: 6px;
  object-fit: cover;
}
.business-hours h5 {
  color: #1e8d92;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.business-hours p {
  font-size: 15px;
  color: #444;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  font-weight: 600;
}
.available{
  font-size:12px;
  color: #444;
  font-weight: 400 !important;
}
.business-hours .available {
  margin-top: 2px !important;
  margin-bottom: 6px !important;
}


}

@media only screen and (max-width: 768px) {
  .contact-banner {
    margin-top: 0;
    width: 100%;
    padding: 50px 20px;
    background: linear-gradient(135deg, #5bc0c3, #1e8d92);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .contact-banner .row {
    display: flex;
    flex-direction: column;
  }
  .contact-form-box input:focus,
  .contact-form-box select:focus,
  .contact-form-box textarea:focus {
    border: 1px solid #ddd !important;
    outline: none;
    box-shadow: none !important;
  }

  .contact-form-box select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='%231e8d92' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
      no-repeat right 10px center;
    background-color: #fff;
    padding-right: 35px;
  }
  .contact-form-box select {
    padding-right: 40px;
  }
  .banner-left h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
    text-align: start;
  }

  .banner-left span {
    color: #ffe082;
    text-align: start;
  }

  .banner-left p {
    margin-top: 16px;
    font-size: 14px;
    max-width: 100%;
    font-weight: 700;
    text-align: start;
  }

  .know-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background: #fff;
    color: #1e8d92;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none;
  }

  .banner-left {
    text-align: left;
  }
  .banner-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .banner-img.animate {
    animation: softZoom 0.6s ease-out forwards;
  }

 .contact-heading h2 {
  font-size: 35px;
  font-weight: 500;
  color: #1e8d92;
  margin-bottom: 10px;
text-align: center;
}

.contact-heading p {
  font-size: 16px;
  font-weight: 700;
  color: #555;
  max-width: 1000px;
  text-align: center;
}

.contact-form-box {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 6px;
}

.contact-form-box h4 {
  font-size: 18px;
  color: #1e8d92;
  font-weight: 500;
  margin-bottom: 15px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form-box textarea {
  height: 100px;
}

.contact-form-box button {
  width: 100%;
  padding: 12px;
  background: #1e8d92;
  color: #fff;
  border: none;
  font-size: 16px;
}

.contact-details-box {
  background: #fff3f3;
  padding: 20px;
  border-radius: 6px;
}

.contact-details-box p {
  font-size: 15px;            
  margin-bottom: 12px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;        
  display: flex;
  align-items: flex-start;
}

.contact-details-box i {
  color: #1e8d92;           
  margin-right: 10px;
  font-size: 16px;
  margin-top: 3px;
}

.contact-details-box .address {
  margin-top: 15px;
  line-height: 1.6;
}

.map-box img {
  width: 100%;
  margin: 15px 0;
  border-radius: 6px;
  object-fit: cover;
}


.business-hours h5 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #1e8d92; 
  font-weight: 600;
}

.business-hours p {
  font-size: 14px;
  color: #444;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  font-weight: 600;
}

.available {
  font-size: 12px;
  color: #444;
  font-weight: 400 !important;
}

.business-hours .available {
  margin-top: 2px !important;
  margin-bottom: 5px !important;
}

}
