/* General Reset */
body, h1, p, a, ul, li, button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contact-us {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: stretch;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
  }
  
  /* Header Styles */
  .main-header, .navbar {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.06);
    padding: 0;
    width: 100%;
  }
  
  .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 70px;
    position: relative;
  }
  
  .logo-container {
    display: flex;
    align-items: center;
    margin-left: 32px;
  }
  
  .brand-name {
    font-family: 'Tenor Sans', sans-serif;
    font-size: 24px;
    color: #222;
    margin-bottom: 0;
  }
  
  .brand-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #666;
    margin-top: -4px;
  }
  
  .main-nav {
    display: flex;
    justify-content: center;
    flex: 1;
    gap: 32px;
  }
  
  .nav-link {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    transition: color 0.2s;
    padding: 8px 0;
  }
  
  .nav-link.active {
    color: #3328bf;
    font-weight: 600;
  }
  
  .nav-link:hover {
    color: #3328bf;
  }
  
  .auth-buttons {
    display: flex;
    gap: 12px;
    margin-right: 32px;
  }
  
  .login-btn, .signup-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
  
  .login-btn {
    background: transparent;
    color: #3328bf;
    border: 1.5px solid #3328bf;
  }
  
  .login-btn:hover {
    background: #3328bf;
    color: #fff;
  }
  
  .signup-btn {
    background: #3328bf;
    color: #fff;
  }
  
  .signup-btn:hover {
    background: #3328bf;
  }
  
  /* Page Title */
  .page-title {
    align-self: center;
    border-radius: 50px;
    border: 1px solid #3328bf;
    margin-top: 18px;
    padding: 6px 12px;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #3328bf;
    font-weight: 500;
    text-align: center;
    line-height: 1;
  }
  
  /* Contact Section */
  .contact-section {
    align-self: center;
    margin-top: 40px;
    width: 100%;
    max-width: 1156px;
  }
  
  .contact-container {
    display: flex;
    gap: 20px;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
  }
  
  .info-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  
  .section-title {
    color: #0d0d0d;
    width: 480px;
    max-width: 100%;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.96px;
    line-height: 60px;
    margin: 0;
  }
  
  .contact-details-container {
    align-self: stretch;
    margin-top: 40px;
    width: 100%;
    max-width: 544px;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
  }
  
  .address-container {
    align-items: start;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 14px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 30px;
    flex-shrink: 0;
  }
  
  .detail-text {
    min-width: 240px;
  }
  
  .detail-title {
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
  }
  
  .detail-content {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .contact-details-group {
    align-items: start;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .phone-container, .email-container {
    display: flex;
    align-items: start;
    gap: 14px;
    justify-content: start;
  }
  
  .email-container {
    min-width: 240px;
  }
  
  .social-container {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 24px;
    justify-content: center;
  }
  
  .social-title {
    color: #0d0d0d;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    align-self: stretch;
    margin: 0;
  }
  
  .social-icons {
    align-self: stretch;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: start;
    gap: 15px;
    justify-content: start;
  }
  
  .social-icon {
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    border: 1px solid #0d0d0d;
    background-color: transparent;
    display: flex;
    min-height: 35px;
    overflow: hidden;
    width: 35px;
    height: 35px;
  }
  
  .facebook {
    padding: 0 13px;
  }
  
  .facebook img {
    aspect-ratio: 0.53;
    object-fit: contain;
    object-position: center;
    width: 9px;
    fill: #0d0d0d;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .instagram {
    padding: 0 8px;
  }
  
  .instagram img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    fill: #0d0d0d;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .twitter {
    padding: 0 10px;
  }
  
  .twitter img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 15px;
  }
  
  .linkedin {
    padding: 0 10px;
  }
  
  .linkedin img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 15px;
    fill: #0d0d0d;
  }
  
  /* Contact Form */
  .contact-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 50%;
  }
  
  .form-container {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: stretch;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 500;
    justify-content: center;
  }
  
  .form-group {
    width: 100%;
    max-width: 464px;
    margin-top: 32px;
  }
  
  .form-group:first-child {
    margin-top: 0;
  }
  
  .form-label {
    color: #808080;
    font-size: 16px;
    display: block;
  }
  
  .message-label {
    color: #3328bf;
  }
  
  .form-input {
    color: #0d0d0d;
    align-self: stretch;
    padding-bottom: 6px;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 12px;
    width: 100%;
    font-size: 20px;
    font-family: inherit;
    font-weight: inherit;
    background: transparent;
  }
  
  .form-textarea {
    color: #808080;
    align-self: stretch;
    padding-bottom: 80px;
    border: none;
    border-bottom: 2px solid #3328bf;
    margin-top: 12px;
    width: 100%;
    font-size: 20px;
    font-family: inherit;
    font-weight: inherit;
    background: transparent;
    resize: none;
  }
  
  .send-button {
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #3328bf;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background-color: #fff;
    align-self: start;
    display: flex;
    margin-top: 32px;
    padding: 10px 16px;
    gap: 6px;
    overflow: hidden;
    font-size: 16px;
    color: #3328bf;
    font-weight: 600;
    cursor: pointer;
  }
  
  .button-text {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .button-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 20px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  
  /* FAQ Section */
  .faq-section {
    background-color: #e9e9e9;
    display: flex;
    margin-top: 63px;
    padding: 46px 80px;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  
  .faq-container {
    width: 100%;
    max-width: 1120px;
  }
  
  .faq-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    text-align: center;
    justify-content: start;
  }
  
  .faq-title {
    color: #0d0d0d;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.96px;
    margin: 0;
  }
  
  .faq-description {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    align-self: center;
    margin-top: 20px;
    width: 563px;
    max-width: 100%;
  }
  
  .faq-content {
    margin-top: 61px;
    width: 100%;
  }
  
  .faq-content-container {
    display: flex;
    gap: 20px;
  }
  
  .faq-questions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 54%;
  }
  
  .faq-item {
    align-items: stretch;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    display: flex;
    width: 100%;
    max-width: 588px;
    padding: 26px 30px;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    background-color: #fff;
    margin-top: 24px;
  }
  
  .faq-item:first-child {
    margin-top: 0;
  }
  
  .faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 31px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .question-text {
    color: #0d0d0d;
    align-self: stretch;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    width: 465px;
    max-width: 100%;
  }
  
  .expand-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    flex-shrink: 0;
  }
  
  .faq-image {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 46%;
  }
  
  .faq-image img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 500px;
    border-radius: 20px;
    align-self: stretch;
    min-width: 240px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  /* Footer */
  .footer {
    background-color: #fff;
  }
  
  .footer-container {
    background-color: #efefef;
    display: flex;
    width: 100%;
    padding-top: 64px;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-content {
    width: 100%;
    max-width: 1214px;
  }
  
  .footer-content-container {
    display: flex;
    gap: 20px;
  }
  
  .footer-brand {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    font-family: 'Inter', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    width: 22%;
  }
  
  .footer-brand-name {
    font-size: 26px;
    font-family: 'Tenor Sans', -apple-system, Roboto, Helvetica, sans-serif;
    align-self: center;
    margin: 0;
  }
  
  .footer-brand-tagline {
    font-size: 13px;
    font-family: 'Tenor Sans', -apple-system, Roboto, Helvetica, sans-serif;
    align-self: center;
    margin-top: 13px;
    margin-bottom: 0;
  }
  
  .footer-description {
    line-height: 2;
    margin-top: 25px;
    margin-bottom: 0;
  }
  
  .payment-methods {
    aspect-ratio: 3.5;
    object-fit: contain;
    object-position: center;
    width: 70px;
    margin-top: 31px;
  }
  
  .footer-links {
    margin-top: auto;
    margin-bottom: auto;
    align-self: stretch;
    width: 38%;
  }
  
  .footer-links-container {
    display: flex;
    gap: 20px;
  }
  
  .quick-links-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 59%;
  }
  
  .footer-column-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    align-self: start;
    margin: 0;
    font-family: 'Inter', -apple-system, Roboto, Helvetica, sans-serif;
  }
  
  .footer-menu {
    list-style: none;
    padding: 0;
    margin: 31px 0 0 0;
    font-family: 'Inter', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 2;
  }
  
  .footer-menu-item {
    display: flex;
    align-items: stretch;
    gap: 20px;
    white-space: nowrap;
    justify-content: space-between;
    margin-top: 22px;
  }
  
  .footer-menu-item:first-child {
    margin-top: 0;
  }
  
  .footer-menu-item a {
    color: inherit;
    text-decoration: none;
  }
  
  .bullet {
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .contact-links-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    line-height: normal;
    width: 41%;
  }
  
  .contact-list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    font-family: 'Inter', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 2;
  }
  
  .contact-item {
    margin-top: 19px;
  }
  
  .contact-item:first-child {
    margin-top: 0;
  }
  
  .footer-cta {
    width: 40%;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
  }
  
  .cta-title {
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0;
  }
  
  .cta-button {
    color: #fcfcfc;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #3328bf;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-top: 45px;
    width: 100%;
    padding: 10px 16px;
    gap: 6px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    background-color: #3328bf;
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
  
  .footer-divider {
    border-color: #1f2937;
    border-top-width: 1px;
    display: flex;
    margin-top: 35px;
    width: 1248px;
    flex-shrink: 0;
    max-width: 100%;
    height: 45px;
  }
  
  .copyright {
    color: #fcfcfc;
    align-self: stretch;
    z-index: 10;
    margin-top: -45px;
    min-height: 69px;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', -apple-system, Roboto, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    background-color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Media Queries */
  @media (max-width: 991px) {
    .navbar {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .navbar-container {
      max-width: 100%;
    }
  
    .main-nav {
      max-width: 100%;
    }
  
    .nav-link {
      white-space: initial;
    }
  
    .signup-btn {
      padding-right: 20px;
    }
  
    .section-title {
      max-width: 100%;
      font-size: 40px;
      line-height: 56px;
    }
  
    .contact-section {
      max-width: 100%;
    }
  
    .contact-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  
    .contact-info {
      width: 100%;
    }
  
    .info-container {
      max-width: 100%;
      margin-top: 38px;
    }
  
    .contact-details-container {
      max-width: 100%;
    }
  
    .contact-details-group {
      max-width: 100%;
    }
  
    .contact-form {
      width: 100%;
    }
  
    .form-container {
      max-width: 100%;
      margin-top: 38px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .form-group {
      max-width: 100%;
    }
  
    .form-input, .form-textarea {
      white-space: initial;
    }
  
    .faq-section {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 40px;
    }
  
    .faq-container {
      max-width: 100%;
    }
  
    .faq-header {
      max-width: 100%;
    }
  
    .faq-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .faq-description {
      max-width: 100%;
    }
  
    .faq-content {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .faq-content-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  
    .faq-questions {
      width: 100%;
      margin-top: 40px;
    }
  
    .faq-item {
      max-width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .faq-question {
      max-width: 100%;
    }
  
    .question-text {
      max-width: 100%;
    }
  
    .faq-image {
      width: 100%;
      margin-top: 24px;
    }
  
    .footer {
      max-width: 100%;
    }
  
    .footer-container {
      max-width: 100%;
    }
  
    .footer-content {
      max-width: 100%;
    }
  
    .footer-content-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  
    .footer-brand {
      width: 100%;
      margin-top: 40px;
    }
  
    .footer-description {
      margin-left: 4px;
    }
  
    .footer-links {
      width: 100%;
      margin-top: 40px;
    }
  
    .footer-links-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  
    .quick-links-column {
      width: 100%;
      margin-top: 16px;
    }
  
    .contact-links-column {
      width: 100%;
      margin-top: 17px;
    }
  
    .footer-cta {
      width: 100%;
      max-width: 100%;
      margin-top: 40px;
    }
  
    .cta-title {
      max-width: 100%;
      font-size: 40px;
      line-height: 56px;
    }
  
    .cta-button {
      max-width: 100%;
      margin-top: 40px;
    }
  }