* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
}

body {
  background-color: #fafafa;
  color: #1a202c;
  min-height: 100vh;
}

.header {
  width: 100%;
  background-color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  width: 100%;
  border-bottom: 1px solid #e2e8f0;
  background-color: #E2E8F0;
  padding: 10px 0;
}
.topbar .topbar-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .upnav {
  display: flex;
  gap: 20px;
}
.topbar .upnav a {
  text-decoration: none;
  color: #1e1f21;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
.topbar .upnav a:hover {
  color: #000;
}
.topbar .upnav a .badge-red {
  background-color: #1E3A8A;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 10px;
}
.topbar .topbar-right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.topbar .topbar-right .lang-switcher, .topbar .topbar-right .currency-switcher {
  position: relative;
}
.topbar .topbar-right .lang-switcher button, .topbar .topbar-right .currency-switcher button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #718096;
  font-size: 13px;
  font-weight: 500;
}
.topbar .topbar-right .lang-switcher button .globe-icon, .topbar .topbar-right .lang-switcher button .arrow-icon, .topbar .topbar-right .currency-switcher button .globe-icon, .topbar .topbar-right .currency-switcher button .arrow-icon {
  color: #a0aec0;
  font-size: 12px;
}
.topbar .topbar-right .lang-switcher button .flag-icon, .topbar .topbar-right .currency-switcher button .flag-icon {
  width: 16px;
  border-radius: 1px;
}
.topbar .topbar-right .lang-switcher .lang-dropdown, .topbar .topbar-right .currency-switcher .lang-dropdown {
  display: none;
}
.topbar .topbar-right .analysis-link {
  text-decoration: none;
  color: #718096;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar .topbar-right .analysis-link .badge-time {
  background-color: #1E3A8A;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.main-navbar {
  width: 100%;
  padding: 15px 0;
  background-color: #F1F5F9;
}
.main-navbar .navbar-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-navbar .navbar-brand .logo {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  color: #1a202c;
  letter-spacing: -0.5px;
}
.main-navbar .navbar-brand .logo .red-text {
  color: #1E3A8A;
}
.main-navbar .navbar-brand .medal-icon {
  width: 32px;
  height: 32px;
  background-color: #f6e05e;
  color: #b7791f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.main-navbar .main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-navbar .main-nav .nav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.main-navbar .main-nav .nav-item a {
  text-decoration: none;
  color: #1a202c;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.main-navbar .main-nav .nav-item a:hover {
  color: #0284C7;
}
.main-navbar .main-nav .nav-item .dropdown-arrow {
  font-size: 10px;
  color: #a0aec0;
  margin-top: 2px;
}
.main-navbar .main-nav .nav-item .badge-new {
  position: absolute;
  top: -14px;
  right: 0;
  background-color: #0284C7;
  color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.main-navbar .navbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-navbar .navbar-actions .phone-btn {
  text-decoration: none;
  background-color: #1E3A8A;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navbar .navbar-actions .phone-btn i {
  font-size: 15px;
}
.main-navbar .navbar-actions .phone-btn:hover {
  background-color: rgb(37.2857142857, 72.0857142857, 171.5142857143);
}

.search-section {
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
}
.search-section .search-container-box {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.search-section .search {
  width: 100%;
}
.search-section .search .search-container {
  display: flex;
  align-items: center;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px 6px 6px 24px;
  width: 100%;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-section .search .search-container:focus-within {
  background-color: #ffffff;
  border-color: rgba(2, 132, 199, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(0, 0, 0, 0.01);
}
.search-section .search .search-container .search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: #2d3748;
  width: 100%;
  padding-right: 15px;
}
.search-section .search .search-container .search-input::-moz-placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.search-section .search .search-container .search-input::placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.search-section .search .search-container .search-btn {
  background-color: #1E3A8A;
  color: #ffffff;
  border: none;
  padding: 14px 35px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-section .search .search-container .search-btn i {
  font-size: 14px;
}
.search-section .search .search-container .search-btn:hover {
  background-color: rgb(37.2857142857, 72.0857142857, 171.5142857143);
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}
.search-section .search .search-container .search-btn:active {
  transform: scale(0.98);
}

.services-section {
  width: 100%;
  padding: 30px 0;
  background-color: #f8fafc;
}
.services-section .services-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .services-section .services-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .services-section .services-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-section .service-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 250px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.services-section .service-card .card-icon-wrapper {
  width: 60px;
  height: 60px;
  background-color: #E0F2FE;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.services-section .service-card .card-icon-wrapper .card-icon {
  font-size: 26px;
  color: #0284C7;
}
.services-section .service-card .card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 6px;
  line-height: 1.3;
}
.services-section .service-card .card-desc {
  font-size: 13px;
  color: #718096;
  margin-bottom: auto;
}
.services-section .service-card .card-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #f7fafc;
  color: #4a5568;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 14px;
  margin-top: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-section .service-card .card-btn:hover {
  background-color: #E0F2FE;
  color: #1E3A8A;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  letter-spacing: -0.5px;
}
.section-header .btn-more-link {
  color: #E65353;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}
.section-header .btn-more-link:hover {
  opacity: 0.8;
}
.section-header .btn-more-link i {
  font-size: 12px;
}

.about-section {
  padding-bottom: 50px;
}
.about-section .about-grid {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .about-section .about-grid {
    grid-template-columns: 1fr;
  }
}
.about-section .main-card {
  background-color: #1E3A8A;
  border-radius: 24px;
  padding: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.08);
}
.about-section .main-card .main-card-content {
  position: relative;
  z-index: 2;
}
.about-section .main-card .main-card-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-section .main-card .main-card-content p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  font-weight: 400;
}
.about-section .main-card .btn-white {
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  color: #1a202c;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.about-section .main-card .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.about-section .main-card .circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.about-section .main-card .circle-1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -80px;
}
.about-section .main-card .circle-2 {
  width: 200px;
  height: 200px;
  bottom: -60px;
  right: -40px;
}
.about-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 640px) {
  .about-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .about-section .stats-grid {
    grid-template-columns: 1fr;
  }
}
.about-section .stat-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-section .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}
.about-section .stat-card .icon-box {
  font-size: 22px;
  color: #E65353;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.about-section .stat-card .stat-number {
  font-size: 26px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.about-section .stat-card .stat-label {
  font-size: 13px;
  color: #718096;
  line-height: 1.4;
  font-weight: 400;
}

.departments-section {
  padding: 30px 0 60px 0;
}
.departments-section .departments-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .departments-section .departments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .departments-section .departments-grid {
    grid-template-columns: 1fr;
  }
}
.departments-section .dept-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.departments-section .dept-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}
@media (min-width: 993px) {
  .departments-section .dept-card.large-card {
    grid-column: span 1;
  }
}
.departments-section .dept-card .card-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  line-height: 1.3;
}
.departments-section .dept-card .card-body p {
  font-size: 14px;
  color: #718096;
  font-weight: 400;
}
.departments-section .dept-card .btn-grey-pill {
  display: inline-block;
  text-decoration: none;
  background-color: #F1F3F9;
  color: #718096;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.departments-section .dept-card .btn-grey-pill:hover {
  background-color: #E0F2FE;
  color: #1E3A8A;
}
.departments-section .dept-card .btn-arrow-circle {
  width: 40px;
  height: 40px;
  background-color: #F1F3F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #718096;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.departments-section .dept-card .btn-arrow-circle i {
  font-size: 12px;
}
.departments-section .dept-card .btn-arrow-circle:hover {
  background-color: #1E3A8A;
  color: #ffffff;
  transform: rotate(45deg);
}
.departments-section .trouble-heading-box {
  margin-top: 60px;
}
.departments-section .trouble-heading-box h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.departments-section .trouble-heading-box p {
  font-size: 16px;
  color: #718096;
  font-weight: 400;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .banner {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .banner {
    height: 180px;
  }
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  transform: translateX(-100%);
  opacity: 0;
  animation-name: slideAnimation;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.banner img:nth-child(1) {
  animation-delay: 0s;
}
.banner img:nth-child(2) {
  animation-delay: 3.5s;
}
.banner img:nth-child(3) {
  animation-delay: 7s;
}
.banner img:nth-child(4) {
  animation-delay: 10.5s;
}
.banner .img2 {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}

@keyframes slideAnimation {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  4% {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }
  21% {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
  }
  25% {
    transform: translateX(100%);
    opacity: 0;
    z-index: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.doctors-section {
  padding: 60px 0;
  background-color: #fafafa;
  overflow: hidden;
}
.doctors-section .slider-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.doctors-section .slider-track {
  display: flex;
  gap: 20px;
  width: 3340px;
  animation: scrollCarousel 18s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.doctors-section .slider-track:hover {
  animation-play-state: paused;
}
.doctors-section .doctor-card {
  flex-shrink: 0;
  width: 220px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.doctors-section .doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.doctors-section .doctor-card .image-box {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f1f5f9;
}
.doctors-section .doctor-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.doctors-section .doctor-card .card-info {
  padding: 16px 8px 8px 8px;
  text-align: left;
}
.doctors-section .doctor-card .card-info h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 6px;
  line-height: 1.3;
  min-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctors-section .doctor-card .card-info p {
  font-size: 13px;
  color: #718096;
  font-weight: 400;
}

@keyframes scrollCarousel {
  0%, 9% {
    transform: translateX(0);
  }
  11.11%, 20% {
    transform: translateX(-240px);
  }
  22.22%, 31% {
    transform: translateX(-480px);
  }
  33.33%, 42% {
    transform: translateX(-720px);
  }
  44.44%, 53% {
    transform: translateX(-960px);
  }
  55.55%, 64% {
    transform: translateX(-1200px);
  }
  66.66%, 75% {
    transform: translateX(-1440px);
  }
  77.77%, 86% {
    transform: translateX(-1680px);
  }
  88.88%, 97% {
    transform: translateX(-1920px);
  }
  100% {
    transform: translateX(-2160px);
  }
}
.appointment-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e56b63;
  padding: 24px 40px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  gap: 24px;
}
.appointment-banner__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.appointment-banner__title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.appointment-banner__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}
.appointment-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.appointment-banner__btn:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  transform: translateY(-2px);
}
.appointment-banner__icon {
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .appointment-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .appointment-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

.appointment {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Segoe UI", system-ui, sans-serif;
}
.appointment__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.appointment__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .appointment__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.appointment__info {
  flex: 1.1;
}
.appointment__info .appointment__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0284C7;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.appointment__info .appointment__back:hover {
  color: #1E3A8A;
  transform: translateX(-4px);
}
.appointment__info .appointment__title {
  font-size: 38px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 20px;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .appointment__info .appointment__title {
    font-size: 28px;
  }
}
.appointment__info .appointment__text {
  color: #718096;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 500px;
}
.appointment__info .appointment__working-hours {
  background-color: #f8fafc;
  padding: 24px;
  border-radius: 12px;
  border-left: 4px solid #0284C7;
  max-width: 440px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.appointment__info .appointment__working-hours h4 {
  font-size: 15px;
  color: #0284C7;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.appointment__info .appointment__working-hours p {
  margin: 0;
  font-size: 15px;
  color: #1a202c;
}
.appointment__info .appointment__working-hours .appointment__note {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #718096;
  font-style: italic;
}
.appointment__form-box {
  flex: 1;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 8px rgba(0, 0, 0, 0.02);
  border: 1px solid #e2e8f0;
}
@media (max-width: 576px) {
  .appointment__form-box {
    padding: 24px;
  }
}
.appointment__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.appointment__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.appointment__form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #1a202c;
}
.appointment__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.appointment__input-wrapper i {
  position: absolute;
  left: 18px;
  color: #718096;
  font-size: 15px;
  pointer-events: none;
}
.appointment__input-wrapper input,
.appointment__input-wrapper select {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  border-radius: 12px;
  font-size: 15px;
  color: #1a202c;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.appointment__input-wrapper input::-moz-placeholder, .appointment__input-wrapper select::-moz-placeholder {
  color: #A0AEC0;
}
.appointment__input-wrapper input::placeholder,
.appointment__input-wrapper select::placeholder {
  color: #A0AEC0;
}
.appointment__input-wrapper input:focus,
.appointment__input-wrapper select:focus {
  border-color: #0284C7;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1);
}
.appointment__input-wrapper select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
  padding-right: 45px;
  cursor: pointer;
}
.appointment__input-wrapper input[type=date], .appointment__input-wrapper input[type=time] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
}
.appointment__input-wrapper input[type=date]::-webkit-calendar-picker-indicator, .appointment__input-wrapper input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 18px;
  width: 20px;
  height: 20px;
}
.appointment__form-buttons {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .appointment__form-buttons {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.appointment__btn {
  flex: 1;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.appointment__btn--clear {
  background-color: #F1F5F9;
  color: #718096;
}
.appointment__btn--clear:hover {
  background-color: #E2E8F0;
  color: #1a202c;
}
.appointment__btn--submit {
  background-color: #0284C7;
  color: #ffffff;
}
.appointment__btn--submit:hover {
  background-color: #1E3A8A;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.2);
}
.appointment__btn--submit:active {
  transform: translateY(1px);
}/*# sourceMappingURL=royxat.css.map */