/* Start custom CSS for html, class: .elementor-element-35b7658 */@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: #eaf6ff;
  color: #fff;
  overflow-x: hidden;
}

a { text-decoration: none; }

/* HEADER RESPONSIVE */

.ms-header {
  width: min(94%, 1680px);
  margin: 0 auto;
  padding: 16px 28px;
  border-radius: 70px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 60px rgba(0,74,130,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.ms-logo {
  width: 104px;
  height: 104px;
  min-width: 104px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 35px rgba(5,201,245,.22);
}

.ms-logo img {
  width: 74%;
  height: 74%;
  object-fit: contain;
}

.ms-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 38px);
  flex: 1;
  white-space: nowrap;
}

.ms-nav a {
  color: #052f57;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
}

.ms-btn,
.ms-mobile-btn {
  padding: 20px 38px;
  border-radius: 999px;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  color: #fff !important;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
  animation: buttonGlow 2.6s ease-in-out infinite;
}

.ms-mobile-btn { display: none; }

.ms-menu-toggle { display: none; }

.ms-burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(90deg,#05c9f5,#0076c8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ms-burger span {
  width: 22px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}

/* HERO */

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 190px 7% 90px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("http://drmoisessuarez.com/wp-content/uploads/2026/06/Dr-Moises-Suarez-Home.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.08);
  animation: heroZoom 18s ease-in-out infinite alternate;
  z-index: -4;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(234,246,255,.98) 0%,
      rgba(234,246,255,.92) 42%,
      rgba(234,246,255,.55) 72%,
      rgba(0,132,204,.36) 100%
    );
  z-index: -3;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(5,201,245,.35), transparent 32%),
    radial-gradient(circle at 82% 65%, rgba(0,118,200,.30), transparent 34%);
  z-index: -2;
}

.hero-content {
  width: 100%;
  max-width: 860px;
  position: relative;
  z-index: 3;
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 11px 20px;
  border-radius: 999px;
  color: #0069af;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,159,227,.25);
  box-shadow: 0 12px 28px rgba(0,117,190,.12);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-family: 'Archivo Black', sans-serif;
  max-width: 900px;
  font-size: clamp(58px, 8.5vw, 118px);
  line-height: .84;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: #052f57;
}

.hero-content p {
  max-width: 620px;
  font-size: 19px;
  line-height: 1.8;
  color: #24445f;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 45px;
}

.btn-glow,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  transition: .3s ease;
}

.btn-glow {
  color: #fff;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
  animation: buttonGlow 2.6s ease-in-out infinite;
}

.btn-glow:hover,
.ms-btn:hover {
  transform: translateY(-5px) scale(1.04);
}

.btn-ghost {
  color: #053a63;
  border: 1px solid rgba(0,117,190,.22);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(12px);
}

.hero-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.hero-icon {
  width: 120px;
  text-align: center;
}

.icon-ring {
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #053a63, #05c9f5, #0076c8) border-box;
  border: 5px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 25px rgba(0,117,190,.20),
    0 0 0 6px rgba(5,201,245,.08);
  animation: iconFloat 3.5s ease-in-out infinite;
}

.icon-ring svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #0076c8;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-icon p {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  color: #053a63;
}

/* ANIMACIONES */

@keyframes heroZoom {
  0% { transform: scale(1.08) translateX(0); }
  100% { transform: scale(1.16) translateX(-18px); }
}

@keyframes buttonGlow {
  0%,100% {
    box-shadow: 0 18px 42px rgba(0,159,227,.34);
  }
  50% {
    box-shadow:
      0 0 24px rgba(5,201,245,.62),
      0 28px 60px rgba(0,159,227,.48);
  }
}

@keyframes iconFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* RESPONSIVE */

@media(max-width: 1200px) {
  .ms-header {
    width: calc(100% - 32px);
    padding: 14px 20px;
  }

  .ms-logo {
    width: 82px;
    height: 82px;
    min-width: 82px;
  }

  .ms-nav {
    gap: 18px;
  }

  .ms-btn {
    padding: 16px 24px;
  }
}

@media(max-width: 1024px) {
  .ms-burger {
    display: flex;
    order: 3;
  }

  .ms-btn {
    display: none;
  }

  .ms-nav {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    padding: 28px;
    border-radius: 34px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 25px 70px rgba(0,74,130,.18);
    flex-direction: column;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .3s ease;
    white-space: normal;
  }

  .ms-menu-toggle:checked ~ .ms-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .ms-mobile-btn {
    display: inline-flex;
    justify-content: center;
    margin-top: 8px;
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(234,246,255,.98) 0%,
        rgba(234,246,255,.90) 65%,
        rgba(234,246,255,.75) 100%
      );
  }
}

@media(max-width: 640px) {
  .ms-header {
    width: calc(100% - 24px);
    top: 12px;
    padding: 10px 14px;
    border-radius: 42px;
  }

  .ms-logo {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .ms-burger {
    width: 44px;
    height: 44px;
  }

  .ms-nav {
    padding: 24px;
  }

  .ms-nav a {
    font-size: 16px;
  }

  .ms-mobile-btn {
    width: 100%;
    padding: 16px 22px;
  }

  .hero-section {
    min-height: 100svh;
    padding: 125px 22px 70px;
  }

  .hero-kicker {
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 15px;
  }

  .hero-content h1 {
    font-size: 52px;
    letter-spacing: -2px;
    line-height: .88;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    margin-bottom: 34px;
  }

  .btn-glow,
  .btn-ghost {
    width: 100%;
    padding: 17px 22px;
  }

  .hero-icons {
    justify-content: center;
    gap: 18px;
  }

  .hero-icon {
    width: 95px;
  }

  .icon-ring {
    width: 72px;
    height: 72px;
  }

  .icon-ring svg {
    width: 34px;
    height: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb7765b */.needs-section {
  position: relative;
  padding: 120px 7%;
  background: #ffffff;
  color: #052f57;
  overflow: hidden;
}

.needs-section::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -220px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.22), transparent 70%);
}

.needs-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin-bottom: 60px;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(5,201,245,.10);
  border: 1px solid rgba(0,159,227,.20);
  color: #0076c8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.needs-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.needs-content p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.8;
  color: #4c6275;
}

.needs-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.need-item {
  min-height: 330px;
  padding: 30px;
  border-radius: 36px;
  color: #052f57;
  background:
    linear-gradient(180deg, rgba(234,246,255,.9), #ffffff);
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 22px 60px rgba(0,74,130,.10);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .35s ease;
}

.need-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(0,117,190,.18);
  border-color: rgba(5,201,245,.45);
}

.need-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #05c9f5, #0076c8);
  color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 35px rgba(0,159,227,.25);
}

.need-item h3 {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-top: auto;
  margin-bottom: 14px;
}

.need-item p {
  color: #5c7184;
  font-size: 15px;
  line-height: 1.7;
}

@media(max-width: 1100px) {
  .needs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 640px) {
  .needs-section {
    padding: 85px 22px;
  }

  .needs-content {
    margin-bottom: 42px;
  }

  .needs-content h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .needs-content p {
    font-size: 16px;
  }

  .needs-grid {
    grid-template-columns: 1fr;
  }

  .need-item {
    min-height: 250px;
    padding: 26px;
    border-radius: 28px;
  }

  .need-item h3 {
    font-size: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3867fde */.treatments-section {
  position: relative;
  padding: 120px 7%;
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 55%, #f4fbff 100%);
  color: #052f57;
  overflow: hidden;
}

.treatments-head {
  max-width: 880px;
  margin-bottom: 60px;
}

.treatments-head h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.treatments-head p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.8;
  color: #4c6275;
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.treatment-card {
  position: relative;
  min-height: 310px;
  padding: 32px;
  border-radius: 36px;
  overflow: hidden;

  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 22px 60px rgba(0,74,130,.10);

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  transition: .35s ease;
}

.treatment-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -55px;
  top: -55px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.22), transparent 70%);
  transition: .35s ease;
}

.treatment-card:hover {
  transform: translateY(-10px);
  border-color: rgba(5,201,245,.45);
  box-shadow: 0 35px 85px rgba(0,117,190,.18);
}

.treatment-card:hover::before {
  transform: scale(1.45);
}

.treatment-card.featured {
  background: linear-gradient(135deg, #052f57, #0076c8);
  color: #ffffff;
}

.treatment-card.featured p {
  color: rgba(255,255,255,.78);
}

.treatment-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #05c9f5, #0076c8);
  color: #ffffff;

  font-size: 14px;
  font-weight: 900;

  box-shadow: 0 16px 35px rgba(0,159,227,.25);
}

.treatment-card h3 {
  position: relative;
  z-index: 2;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-top: auto;
  margin-bottom: 14px;
}

.treatment-card p {
  position: relative;
  z-index: 2;
  color: #5c7184;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.treatment-card a {
  position: relative;
  z-index: 2;
  color: #0076c8;
  font-weight: 900;
  font-size: 14px;
}

.treatment-card.featured a {
  color: #86e7ff;
}

@media(max-width: 1100px) {
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 640px) {
  .treatments-section {
    padding: 85px 22px;
  }

  .treatments-head {
    margin-bottom: 42px;
  }

  .treatments-head h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .treatments-head p {
    font-size: 16px;
  }

  .treatments-grid {
    grid-template-columns: 1fr;
  }

  .treatment-card {
    min-height: 270px;
    padding: 28px;
    border-radius: 28px;
  }

  .treatment-card h3 {
    font-size: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0260968 */.cases-section {
  position: relative;
  padding: 120px 7%;
  background: #ffffff;
  color: #052f57;
  overflow: hidden;
}

.cases-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -280px;
  top: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.18), transparent 70%);
}

.cases-head {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin-bottom: 60px;
}

.cases-head h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cases-head p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.8;
  color: #4c6275;
}

.cases-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.2fr .9fr;
  gap: 24px;
  align-items: center;
}

.case-card {
  position: relative;
  min-height: 520px;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,74,130,.14);
  transition: .4s ease;
}

.featured-case {
  min-height: 620px;
}

.case-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 42px 95px rgba(0,117,190,.22);
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: .6s ease;
}

.case-card:hover img {
  transform: scale(1.08);
}

.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(3,18,36,.82) 0%,
      rgba(3,18,36,.32) 45%,
      rgba(3,18,36,.05) 100%
    );
}

.case-info {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 3;
}

.case-info span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(12px);
  color: #86e7ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.case-info h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
}

.cases-cta {
  position: relative;
  z-index: 2;
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.btn-case {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
  animation: buttonGlow 2.6s ease-in-out infinite;
  transition: .3s ease;
}

.btn-case:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow:
    0 0 25px rgba(5,201,245,.70),
    0 28px 60px rgba(0,159,227,.48);
}

@media(max-width: 1100px) {
  .cases-grid {
    grid-template-columns: 1fr;
  }

  .case-card,
  .featured-case {
    min-height: 480px;
  }
}

@media(max-width: 640px) {
  .cases-section {
    padding: 85px 22px;
  }

  .cases-head {
    margin-bottom: 42px;
  }

  .cases-head h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .cases-head p {
    font-size: 16px;
  }

  .case-card,
  .featured-case {
    min-height: 390px;
    border-radius: 28px;
  }

  .case-info {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .case-info h3 {
    font-size: 26px;
  }

  .btn-case {
    width: 100%;
    padding: 17px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b6d6f3 */.doctor-section {
  position: relative;
  padding: 120px 7%;
  background:
    radial-gradient(circle at 85% 20%, rgba(5,201,245,.22), transparent 32%),
    linear-gradient(135deg, #eaf6ff 0%, #ffffff 55%, #f5fbff 100%);
  color: #052f57;
  overflow: hidden;

  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.doctor-image {
  position: relative;
}

.doctor-image::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  left: -25px;
  bottom: -25px;
  border-radius: 48px;
  background: linear-gradient(135deg, #05c9f5, #0076c8);
  z-index: 0;
}

.doctor-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 48px 48px 150px 48px;
  box-shadow: 0 35px 90px rgba(0,74,130,.18);
}

.doctor-content {
  position: relative;
  z-index: 2;
}

.doctor-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.doctor-content p {
  max-width: 690px;
  color: #4c6275;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.doctor-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.doctor-highlights div {
  padding: 24px 20px;
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 20px 55px rgba(0,74,130,.10);
}

.doctor-highlights strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #0076c8;
  font-weight: 900;
}

.doctor-highlights span {
  display: block;
  margin-top: 8px;
  color: #5c7184;
  font-size: 14px;
  font-weight: 700;
}

.btn-doctor {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 34px;
  border-radius: 999px;

  color: #fff;
  font-size: 15px;
  font-weight: 900;

  background: linear-gradient(90deg, #05c9f5, #0076c8);
  box-shadow: 0 18px 42px rgba(0,159,227,.34);

  animation: buttonGlow 2.6s ease-in-out infinite;
  transition: .3s ease;
}

.btn-doctor:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow:
    0 0 25px rgba(5,201,245,.70),
    0 28px 60px rgba(0,159,227,.48);
}

@media(max-width: 1100px) {
  .doctor-section {
    grid-template-columns: 1fr;
  }

  .doctor-image img {
    height: 540px;
  }
}

@media(max-width: 640px) {
  .doctor-section {
    padding: 85px 22px;
    gap: 42px;
  }

  .doctor-image::before {
    left: -12px;
    bottom: -12px;
    border-radius: 32px;
  }

  .doctor-image img {
    height: 430px;
    border-radius: 36px 36px 95px 36px;
  }

  .doctor-content h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .doctor-content p {
    font-size: 16px;
  }

  .doctor-highlights {
    grid-template-columns: 1fr;
  }

  .btn-doctor {
    width: 100%;
    padding: 17px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffac9b4 */.technology-section{
    padding:120px 7%;
    background:#031f3d;
    position:relative;
    overflow:hidden;
}

.technology-section::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    right:-250px;
    top:-250px;

    background:
    radial-gradient(
        circle,
        rgba(5,201,245,.18),
        transparent 70%
    );
}

.technology-header{
    position:relative;
    z-index:2;

    max-width:850px;
    margin:0 auto 70px auto;

    text-align:center;
}

.technology-header h2{
    font-family:'Archivo Black',sans-serif;

    font-size:clamp(42px,6vw,80px);

    line-height:.9;
    letter-spacing:-3px;

    text-transform:uppercase;

    color:#ffffff;

    margin-bottom:24px;
}

.technology-header p{
    max-width:650px;
    margin:auto;

    color:rgba(255,255,255,.75);

    font-size:18px;
    line-height:1.8;
}

.technology-grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:repeat(4,1fr);

    gap:22px;
}

.tech-card{
    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    border:
    1px solid rgba(255,255,255,.08);

    border-radius:36px;

    padding:35px;

    transition:.35s ease;
}

.tech-card:hover{
    transform:translateY(-10px);

    border-color:
    rgba(5,201,245,.35);

    box-shadow:
    0 25px 70px rgba(5,201,245,.12);
}

.tech-icon{
    width:80px;
    height:80px;

    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;

    margin-bottom:24px;

    background:
    linear-gradient(
        135deg,
        #05c9f5,
        #0076c8
    );

    box-shadow:
    0 18px 40px rgba(5,201,245,.25);
}

.tech-card h3{
    color:#fff;

    font-size:26px;

    line-height:1.1;

    margin-bottom:14px;
}

.tech-card p{
    color:
    rgba(255,255,255,.72);

    line-height:1.8;

    font-size:15px;
}

@media(max-width:1100px){

    .technology-grid{
        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:640px){

    .technology-section{
        padding:85px 22px;
    }

    .technology-header h2{
        font-size:40px;
        letter-spacing:-1.5px;
    }

    .technology-header p{
        font-size:16px;
    }

    .technology-grid{
        grid-template-columns:1fr;
    }

    .tech-card{
        border-radius:28px;
        padding:28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2c3723 */.ai-implants-section {
  padding: 120px 7%;
  background:
    radial-gradient(circle at 85% 80%, rgba(5,201,245,.20), transparent 35%),
    linear-gradient(135deg, #ffffff 0%, #eef9ff 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  color: #052f57;
  overflow: hidden;
}

.ai-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ai-content h2 span {
  color: #05c9f5;
  text-shadow: 0 0 22px rgba(5,201,245,.45);
}

.ai-line {
  width: 90px;
  height: 5px;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  border-radius: 20px;
  margin-bottom: 25px;
}

.ai-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #052f57;
}

.ai-content > p {
  max-width: 650px;
  color: #5c7184;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.ai-benefits {
  display: grid;
  gap: 18px;
  margin-bottom: 35px;
}

.ai-benefit {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,117,190,.10);
}

.ai-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: rgba(5,201,245,.10);
  border: 1px solid rgba(0,159,227,.25);
  color: #0076c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  animation: aiIconFloat 3.5s ease-in-out infinite;
}

.ai-benefit h4 {
  color: #052f57;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ai-benefit p {
  color: #5c7184;
  font-size: 15px;
  line-height: 1.5;
}

.ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(5,201,245,.34);
  animation: aiButtonGlow 2.6s ease-in-out infinite;
  transition: .35s ease;
}

.ai-btn:hover {
  transform: translateY(-5px) scale(1.04);
}

.ai-image-box {
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  border: 1px dashed rgba(0,159,227,.45);
  box-shadow: 0 35px 90px rgba(0,74,130,.16);
  background: rgba(255,255,255,.45);
}

.ai-image-box img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

@keyframes aiIconFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes aiButtonGlow {
  0%,100% {
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(5,201,245,.34);
  }

  50% {
    transform: translateY(-4px);
    box-shadow:
      0 0 24px rgba(5,201,245,.62),
      0 28px 60px rgba(0,159,227,.48);
  }
}

@media(max-width: 1100px) {
  .ai-implants-section {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 768px) {
  .ai-implants-section {
    padding: 85px 22px;
    gap: 42px;
  }

  .ai-content h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .ai-content > p {
    font-size: 16px;
  }

  .ai-benefit {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .ai-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .ai-btn {
    width: 100%;
    text-align: center;
  }

  .ai-image-box,
  .ai-image-box img {
    min-height: 360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79cdae6 */.testimonials-section {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  color: #052f57;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -280px;
  top: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.18), transparent 70%);
}

.testimonials-head {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 7% 60px;
}

.testimonials-head h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.testimonials-head p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.8;
  color: #4c6275;
}

.testimonial-marquee {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px;
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: testimonialScroll 42s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-text-card {
  width: 380px;
  min-height: 250px;
  padding: 30px;
  border-radius: 34px;

  background: linear-gradient(180deg, #f4fbff, #ffffff);
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 22px 60px rgba(0,74,130,.10);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text-card p {
  font-size: 19px;
  line-height: 1.55;
  font-weight: 800;
  color: #052f57;
}

.testimonial-text-card span {
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  padding: 9px 15px;
  border-radius: 999px;

  background: rgba(5,201,245,.12);
  border: 1px solid rgba(0,159,227,.22);

  color: #0076c8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
}

@keyframes testimonialScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media(max-width: 640px) {
  .testimonials-section {
    padding: 85px 0;
  }

  .testimonials-head {
    margin: 0 22px 42px;
  }

  .testimonials-head h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .testimonials-head p {
    font-size: 16px;
  }

  .testimonial-text-card {
    width: 310px;
    min-height: 240px;
    padding: 26px;
    border-radius: 28px;
  }

  .testimonial-text-card p {
    font-size: 17px;
  }

  .testimonial-marquee::before,
  .testimonial-marquee::after {
    width: 55px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60f9e71 */.final-cta-section{

    position:relative;
    overflow:hidden;

    padding:140px 7%;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        #031f3d 0%,
        #064f88 50%,
        #0089d7 100%
    );

}

.cta-background{

    position:absolute;
    inset:0;

    background:

    radial-gradient(
        circle at 20% 20%,
        rgba(255,255,255,.12),
        transparent 35%
    ),

    radial-gradient(
        circle at 80% 80%,
        rgba(5,201,245,.20),
        transparent 40%
    );

    animation:
    floatingBg 12s ease-in-out infinite;

}

.cta-content{

    position:relative;
    z-index:2;

    max-width:900px;
    margin:auto;

}

.cta-content h2{

    font-family:'Archivo Black',sans-serif;

    font-size:clamp(48px,7vw,100px);

    line-height:.9;

    letter-spacing:-4px;

    text-transform:uppercase;

    color:#fff;

    margin-bottom:25px;

}

.cta-content p{

    max-width:700px;

    margin:0 auto 40px auto;

    color:rgba(255,255,255,.85);

    font-size:20px;

    line-height:1.8;

}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;

}

.cta-main-btn{

    padding:20px 38px;

    border-radius:999px;

    color:#fff;

    font-size:16px;
    font-weight:900;

    background:
    linear-gradient(
        90deg,
        #05c9f5,
        #00a0ff
    );

    box-shadow:
    0 0 35px rgba(5,201,245,.45);

    transition:.35s ease;

    animation:
    pulseCTA 2.5s infinite;

}

.cta-main-btn:hover{

    transform:
    translateY(-6px)
    scale(1.05);

}

.cta-second-btn{

    padding:20px 38px;

    border-radius:999px;

    color:#fff;

    font-weight:800;

    border:
    1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(12px);

    background:
    rgba(255,255,255,.08);

}

.cta-second-btn:hover{

    background:
    rgba(255,255,255,.15);

}

@keyframes pulseCTA{

    0%,100%{

        box-shadow:
        0 0 25px rgba(5,201,245,.30);

    }

    50%{

        box-shadow:
        0 0 55px rgba(5,201,245,.70);

    }

}

@keyframes floatingBg{

    0%,100%{

        transform:scale(1);

    }

    50%{

        transform:scale(1.08);

    }

}

@media(max-width:640px){

    .final-cta-section{

        padding:90px 22px;

    }

    .cta-content h2{

        font-size:42px;
        letter-spacing:-2px;

    }

    .cta-content p{

        font-size:16px;

    }

    .cta-main-btn,
    .cta-second-btn{

        width:100%;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9608b9d */.location-section {
  padding: 120px 7%;
  background: linear-gradient(135deg, #eaf6ff 0%, #ffffff 60%, #f5fbff 100%);
  color: #052f57;

  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.location-content h2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: .9;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.location-content p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.8;
  color: #4c6275;
  margin-bottom: 34px;
}

.location-info {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.location-info div {
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0,117,190,.12);
  box-shadow: 0 20px 55px rgba(0,74,130,.10);
}

.location-info strong {
  display: block;
  margin-bottom: 8px;
  color: #0076c8;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.location-info span {
  color: #052f57;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.location-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.location-btn,
.location-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 34px;
  border-radius: 999px;

  font-size: 15px;
  font-weight: 900;
  transition: .3s ease;
}

.location-btn {
  color: #fff;
  background: linear-gradient(90deg, #05c9f5, #0076c8);
  box-shadow: 0 18px 42px rgba(0,159,227,.34);
  animation: buttonGlow 2.6s ease-in-out infinite;
}

.location-btn:hover {
  transform: translateY(-5px) scale(1.04);
}

.location-btn-outline {
  color: #053a63;
  background: #ffffff;
  border: 1px solid rgba(0,117,190,.22);
}

.location-btn-outline:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(0,74,130,.12);
}

.map-wrapper {
  height: 520px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0,74,130,.18);
  border: 1px solid rgba(0,117,190,.14);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media(max-width: 1100px) {
  .location-section {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 640px) {
  .location-section {
    padding: 85px 22px;
    gap: 42px;
  }

  .location-content h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .location-content p {
    font-size: 16px;
  }

  .location-buttons {
    flex-direction: column;
  }

  .location-btn,
  .location-btn-outline {
    width: 100%;
  }

  .map-wrapper {
    height: 360px;
    border-radius: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ecf0cc */.footer-premium {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #031f3d;
  overflow: hidden;
  padding-top: 90px;
  color: #ffffff;
}

.footer-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(5,201,245,.22), transparent 70%);
  top: -250px;
  right: -250px;
  animation: footerGlow 8s ease-in-out infinite;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 7% 70px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.footer-logo {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow:
    0 0 40px rgba(5,201,245,.35),
    0 20px 45px rgba(0,0,0,.25);
  transition: .4s ease;
}

.footer-logo:hover {
  transform: scale(1.06) rotate(3deg);
  box-shadow:
    0 0 55px rgba(5,201,245,.55),
    0 25px 60px rgba(0,0,0,.30);
}

.footer-logo img {
  width: 72%;
  height: 72%;
  object-fit: contain;
  display: block;
}

.footer-brand h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
}

.footer-brand p {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 15px;
  max-width: 430px;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.footer-social a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  color: #05c9f5;
  font-size: 21px;
  transition: .35s ease;
}

.footer-social a:hover {
  background: #05c9f5;
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(5,201,245,.55);
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 900;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  margin-bottom: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.70);
  font-size: 15px;
}

.footer-col a {
  text-decoration: none;
  color: rgba(255,255,255,.70);
  transition: .35s ease;
}

.footer-col a:hover {
  color: #05c9f5;
  padding-left: 8px;
}

.footer-contact strong {
  color: #ffffff;
}

.footer-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 17px 28px;
  background: linear-gradient(90deg, #05c9f5, #0077c8);
  border-radius: 999px;
  font-weight: 900;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(5,201,245,.25);
  animation: footerBtn 2.5s infinite;
}

.footer-btn:hover {
  padding-left: 28px !important;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 30px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-bottom span {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.footer-bottom a {
  color: #05c9f5;
  font-weight: 900;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

@keyframes footerGlow {
  0%,100% {
    transform: scale(1);
    opacity: .7;
  }

  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes footerBtn {
  0%,100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgba(5,201,245,.55);
  }
}

@media(max-width: 1100px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 768px) {
  .footer-premium {
    padding-top: 70px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
    padding: 0 22px 60px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 24px 22px;
  }
}/* End custom CSS */