@charset "UTF-8";
.fs-10px {
  font-size: 10px !important;
}

.fs-11px {
  font-size: 11px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-17px {
  font-size: 17px;
}

.fs-26px {
  font-size: 26px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-150px {
  width: 150px;
}

.text-link {
  color: #0d6efd;
}

.main-color {
  color: #0890ab;
}

.color-222 {
  color: #6a6969;
}

.color-777 {
  color: #777;
}

.p-10px {
  padding: 10px;
}

.rounded-10px {
  border-radius: 10px;
}

.won-hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #aba9a9;
}

.bg-grey {
  background-color: #f5f5f5;
}

.border-b {
  border-bottom: 1px solid #e7e5e5;
}

.color-555 {
  color: #555;
}

.bg-light-gray {
  background-color: #9e9e9e;
}

.color-9190 {
  color: #919090;
}

.green-color {
  color: #3bc100;
}

.h-30px {
  height: 28px;
}

.h-27px {
  height: 27px;
}

.h-33px {
  height: 33px;
}

.h-35px {
  height: 35px;
}

.h-190px {
  height: 190px;
}

.m--15px {
  margin-top: -15px;
}

.btn-padding {
  padding: 7px 16px !important;
}

.border-b-gray {
  border-bottom: 1px solid #e0dcdc;
}

.remover-dropdown-arrow button::after {
  border: none;
}

.collapse-btn .arrow {
  transition: 0.3s;
  color: #777;
}
.collapse-btn[aria-expanded=false] .arrow {
  transition: 0.3s;
  transform: rotate(180deg);
}

body {
  font-family: "El Messiri", sans-serif !important;
  background-color: #fff;
  color: black;
  font-size: 14px;
  scroll-behavior: smooth;
  direction: rtl;
}

/* start scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 5px 0px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: #09b6d8;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #09adce;
}

/* end scroll bar */
.form-select {
  font-size: 14px;
}
.form-select:lang(ar) {
  background-position: left 0.75rem center !important;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

ul {
  list-style: none;
  padding: 0%;
  margin: 0%;
}

button {
  border: none;
  outline: none;
}

.form-control {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
}
.form-control::-moz-placeholder {
  font-size: 11px !important;
}
.form-control::placeholder {
  font-size: 11px !important;
}

.form-select {
  font-size: 13px !important;
  color: #666;
}

.main-section {
  padding: 1.5rem 0;
  min-height: calc(100vh - 41.88px - 54px - 69px);
}

.dr-main-section {
  min-height: calc(100vh - 41.88px - 54px - 185px);
}

.modal-header .modal-title {
  font-size: 15px !important;
}
.modal-header .btn-close {
  margin: unset !important;
}

.section-service,
.section-reviews {
  padding: 50px 0;
  background-color: #f8f8f8;
}

.section-partners {
  padding: 50px 0;
}
.section-partners .img {
  width: 100%;
  height: auto;
}

.section-about .about-text {
  margin: 100px 0;
}
.section-about .about-text h6 {
  font-size: 32px;
  font-weight: 500;
  line-height: 50.02px;
}
.section-about .about-text p {
  line-height: 25.01px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
.section-about .about-img {
  position: relative;
}
.section-about .about-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-about .about-img .sub-title-img {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 56.27px;
  color: #0db5d7;
}
@media (max-width: 991.98px) {
  .section-about .about-img .sub-title-img {
    line-height: 28.27px;
    left: -10px;
    font-size: 16px;
  }
}

.service-slider {
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 50px;
}
.service-slider .swiper-button-prev,
.service-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  color: #0890ab;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service-slider .swiper-button-prev::after,
.service-slider .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .service-slider .swiper-button-prev,
  .service-slider .swiper-button-next {
    display: none;
  }
}
.service-slider .swiper-button-prev {
  inset-inline-start: 1rem !important;
}
.service-slider .swiper-button-prev::after {
  content: "\f054";
  font-family: "FontAwesome";
}
.service-slider .swiper-button-next {
  inset-inline-end: 1rem !important;
}
.service-slider .swiper-button-next::after {
  content: "\f053";
  font-family: "FontAwesome";
}

.section-contact .img-holder img {
  width: 100%;
  height: auto;
}

.contact-holder {
  display: flex;
}
.contact-holder .box-contact {
  background-color: #0db5d7;
  padding: 50px 200px 0 30px;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: baseline;
}
.contact-holder .form-holder {
  padding: 50px 100px;
  background-color: #0db5d7;
}
@media (max-width: 1199.98px) {
  .contact-holder .box-contact {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .contact-holder {
    flex-direction: column;
  }
  .contact-holder .box-contact {
    padding: 20px;
    width: 100%;
    justify-content: center;
  }
}

@media print {
  .print-padding-inline-5px {
    padding-inline: 5px !important;
  }
  .print-padding-inline-0 {
    padding-inline: 0px !important;
  }
  .print-padding-0 {
    padding: 0 !important;
  }
}
/* Header Styles */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  animation: slideDown 0.5s ease;
}
.navbar .container .navbar-brand {
  display: block;
  padding: 0;
  margin: 0;
  animation: pulse 2s infinite;
}
.navbar .container .navbar-brand img {
  width: 50px;
  height: auto;
}
.navbar .container .navbar-nav {
  display: flex;
  gap: 2rem;
}
.navbar .container .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #2C3E50;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar .container .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: #00A19C;
  transition: width 0.3s ease;
}
.navbar .container .navbar-nav .nav-item .nav-link:hover, .navbar .container .navbar-nav .nav-item .nav-link.active {
  color: #00A19C;
  transform: translateY(-2px);
}
.navbar .container .navbar-nav .nav-item .nav-link:hover::after, .navbar .container .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}

.swiper-landing-2 {
  width: 100%;
  height: 79vh;
  position: relative;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide .container {
  position: relative;
  height: 100%;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-landing-2 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 144, 171, 0.5), hsla(189.94, 89.7727272727%, 4.4%, 0.28), rgba(8, 144, 171, 0.5));
  top: 0;
  left: 0;
  z-index: 1;
}
.swiper-landing-2 .swiper-button-prev,
.swiper-landing-2 .swiper-button-next {
  left: unset !important;
  right: unset !important;
  color: #fff;
  transition: 0.3s;
}
.swiper-landing-2 .swiper-button-prev::after,
.swiper-landing-2 .swiper-button-next::after {
  font-size: 28px;
}
.swiper-landing-2 .swiper-button-prev:hover,
.swiper-landing-2 .swiper-button-next:hover {
  background-color: #0890ab;
}
.swiper-landing-2 .swiper-button-prev {
  inset-inline-start: 50px !important;
}
.swiper-landing-2 .swiper-button-next {
  inset-inline-end: 50px !important;
}
@media (max-width: 767.98px) {
  .swiper-landing-2 .swiper-button-prev,
  .swiper-landing-2 .swiper-button-next {
    display: none !important;
  }
}

.box-intro-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  max-width: 100%;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}
.box-intro-2 span {
  color: #fff;
}
.box-intro-2 .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
}
.box-intro-2 .des {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0;
  text-align: center;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .box-intro-2 {
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  .box-intro-2 .title {
    font-size: 34px;
  }
  .box-intro-2 .des {
    font-size: 22px;
    line-height: 45px;
  }
}

.service-page .header .service-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 1rem;
}
.service-page .content .content-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.service-page .content .content-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
}
.service-page .content img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-page .service-button a {
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.service-page .service-button a:hover {
  background-color: #003d82;
  transform: scale(1.05);
}

/* Landing Section */
.landing-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  margin-top: 75.19px;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
  overflow: hidden;
}
.landing-section .grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 30s linear infinite;
}
.landing-section .floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.landing-section .floating-elements .floating-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: floatAnimation 15s ease-in-out infinite;
}
.landing-section .floating-elements .floating-circle:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 10%;
  right: 15%;
  animation-delay: -2s;
}
.landing-section .floating-elements .floating-circle:nth-child(2) {
  width: 80px;
  height: 80px;
  bottom: 30%;
  right: 85%;
  animation-delay: -8s;
}
.landing-section .floating-elements .floating-circle:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 70%;
  right: 10%;
  animation-delay: -5s;
}
.landing-section .floating-elements .floating-circle:nth-child(4) {
  width: 60px;
  height: 60px;
  top: 30%;
  right: 70%;
  animation-delay: -10s;
}
.landing-section .land-text {
  position: relative;
  animation: fadeInRight 1.2s ease;
  z-index: 2;
}
.landing-section .land-text .title {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
.landing-section .land-text .des {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-weight: 300;
}
.landing-section .land-text .hero-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.landing-section .land-text .hero-buttons .btn-land {
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-width: 200px;
}
.landing-section .land-text .hero-buttons .btn-land span {
  position: relative;
  z-index: 1;
}
.landing-section .land-text .hero-buttons .btn-land.solid {
  background: linear-gradient(45deg, #FFB74D, #ffa726);
  color: #fff;
  box-shadow: 0 8px 25px rgba(255, 183, 77, 0.4);
  border: 2px solid transparent;
}
.landing-section .land-text .hero-buttons .btn-land.solid:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(255, 183, 77, 0.6);
}
.landing-section .land-text .hero-buttons .btn-land.outline {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.landing-section .land-text .hero-buttons .btn-land.outline:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.6);
}
.landing-section .land-text .hero-buttons .btn-land::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  z-index: 0;
}
.landing-section .land-text .hero-buttons .btn-land:hover::before {
  width: 300px;
  height: 300px;
}
.landing-section .land-image {
  position: relative;
  z-index: 2;
  animation: float-up-down 6s ease-in-out infinite;
  text-align: center;
}
.landing-section .land-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}
.landing-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  animation: moveBackground 20s ease-in-out infinite;
}
@media (max-width: 768px) {
  .landing-section .land-text .title {
    font-size: 2.8rem;
  }
  .landing-section .land-text .des {
    font-size: 1.1rem;
  }
  .landing-section .land-text .hero-buttons {
    gap: 1rem;
  }
  .landing-section .land-text .hero-buttons .btn-land {
    padding: 1rem 2rem;
    font-size: 1rem;
    min-width: 180px;
  }
  .landing-section .hero-image img {
    max-width: 400px;
  }
}

/* Vision & Mission Section */
.vision-mission {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.12), rgba(0, 161, 156, 0.01));
}
.vision-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.vision-box,
.mission-box {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  animation: fadeInUp 0.8s ease forwards;
}
.vision-box h3,
.mission-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #00a19c, #6ec1e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.vision-box h3::after,
.mission-box h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(135deg, #6ec1e4, #00a19c);
  border-radius: 2px;
}
.vision-box p,
.mission-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  margin: 0;
}
.vision-box::before, .vision-box::before,
.mission-box::before,
.mission-box::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(43, 163, 184, 0.05), rgba(0, 0, 0, 0));
  transition: left 0.6s ease;
}
.vision-box::after, .vision-box::after,
.mission-box::after,
.mission-box::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0%;
  width: 300px;
  height: 100px;
  transform: rotate(125deg) translate(25px, 110px);
  background: linear-gradient(135deg, #6ec1e4, #00a19c);
  z-index: -1;
}
.vision-box:hover,
.mission-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 12px 24px rgba(0, 0, 0, 0.1);
}
.vision-box:hover::before,
.mission-box:hover::before {
  inset-inline-end: 100%;
}
@media (max-width: 768px) {
  .vision-box h3,
  .mission-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .vision-box p,
  .mission-box p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.mission-box {
  animation-delay: 0.2s;
}

.department-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1rem;
  border: 1px solid #e3e6ea;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background-color: white;
}
.department-card .holder-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.department-card .holder-bar .department-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
}
.department-card .holder-bar .department-icon i,
.department-card .holder-bar .department-icon svg {
  color: white;
  font-size: 20px;
}
.department-card .holder-bar .department-title {
  margin-bottom: 0px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2c3e50;
}
.department-card .department-features li {
  position: relative;
  padding: 8px 25px 8px 0;
  color: #5a6c7d;
  font-size: 1rem;
  line-height: 1.6;
}
.department-card .department-features li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
}
.department-card .department-features li::after {
  content: "✓";
  position: absolute;
  inset-inline-start: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.department-card::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
}
.department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 161, 156, 0.9);
}

.care-section {
  position: relative;
  display: flex;
  height: 800px;
}
.care-section .care-content-half {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.95) 0%, rgba(0, 161, 156, 0.95) 50%, rgba(0, 136, 122, 0.95) 100%);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}
.care-section .care-content-half .geometric-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.care-section .care-content-half .geometric-shapes .shape {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.care-section .care-content-half .geometric-shapes .shape:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20%;
  right: 15%;
  animation-delay: -1s;
}
.care-section .care-content-half .geometric-shapes .shape:nth-child(2) {
  width: 120px;
  height: 120px;
  bottom: 25%;
  left: 20%;
  animation-delay: -3s;
  border-radius: 20px;
}
.care-section .care-content-half .geometric-shapes .shape:nth-child(3) {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 30%;
  animation-delay: -5s;
  transform: rotate(45deg);
}
.care-section .care-content-half .content-wrapper {
  position: relative;
  max-width: 700px;
  height: 100%;
  padding: 40px 50px;
  z-index: 10;
}
.care-section .care-content-half .content-wrapper .floating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  margin-bottom: 25px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.15);
  animation: pulse 2s ease-in-out infinite;
}
.care-section .care-content-half .content-wrapper .care-title {
  position: relative;
  margin-bottom: 25px;
  color: white;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 0.9;
}
.care-section .care-content-half .content-wrapper .care-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 3px;
  animation: lineGrow 3s ease-out forwards;
  animation-delay: 0.5s;
}
.care-section .care-content-half .content-wrapper .care-subtitle {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.95);
  animation: fadeInUp 1s ease-out 0.7s both;
}
.care-section .care-content-half .content-wrapper .care-des {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  animation: fadeInUp 1s ease-out 0.9s both;
}
.care-section .care-content-half .content-wrapper .care-des .highlight-text {
  position: relative;
  padding: 4px 16px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  font-size: 1rem;
  font-weight: 600;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}
.care-section .care-content-half .content-wrapper .care-des .highlight-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 3s infinite;
}
.care-section .care-content-half .content-wrapper .care-features .feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 1s ease-out calc(1.1s + var(--delay)) both;
}
.care-section .care-content-half .content-wrapper .care-features .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.care-section .care-content-half .content-wrapper .care-features .feature-item .feature-icon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  opacity: 0;
}
.care-section .care-content-half .content-wrapper .care-features .feature-item .feature-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 500;
  flex: 1;
}
.care-section .care-content-half .content-wrapper .care-features .feature-item:hover {
  transform: translateX(15px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding-right: 15px;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.care-section .care-content-half .content-wrapper .care-features .feature-item:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}
.care-section .care-content-half .content-wrapper .care-features .feature-item:hover .feature-icon::before {
  opacity: 1;
  transform: rotate(45deg) translate(50%, 50%);
}
.care-section .care-content-half::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(0, 161, 156, 0.25) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(110, 193, 228, 0.25) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(0, 136, 122, 0.2) 0%, transparent 50%);
  pointer-events: none;
}
.care-section .care-content-half::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><path d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/></g></g></svg>') repeat;
  opacity: 0.1;
  animation: patternMove 20s linear infinite;
}
.care-section .care-image-half {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.care-section .care-image-half img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.care-section .care-image-half::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(0, 161, 156, 0.15), transparent);
  animation: rotate 10s linear infinite;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .care-section {
    flex-direction: column;
    height: auto;
  }
  .care-section .care-content-half,
  .care-section .care-image-half {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
  }
  .content-wrapper {
    padding: 40px 30px;
  }
  .content-wrapper .feature-item {
    gap: 15px;
  }
  .content-wrapper .feature-icon {
    width: 45px;
    height: 45px;
  }
}
.autism-speech .section-title {
  color: #008080;
  font-weight: bold;
}
.autism-speech p {
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}
.autism-speech img {
  width: 100%;
  height: auto;
}

.team-slider {
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 0px 35px;
}
.team-slider .swiper-pagination {
  bottom: 0 !important;
}
.team-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.7;
  background: #cac7c7;
}
.team-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
  transform: scale(1.2);
}

.doctor-card {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbfd 100%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.doctor-card * {
  z-index: 2;
}
.doctor-card .doctor-image {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 15px;
  border: 3px solid #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.doctor-card .doctor-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 7px;
}
.doctor-card .doctor-specialty {
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  color: #009688;
}
.doctor-card .doctor-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.doctor-card .doctor-rating .stars {
  display: flex;
  gap: 1px;
}
.doctor-card .doctor-rating .stars i,
.doctor-card .doctor-rating .stars svg {
  color: #ffd700;
  font-size: 0.6rem;
}
.doctor-card .doctor-rating .rating-text {
  font-size: 0.8rem;
  color: #7f8c8d;
}
.doctor-card .doctor-info li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #5d6d7e;
  transition: color 0.3s ease;
}
.doctor-card .doctor-info li i,
.doctor-card .doctor-info li svg {
  margin-inline-end: 8px;
  color: #009688;
  font-size: 0.9rem;
}
.doctor-card .doctor-info li:hover {
  color: #009688;
}
.doctor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  z-index: -1;
  background: linear-gradient(100deg, rgba(73, 190, 190, 0.95) 0%, rgba(0, 161, 156, 0.95) 50%, rgba(0, 136, 122, 0.95) 100%);
  border-radius: 20px 20px 0 0;
}
.doctor-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.doctor-card:hover .doctor-image {
  transform: scale(1.05);
}

#map-section .map-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#map-section .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.floating-btn {
  position: fixed;
  bottom: 20px;
  inset-inline-start: 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  z-index: 999;
}
.floating-btn img {
  width: 200px;
  height: auto;
}
.floating-btn:hover {
  transform: translateY(-5px) scale(1.05);
}

/* Animations */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lineGrow {
  to {
    width: 150px;
  }
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes patternMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}
@keyframes moveBackground {
  0%, 100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  33% {
    transform: translateX(30px) translateY(-30px) rotate(120deg);
  }
  66% {
    transform: translateX(-20px) translateY(20px) rotate(240deg);
  }
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up-down {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-btn {
  background-color: #0db5d7;
  border: 1px solid #0db5d7;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-btn:hover {
  color: #0db5d7;
  background-color: #fff;
}

.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 1px solid #fff;
  padding: 16px 42px;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #0db5d7;
  background-color: #fff;
}

.main-title {
  margin-bottom: 50px;
}
.main-title h6 {
  color: #0db5d7;
  font-size: 32px;
  line-height: 37.51px;
  font-weight: 400;
  text-align: center;
}
.main-title h4 {
  font-size: 30px;
  line-height: 46.89px;
  font-weight: 700;
  text-align: center;
}
.main-title p {
  color: #817f7f;
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  width: 684px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .main-title p {
    width: 100%;
  }
}

.section-header {
  margin-bottom: 30px;
  text-align: center;
}
.section-header .section-title {
  text-align: center;
  margin-bottom: 0px;
  color: #2c3e50;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
}
.section-header .section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, rgba(110, 193, 228, 0.9), rgba(0, 161, 156, 0.9));
  display: block;
  margin: 15px auto;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 2rem;
  }
}
.section-header .section-subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  font-weight: 400;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .section-header .section-subtitle {
    font-size: 1rem;
  }
}

.reservation-holder {
  width: 85%;
  display: flex;
  align-items: end;
  margin: 0 auto;
  transform: translateY(-80px);
  z-index: 9999;
  position: relative;
}
.reservation-holder .box-reservation {
  background-color: #0db5d7;
  padding: 30px 50px;
}
.reservation-holder .box-reservation .title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.reservation-holder .box-reservation input,
.reservation-holder .box-reservation select {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 10px;
}
.reservation-holder .box-reservation input::-moz-placeholder, .reservation-holder .box-reservation select::-moz-placeholder {
  color: #fff;
  font-weight: 700;
}
.reservation-holder .box-reservation input::placeholder,
.reservation-holder .box-reservation select::placeholder {
  color: #fff;
  font-weight: 700;
}
.reservation-holder .box-reservation input option,
.reservation-holder .box-reservation select option {
  color: #333;
}
.reservation-holder .box-reservation input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.reservation-holder .box-reservation button {
  width: 100%;
  padding: 10px;
  background-color: #222222;
  color: white;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .reservation-holder {
    flex-direction: column;
    transform: translateY(0px);
    width: 100%;
  }
}

.reservation-info {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  color: #fff;
  width: 300px;
}
.reservation-info h6 {
  font-size: 20px;
  font-weight: 400;
}
.reservation-info p {
  font-size: 14px;
}
.reservation-info.light {
  background-color: #0db5d7;
}
.reservation-info.dark {
  background-color: #18617c;
}
@media (max-width: 991.98px) {
  .reservation-info {
    width: 100%;
  }
}

.box-product {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
}
.box-product .img-product {
  width: 100%;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.box-product .text {
  text-align: center;
  position: relative;
}
.box-product .text .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.4px;
  color: #363636;
  padding: 10px;
}
.box-product .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #0db5d7;
}

.offer-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #ddd;
  overflow: visible;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 100px;
}
.offer-box .offer-content {
  padding: 20px;
  min-height: 240px;
  padding-bottom: 0;
}
.offer-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.offer-box h2 {
  margin: 0 0 10px 0;
  color: #0890ab;
  font-size: 22px;
  line-height: 34.39px;
  font-weight: 700;
}
.offer-box p {
  color: #131313;
  font-size: 14px;
  line-height: 21.88px;
  margin-bottom: 20px;
  font-weight: 400;
}
.offer-box .offer-image {
  width: 90%;
  margin: 0 auto;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-5%, 32px);
  border-radius: 10px 10px 30px 30px;
}

.form-container {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container h1 {
  color: #131313;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 37.51px;
  text-align: right;
}
.form-container .form-group {
  margin-bottom: 20px;
}
.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #131313;
}
.form-container .form-group input[type=text],
.form-container .form-group input[type=email],
.form-container .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
}
.form-container .form-group input[type=text]:focus,
.form-container .form-group input[type=email]:focus,
.form-container .form-group textarea:focus {
  border: 1px solid #0db5d7 !important;
  outline: 1px solid #0db5d7 !important;
}
.form-container .form-group textarea {
  height: 200px;
  resize: vertical;
}

@media (max-width: 600px) {
  .form-container {
    padding: 20px;
  }
}
.swiper-reviews {
  height: -moz-fit-content;
  height: fit-content;
}
.swiper-reviews .swiper-wrapper {
  padding-bottom: 54px;
}
.swiper-reviews .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.swiper-reviews .swiper-pagination .swiper-pagination-bullet {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 19px !important;
  color: #000000 !important;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white !important;
  opacity: 1 !important;
}
.swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0890ab !important;
  color: white !important;
}
.swiper-reviews .box {
  height: 100%;
  position: relative;
  background: linear-gradient(to left, #0890ab 30px, white 30px);
  padding: 22px 52px 22px 22px;
}
.swiper-reviews .box .quot {
  position: absolute;
  font-size: 65px;
  inset-inline-end: 10px;
  top: 15px;
  line-height: 58px;
  color: #0890ab;
}
.swiper-reviews .box .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 2px;
}
.swiper-reviews .box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .swiper-reviews .box {
    padding: 16px;
  }
  .swiper-reviews .box .name {
    font-size: 18px;
  }
  .swiper-reviews .box .text {
    font-size: 14px;
  }
}

.main-select {
  border-radius: 4px;
  padding: 0.2rem;
  font-size: 13px;
  transition: 300ms;
  border: 1px solid #ddd;
}
.main-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
  outline: none;
}

.active-radius {
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 3px;
  padding: 2px 7px;
  background-color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 166, 112, 0.25) !important;
}

.footer {
  background: linear-gradient(135deg, rgba(69, 181, 181, 0.95) 0%, rgba(0, 161, 156, 0.95) 50%, rgba(0, 136, 122, 0.95) 100%);
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer .footer-top {
  padding: 40px 0 20px;
}
.footer .footer-top .info {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}
.footer .footer-top .info .logo img {
  width: 55px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7490%) hue-rotate(204deg) brightness(125%) contrast(100%);
}
.footer .footer-top .info .text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
  max-width: 400px;
}
.footer .footer-top .info .social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.footer .footer-top .info .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 12px;
  background-color: #56bcce;
}
.footer .footer-top .info .social a i,
.footer .footer-top .info .social a svg {
  font-size: 25px;
  color: white;
}
.footer .footer-top .info .social img {
  background-color: #56bcce;
  padding: 10px;
  border-radius: 50%;
}
.footer .footer-top .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-top .items .title {
  margin-bottom: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .footer-top .items .item {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-top .items .item svg,
.footer .footer-top .items .item i {
  font-size: 20px;
}
.footer .footer-top .box-email .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  max-width: 306px;
  margin-bottom: 21px;
}
.footer .footer-top .box-email .parent-inp {
  width: 306px;
  margin-bottom: 35px;
  max-width: 100%;
  display: flex;
  align-items: stretch;
}
.footer .footer-top .box-email .parent-inp .inp {
  border: 0;
  padding: 9px 20px;
  border-radius: 0 10px 10px 0;
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .inp::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .inp::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}
.footer .footer-top .box-email .parent-inp .btn-sub {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 17px;
  background: #56bcce;
  border-radius: 10px 0px 0px 10px;
  color: white;
}
.footer .bar {
  height: 0.5px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.footer .footer-bottom {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0 11px;
}/*# sourceMappingURL=main.css.map */