:root {
  --emigro-green: #003f20;
  --emigro-red: #e22c22;
  --red-dark:#7f150f;
  --emigro-body: #3d3b3c;
  --emigro-nav-muted: #394144;
  --emigro-text-muted: #aaaaaa;
  --emigro-footer-dark: #1a1a1a;
  --emigro-radius-sm: 10px;
  --emigro-radius-md: 15px;
  --emigro-radius-lg: 20px;
  --emigro-radius-xl: 50px;
  --emigro-shadow-card: 0 4px 14px rgba(0, 0, 0, 0.12);
  --emigro-shadow-btn: 0 4px 4px rgba(0, 0, 0, 0.25);
}
body {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  color: #000;
  overflow-x: hidden;
}

a{
  text-decoration: none;
}


.font-raleway {
  font-family: "Raleway", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.text-emigro-green {
  color: var(--emigro-green) !important;
}

.text-emigro-red {
  color: var(--emigro-red) !important;
}

.text-emigro-body {
  color: var(--emigro-body) !important;
}

.bg-emigro-green {
  background-color: var(--emigro-green) !important;
}

.bg-emigro-red {
  background-color: var(--emigro-red) !important;
}

.page-content{
  min-height: 350px;
}

.page-content h1{
  color: var(--emigro-red);
}


.hero-section video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.overlay-home {
    position: absolute;
    background: linear-gradient(297deg, #b9b9b900, #0000008a);
    z-index: 2;
    inset: 0;
}

/* Decorative maple leaves (background) */
.leaf-bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  max-width: none;
}

.leaf-bg--about {
  width: min(90vw, 854px);
  height: auto;
  right: -15%;
  top: 10%;
  transform: rotate(-106deg);
}

.leaf-bg--testimonials {
  width: min(85vw, 800px);
  height: auto;
  left: -10%;
  bottom: -20%;
  transform: rotate(60deg);
  opacity: 0.25;
}

.section-inner {
  position: relative;
  z-index: 2;
}

.wrp-contact-banner {
  position: relative;
}

.wrp-contact-banner h1{
  font-size: 28px;
  color: var(--emigro-red);
}

.wrp-contact-banner h1 span{
  font-size: 60px;
  color: var(--emigro-red);
  font-weight: 700;
}
.wrp-contact-banner .img-contact{
  position: relative;
}
.wrp-contact-banner .img-contact img{
  width: 100%;
}

/* Header / navbar */
.site-header .navbar {
  min-height: 100px;
}

.site-header .nav-link  {
  font-weight: 700;
  font-size: 15px;
  color: var(--emigro-green) !important;
  padding: 0.5rem 0.65rem !important;
}

.link-menu{
  color: var(--emigro-green) !important;
}

.site-header .nav-link:hover {
  color: var(--emigro-red) !important;
}

.pf_page-wrapper {
      position: relative;
      overflow: hidden;
      margin: 0 auto;
      padding: 48px 40px 64px;
    }

    .pf_maple-bg {
      position: absolute;
      top: -40px;
      right: -60px;
      width: 340px;
      opacity: 0.07;
      pointer-events: none;
      z-index: 0;
    }

    .pf_maple-bg-bottom {
      position: absolute;
      bottom: -40px;
      right: -40px;
      width: 260px;
      opacity: 0.07;
      pointer-events: none;
      z-index: 0;
    }

    /* ── HEADER ── */
    .pf_header-block { position: relative; z-index: 1; margin-bottom: 32px; }
    

    .pf_header-block .pf_pre-title {
      font-size: 22px;
      font-weight: 400;
      color: var(--emigro-red);
      margin-bottom: 0;
      letter-spacing: 0.02em;
    }

    .pf_header-block h1 {
      font-size: clamp(52px, 8vw, 76px);
      font-weight: 900;
      color: #3D3B3C;
      line-height: 1;
      margin: 0 0 10px;
      letter-spacing: -1px;
    }
    
    @media (max-width: 640px) {
      .pf_header-block h1 {
      font-size: clamp(42px, 8vw, 76px);
      font-weight: 900;
      color: #3D3B3C;
      line-height: 1;
      margin: 0 0 10px;
      letter-spacing: -1px;
    }
    }

    .pf_header-underline {
      width: 80px;
      height: 4px;
      background: var(--emigro-red);
      border-radius: 2px;
    }

    /* ── INTRO TEXT ── */
    .pf_intro-section {
      position: relative;
      z-index: 1;
      margin-bottom: 36px;
    }

    .pf_intro-section p {
      margin-bottom: 10px;
      font-size: 14.5px;
      color: #333;
      max-width: 860px;
    }

    /* ── GREEN FEATURE CARDS ── */
    .pf_features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 52px;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 640px) {
      .pf_features-grid { grid-template-columns: 1fr; }
    }

    .pf_feature-card {
      background: var(--emigro-green);
      color: #fff;
      border-radius: 10px;
      padding: 22px 24px;
    }

    .pf_feature-card ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .pf_feature-card ul li {
      font-size: 13.5px;
      line-height: 1.55;
      margin-bottom: 6px;
      padding-left: 18px;
      position: relative;
    }

    .pf_feature-card ul li::before {
      content: '•';
      position: absolute;
      left: 4px;
      top: 0;
      color: #fff;
      font-size: 12px;
    }

    /* ── SECTION TITLES ── */
    .pf_section-title {
      font-size: 22px;
      font-weight: 700;
      color: var(--emigro-red);
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    /* ── FEE ITEMS GRID ── */
    .pf_fees-section {
      margin-bottom: 44px;
      position: relative;
      z-index: 1;
    }

    .pf_fees-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }

    @media (max-width: 640px) {
      .pf_fees-grid { grid-template-columns: 1fr; }
    }



    .pf_fee-item {
      border: 1.5px solid #ccc;
      border-radius: 50px;
      padding: 8px 22px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .pf_fee-item .pf_bullet {
      color: var(--text-dark);
      font-size: 16px;
      flex-shrink: 0;
    }

    .pf_fee-item .pf_fee-name {
      font-weight: 700;
      color: var(--emigro-green);
      flex: 1;
    }

    .pf_fee-item .pf_fee-amount {
      font-weight: 700;
      color: var(--emigro-green);
      white-space: nowrap;
      margin-left: auto;
      padding-left: 8px;
    }

    /* Full-width fee item (odd item in a 2-col grid) */
    .pf_fee-item.pf_full-width {
      grid-column: 1 / -1;
      max-width: calc(50% - 6px);
    }

    @media (max-width: 640px) {
      .pf_fee-item.pf_full-width { max-width: 100%; grid-column: auto; }
    }

    /* Case-by-case items */
    .pf_case-item {
      border: var(--card-border);
      border-radius: var(--border-radius);
      padding: 13px 22px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .pf_case-item .pf_bullet { color: var(--text-dark); font-size: 16px; flex-shrink: 0; }
    .pf_case-item .pf_fee-name { font-weight: 700; color: var(--text-dark); }

@media (min-width: 992px) {
  .site-header .navbar-inner-static-lg {
    position: static;
  }

  .site-header #mainNav {
    overflow: visible;
  }

  .site-header .services-mega.dropdown {
    position: static !important;
  }
}

.social-home{
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  margin-top: 45px;
  gap: 20px;
}
.social-home li img{
  width: 32px;
  height: 32px;
}

.container-social{
    display: flex;
    justify-content: center;
}

.book-appo h1{
  font-size: 24px;
  font-weight: 700;
 color: var(--emigro-red);
}

.cta-line_book{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.cta-line5,.cta-line6{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.cta-line7{
  font-size: 40px;
  font-weight: 700;
}

.book-appo .bottom-text{
  margin-top: 25px;
}

.book-appo .bottom-text p{
  text-align: center;
  max-width: 75%;
  margin:0 auto;
}

.ul-book ul li{
  color: var(--emigro-green);
  font-weight: 600;
}

.wrp-instructions ._num{
 position: absolute;
 left: 15px;
  top: 34px;
 font-size: 30px;
 font-weight: 700;
 color: var(--emigro-red);
}

.wrp-instructions h2{
  font-size: 24px;
  color: var(--emigro-green);
  font-weight: 700;
}

.instructions-2{
  margin-top: 85px;
}

.instructions-2 img{
  width: 100%;
  border-radius: 25px;
}
.instructions-2 .wrp-green{
  position: relative;
  background-color: var(--emigro-green);
  padding: 55px 74px;
  border-radius: 25px;
}

.instructions-2 .wrp-green ._numw{
      position: absolute;
    color: #fff;
    font-size: 53px;
    left: 33px;
    top: 32px;
}

.instructions-2 .wrp-green p{
  text-align: justify;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.text-dis img{
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.text-dis h3{
  color: var(--emigro-green);
  font-size: 28px;
}

.text-dis h3 span{
  font-size: 55px;
  font-weight: 700;
}

.text-dis hr{
  width: 175px;
  height: 9px;
  opacity: 1;
  background: var(--emigro-red);
  border-top: none;
}


/* Services mega-menu (click to open, matches submenu design) */
.services-mega.show > .nav-link.dropdown-toggle {
  color: var(--emigro-red) !important;
}

.services-mega .nav-link.dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.12em;
}

.site-header .mega-menu.dropdown-menu {
  margin-top: 0 !important;
  background: #fff;
  border-bottom: 1px solid rgba(0, 63, 32, 0.08) !important;
}


@media (min-width: 992px) {
  /* Full-bleed panel below navbar (containing block = .navbar.position-relative) */
  .site-header .mega-menu.dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
    top: 100% !important;
  }
}

.mega-menu__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--emigro-green);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.mega-menu__list {
  padding-left: 0;
}

.mega-menu__list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
}

.mega-menu__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--emigro-green);
}

.mega-menu__link {
  color: var(--emigro-green);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  display: inline-block;
}

.mega-menu__link:hover,
.mega-menu__link:focus {
  color: var(--emigro-red);
}

/* #services — acordeón horizontal (ref. acordeon.png) */
#services{
  height: 480px;
  margin-bottom: 80px;
}
#services .services-accordion__track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.65rem;
  height: 480px;
}

#services .services-accordion__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  max-width: 128px;
  min-height: min(72vw, 480px);
  border-radius: 14px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
  transition: flex 0.5s ease, max-width 0.5s ease, box-shadow 0.35s ease;
}

#services .services-accordion__panel:not(.is-active) {
  min-width: 184px;
}

#services .services-accordion__panel.is-active {
  flex: 5.5 1 0;
  max-width: none;
  min-width: 0;
  box-shadow: var(--emigro-shadow-card);
}

#services .services-accordion__peek {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: #111;
  border-radius: inherit;
  overflow: hidden;
  flex-shrink: 0;
}

#services .services-accordion__peek-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

#services .services-accordion__peek:hover .services-accordion__peek-img {
  transform: scale(1.04);
}

#services .services-accordion__peek-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.28) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

#services .services-accordion__peek-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 0.5rem 1.15rem;
  font-size: clamp(0.7rem, 1.1vw, 0.8125rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
  z-index: 1;
  pointer-events: none;
}

#services .services-accordion__peek-title--multiline {
  font-size: clamp(0.62rem, 1vw, 0.75rem);
  padding-bottom: 0.9rem;
}

#services .services-accordion__peek:focus-visible {
  outline: 3px solid var(--emigro-red);
  outline-offset: 2px;
}

#services .services-accordion__panel .services-accordion__peek {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#services .services-accordion__panel.is-active .services-accordion__peek {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

#services .services-accordion__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease 0.1s, visibility 0.45s ease 0.1s;
}

#services .services-accordion__panel.is-active .services-accordion__body {
  opacity: 1;
  visibility: visible;
}

#services .service-expand-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: min(72vw, 480px);
  height: 100%;
}

#services .service-expand-card__media {
  position: relative;
  flex: 1 1 56%;
  min-height: 180px;
  overflow: hidden;
  background: #e8e8e8;
}

#services .service-expand-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#services .service-expand-card__footer {
  flex: 0 0 auto;
  padding: 1.25rem 1.35rem 1.4rem;
  background: #fff;
}

#services .service-expand-card__heading {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--emigro-green);
  line-height: 1.25;
}

#services .service-expand-card__desc {
  font-size: 0.9375rem;
  color: var(--emigro-body);
  line-height: 1.55;
}

#services .service-expand-card__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin-top: 0.25rem;
}

.bars-home .bar1{
  position: relative;
 background-color: var(--emigro-red);
 width: 80%;
 height: 10px;
 border-top-right-radius: 12px;
 border-bottom-right-radius: 12px;
}
.bars-home .bar2{
  position: relative;
 background-color: var(--emigro-green);
 width: 85%;
 height: 19px;
 border-top-right-radius: 12px;
 border-bottom-right-radius: 12px;
}

.star-rating .fa-star{
 color: var(--emigro-red);
}

.site-footer .logo-footer{
  max-width: 100%;
}



@media (min-width: 768px) {
  #services .service-expand-card__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
  }

  #services .service-expand-card__desc {
    flex: 1 1 auto;
    max-width: 72%;
  }
}

@media (prefers-reduced-motion: reduce) {
  #services .services-accordion__panel,
  #services .services-accordion__peek-img {
    transition: none;
  }

  #services .services-accordion__peek:hover .services-accordion__peek-img {
    transform: none;
  }
}

@media (max-width: 991.98px) {
  #services .services-accordion__track {
    flex-direction: column;
    min-height: 0;
    gap: 0.75rem;
  }

  #services .services-accordion__panel {
    flex: none !important;
    width: 100%;
    max-width: none !important;
    min-height: 0;
  }

  #services .services-accordion__panel:not(.is-active) {
    min-height: 200px;
  }

  #services .services-accordion__panel.is-active {
    min-height: 0;
  }

  #services .services-accordion__peek {
    min-height: 200px;
  }

  #services .service-expand-card {
    min-height: 0;
  }

  #services .service-expand-card__media {
    min-height: 200px;
    flex: 0 0 auto;
    aspect-ratio: 16 / 10;
  }

  #services .service-expand-card__photo {
    height: 100%;
  }
}

.lang-switch {

  font-weight: 700;
  font-size: 16px;
  color: var(--emigro-nav-muted);
}

.lang-switch img {
  width: 28px;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.lang-switch a{
  color: var(--emigro-green);
}
.lang-switch a.active{
  color: var(--emigro-red);
}

.logo-header {
  height: 48px;
  width: auto;
}

/* Buttons */
.btn-emigro-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--emigro-red);
  --bs-btn-border-color: var(--emigro-red);
  --bs-btn-hover-bg: #c9281f;
  --bs-btn-hover-border-color: #c9281f;
  --bs-btn-active-bg: #b5241c;
  --bs-btn-active-border-color: #b5241c;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: var(--emigro-radius-sm);
  padding: 0.6rem 1.35rem;
  box-shadow: var(--emigro-shadow-btn);
}

.btn-emigro-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--emigro-green);
  --bs-btn-border-color: var(--emigro-green);
  --bs-btn-hover-bg: #002918;
  --bs-btn-hover-border-color: #002918;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: var(--emigro-radius-sm);
  padding: 0.6rem 1.35rem;
}

/* Hero */
.hero-section {
  border-radius: var(--emigro-radius-md);
  overflow: hidden;
  min-height: 320px;
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 590px;
  }
}

.hero-section .ratio {
  --bs-aspect-ratio: 56.25%;
}

@media (min-width: 992px) {
  .hero-section .ratio {
    --bs-aspect-ratio: 42%;
  }
}

.hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.hero-maple {
  width: 40px;
  height: auto;
  display: inline;
}

.hero-title-line1 {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  color: #fff;
}

.hero-title-line2 {
  font-size: clamp(1.75rem, 4vw, 2.8125rem);
  color: #fff;
  font-weight: 700;
}

.text-home {
  position: absolute;
  bottom: 148px;
  left: 78px;
  z-index: 3;
}

.text-home img.hero-maple,.text-home h1{
  display: inline;
}
.text-home h1{
  line-height: 0.8px;
 
}

.hero-section ._frame{
    position: absolute;
    left: 42px;
    bottom: -15px;
    z-index: 2;
    width: 370px;
}

.hero-section .btn-emigro-primary{
    position: absolute;
    left: 131px;
    bottom: 17px;
    z-index: 3;
    width: 198px;
}

/* Services */
.service-feature-img {
  border-radius: var(--emigro-radius-sm);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.service-card-tall {
  border-radius: var(--emigro-radius-sm);
  overflow: hidden;
  min-height: 280px;
  position: relative;
}

@media (min-width: 992px) {
  .service-card-tall {
    min-height: 520px;
  }
}

.service-card-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-tall .overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.service-card-tall .overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(55, 55, 55, 0) 40%,
    rgba(55, 55, 55, 0.45) 100%
  );
}

.service-card-tall .label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.25rem;
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.service-feature-title {
  font-weight: 700;
  font-size: clamp(1.35rem, 2vw, 1.875rem);
  color: var(--emigro-green);
}

.service-feature-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: var(--emigro-body);
}

/* About & Fees imagery */
.about-image-wrap,
.fees-image-wrap {
  border-radius: var(--emigro-radius-xl) 0 0 var(--emigro-radius-xl);
  overflow: hidden;
}

.about-image-wrap img,
.fees-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about-image-wrap img,
  .fees-image-wrap img {
    min-height: 539px;
  }
}

.about-hero-cutout {
  border-radius: var(--emigro-radius-lg);
  overflow: hidden;
}

@media (min-width: 992px) {
  .about-hero-cutout--sized {
    max-width: 85%;
  }
}

.about-hero-cutout img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center top;
}

/* Fees section — mirror asset to match Figma orientation */
.fees-image-flip .fees-img {
  transform: scaleX(-1);
}

.body-copy {
  font-size: 18px;
  line-height: 1.65;
  text-align: justify;
}

.fees-display {
  font-size: clamp(1rem, 5vw, 11rem);
  line-height: 0.9;
  font-weight: 700;
  color: var(--emigro-red);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

/* CTA banner */
.cta-banner {
  border-radius: var(--emigro-radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

.cta-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    184deg,
    rgba(0, 0, 0, 0) 3%,
    rgba(0, 0, 0, 0.75) 100%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
}

.cta-accent-bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  width: 180px;
  height: 24px;
  background: var(--emigro-red);
  border-radius: var(--emigro-radius-lg) 0 0 var(--emigro-radius-lg);
  z-index: 2;
}

.cta-bottom-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9px;
  width: min(90%, 1080px);
  background: var(--emigro-red);
  border-radius: 0 var(--emigro-radius-lg) var(--emigro-radius-lg) 0;
  z-index: 2;
}

.cta-bottom-accent::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  height: 23px;
  width: min(95%, 1118px);
  background: var(--emigro-green);
  border-radius: 0 var(--emigro-radius-lg) var(--emigro-radius-lg) 0;
  z-index: -1;
}

.cta-content {
  position: relative;
  z-index: 3;
}

.cta-line1 {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  color: #fff;
  font-weight: 400;
}

.cta-line2,
.cta-line3 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
}

/* Testimonials */
.testimonials-heading {
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.1875rem);
  color: var(--emigro-green);
  text-transform: uppercase;
}

.testimonial-card {
  border-radius: var(--emigro-radius-sm);
  box-shadow: var(--emigro-shadow-card);
  padding: 1.5rem 1.25rem 1.25rem;
  height: 100%;
  background: #fff;
}

.testimonial-card .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card .name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--emigro-green);
}

.testimonial-card .stars img {
  width: 16px;
  height: 16px;
}

.testimonial-card .quote {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
}

.carousel-control-testimonial {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: none;
  border: 0;
  filter: none;
}

.carousel-control-testimonial.carousel-control-prev {
  left: -12px;
}

.carousel-control-testimonial.carousel-control-next {
  right: -12px;
}

.carousel-control-testimonial img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .carousel-control-testimonial.carousel-control-prev {
    left: 0;
  }

  .carousel-control-testimonial.carousel-control-next {
    right: 0;
  }
}

/* Footer */
.site-footer {
  background-color: var(--emigro-footer-dark);
  color: #fff;
  position: relative;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--emigro-text-muted);
}

.site-footer .footer-link-list {
  font-family: "Calibri", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}

.site-footer .footer-meta {
  font-size: 18px;
  color: #d9d9d9;
}

.site-footer .newsletter-input {
  border-radius: 999px;
  border: none;
  padding: 0.65rem 3rem 0.65rem 1rem;
  max-width: 100%;
}

.site-footer .copyright-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 18px;
}



.form-wrapper {

  margin: 30px auto;
  background: var(--card-bg);
  border: 1px solid #ddd;
  padding: 32px 36px 40px;
}

.form-title {
  color: var(--emigro-red);
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--red);
}

.section-title {
  color: var(--emigro-red);
  font-weight: 700;
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  
}

.form-label {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  margin-bottom: 3px;
  display: block;
  text-transform: none;
  letter-spacing: 0.01em;
}

.form-control, .form-select {
  border: none;
  border-bottom: 1.5px solid #3D3B3C;
  border-radius: 0;
  background: #fff;
  padding: 4px 0;
  font-size: 13px;
  box-shadow: none;
  color: #222;
}

.btn-subs{
  background: #9f9f9f;
    color: #fff;
    font-size: 16px;
}

.about-text{
  position: relative;
  margin-top: 50px;
}
.about-text h2{
  color: var(--emigro-red);
  font-weight: 700;
}
.about-text hr{
  width: 250px;
  height: 7px;
  background: var(--emigro-green);
  opacity: 1;
}

.college-text .wrap--img{
  position: relative;
}

.college-text .wrap--img img{
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.college-text .wrap--img .bar-red{
  position: absolute;
  width: 85%;
  height: 15px;
  background: var(--emigro-red);
  opacity: 1;
  bottom: -4px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.college-text .wrap--text h3{
color: var(--emigro-red);
font-size: 29px;
font-weight: 600;
}

.college-text .wrap--text h3 span{
  font-size: 52px;
  color: #3D3B3C;
}

.college-text .wrap--text .color-g p{
  color:#003F20;
}

.college-text .wrap--text a{
  color: var(--emigro-green);
  font-weight: 700;
}

.service-main img {
  max-width: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.service-main h1{
  font-size: 28px;
  color: var(--emigro-red);
}

.service-main h1 span{
  font-size: 58px;
  color: #3D3B3C;
  font-weight: 700;
}

.form-control:focus, .form-select:focus {
  border-bottom-color: var(--red);
  background: transparent;
  box-shadow: none;
  outline: none;
}

.requirements-section .header-title {
            color: #0b4027; /* Verde oscuro basado en la imagen */
            font-weight: 800;
            font-size: 2.2rem;
            margin-top: 2rem;
            margin-bottom: 2rem;
            position: relative;
            z-index: 2;
        }

        /* Contenedor principal con fondo relativo */
        .requirements-section .requirements-section {
            position: relative;
            padding: 4rem 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        /* Estrella de fondo (Starburst) */
        .requirements-section.starburst-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(15deg);
            width: 900px;
            height: 900px;
            background-color: #fff0f0; /* Rosa muy suave */
            /* Polígono en forma de estrella */
            clip-path: polygon(
                50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 
                50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%
            );
            z-index: 0;
            pointer-events: none;
            opacity: 0.8;
        }

        /* Estilos de las Tarjetas */
        .requirements-section .req-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 3rem 2.5rem;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 5px 15px rgba(0, 0, 0, 0.02);
            position: relative;
            height: 100%;
            color: #333;
            font-size: 1.05rem;
            line-height: 1.6;
            border: 1px solid rgba(255, 255, 255, 0.9);
            display: flex;
            align-items: flex-start;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            z-index: 2;
        }

        .requirements-section .req-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.03);
        }

        /* Línea roja decorativa en la parte inferior */
        .requirements-section .red-line {
            position: absolute;
            bottom: 0;
            left: 2.5rem; /* Alineado con el padding izquierdo */
            width: 55%;
            height: 6px;
            background-color: #e52b2b; /* Rojo intenso */
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        /* Ajustes responsivos */
        @media (max-width: 768px) {
            #services, #services .services-accordion__track {
                height: auto;
            }
            .requirements-section .starburst-bg {
                width: 600px;
                height: 600px;
            }
            .requirements-section .header-title {
                font-size: 1.8rem;
                text-align: center;
            }
            .requirements-section .req-card {
                padding: 2rem 1.5rem;
            }
            .requirements-section .red-line {
                left: 1.5rem;
            }
        }

textarea.form-control {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: #ebebeb;
  padding: 8px 10px;
  resize: vertical;
  min-height: 70px;
}

textarea.form-control:focus {
  border-color: var(--red);
}

.field-group {
  margin-bottom: 18px;
}

.radio-label {
  font-size: 12px;
  color: #444;
  margin-right: 16px;
}

.radio-label input[type="radio"] {
  margin-right: 4px;
  accent-color: var(--red);
}

.checklist-item {
  margin-bottom: 14px;
}

.checklist-question {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  margin-bottom: 4px;

}

.checklist-input {
  border: none;
  border-bottom: 1.5px solid #3D3B3C;
  width: 100%;
  background: transparent;
  font-size: 12px;
  padding: 2px 0;
  outline: none;
}

.checklist-input:focus {
  border-bottom-color: var(--red);
}

.consultation-option {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
}

.consultation-option input[type="radio"] {
  accent-color: var(--red);
}

.declaration-text {
  font-size: 12.5px;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.6;
}

.checkbox-accept {
  font-size: 13.5px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.form-wrapper label.error{
  font-size: 14px;
  color:rgb(185, 19, 19);
}

.checkbox-accept input[type="checkbox"] {
  accent-color: var(--red);
}

.btn-submit {
  background: var(--emigro-red);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 36px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.04em;
  transition: background 0.18s;
}

.btn-submit:hover {
  background: var(--red-dark);
  color: #fff;
}

.divider {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0 18px;
}

/* Two-column checklist layout */
.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}
/* Responsive */
@media (max-width: 768px){
 .text-home{
  bottom: initial;
    left: 8px;
    top: 14px;
    
 }
 .hero-section{
  min-height: 232px;
 }
 .hero-section ._frame{
  display: none;
 }
 .hero-section .btn-emigro-primary{
  left: 72px;
 }
 .body-copy {
  font-size:16px;
  padding: 12px 25px;
 }
 .about-hero-cutout img{
  max-height: 288px;
 }
 .cta-line2, .cta-line3 {
  font-size: 28px;
 }
 .site-footer .logo-footer{
  max-width: 175px;
 }
 .service-main h1 span{
  font-size: 32px;
 }
 .requirements-section .starburst-bg{
  display: none;
 }
 .instructions-2 .wrp-green{
  margin-top: 25px;
  padding: 31px 25px;
 }
 .instructions-2 .wrp-green p{
  font-size: 16px;
 }
 .wrp-instructions ._num {
  left: 7px;
        top: 23px;
        font-size: 23px;
    
}
 .instructions-2 .wrp-green ._numw {
    left: 15px;
    top: 34px;
    font-size: 30px;
}
.wrp-contact-banner h1 span{
  font-size: 48px;
}
}