
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;
}

.breadcrumb-section {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  background: var(--gray-01, #1c1c1c);
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.breadcrumb {
  background: transparent;

  margin-bottom: 0;

  padding: 0;
}

.breadcrumb-title {
  flex: 1 1 0;
  max-width: 1200px;
  color: var(--Primary-white, white);
  font-size: 42px !important;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  line-height: 52.5px;
  word-wrap: break-word;
      font-size: 36px;
}

.navbar .container {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
}

.breadcrumb-section .container {
  display: flex;
  max-width: 1200px;
  justify-content: flex-start;
  flex: 1 0 0;
}

.content-section .container {
  display: flex;
  max-width: 1200px;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 0 0;
}

.footer .container {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  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;
}

.section-title {
  font-family: "Cormorant Garamond";
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1c1c1c;
}

.custom-divider {
  width: 64px;
  height: 2px;
  position: relative;
  background: var(--Primary-coral, #faa387);
}

.cta-divider {
  border: none;
  background-color: #c8a882;
  height: 3px;
  width: 64px;
  display: block;
  margin: 0.5rem auto 1.25rem auto;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 0.9rem;
  color: #1c1c1c;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.content-section {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 96px;
  padding-bottom: 96px;
  background: var(--Primary-light-gray, #f0f0f0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  display: inline-flex;
}

.terms-content {
  width: 100%;
  display: grid;
  gap: 64px;
  transform: rotate(0deg);
  opacity: 1;
}

.terms-intro {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* gap: 24px; */
  display: inline-flex;
}

.custom-divider {
  border: none;
  background-color: #faa387;
  height: 2px;
  width: 64px;
  display: inline-block;
  margin: 0.5rem 0 1rem 0;
  border-radius: 0;
}

.platform-title {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  line-height: 25px;
  word-wrap: break-word;
}

.platform-title h3 {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  line-height: 25px;
  word-wrap: break-word;
}

.platform-title p {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 25px;
  word-wrap: break-word;
}

.platform-title-b {
  color: var(--gray-01, #1C1C1C);
 font-size: 20px;
font-family: 'Roboto';
font-weight: 700;
text-decoration: underline;
line-height: 25px
}

.terms-copyright {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.copy-right {
  width: 100%;
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 25px;
  word-wrap: break-word;
}
 .copy-right-terms {
  padding-left: 32px; justify-content: center; align-items: center; gap: 10px; display: inline-flex;
  }

.terms-title {
  text-align: center;
  color: var(--Primary-black, black);
  font-size: 36px;
  font-family: 'Cormorant Garamond';
  font-weight: 400;
  line-height: 45px;
  word-wrap: break-word;
}

.terms-section {
  margin-bottom: 2rem;
}

.terms-section h3 {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 700;
  line-height: 25px;
  word-wrap: break-word;
}

.terms-section p {
  color: var(--gray-01, #1c1c1c);
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 25px;
  word-wrap: break-word;
}

.footer {
  background: white;
  width: 100%;
  max-width: 1700px;
  height: 583px;
  box-sizing: border-box;
  padding: 64px 40px 80px 40px;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(0deg);
  opacity: 1;
}

.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.50px;
    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;
}


/* Footer image and social icons */
.footer-logo {
  height: 48px;
  width: auto;
  display: inline-block;
}



.footer-brand-text {
  font-family: 'Cormorant Garamond';
  font-size: 1.1rem;
}

/* Mobile navbar and hero layout */
@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;
  }

  /* Mobile breadcrumb layout */
  .breadcrumb-section {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 48px;
    background: var(--gray-01, #1c1c1c);
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }

  /* Mobile content-section layout */
  .content-section {
    width: 100%;
    height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: var(--Primary-light-gray, #f0f0f0);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
  }

  .content-section .container {
    width: 100%;
    max-width: 1280px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
  }

  .terms-content {
    width: 100%;
    display: inline-block;
    gap: 32px;
    transform: rotate(0deg);
  }

  .copy-right {
    width: 100%;
    max-width: 960px;
    color: var(--gray-01, #1c1c1c);
    font-size: 12px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 15px;
    word-wrap: break-word;
  }


  .terms-title {
    font-size: 28px;
    line-height: 35px;
  }

  .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;
    display: flex;
  }

  .platform-title {
    font-size: 12px;
    line-height: 15px;
  }

  .platform-title h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .platform-title p {
    font-size: 12px;
    line-height: 15px;
  }

  .platform-title-b {
    font-size: 12px;
    line-height: 15px;
  }

  .terms-section p {
    font-size: 12px;
    line-height: 15px;
  }

  .terms-section h3 {
    font-size: 13px;
    line-height: 15px;
  }

  .copy-right-terms {
  padding-left: 32px; justify-content: center; align-items: center; gap: 10px; display: inline-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;
  }
  .content-section,
  .cta-section,
  .footer {
    height: auto !important;
    min-height: 0;
  }

  /* 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;
  }
}

@media (min-width: 2560px) {
  .navbar .container,
  .breadcrumb-section .container,
  .content-section .container,
  .footer .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer {
    padding: 40px 40px 32px 40px;
    max-width: none !important;
  }
}
