body {
  font-family: "Cormorant Garamond";
  color: #333;
}

html,
body {
  height: 100%;
}

.navbar {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: 138px;
  padding: 40px 40px 32px 40px;
  box-sizing: border-box;
  transform: rotate(0deg);
  opacity: 1;
}

.navbar-brand {
  font-family: "Cormorant Garamond";
  font-weight: 600;
  font-size: 1.5rem;
  color: #000 !important;
  letter-spacing: 2px;
}

.navbar .container {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
}

.logo-img {
  width: 185px;
  height: 66px;
  aspect-ratio: 185 / 66;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.vector-img {
  height: 80px;
  width: auto;
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 1700px;
  aspect-ratio: 1700 / 1020;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  opacity: 1;
  background-color: #0b0b0b;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../assets/hero.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-media {
  display: none;
}

.hero-media .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 100%;
  min-height: 100%;
}

.hero-content {
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.hero-content {
  display: flex;
  height: 359px;
  max-width: 1200px;
  max-height: 359px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  /* align-self: stretch; */
}

.hero-title {
  font-family: "Cormorant Garamond";
  font-size: 4.5rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0.5rem;
  letter-spacing: 3px;
}

.hero-subtitle {
  font-size: 0.9rem;
  letter-spacing: 3px;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.hero-tag-des {
  padding: 1rem;
}

.hero-tagline {
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  word-wrap: break-word;
}

.hero-description {
  color: #fff;
  font-family: "Cormorant Garamond";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.section-title {
  color: var(--gray-01, #1c1c1c);
  font-size: 42px;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  line-height: 52.5px;
  word-wrap: break-word;
}

.custom-divider {
  border: none;
  background-color: #faa387;
  height: 2px;
  width: 64px;
  display: inline-block;
  margin: 0.5rem 0 1rem 0;
  border-radius: 0;
}

.section-subtitle {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 25px;
  word-wrap: break-word;
}

.content-section {
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  background: var(--Secondary-blue-20, #eaf0f1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.carefree-container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 24px; */
  display: flex;
}

.background-section {
  position: relative;
  width: 100%;
  /* max-width: 1700px; */
  height: 100%;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  opacity: 1;
  background-color: #071219;
  background-image: url("../assets/1920X551\ 1.png");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.5rem 1rem;
  background: #000;
  color: #fff;
  z-index: 9999;
  display: inline-block;
}

/* Overlay cards container */
.background-section .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1200px;
  width: 100%;
  padding: 128px 0;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.feature-card {
  background: white;
  border: none;
  border-radius: 24px;
  padding: 3rem 2.1rem;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.content-feature {
  gap: 8px;
  display: inline-grid;
}

.feature-icon {
  width: 32px;
  height: 32px;
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #c8a882;
}

.feature-icon-img {
  /* width: 32px;
  height: 32px;
  object-fit: contain;
  display: block; */
}

.feature-title {
  font-family: "Cormorant Garamond";
  font-size: 24px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  margin: 0px !important;
}

.feature-description {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 20px;
  color: #666;
  margin: 0px !important;
}

.cta-section {
  background: #000000;
  color: white;
  width: 100%;
  max-width: 1700px;
  height: 407px;
  box-sizing: border-box;
  padding: 64px 40px 128px 40px;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  opacity: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-background {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  display: flex;
}

.cta-button-container {
  background: var(--Primary-coral, #faa387);
  overflow: hidden;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-title {
  color: var(--Primary-white, white);
  font-size: 42px;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  line-height: 52.5px;
  word-wrap: break-word;
}

.cta-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.cta-divider {
  border: none;
  background: var(--Primary-coral, #faa387);
  height: 2px;
  width: 64px;
  position: relative;
}

.cta-description {
  color: var(--Primary-white, white);
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
  width: 632px;
  text-align: center;
}

.cta-button {
  background: #faa387;
  color: var(--Primary-black, black);
  border: none;
  padding: 0.8rem 2.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: background 0.3s ease;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  color: var(--Primary-black, black);
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 20px;
  word-wrap: break-word;
}

.cta-button:hover {
  background: #b89770;
  color: white;
}

.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 40px 80px 40px;
  gap: 10px;
  transform: rotate(0deg);
  opacity: 1;
  background: var(--Primary-white, white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: flex;
}

.footer-brand {
  display: inline-flex;
  margin-bottom: 1rem;
}

.footer-divider {
  border-top: 1px #cccccc solid;
  width: 100%;
  padding-bottom: 40px;
}

.footer-divider2 {
  border-top: 1px #cccccc solid;
  width: 100%;
  margin-top: 20px;
}

.footer-text {
  flex: 1 1 0;
  color: black;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 17.5px;
  word-wrap: break-word;
}

.footer-links {
  color: var(--gray-01, #1c1c1c);
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 300;
  text-decoration: underline;
  line-height: 17.5px;
  word-wrap: break-word;
}

.footer-links-text {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer-links-divider {
  color: var(--gray-01, #1c1c1c);
  font-size: 14px;
  font-family: "Proxima Nova";
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 13px;
  word-wrap: break-word;
}

.footer-container {
  width: 100%;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  height: 48px;
  width: auto;
  display: inline-block;
}

.footer-brand-text {
  font-family: "Cormorant Garamond";
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }

  .hero-tagline {
    font-size: 1.8rem;
  }

  .hero-section {
    min-height: 40vh;
    height: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero-media .hero-img {
    object-fit: contain;
    object-position: center top;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .hero-media .hero-img {
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
    min-height: 100%;
  }

  .background-media {
    display: none;
  }

  .background-section {
    background-image: url("../assets/1920X551\ 1.png");
    background-position: 28% 50%;
    background-size: cover;
  }
}

/* Tablet-specific layout adjustments */
@media (min-width: 980px) and (max-width: 1100px) {
  .background-section {
    /* background-image: none; */
    height: auto;
    /* min-height: 480px; */
  }

  .background-media {
    display: block;
  }

  .background-media .background-img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .background-section .container {
    padding: 64px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .background-section .feature-card {
    flex: 1 1 320px;

    /* max-width: 360px; */
    box-sizing: border-box;
  }

  .background-section {
    display: flex;
  }
}

/* Mobile-specific layout adjustments */
@media (max-width: 480px) {
  .navbar {
    height: 75px;
    padding: 15px 16px 17px 16px;
    box-sizing: border-box;
  }

  .navbar .container {
    gap: 16px;
    max-width: 390px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }

  .navbar-brand {
    width: 120px;
    height: 43px;
    position: relative;
  }

  .logo-img {
    width: 120px;
    height: 42.89px;
    left: 0px;
    top: 0.31px;
    position: absolute;
  }

  .hero-section {
    box-sizing: border-box;
    width: 100%;
    height: 234px;
    gap: 10px;
    opacity: 1;
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-section .hero-media .hero-img {
    width: 100%;
    height: 100%;
    max-width: 390px;
    object-fit: cover;
    object-position: center center;
  }

  .hero-content {
    height: auto !important;
  }

  .hero-tag-des {
    gap: 8px;
    display: inline-grid;
  }

  .hero-tagline {
    color: var(--Primary-white, white);
    font-size: 26px;
    font-family: "Cormorant Garamond";
    font-weight: 400;
    line-height: 32.5px;
    word-wrap: break-word;
  }

  .hero-divider {
    background-color: #faa387;
    height: 2px;
    width: 64px;
    position: relative;
    margin: 0 auto;
  }

  .hero-description {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 17.5px;
    word-wrap: break-word;
  }

  .content-section {
    box-sizing: border-box;
    min-width: 100% !important;
    height: 318px;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 12px;
    padding-right: 12px;
    gap: 48px;
    transform: rotate(0deg);
    opacity: 1;
    display: flex;
    background-color: var(--Secondary-blue-20, #eaf0f1);
  }

  .section-title {
    color: var(--Primary-black, black);
    font-size: 26px;
    font-family: "Cormorant Garamond";
    font-weight: 400;
    line-height: 32.5px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
  }

  .custom-divider {
    background-color: #faa387;
    height: 2px;
    width: 64px;
    position: relative;
    margin: 16px auto;
    display: flex;
  }

  .section-subtitle {
    width: 100%;
    text-align: center;
    color: var(--gray-01, #1c1c1c);
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 17.5px;
    word-wrap: break-word;
  }

  /* Mobile background-section layout */
  .background-section {
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-direction: column;
    justify-content: flex-start;
    background-position: center;
    align-items: center;
    display: inline-flex;
  }

  /* Mobile: stack overlay cards vertically and center them */
  .background-section .container {
    display: flex;
    padding: 0px !important;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    width: 100%;
  }

  .background-section .container>.row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .background-section .feature-card {
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    background: var(--Primary-white, white);
    overflow: hidden;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
  }

  .feature-icon {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0);
    background-blend-mode: multiply;
    overflow: hidden;
  }

  .content-section,
  .cta-section,
  .footer {
    height: auto !important;
    min-height: 0;
  }

  .feature-icon-img {
    width: 41.01px;
    height: 41.01px;
    left: 3px;
    top: 3.01px;
    position: relative;
  }

  .feature-title {
    color: var(--gray-01, #1c1c1c);
    font-size: 28px;
    font-family: "Cormorant Garamond";
    font-weight: 400;
    line-height: 35px;
    word-wrap: break-word;
    margin: 0px !important;
  }

  .feature-description {
    color: var(--gray-01, #1c1c1c);
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
    margin: 0px !important;
  }

  .cta-section {
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: 48px;
    background: var(--Primary-black, black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: inline-flex;
  }

  .cta-title {
    width: 100%;
    text-align: center;
    color: var(--Primary-white, white);
    font-size: 26px;
    font-family: "Cormorant Garamond";
    font-weight: 400;
    line-height: 32.5px;
    word-wrap: break-word;
  }

  .cta-divider {
    background: var(--Primary-coral, #faa387);
    height: 2px;
    width: 64px;
    position: relative;
  }

  .cta-description {
    width: 100%;
    text-align: center;
    color: var(--Primary-white, white);
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
  }

  .cta-button {
    background: var(--Primary-coral, #faa387);
    overflow: hidden;
    border-radius: 1000px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    /* align-self: stretch; */
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    color: var(--Primary-black, black);
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 20px;
    word-wrap: break-word;
  }

  .vector-img {
    display: none;
  }

  /* Mobile footer section layout */

  .footer {
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
    background: var(--Primary-white, white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    display: inline-flex;
  }

  .footer-brand {
    margin-bottom: 0px !important;
    display: block;
  }

  .footer-divider {
    width: 326px;
    border: 1px solid #cccccc;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 0% !important;
  }

  .footer-divider2 {
    display: none;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-links {
    color: var(--gray-01, #1C1C1C);
    font-size: 14px;
    font-family: 'Proxima Nova';
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 13px;
    word-wrap: break-word
  }
}

@media (min-width: 2560px) {

  .navbar .container,
  .hero-section,
  .content-section,
  .background-section,
  .cta-section,
  .footer {
    max-width: none !important;
    width: 100% !important;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section .container,
  .cta-section .container,
  .footer .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}