body {
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  background: #f9fbfd;
  color: #333;
  font-size: 1.1rem;
}

/* Premium Info Strip (Top Bar) with Chartreuse and Enhanced Style */
.top-info-bar {
  background: #f5fbe7;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #e9ecef;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 8px 0;
  box-shadow: 0 2px 8px rgba(163, 255, 0, 0.06);
}
.top-info-bar .container-fluid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.top-info-bar span, .top-info-bar a {
  color: #444;
  font-weight: 400;
  text-decoration: none;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.top-info-bar a:hover {
  color: #7bbf00;
  text-decoration: underline;
}
.top-info-bar .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  margin-right: 0.4em;
}
.top-info-bar .info-group .bi {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: #ffe066;
  color: #444444;
  box-shadow: 0 1px 4px rgba(255,224,102,0.12), 0 0 0 2px #eaffd0 inset;
  border: 2px solid #b3e672;
  transition: box-shadow 0.2s, border 0.2s;
}
.top-info-bar .social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.top-info-bar .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe066 60%, #eaffd0 100%);
  color: #444444;
  font-size: 1.25em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s;
  box-shadow: 0 2px 12px rgba(163,255,0,0.13), 0 0 0 2px #eaffd0 inset;
  border: 2px solid #b3e672;
  position: relative;
}
.top-info-bar .social-icons a .bi {
  background: none;
  border: none;
  box-shadow: none;
  margin-right: 0;
  width: auto;
  height: auto;
  color: #444444;
  font-size: 1.25em;
}
.top-info-bar .social-icons a:hover {
  background: linear-gradient(135deg, #eaffd0 0%, #ffe066 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(163,255,0,0.22), 0 0 0 3px #b3e672 inset;
  border: 2.5px solid #7bbf00;
}
.top-info-bar .social-icons a:hover .bi {
  color: #fff;
}
.top-info-bar .info-group {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 991.98px) {
  .top-info-bar .info-group {
    gap: 1.2rem;
  }
  .top-info-bar span, .top-info-bar a {
    margin-right: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .top-info-bar {
    font-size: 13px;
    border-radius: 0;
  }
  .top-info-bar .container-fluid {
    flex-direction: column !important;
    gap: 0.3rem;
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .top-info-bar .info-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  .top-info-bar .social-icons {
    margin-top: 0.2rem;
  }
}

.navbar {
  font-size: 1.1rem;
}
.navbar .nav-link.active, .navbar .nav-link:focus, .navbar .nav-link:hover {
  color: #007bff !important;
  font-weight: 700;
}

.hero-section {
  min-height: 65vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-overlay {
  background: rgba(0, 41, 102, 0.55);
  padding: 4rem 1rem;
  border-radius: 0;
}
.hero-section h1 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
}

section {
  scroll-margin-top: 80px;
}

.card-title i {
  vertical-align: middle;
}

.cta-section {
  background: linear-gradient(90deg, #e3f0ff 0%, #f5faff 100%);
  border-radius: 1rem;
}

.footer-section {
  background: #1a1a1a;
}
.footer-section h5 {
  color: #fff;
}
.footer-section a {
  color: #b0c4de;
  transition: color 0.2s;
}
.footer-section a:hover {
  color: #fff;
}

/* Footer contact info - prevent text wrapping */
.footer-section .list-unstyled li,
.site-footer .list-unstyled li {
  display: flex;
  align-items: flex-start;
  white-space: normal;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
}

.footer-section .list-unstyled li i,
.site-footer .list-unstyled li i {
  flex-shrink: 0;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

/* Contact info in footer - allow wrapping */
.site-footer .list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.site-footer .list-unstyled li i {
  flex-shrink: 0;
  margin-right: 0.5rem;
  min-width: 16px;
}

.site-footer .list-unstyled li span,
.site-footer .list-unstyled li a {
  /* Remove nowrap/ellipsis so text can wrap */
}

/* General contact info styling - prevent text wrapping */
.list-unstyled li:has(i.bi-geo-alt),
.list-unstyled li:has(i.bi-telephone),
.list-unstyled li:has(i.bi-envelope) {
  display: flex;
  align-items: flex-start;
  white-space: normal;
  word-wrap: break-word;
  margin-bottom: 0.5rem;
}

.list-unstyled li:has(i.bi-geo-alt) i,
.list-unstyled li:has(i.bi-telephone) i,
.list-unstyled li:has(i.bi-envelope) i {
  flex-shrink: 0;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
}

/* Accessibility */
:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/* Custom spacing for elderly-friendly readability */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.5px;
  line-height: 1.2;
}

ul, p, li {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Testimonial carousel */
.testimonial-card {
  font-size: 1.15rem;
  color: #222;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .footer-section .row > div {
    text-align: center;
  }
  .hero-section {
    min-height: 45vh;
  }
}

/* Main Header (Logo + Navigation + CTA) */
.main-navbar {
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border-radius: 0 0 1.5rem 1.5rem;
}
.main-navbar .navbar-brand {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.7rem;
}
.main-navbar .navbar-brand:hover {
  color: #7bbf00 !important;
}
.main-navbar .nav-link {
  color: #444 !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.2rem;
  transition: color 0.2s;
  background: none;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.main-navbar .nav-link .nav-underline {
  position: relative;
  display: inline-block;
}
.main-navbar .nav-link .nav-underline::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffe066 0%, #7bbf00 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(.4,0,.2,1);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.main-navbar .nav-link:hover, .main-navbar .nav-link:focus {
  color: #7bbf00 !important;
}
.main-navbar .nav-link:hover .nav-underline::after, .main-navbar .nav-link.active .nav-underline::after {
  width: 100%;
}
.main-navbar .nav-link.active, .main-navbar .nav-link:active {
  color: #222 !important;
  font-weight: 700;
}
.main-navbar .nav-link.active .nav-underline::after {
  width: 100%;
  background: linear-gradient(90deg, #7bbf00 0%, #ffe066 100%);
}
.main-navbar .navbar-nav {
  gap: 0.5rem;
}
.main-navbar .apply-cta {
  background: linear-gradient(90deg, #fdf6b7 0%, #a8edea 100%);
  color: #333;
  font-weight: 600;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(255,224,102,0.10);
  padding: 0.5rem 1.5rem;
  transition: background 0.2s, color 0.2s;
  margin-left: 1rem;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.main-navbar .apply-cta:hover, .main-navbar .apply-cta:focus {
  background: linear-gradient(90deg, #a8edea 0%, #fdf6b7 100%);
  color: #1e88e5;
}
@media (max-width: 991.98px) {
  .main-navbar .navbar-nav {
    gap: 0.2rem;
  }
  .main-navbar .apply-cta {
    margin-left: 0;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .main-navbar {
    font-size: 16px;
  }
  .main-navbar .navbar-brand {
    font-size: 1.2rem;
  }
  .main-navbar .apply-cta {
    position: static;
    width: 100%;
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1rem;
  }
}

/* Hero Carousel Section */
.hero-carousel-section {
  background: #f9fbfd;
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom: 2rem;
}
.hero-carousel-img {
  border-radius: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  object-fit: cover;
  min-height: 350px;
  max-height: 500px;
}
.carousel-caption.hero-caption {
  background: rgba(255,255,255,0.85);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1e88e5;
  margin-bottom: 0.5rem;
}
.hero-subtitle {
  font-size: 1.3rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.hero-cta-btns {
  gap: 1rem;
}
.cta-button {
  border-radius: 8px;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  font-size: 1.1rem;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(30,136,229,0.10);
}
.cta-primary {
  background: #1e88e5;
  color: #fff;
  border: none;
}
.cta-primary:hover, .cta-primary:focus {
  background: #1565c0;
  color: #fff;
  box-shadow: 0 4px 16px rgba(21,101,192,0.18);
}
.cta-secondary {
  background: rgba(255,255,255,0.95);
  color: #1e88e5;
  border: 1.5px solid #e3f0ff;
  box-shadow: 0 2px 8px rgba(30,136,229,0.08);
  font-weight: 500;
  border-radius: 2rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.cta-secondary:hover, .cta-secondary:focus {
  background: #e3f0ff;
  color: #1565c0;
  border: 1.5px solid #b2fefa;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #1e88e5;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25));
}
@media (max-width: 767.98px) {
  .hero-carousel-img {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
  }
  .carousel-caption.hero-caption {
    height: 45vh !important;
    min-height: 45vh !important;
    max-height: 45vh !important;
    padding: 0 0.5rem;
  }
  .hero-title {
    font-size: 28px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-cta-btns {
    flex-direction: column !important;
    gap: 0.7rem;
  }
}

/* Who We Serve Section - Card with Image */
.serve-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s, border 0.18s;
  border: 2px solid transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.serve-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #e3f0ff;
}
.serve-card .card-body {
  padding: 1.5rem 1rem 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}
.serve-card .card-title {
  color: #1e88e5;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.18rem;
  margin-bottom: 0.5rem;
}
.serve-card .card-text {
  color: #444444;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.serve-cta {
  border-radius: 8px;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
  font-weight: 600;
  padding: 10px 22px;
  font-size: 1rem;
  border: 2px solid #1e88e5;
  color: #1e88e5;
  background: #fff;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, border 0.18s;
  box-shadow: 0 2px 8px rgba(30,136,229,0.08);
}
.serve-cta:hover, .serve-cta:focus {
  background: #1e88e5;
  color: #fff;
  border-color: #1e88e5;
  box-shadow: 0 4px 16px rgba(30,136,229,0.13);
}
.serve-card:hover, .serve-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(30,136,229,0.10);
  border-color: #1e88e5;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .who-we-serve .row > div {
    margin-bottom: 1.5rem;
  }
  .serve-img {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .who-we-serve h2 {
    font-size: 24px;
  }
  .serve-card {
    padding: 0;
  }
  .serve-card .card-body {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .serve-card .card-title {
    font-size: 1.05rem;
  }
  .serve-img {
    height: 110px;
  }
}

/* What's Included Section */
.whats-included {
  background: #f5f8fc;
  font-family: 'Poppins', 'Nunito', Arial, sans-serif;
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.03);
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.22s, border 0.22s, color 0.22s;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e3f0ff;
  color: #1e88e5;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(30,136,229,0.08);
}
.feature-title {
  color: #1e88e5;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 0.5rem;
}
.feature-desc {
  color: #444444;
  font-size: 1rem;
  font-family: 'Open Sans', 'Poppins', Arial, sans-serif;
  font-weight: 400;
}
.feature-card:hover, .feature-card:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px rgba(30,136,229,0.10);
  border-color: #1e88e5;
  color: #1e88e5;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .whats-included .row > div {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .whats-included h2 {
    font-size: 24px;
  }
  .feature-card {
    padding: 16px;
  }
  .feature-title {
    font-size: 1.01rem;
  }
  .feature-icon {
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }
}

/* Site Footer */
.site-footer {
  background: #f9fbfd;
  color: #444;
  font-family: 'Poppins', 'Open Sans', Arial, sans-serif;
  border-top: 1px solid #e9ecef;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.site-footer h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #1e88e5;
}
.footer-link {
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover, .footer-link:focus {
  color: #1e88e5;
  text-decoration: underline;
}
.footer-social {
  margin-top: 0.5rem;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #e3f0ff;
  color: #1e88e5;
  font-size: 1.3rem;
  transition: color 0.2s;
}
.footer-social-link:hover, .footer-social-link:focus {
  color: #1565c0;
}
.footer-bottom {
  background: #fff;
  color: #888;
  font-size: 14px;
  padding: 12px 0;
  border-top: 1px solid #e9ecef;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (max-width: 991.98px) {
  .site-footer .row > div {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    font-size: 14px;
  }
  .site-footer h5 {
    font-size: 16px;
  }
  .footer-social-link {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
  }
}

/* Contact Form Modal Styles */
#scheduleVisitModal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#scheduleVisitModal .modal-header {
  background: linear-gradient(135deg, #eaffd0 0%, #b2fefa 100%);
  border-bottom: 2px solid #e9ecef;
  border-radius: 15px 15px 0 0;
  padding: 1.5rem 2rem;
}

#scheduleVisitModal .modal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.4rem;
}

#scheduleVisitModal .modal-body {
  padding: 2rem;
}

#scheduleVisitModal .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
}

#scheduleVisitModal .form-control,
#scheduleVisitModal .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fafbfc;
}

#scheduleVisitModal .form-control:focus,
#scheduleVisitModal .form-select:focus {
  border-color: #1e88e5;
  box-shadow: 0 0 0 0.2rem rgba(30, 136, 229, 0.25);
  background-color: #fff;
}

#scheduleVisitModal .form-control.is-invalid,
#scheduleVisitModal .form-select.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#scheduleVisitModal .invalid-feedback {
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 500;
}

/* Visit Info Card Styles */
.visit-info-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid #dee2e6;
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e9ecef;
}

.info-card-header i {
  color: #1e88e5;
  font-size: 1.2rem;
}

.info-card-header h6 {
  margin: 0;
  font-weight: 600;
  color: #1a1a1a;
  font-family: 'Poppins', sans-serif;
}

.info-card-content {
  margin-bottom: 1.5rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  border-left: 3px solid #1e88e5;
}

.info-item i {
  color: #1e88e5;
  font-size: 1.1rem;
  min-width: 20px;
}

.info-item span {
  font-size: 0.9rem;
  color: #555;
  font-weight: 500;
}

.contact-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.contact-info h6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-family: 'Poppins', sans-serif;
}

.contact-info p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-info i {
  color: #1e88e5;
  font-size: 1rem;
}

.contact-info a {
  color: #1e88e5;
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
  overflow-wrap: break-word;
}

.contact-info a:hover {
  color: #1565c0;
  text-decoration: underline;
}

/* Modal Footer Styles */
#scheduleVisitModal .modal-footer {
  border-top: 2px solid #e9ecef;
  padding: 1.5rem 2rem;
  background: #f8f9fa;
  border-radius: 0 0 15px 15px;
}

#scheduleVisitModal .btn {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

#scheduleVisitModal .btn-primary {
  background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
  border: none;
  box-shadow: 0 4px 15px rgba(30, 136, 229, 0.3);
}

#scheduleVisitModal .btn-primary:hover {
  background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 136, 229, 0.4);
}

#scheduleVisitModal .btn-secondary {
  background: #6c757d;
  border: none;
  box-shadow: 0 2px 8px rgba(108, 117, 125, 0.2);
}

#scheduleVisitModal .btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

/* Success Modal Styles */
#successModal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#successModal .modal-body {
  padding: 3rem 2rem;
}

.success-icon {
  font-size: 4rem;
  color: #28a745;
  animation: bounceIn 0.6s ease-out;
}

#successModal .modal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#successModal p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Animation for success icon */
@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #scheduleVisitModal .modal-dialog {
    margin: 1rem;
  }
  
  #scheduleVisitModal .modal-body {
    padding: 1.5rem;
  }
  
  #scheduleVisitModal .modal-header,
  #scheduleVisitModal .modal-footer {
    padding: 1rem 1.5rem;
  }
  
  .visit-info-card {
    margin-top: 1.5rem;
  }
  
  .info-item {
    padding: 0.5rem;
  }
  
  .success-icon {
    font-size: 3rem;
  }
}

/* Loading state for submit button */
.btn-loading {
  position: relative;
  pointer-events: none;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
} 

/* Contact Form Modal Mobile & Compact Styles */
#scheduleVisitModal .modal-body {
  padding: 2rem 2rem;
}
@media (max-width: 767.98px) {
  #scheduleVisitModal .modal-body {
    padding: 1rem 0.5rem;
  }
  #scheduleVisitModal .visit-info-card {
    margin-top: 1.5rem;
  }
  #scheduleVisitModal .form-label {
    font-size: 1rem;
  }
  #scheduleVisitModal .form-control, #scheduleVisitModal .form-select {
    font-size: 1rem;
    padding: 0.6rem 0.9rem;
  }
  #scheduleVisitModal .btn-primary {
    width: 100%;
    font-size: 1.05rem;
    padding: 0.7rem 0;
  }
}
#scheduleVisitModal .input-group-text {
  background: #f5fbe7;
  color: #1e88e5;
  font-weight: 600;
  border-radius: 2rem 0 0 2rem;
  border: 1.5px solid #e3f0ff;
  border-right: 0;
  font-size: 1.1rem;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
#scheduleVisitModal .input-group .form-control {
  border-radius: 0 2rem 2rem 0;
  border-left: 0;
}
#scheduleVisitModal .input-group {
  box-shadow: 0 2px 8px rgba(30,136,229,0.04);
}
#scheduleVisitModal .form-control, #scheduleVisitModal .form-select {
  font-size: 1.08rem;
  padding: 0.7rem 1.1rem;
}
#scheduleVisitModal .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.3rem;
}
#scheduleVisitModal .btn-primary {
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 2rem;
  padding: 0.7rem 0;
  margin-top: 0.5rem;
} 