/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/sass/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.stay-connected__tower img, .blogs-events .blog-item .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogs-events .card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.blogs-events .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogs-events .card-header h3 {
  color: #0d2c54;
  font-weight: 700;
}

.blogs-events .blog-item .blog-date, .blogs-events .event-item .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blogs-events .blog-item .blog-date, .blogs-events .event-item .date-box {
  flex-shrink: 0;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.error-page .btn-primary {
  background: #d8a33c;
  color: #111;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  transition: 0.3s ease;
}
.error-page .btn-primary:hover {
  transform: translateY(-2px);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lato", sans-serif;
  color: #555;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  background-color: #001b4d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-header::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(0, 27, 77, 0.88) 0%, rgba(0, 63, 136, 0.65) 45%, rgba(0, 45, 98, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 730px;
  margin-top: 90px;
  padding-left: 80px;
  animation: fadeUp 0.8s ease;
}
.hero-content h1 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
}
.hero-content p {
  max-width: 560px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 18px;
}
.hero-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.hero-buttons .primary-btn {
  background: #d8a33c;
  box-shadow: 0 15px 35px rgba(216, 163, 60, 0.35);
  color: #111;
}
.hero-buttons .primary-btn:hover {
  box-shadow: 0 20px 40px rgba(216, 163, 60, 0.45);
  transform: translateY(-4px);
}
.hero-buttons .secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  backdrop-filter: blur(8px);
}
.hero-buttons .secondary-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.site-header {
  position: relative;
  padding-bottom: 2rem;
  background: #001b4d;
  align-items: center;
  height: 35rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header {
  padding: 100px 0 50px;
  text-align: center;
}
.page-header h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
}

@media (max-width: 992px) {
  .hero-content {
    margin-top: 100px;
    padding: 30px;
  }
  .hero-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-content {
    padding: 20px;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .hero-content p {
    font-size: 1.1rem;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .hero-buttons a {
    width: 100%;
  }
  .hero-scroll {
    display: none;
  }
}
.blogs-events {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #f7f8fa;
}
.blogs-events .container {
  width: min(1400px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.blogs-events .card {
  padding: clamp(24px, 3vw, 36px);
}
.blogs-events .card-header {
  gap: 20px;
  margin-bottom: 28px;
}
.blogs-events .card-header h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}
.blogs-events .card-link,
.blogs-events .read-more {
  color: #c89c36;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.blogs-events .card-link::after,
.blogs-events .read-more::after {
  content: " →";
}
.blogs-events .card-link:hover, .blogs-events .card-link:focus-visible,
.blogs-events .read-more:hover,
.blogs-events .read-more:focus-visible {
  color: #d8a33c;
}
.blogs-events .event-item,
.blogs-events .blog-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(13, 44, 84, 0.08);
}
.blogs-events .event-item:last-child,
.blogs-events .blog-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.blogs-events .event-item .content,
.blogs-events .blog-item .content {
  min-width: 0;
}
.blogs-events .event-item .content h4,
.blogs-events .blog-item .content h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.blogs-events .event-item .content h4 a,
.blogs-events .blog-item .content h4 a {
  color: #0d2c54;
  text-decoration: none;
  transition: 0.3s ease;
}
.blogs-events .event-item .content h4 a:hover, .blogs-events .event-item .content h4 a:focus-visible,
.blogs-events .blog-item .content h4 a:hover,
.blogs-events .blog-item .content h4 a:focus-visible {
  color: #c89c36;
}
.blogs-events .event-item .content p,
.blogs-events .blog-item .content p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}
.blogs-events .event-item .date-box {
  min-width: 86px;
  height: 96px;
  color: inherit;
  text-decoration: none;
}
.blogs-events .event-item .date-box span {
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.blogs-events .event-item .date-box strong {
  color: #0d2c54;
  font-size: 2rem;
  line-height: 1;
}
.blogs-events .event-item .meta {
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 0.95rem;
}
.blogs-events .blog-item .media {
  flex: 0 0 132px;
  height: 104px;
  overflow: hidden;
  border-radius: 12px;
  background: #f7f8fa;
}
.blogs-events .blog-item .media img {
  transition: transform 0.35s ease;
}
.blogs-events .blog-item .media:hover img, .blogs-events .blog-item .media:focus-visible img {
  transform: scale(1.04);
}
.blogs-events .blog-item .blog-date {
  flex: 0 0 58px;
  min-width: 58px;
  height: 76px;
  border-color: rgba(200, 156, 54, 0.25);
}
.blogs-events .blog-item .blog-date span,
.blogs-events .blog-item .blog-date strong {
  color: #c89c36;
  font-weight: 800;
}
.blogs-events .blog-item .blog-date span {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.blogs-events .blog-item .blog-date strong {
  font-size: 1.65rem;
  line-height: 1;
}
.blogs-events .blog-item .content p {
  margin-bottom: 12px;
}
.blogs-events .no-posts {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .blogs-events .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blogs-events .card-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .blogs-events .event-item,
  .blogs-events .blog-item {
    gap: 14px;
  }
  .blogs-events .blog-item {
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: start;
  }
  .blogs-events .blog-item .media {
    grid-row: span 2;
    flex-basis: auto;
    width: 92px;
    height: 92px;
  }
  .blogs-events .blog-item .blog-date {
    display: none;
  }
  .blogs-events .event-item .date-box {
    min-width: 72px;
    height: 82px;
  }
  .blogs-events .event-item .date-box strong {
    font-size: 1.7rem;
  }
}

.contact-section {
  padding: clamp(50px, 7vw, 90px) 0;
}
.contact-section .container {
  width: min(1400px, 92%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.contact-section .contact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .contact-section .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .contact-section .contact-cards {
    grid-template-columns: 1fr;
  }
}
.contact-section .contact-card {
  background: #eef7fc;
  border-radius: 28px;
  padding: 40px 20px;
  text-align: center;
}
.contact-section .contact-card p {
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 0;
}
.contact-section .contact-card__icon {
  width: 65px;
  height: 65px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #0db5d5;
  color: white;
  font-size: 28px;
}
.contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 992px) {
  .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-section .contact-form {
  background: #061b54;
  color: white;
  padding: 45px;
  border-radius: 30px;
}
.contact-section .contact-form h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.contact-section .contact-form p {
  line-height: 1.7;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  width: 100%;
  background: white;
  border: none;
  padding: 18px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.contact-section .contact-form textarea {
  min-height: 120px;
}
.contact-section .contact-form input[type=submit] {
  background: #08b6da;
  color: white;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.contact-section .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}

.contact-section {
  padding: 100px 0;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  background: #071c5b;
  color: #fff;
  padding: 50px;
  border-radius: 28px;
}
.contact-form h2 {
  font-size: 52px;
  margin-bottom: 25px;
}
.contact-form p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.wpcf7 .form-control {
  width: 100%;
  height: 68px;
  padding: 0 24px;
  border-radius: 10px;
  border: 3px solid #7d5d33;
  font-size: 18px;
  margin-bottom: 22px;
  outline: none;
}
.wpcf7 textarea {
  height: 170px;
  resize: none;
  padding: 20px;
}

.contact-btn {
  width: 100%;
  height: 70px;
  background: #14c0df;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.contact-btn:hover {
  background: #00a9c7;
}

.wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 30px 0;
}
.wpcf7-acceptance input {
  margin-top: 6px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.privacy-links {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
}
.privacy-links a {
  color: #1fc7f2;
  text-decoration: none;
}
.privacy-links a:hover {
  text-decoration: underline;
}

.contact-map {
  height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 700px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .contact-form {
    padding: 35px;
  }
  .contact-map iframe {
    height: 450px;
  }
}
.features-bar {
  padding: 60px 0;
  background: #f7f8fa;
}
.features-bar .container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.03);
}
.features-bar .feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 36px 32px;
  border-right: 1px solid #edf0f4;
  transition: 0.3s ease;
}
.features-bar .feature-item:last-child {
  border-right: none;
}
.features-bar .feature-item:hover {
  background: #fafbfc;
}
.features-bar .feature-item:hover img {
  transform: scale(1.08);
}
.features-bar .feature-item img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: 0.3s;
}
.features-bar .feature-item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1b2b4d;
  line-height: 1.25;
}
.features-bar .feature-item p {
  margin-top: 6px;
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .features-bar .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-bar .feature-item {
    border-right: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
  }
  .features-bar .feature-item:nth-child(even) {
    border-right: none;
  }
  .features-bar .feature-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .features-bar {
    padding: 40px 20px;
  }
  .features-bar .container {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  .features-bar .feature-item {
    border-right: none;
    border-bottom: 1px solid #edf0f4;
    padding: 24px;
  }
  .features-bar .feature-item:last-child {
    border-bottom: none;
  }
}
/* ==========================================================
   Health Journey CTA
========================================================== */
.health-journey {
  position: relative;
  padding: 120px 0;
  background: #eef5fb;
  overflow: hidden;
  /* Dark Blue Panel */
}
.health-journey::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 120px;
  background: #17396C;
  z-index: 0;
}
.health-journey .container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================
   Layout
========================================================== */
.health-journey__wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
  position: relative;
}

/* ==========================================================
   Left Content
========================================================== */
.health-journey__content {
  color: #fff;
  padding: 80px 0;
}

.health-journey__subtitle {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  color: #9EE9F5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.health-journey__title {
  margin: 0 0 25px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.health-journey__text {
  max-width: 560px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.9;
}

.health-journey__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  background: #fff;
  color: #17396C;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}
.health-journey__button:hover {
  background: #19B7CA;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ==========================================================
   Slider
========================================================== */
.health-journey__slider {
  position: relative;
  z-index: 5;
}

.healthJourneySlider {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.healthJourneySlider img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
}

/* ==========================================================
   Swiper Navigation
========================================================== */
.healthJourneySlider .swiper-button-next,
.healthJourneySlider .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #17396C;
  transition: 0.3s;
}
.healthJourneySlider .swiper-button-next::after,
.healthJourneySlider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.healthJourneySlider .swiper-button-next:hover,
.healthJourneySlider .swiper-button-prev:hover {
  background: #19B7CA;
  color: #fff;
}
.healthJourneySlider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
}
.healthJourneySlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #19B7CA;
}

/* ==========================================================
   Floating Effect
========================================================== */
.healthJourneySlider {
  transform: translateY(-60px);
}

/* ==========================================================
   Animation
========================================================== */
.health-journey__content,
.healthJourneySlider {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s ease;
}

.health-journey.animate .health-journey__content,
.health-journey.animate .healthJourneySlider {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   Tablet
========================================================== */
@media (max-width: 992px) {
  .health-journey {
    padding: 90px 0;
  }
  .health-journey::before {
    top: 80px;
    bottom: 80px;
  }
  .health-journey__wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .health-journey__content {
    padding: 40px 0 0;
    text-align: center;
  }
  .health-journey__text {
    margin: 0 auto 35px;
  }
  .healthJourneySlider {
    margin: 0 auto;
    transform: none;
  }
}
/* ==========================================================
   Mobile
========================================================== */
@media (max-width: 576px) {
  .health-journey {
    padding: 70px 0;
  }
  .health-journey__title {
    font-size: 34px;
  }
  .health-journey__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .healthJourneySlider {
    max-width: 100%;
  }
  .healthJourneySlider img {
    height: 420px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 80px;
  background: rgba(8, 29, 55, 0.45);
  backdrop-filter: blur(12px);
  transition: padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo img {
  width: 50px;
}
.logo .logo-text {
  display: flex;
  flex-direction: column;
}
.logo .logo-text h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.logo .logo-text span {
  letter-spacing: 3px;
}
.logo .logo-main {
  font-size: 1rem;
  font-weight: 700;
}
.logo .logo-main .gentle, .logo .logo-main .angles {
  color: #faf0ca;
}
.logo .logo-sub {
  color: rgba(250, 240, 202, 0.85);
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.logo {
  /* Lines before/after "Home Care" */
}
.logo .logo-sub::before,
.logo .logo-sub::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #002d62;
}
.logo .logo-sub-wrap {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
.logo .logo-sub-wrap::before, .logo .logo-sub-wrap::after {
  flex: 1;
  border-bottom: 2px solid #ccc;
  content: "";
}
.logo .logo-sub-wrap::before {
  margin-right: 5px;
}
.logo .logo-sub-wrap::after {
  margin-left: 5px;
}
.logo .logo-sub {
  white-space: nowrap;
}

.logo-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.logo-link:hover, .logo-link:focus, .logo-link:visited {
  color: inherit;
  text-decoration: none;
}

.nav-links,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links li,
.nav-links .menu-item,
.nav-links .menu-item-has-children,
.sub-menu li,
.sub-menu .menu-item,
.sub-menu .menu-item-has-children {
  list-style: none;
}
.nav-links li::marker,
.nav-links .menu-item::marker,
.nav-links .menu-item-has-children::marker,
.sub-menu li::marker,
.sub-menu .menu-item::marker,
.sub-menu .menu-item-has-children::marker {
  content: "";
}

.nav-links {
  display: flex;
  gap: 38px;
}
.nav-links li,
.nav-links .menu-item,
.nav-links .menu-item-has-children {
  position: relative;
}
.nav-links a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.nav-links a::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #d8a33c;
  content: "";
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.nav-links a:hover {
  color: #d8a33c;
}
.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  padding: 0.5rem 0;
  background: rgba(0, 27, 77, 0.98);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  visibility: hidden;
}
.sub-menu li,
.sub-menu .menu-item {
  width: 100%;
}
.sub-menu a {
  display: block;
  padding: 0.75rem 1.5rem;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 400;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
}
.sub-menu a::after {
  display: none;
}
.sub-menu a:hover {
  padding-left: 1.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-left-color: #d8a33c;
  color: #fff;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  padding-right: 2rem;
}
.menu-item-has-children > a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-color: currentColor transparent transparent;
  border-style: solid;
  border-width: 0.35rem 0.3rem 0;
  content: "";
  opacity: 0.7;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.menu-item-has-children:hover > a::before, .menu-item-has-children:focus-within > a::before {
  transform: translateY(-50%) rotate(180deg);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-actions a {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.nav-actions .phone-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 40px;
  color: #fff;
}
.nav-actions .phone-btn:hover {
  background: #fff;
  color: #001b4d;
}
.nav-actions .book-btn {
  padding: 14px 28px;
  border-radius: 40px;
  background: #d8a33c;
  box-shadow: 0 15px 35px rgba(216, 163, 60, 0.35);
  color: #111;
  font-weight: 600;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.nav-actions .book-btn:hover {
  box-shadow: 0 25px 45px rgba(216, 163, 60, 0.45);
  transform: translateY(-4px);
}

.menu-toggle {
  display: none;
  z-index: 1001;
  padding: 0.5rem;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  transition: color 0.3s ease;
}
.menu-toggle:hover {
  color: #d8a33c;
}
.menu-toggle:focus-visible {
  border-radius: 4px;
  outline: 2px solid #d8a33c;
  outline-offset: 2px;
}

.mobile-overlay {
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}
.mobile-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.mobile-overlay[hidden] {
  display: none;
}

body.menu-is-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .navbar {
    padding: 18px 24px;
  }
  .menu-toggle {
    display: block;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    flex-direction: column;
    gap: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    padding: 100px 0 2rem;
    background: rgba(0, 27, 77, 0.98);
    backdrop-filter: blur(20px);
    overflow-y: auto;
    transition: right 0.35s ease;
  }
  .nav-links.is-active {
    right: 0;
  }
  .nav-links li,
  .nav-links .menu-item,
  .nav-links .menu-item-has-children {
    width: 100%;
  }
  .nav-links a {
    display: block;
    padding: 18px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-links a::after {
    display: none;
  }
  .nav-links .sub-menu {
    position: static;
    display: none;
    min-width: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }
  .nav-links .sub-menu.is-active {
    display: block;
  }
  .nav-links .sub-menu a {
    padding-left: 3rem;
    font-size: 0.9rem;
  }
  .menu-item-has-children > a {
    padding-right: 4rem;
  }
  .menu-item-has-children > a::before {
    right: 30px;
    display: block;
    border-width: 0.4rem 0.35rem 0;
    color: #fff;
  }
  .menu-item-has-children.sub-menu-open > a::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 54px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .dropdown-toggle::after {
    width: 0;
    height: 0;
    border-color: currentColor transparent transparent;
    border-style: solid;
    border-width: 0.4rem 0.35rem 0;
    content: "";
    transition: transform 0.3s ease;
  }
  .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .nav-actions {
    display: flex; /* Changed from none to flex */
    flex-direction: column;
  }
  .nav-actions .phone-btn {
    display: none; /* Only phone hidden */
  }
  .logo {
    order: 1;
  }
  .nav-actions {
    order: 2;
    display: flex;
    margin-left: auto;
    font-size: 0.85rem;
  }
  .nav-actions .phone-btn {
    display: none;
  }
  .menu-toggle {
    order: 3;
    display: block;
  }
  .logo-text span {
    font-size: 0.85rem;
  }
}
/* ==========================================================
   Services Grid
========================================================== */
.services-grid {
  padding: 100px 0;
  background: #F7FAFC;
}
.services-grid .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ==========================================
   Section Heading
========================================== */
.section-heading {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}
.section-heading .section-subtitle {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  background: rgba(24, 82, 170, 0.08);
  color: #1852AA;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-heading .section-title {
  margin-bottom: 22px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #12284C;
}
.section-heading .section-title span {
  color: #18B6C9;
}
.section-heading .section-description {
  font-size: 18px;
  line-height: 1.8;
  color: #67758D;
}

/* ==========================================
   Grid
========================================== */
.services-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* ==========================================
   Card
========================================== */
.service-card {
  display: flex;
  flex-direction: column;
  padding: 38px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(22, 34, 61, 0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(22, 34, 61, 0.12);
}
.service-card:hover .service-card__icon {
  transform: scale(1.08);
}
.service-card:hover .service-card__button {
  background: #18B6C9;
  color: #fff;
  transform: translateX(6px);
}

/* ==========================================
   Icon
========================================== */
.service-card__icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #1852AA, #18B6C9);
  transition: 0.35s;
}
.service-card__icon img {
  width: 42px;
  height: 42px;
}

/* ==========================================
   Content
========================================== */
.service-card__content {
  flex: 1;
}
.service-card__content h3 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #12284C;
}
.service-card__content p {
  color: #67758D;
  line-height: 1.8;
  font-size: 16px;
}

/* ==========================================
   Footer
========================================== */
.service-card__footer {
  margin-top: 35px;
}

/* ==========================================
   Arrow Button
========================================== */
.service-card__button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EEF6FA;
  color: #18B6C9;
  transition: 0.3s;
  text-decoration: none;
}
.service-card__button svg {
  transition: 0.3s;
}
.service-card__button:hover svg {
  transform: translateX(3px);
}

/* ==========================================
   Decorative Accent
========================================== */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1852AA, #18B6C9);
}

/* ==========================================
   Tablet
========================================== */
@media (max-width: 1199px) {
  .services-grid {
    padding: 80px 0;
  }
  .services-grid__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ==========================================
   Mobile
========================================== */
@media (max-width: 767px) {
  .services-grid {
    padding: 60px 0;
  }
  .section-heading {
    margin-bottom: 45px;
  }
  .section-heading .section-title {
    font-size: 34px;
  }
  .section-heading .section-description {
    font-size: 16px;
  }
  .services-grid__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-card {
    padding: 30px;
  }
  .service-card__icon {
    width: 68px;
    height: 68px;
  }
  .service-card__icon img {
    width: 34px;
    height: 34px;
  }
  .service-card__content h3 {
    font-size: 22px;
  }
}
/* ==========================================
   Scroll Animation
========================================== */
.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(18, 40, 76, 0.12);
}
.service-card:hover .service-card__icon {
  transform: rotate(-5deg) scale(1.08);
}
.service-card:hover .service-card__button {
  background: #18B6C9;
  color: #fff;
}
.service-card:hover .service-card__button svg {
  transform: translateX(4px);
}

.stay-connected__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: 70px 12%;
  border-radius: 25px 25px 0 0;
  background: linear-gradient(90deg, #001b4d, #003f88, #001b4d);
}
.stay-connected__container::before, .stay-connected__container::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.stay-connected__container::before {
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.04);
}
.stay-connected__container::after {
  top: -80px;
  right: 120px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.03);
}
.stay-connected__content {
  position: relative;
  z-index: 2;
  max-width: 450px;
}
.stay-connected__content h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.5rem;
}
.stay-connected__content p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}
.stay-connected__form {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  max-width: 600px;
}
.stay-connected__form input,
.stay-connected__form button {
  height: 58px;
}
.stay-connected__form input {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.stay-connected__form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.stay-connected__form button {
  padding: 0 35px;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: #d8a33c;
  color: #111;
  cursor: pointer;
  font-weight: 700;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.stay-connected__form button:hover {
  transform: translateY(-2px);
}
.stay-connected__form button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.stay-connected__tower {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 200px;
  max-width: 220px;
  opacity: 0.35;
  filter: contrast(1.05) brightness(1.05);
  mix-blend-mode: normal;
  pointer-events: none;
}
.stay-connected__tower img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
}

@media (max-width: 992px) {
  .stay-connected__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;
  }
  .stay-connected__content, .stay-connected__form {
    width: 100%;
  }
  .stay-connected__tower {
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    max-width: none;
    opacity: 0.42;
  }
  .stay-connected__tower img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  .stay-connected__container {
    gap: 28px;
  }
  .stay-connected__form input,
  .stay-connected__form button {
    height: 64px;
    font-size: 1rem;
  }
  .stay-connected__form input {
    padding-inline: 16px;
  }
  .stay-connected__form button {
    padding-inline: 24px;
  }
  .stay-connected__tower {
    width: 46%;
    opacity: 0.42;
  }
}
@media (max-width: 480px) {
  .stay-connected__form input {
    font-size: 1.1rem;
  }
  .stay-connected__tower {
    width: 46%;
  }
}
.service-slider {
  position: relative;
  padding: 0 45px;
  top: 10px;
  height: 200px;
}
.service-slider .swiper-slide {
  width: 170px;
}
.service-slider .swiper-slide a {
  display: block;
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}
.service-slider .swiper-slide a:hover {
  transform: translateY(-4px);
}
.service-slider .swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.service-slider .swiper-slide span {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.service-slider .swiper-button-next,
.service-slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.service-slider .swiper-button-next:after,
.service-slider .swiper-button-prev:after {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.service-slider .swiper-button-prev {
  left: 0;
}
.service-slider .swiper-button-next {
  right: 0;
}

@media (max-width: 991px) {
  .service-slider {
    padding: 0 20px;
  }
  .service-slider .swiper-slide {
    width: 150px;
  }
  .service-slider .swiper-slide img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .service-slider .swiper-slide {
    width: 130px;
  }
  .service-slider .swiper-slide img {
    height: 115px;
  }
  .service-slider .swiper-slide span {
    font-size: 14px;
  }
}
/* ==========================================================
   TEAM SECTION
========================================================== */
.team-section {
  padding: 100px 0;
  background: #ffffff;
}
.team-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================
   SECTION HEADING
========================================================== */
.section-heading {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}

.section-subtitle {
  display: inline-block;
  padding: 10px 22px;
  margin-bottom: 20px;
  background: #eef5fb;
  color: #17396C;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.15;
  color: #111;
}
.section-title span {
  color: #19B7CA;
}

.section-description {
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

/* ==========================================================
   GRID
========================================================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* ==========================================================
   CARD
========================================================== */
.team-card {
  text-align: center;
  transition: 0.35s ease;
}
.team-card:hover {
  transform: translateY(-10px);
}

/* ==========================================================
   IMAGE
========================================================== */
.team-card__image {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto 35px;
  background: #0f2b66;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.team-card__image img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  transition: 0.5s ease;
  z-index: 2;
  position: relative;
}
.team-card__image:hover img {
  transform: scale(1.05);
}

/* ==========================================================
   OVERLAY
========================================================== */
.team-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 43, 102, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  opacity: 0;
  transition: 0.35s ease;
  z-index: 3;
}

.team-card:hover .team-card__overlay {
  opacity: 1;
}

.team-card__overlay a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #19B7CA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}
.team-card__overlay a svg {
  width: 20px;
  height: 20px;
}
.team-card__overlay a:hover {
  background: #fff;
  color: #17396C;
  transform: scale(1.1);
}

/* ==========================================================
   CONTENT
========================================================== */
.team-card__content h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #123b52;
}
.team-card__content span {
  display: block;
  font-size: 20px;
  color: #555;
}

/* ==========================================================
   ANIMATION
========================================================== */
.team-card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.team-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   TABLET
========================================================== */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
  .team-card__image {
    width: 300px;
    height: 300px;
  }
  .team-card__content h3 {
    font-size: 26px;
  }
}
/* ==========================================================
   MOBILE
========================================================== */
@media (max-width: 768px) {
  .team-section {
    padding: 80px 0;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .team-card__image {
    width: 260px;
    height: 260px;
  }
  .section-title {
    font-size: 42px;
  }
  .section-description {
    font-size: 16px;
  }
  .team-card__content h3 {
    font-size: 24px;
  }
  .team-card__content span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .team-card__image {
    width: 220px;
    height: 220px;
  }
}
/* ==========================================================
   PRICING SECTION
========================================================== */
.pricing-section {
  padding: 100px 0;
  background: #ffffff;
}
.pricing-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================
   SECTION HEADER
========================================================== */
.pricing-section .section-heading {
  max-width: 850px;
  margin: 0 auto 70px;
  text-align: center;
}
.pricing-section .section-subtitle {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 24px;
  border-radius: 50px;
  background: #eef5fb;
  color: #17396C;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pricing-section .section-title {
  margin-bottom: 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.15;
  font-weight: 700;
  color: #111;
}
.pricing-section .section-title span {
  color: #19B7CA;
}
.pricing-section .section-description {
  max-width: 720px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

/* ==========================================================
   PRICING CARD
========================================================== */
.pricing-card {
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 70px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* ==========================================================
   HEADER
========================================================== */
.pricing-card__header {
  text-align: center;
}

.pricing-plan {
  font-size: 34px;
  font-weight: 700;
  color: #17396C;
  margin-bottom: 25px;
}

/* ==========================================================
   PRICE
========================================================== */
.pricing-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pricing-price .currency {
  font-size: 46px;
  font-weight: 700;
  margin-top: 10px;
}
.pricing-price .amount {
  font-size: 90px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.pricing-period {
  color: #666;
  font-size: 22px;
  margin-bottom: 40px;
}

/* ==========================================================
   BUTTON
========================================================== */
.pricing-button {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  background: #19B7CA;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.pricing-button:hover {
  background: #17396C;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 57, 108, 0.25);
}

/* ==========================================================
   DIVIDER
========================================================== */
.pricing-divider {
  margin: 60px auto;
  width: 120px;
  height: 2px;
  background: #e5e5e5;
}

/* ==========================================================
   FEATURES
========================================================== */
.pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  font-size: 20px;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.3s;
}
.pricing-features li:last-child {
  border-bottom: none;
}
.pricing-features li:hover {
  padding-left: 10px;
}

/* ==========================================================
   ICON
========================================================== */
.feature-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.feature-text {
  line-height: 1.6;
}

/* ==========================================================
   ANIMATION
========================================================== */
.pricing-card {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.pricing-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   TABLET
========================================================== */
@media (max-width: 991px) {
  .pricing-card {
    padding: 50px 35px;
  }
  .pricing-plan {
    font-size: 28px;
  }
  .pricing-price .amount {
    font-size: 72px;
  }
}
/* ==========================================================
   MOBILE
========================================================== */
@media (max-width: 768px) {
  .pricing-section {
    padding: 80px 0;
  }
  .pricing-card {
    padding: 40px 25px;
    border-radius: 20px;
  }
  .section-title {
    font-size: 42px;
  }
  .section-description {
    font-size: 16px;
  }
  .pricing-price .currency {
    font-size: 34px;
  }
  .pricing-price .amount {
    font-size: 60px;
  }
  .pricing-period {
    font-size: 18px;
  }
  .pricing-features li {
    font-size: 17px;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .pricing-button {
    width: 100%;
  }
  .pricing-price .amount {
    font-size: 52px;
  }
}
.why-choose-us {
  padding: 100px 0;
  background: #fff;
}
.why-choose-us .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.why-card {
  background: #17396C;
  color: #fff;
  border-radius: 24px;
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.35s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.why-card:hover {
  transform: translateY(-10px);
  background: #0E2D5A;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.16);
}
.why-card:hover .why-card__icon {
  transform: scale(1.1);
}

.why-card__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18B6C9, #29D5E8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: 0.35s;
}
.why-card__icon svg {
  color: #fff;
}

.why-card h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.why-card p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

@media (max-width: 1199px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .why-choose-us {
    padding: 70px 0;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-card {
    padding: 35px 25px;
  }
  .why-card h3 {
    font-size: 24px;
  }
}
.why-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s;
}

.why-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.35s;
}

.why-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
   CTA BANNER
========================================================== */
.cta-banner {
  position: relative;
  background: #001b4d;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 27, 77, 0.68);
  backdrop-filter: blur(2px);
  z-index: 1;
}
.cta-banner .container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
  width: 100%;
}

/* ==========================================================
   CONTENT
========================================================== */
.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.cta-text {
  flex: 0 0 52%;
  max-width: 620px;
}

.cta-text h2 {
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.15;
  font-weight: 700;
}

/* ==========================================================
   BUTTON
========================================================== */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  border-radius: 60px;
  background: #19B7CA;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.35s ease;
  box-shadow: 0 12px 35px rgba(25, 183, 202, 0.35);
}
.cta-button:hover {
  background: #fff;
  color: #17396C;
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* ==========================================================
   IMAGE
========================================================== */
.cta-image {
  flex: 0 0 45%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.cta-image img {
  width: 100%;
  max-width: 540px;
  display: block;
  transform: translateY(30px);
  animation: floatTeam 5s ease-in-out infinite;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.25));
}

/* ==========================================================
   FLOAT ANIMATION
========================================================== */
@keyframes floatTeam {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(30px);
  }
}
/* ==========================================================
   ENTRANCE ANIMATION
========================================================== */
.cta-text,
.cta-image {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cta-banner.visible .cta-text {
  opacity: 1;
  transform: translateY(0);
}

.cta-banner.visible .cta-image {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

/* ==========================================================
   TABLET
========================================================== */
@media (max-width: 992px) {
  .cta-banner {
    min-height: auto;
    padding: 90px 0;
  }
  .cta-content {
    flex-direction: column;
    text-align: center;
  }
  .cta-text {
    max-width: 700px;
  }
  .cta-image {
    justify-content: center;
  }
  .cta-image img {
    max-width: 460px;
    transform: none;
  }
}
/* ==========================================================
   MOBILE
========================================================== */
@media (max-width: 768px) {
  .cta-banner {
    padding: 80px 0 40px;
  }
  .cta-text h2 {
    font-size: 42px;
  }
  .cta-button {
    width: 100%;
    max-width: 320px;
  }
  .cta-image {
    margin-top: 40px;
  }
  .cta-image img {
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .cta-text h2 {
    font-size: 34px;
    line-height: 1.25;
  }
  .cta-button {
    font-size: 16px;
    padding: 16px 30px;
  }
  .cta-image img {
    max-width: 260px;
  }
}
.about-story {
  padding: 90px 0;
  background: #ffffff;
  color: #101828;
}
.about-story__container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}
.about-story__header {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}
.about-story__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #16b9d4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-story__title {
  margin: 0;
  color: #06235c;
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}
.about-story__content {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  text-align: justify;
  gap: 26px;
  font-size: clamp(18px, 1.45vw, 25px);
  line-height: 1.65;
}
.about-story__content p {
  margin: 0;
}
.about-story__content strong {
  color: #06235c;
  font-weight: 800;
}

@media (max-width: 768px) {
  .about-story {
    padding: 64px 0;
  }
  .about-story__container {
    width: min(100% - 30px, 1280px);
  }
  .about-story__header {
    margin-bottom: 30px;
    text-align: left;
  }
  .about-story__content {
    gap: 22px;
    font-size: 17px;
    line-height: 1.7;
  }
}
.blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.blog-card__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.blog-card__content {
  padding: 28px;
}
.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-card__category {
  background: #18b7da;
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
}
.blog-card__date {
  color: #b78b3d;
  font-weight: 600;
  font-size: 0.9rem;
}
.blog-card h2,
.blog-card h3 {
  margin-bottom: 16px;
  color: #102b63;
}
.blog-card h2 a,
.blog-card h3 a {
  color: inherit;
  text-decoration: none;
}
.blog-card p {
  color: #666;
  line-height: 1.8;
}
.blog-card__button {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #18b7da;
  font-weight: 700;
  text-decoration: none;
}
.blog-card__button:hover {
  color: #102b63;
}
.blog-card--featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 45% 55%;
}
.blog-card--featured .blog-card__image img {
  height: 100%;
  min-height: 420px;
}
.blog-card--featured .blog-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.blog-card--featured h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}
.blog-card--featured p {
  font-size: 1.05rem;
}
@media (max-width: 991px) {
  .blog-card--featured {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }
  .blog-card--featured .blog-card__image img {
    min-height: 280px;
  }
}

.blog-pagination {
  margin-top: 60px;
  text-align: center;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border-radius: 12px;
  background: #fff;
  color: #102b63;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease;
}
.blog-pagination .page-numbers:hover, .blog-pagination .page-numbers.current {
  background: #18b7da;
  color: #fff;
}

.faqs-section {
  padding: 80px 0;
  background: #ffffff;
}
.faqs-section__container {
  width: min(100% - 48px, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 42px;
  align-items: start;
}
.faqs-section__media {
  position: sticky;
  top: 32px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 520px;
  background: #e9eef6;
}
.faqs-section__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.faqs-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faqs-accordion__item {
  border: 2px solid #06235c;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.faqs-accordion__item.is-active .faqs-accordion__button {
  background: #06235c;
  color: #ffffff;
}
.faqs-accordion__item.is-active .faqs-accordion__icon {
  transform: rotate(0deg);
}
.faqs-accordion__item:not(.is-active) .faqs-accordion__icon {
  transform: rotate(180deg);
}
.faqs-accordion__button {
  width: 100%;
  min-height: 76px;
  padding: 20px 24px;
  border: 0;
  background: #ffffff;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  transition: background-color 180ms ease, color 180ms ease;
}
.faqs-accordion__button:focus-visible {
  outline: 3px solid #17bdd6;
  outline-offset: -6px;
}
.faqs-accordion__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}
.faqs-accordion__panel {
  background: #ffffff;
}
.faqs-accordion__body {
  padding: 24px;
  color: #111827;
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .faqs-section {
    padding: 56px 0;
  }
  .faqs-section__container {
    grid-template-columns: 1fr;
  }
  .faqs-section__media {
    position: relative;
    top: auto;
    min-height: 360px;
  }
  .faqs-section__media img {
    min-height: 360px;
  }
}
@media (max-width: 640px) {
  .faqs-section__container {
    width: min(100% - 28px, 1480px);
    gap: 28px;
  }
  .faqs-section__media {
    min-height: 280px;
  }
  .faqs-section__media img {
    min-height: 280px;
  }
  .faqs-accordion {
    gap: 12px;
  }
  .faqs-accordion__button {
    min-height: 64px;
    padding: 16px 18px;
    font-size: 18px;
  }
  .faqs-accordion__body {
    padding: 18px;
    font-size: 16px;
  }
}
.site-footer {
  position: relative;
  overflow: hidden;
  background: #001b4d;
  color: #fff;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 3% 50px;
}
.site-footer .footer-column h4 {
  margin-bottom: 25px;
  color: #d8a33c;
  font-size: 1.2rem;
}
.site-footer .footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-column ul li {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-column ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-column ul a:hover {
  color: #d8a33c;
}
.site-footer .brand p {
  max-width: 350px;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-footer .footer-logo img {
  width: 40px;
  height: 50px;
}
.site-footer .footer-logo h3 {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}
.site-footer .footer-logo span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-footer .social-links {
  display: flex;
  gap: 12px;
}
.site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.site-footer .social-links a:hover {
  background: #d8a33c;
  color: #001b4d;
}
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 12%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-bottom-links {
  display: flex;
  gap: 25px;
}
.site-footer .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom-links a:hover {
  color: #d8a33c;
}
.site-footer .footer-bottom-links a.active {
  text-decoration: underline;
  text-decoration-color: #d8a33c;
}
.site-footer .footer-bottom .developer {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .developer:hover {
  color: #d8a33c;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-email:hover {
  color: #d8a33c;
}
.contact-email i {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer .footer-bottom {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    padding: 50px 30px;
  }
  .site-footer .brand {
    grid-column: 1/-1;
  }
  .site-footer .footer-column {
    padding: 0;
  }
  .site-footer .footer-column p {
    width: 100%;
  }
  .site-footer .footer-column:last-child {
    grid-column: 1/-1;
  }
  .site-footer .footer-column:last-child a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.6;
  }
  .site-footer .footer-column:last-child i {
    flex: 0 0 1rem;
    margin-top: 0.3em;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 15px;
    padding: 25px 30px;
    text-align: center;
  }
  .site-footer .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.top-bar {
  position: relative;
  z-index: 20;
  background: rgba(0, 27, 77, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.875rem;
}
.top-bar__container {
  width: min(1400px, 92%);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.top-bar__phone, .top-bar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-bar a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}
.top-bar a:hover, .top-bar a:focus-visible {
  color: #d8a33c;
}
.top-bar__phone i {
  color: #d8a33c;
  font-size: 0.85rem;
}
.top-bar__signup {
  color: #d8a33c;
}
.top-bar__divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.28);
}

.error-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background: #f7f8fa;
}
.error-page .container {
  max-width: 700px;
  margin: auto;
}
.error-page .error-code {
  display: block;
  font-size: clamp(6rem, 15vw, 10rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(216, 163, 60, 0.85);
  margin-bottom: 20px;
}
.error-page h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #0d2c54;
  margin-bottom: 20px;
}
.error-page p {
  color: #555;
  line-height: 1.8;
  font-size: 1.1rem;
  max-width: 550px;
  margin: 0 auto 35px;
}
.error-page .error-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.error-page .btn-secondary {
  padding: 14px 30px;
  border: 1px solid #0d2c54;
  border-radius: 8px;
  color: #0d2c54;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}
.error-page .btn-secondary:hover {
  background: #0d2c54;
  color: #fff;
}

.blog-hero {
  background: linear-gradient(135deg, #102b63, #061b54);
  color: #fff;
  padding: 90px 0;
  text-align: center;
}
.blog-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
}
.blog-hero p {
  font-size: 1.125rem;
  opacity: 0.9;
}

.blog-page {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #f7fafc;
}
.blog-page .container {
  width: min(1400px, 92%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.blog-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}

.single-post {
  padding: 80px 0;
  background: #f7fafc;
}
.single-post .container {
  max-width: 900px;
}
.single-post article {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.single-post__thumbnail img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.single-post__content {
  padding: 50px;
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 30px;
  font-size: 0.95rem;
  color: #777;
}
.single-post__meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post h1 {
  color: #0d2c6c;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 30px;
}
.single-post h2,
.single-post h3,
.single-post h4 {
  color: #0d2c6c;
  margin-top: 45px;
  margin-bottom: 18px;
}
.single-post p {
  line-height: 1.9;
  color: #555;
  margin-bottom: 24px;
}
.single-post ul,
.single-post ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.single-post li {
  margin-bottom: 10px;
  line-height: 1.8;
}
.single-post blockquote {
  margin: 45px 0;
  padding: 30px;
  border-left: 6px solid #18b7da;
  background: #eef8fc;
  font-style: italic;
  border-radius: 10px;
}
.single-post img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.single-post figure {
  margin: 40px 0;
}
.single-post a {
  color: #18b7da;
  text-decoration: none;
  transition: 0.3s;
}
.single-post a:hover {
  color: #b78b3d;
}

/*# sourceMappingURL=index.css.map*/