:root {
  --background2: #fff;
  --background3: #ebe4f4;
  --accent: #ff9800;
  --headings: #333;
  --cta: #4a148c;
  --text1: #fff;
  --text2: #333;
  --general-padding: 20px 80px;
  --border: 5px 200px 200px 50px;
  --heading-font-size-desktop: 48px;
  --heading-font-size-tablet: 38px;
  --heading-font-size-mobile: 28px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather Sans",
    sans-serif;
  font-weight: 500;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-label {
  display: inline-block;
  font-size: 15px;
  color: var(--cta);
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
}

.section-label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolygon points='0,10 10,10 10,0' fill='%23ff9800'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  color: var(--accent);
}


@media (min-width: 1024px) {
  


  /* header starts here */

  header {
    display: block;
    width: 100%;
    background: transparent;
  }

  .nav .nav-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    position: sticky;
    z-index: 999;
  }

  .nav-logo {
    display: flex;
    align-items: center;
  }

  .nav-logo img {
    height: 40px;
    width: auto;
  }

  .menu-items {
    justify-self: center;
    justify-content: center;
    gap: 36px;
    margin: 0;
    padding: 0;
  }

  .btn-cta {
    justify-self: end;
  }

  .site-header {
    /* position: ; */
    top: 0;
    z-index: 50;
    padding: 18px 0px;
  }

  .nav .nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: var(--background3);
    border-radius: 9999px;
    padding: 12px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    box-shadow: 0 18px 30px -20px var(--ring),
      0 2px 6px -2px var(--ring);
  }

  .nav-logo img {
    height: 36px;
    width: auto;
    display: block;
  }

  .menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }

  .menu-items a {
    text-decoration: none;
    color: var(--ink);
    font-weight: 600;
    padding: 8px 6px;
    border-radius: 8px;
    transition: transform .18s ease, color .18s ease, background-color .18s ease;
  }

  .menu-items a:hover {
    color: #4a148c;
    transform: translateY(-1px);
    background: rgba(0, 0, 0, .065);
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
  }

  .btn-cta {
    background: var(--cta-bg);
    color: var(--cta-ink);
    box-shadow: 0 6px 18px -8px rgba(0, 0, 0, .5);
  }

  .btn-cta:hover {
    transform: translateY(-1px);
    color: var(--cta);
  }

  /* --Mobile styles-- */
  #menu-toggle {
    display: none;
  }

  .menu-icon {
    display: none;
    cursor: pointer;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: var(--ink);
  }

  .hide-mobile {
    display: inline-flex;
  }

  .hide-desktop {
    display: none;
  }

  @media (max-width: 900px) {
    .nav .nav-wrapper {
      grid-template-columns: auto auto;
    }

    .menu-icon {
      display: inline-flex;
      justify-self: end;
    }

    .hide-mobile {
      display: none !important;
    }

    .menu-items {
      position: relative;
      grid-column: 1 / -1;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height .28s ease;
      margin-top: 6px;
      border-radius: 18px;
      background: var(--surface);
    }

    .menu-items li {
      border-top: 1px solid rgba(0, 0, 0, .06);
    }

    .menu-items li:first-child {
      border-top: 0;
    }

    .menu-items a {
      padding: 14px 14px;
      border-radius: 0;
      font-weight: 600;
    }

    #menu-toggle:checked~.menu-items {
      max-height: 420px;
    }

    .hide-desktop {
      display: block;
      padding: 10px 14px;
    }
  }

  a:focus-visible,
  .menu-icon:focus-visible {
    outline: 3px solid rgba(79, 70, 229, .5);
    outline-offset: 3px;
  }

  /* header ends here */


  /* sec2 starts here */

  .sec2.about-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    background: url('/img/Contactk.jpg') center top/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .sec2.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }

  .about-container {
    position: relative;
    z-index: 2;
    color: var(--text1);
    padding: 0 40px;
    max-width: 1000px;
    width: 100%;
  }

  .about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  .about-title {
    font-size: var(--heading-font-size-desktop);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: var(--text1);
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--text1);
  }

  .breadcrumb-link {
    color: var(--text1);
    text-decoration: none;
    opacity: 0.9;
    transition: color 0.3s ease;
  }

  .breadcrumb-link:hover {
    color: var(--accent);
  }

  .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
  }

  .breadcrumb-current {
    color: var(--text1);
    opacity: 0.9;
  }



  /* contact section starts here */

  .contact-section {
    background: var(--background3);
    padding: var(--general-padding);
  }

  .contact-card {
    background: var(--background2);
    border-radius: 20px;
    padding: 100px 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .contact-title {
    color: var(--headings);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 30px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .contact-title span {
    color: var(--accent);
    padding-top: 5px;
    font-size: var(--heading-font-size-desktop)
  }

  .contact-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
  }

  .next-steps {
    background: var(--cta);
    border-radius: 24px;
    padding: 26px 26px;
  }

  .next-steps h3 {
    color: var(--text1);
    font-size: 28px;
    margin: 0 0 8px;
  }

  .next-steps p {
    color: var(--text1);
    margin: 0 0 18px;
    line-height: 1.4;
  }

  .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 10px 0;
    position: relative;
  }

  .step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 600;
    background: var(--accent);
    color: var(--text1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }

  .steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 42px;
    width: 2px;
    height: calc(100% - 18px);
    background: var(--accent);
    opacity: 0.35;
  }

  .step-body strong {
    color: var(--text1);
    display: block;
    margin: 0 0 10px;
  }

  .step-body p {
    margin: 0;
    color: var(--text1);
    line-height: 1.4;
    font-weight: 300;
  }

  .contact-right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 10px;
    width: 50%;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form label {
    display: block;
    color: var(--text2);
    font-size: 18px;
    margin-bottom: 22px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--text2);
    padding: 10px 0;
    font-size: 16px;
    color: var(--text2);
    outline: none;
  }

  .contact-form textarea {
    resize: none;
    color: #000;
    font-size: 18px;
    min-height: 80px;
  }

  .contact-form button {
    margin-top: 18px;
    background: none;
    border: none;
    color: var(--text);
    letter-spacing: 2px;
    cursor: pointer;
    padding-bottom: 6px;
    width: fit-content;
    border-bottom: 2px solid var(--accent);
  }

  input:required {
    border-color: var(--accent);
  }


  @media (max-width: 1024px) {
    .contact-card {
      grid-template-columns: 1fr;
    }

    .contact-title {
      font-size: var(--heading-font-size-tablet);
    }
  }

  @media (max-width: 600px) {
    .contact-section {
      padding: 20px;
    }

    .contact-card {
      padding: 40px 24px;
    }

    .contact-title {
      font-size: var(--heading-font-size-mobile);
    }
  }

  /* FAQ Section starts here */

  .faq-section {
    background: var(--background2);
    padding: var(--general-padding);
  }

  .faq-card {
    background: var(--background2);
    border-radius: var(--border);
    padding: 60px 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .faq-left h2 {
    color: var(--headings);
    font-size: var(--heading-font-size-tablet);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
  }

  .faq-left h2 span {
    color: var(--accent);
  }

  .faq-right {
    display: flex;
    flex-direction: column;
  }

  .faq-item {
    margin-bottom: 26px;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    color: var(--text2);
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .faq-icon {
    font-size: 18px;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }

  .faq-line {
    width: 100%;
    height: 1px;
    background: var(--accent);
    margin-top: 10px;
  }

  @media (max-width: 1024px) {
    .faq-card {
      grid-template-columns: 1fr;
    }

    .faq-left h2 {
      font-size: var(--heading-font-size-tablet);
    }
  }

  @media (max-width: 600px) {
    .faq-section {
      padding: 20px;
    }

    .faq-card {
      padding: 40px 24px;
    }

    .faq-left h2 {
      font-size: var(--heading-font-size-mobile);
    }
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: var(--text2);
    margin-top: 10px;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
  }






  /* Footer starts here */

  .footer {
    background: var(--cta);
    color: var(--text1);
    padding: 60px 80px 30px;
  }

  .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  .newsletter {
    text-align: center;
    margin-bottom: 60px;
  }

  .newsletter h3 {
    color: var(--text1);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .newsletter p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
  }

  .newsletter form {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--background2);
    padding: 6px 8px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  }

  .newsletter input[type="email"] {
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 50px;
    color: var(--text2);
    width: 280px;
  }

  .newsletter button {
    background: var(--accent);
    color: var(--text1);
    border: none;
    outline: none;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .newsletter button:hover {
    background: #ffab33;
  }

  .links-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
  }

  .links-container h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--accent);
  }

  .links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .links-container li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
  }

  .links-container a {
    color: var(--text1);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .links-container a:hover {
    opacity: 0.75;
  }

  .footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0 25px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
  }

  .social-icons img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .social-icons img:hover {
    transform: scale(1.1);
  }

  .copyright {
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
  }
}



@media (min-width: 768px) and (max-width: 1024px){
  /* Header starts here */

  header {
    width: 100%;
    background: var(--background3);
    display: block;
    margin: 0;
    padding: 0;
  }

  .site-header {
    padding: 2px 20px;
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .nav .nav-wrapper {
    max-width: 100%;
    margin: 0;
    background: var(--background3);
    border-radius: 0;
    padding: 32px 0 30px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
  }

  .nav-logo img {
    height: 42px;
    width: 100%;
    display: block;
  }

  .menu-icon {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    width: 42px;
    height: 42px;
    border-radius: 0px;
    cursor: pointer;
    color: var(--cta);
  }

  .hide-mobile {
    display: none !important;
  }

  .menu-items {
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 30px;
    border-radius: 18px;
    background: var(--background3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 85%;
    max-width: 700px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    max-height: none;
    overflow-y: auto;
    z-index: 60;
  }

  #menu-toggle:checked ~ .menu-items {
    transform: translateX(0);
  }

  body:has(#menu-toggle:checked) {
    overflow: hidden;
  }

  .menu-items li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin: 22px 0 0 -20px;
    list-style: none;
    padding: 12px 0;
  }

  .menu-items li:first-child {
    border-top: none;
  }

  .menu-items a {
    padding: 28px 0px;
    text-align: center;
    color: var(--headings);
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0;
    transition: background-color 0.2s ease;
  }

  .menu-items a:hover {
    background: none;
    color: var(--cta);
  }

  #menu-toggle {
    display: none;
  }

  .icon-menu,
  .icon-close {
    width: 50px;
    height: 50px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .icon-close {
    display: none;
  }

  #menu-toggle:checked + label .icon-menu {
    display: none;
  }

  #menu-toggle:checked + label .icon-close {
    display: inline-block;
    margin-right: 0px
  }


  .btn-cta {
    padding: 9px 16px;
    font-size: 0.95rem;
  }

  .hide-desktop {
    display: block;
    padding: 10px 14px;
  }

  a:focus-visible,
  .menu-icon:focus-visible {
    outline: 3px solid rgba(79, 70, 229, 0.5);
    outline-offset: 3px;
  }


  /* main section starts here */

  /* Sec1 starts here */
  .sec2.about-hero {
    position: relative;
    width: 100%;
    height: 50vh; 
    background: url("/img/Contactk.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .sec2.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }

  .about-container {
    position: relative;
    z-index: 2;
    color: var(--text1);
    padding: 0 20px; 
    max-width: 900px; 
    width: 100%;
  }

  .about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: transparent;
  }

  .about-title {
    font-size: var(--heading-font-size-tablet);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: var(--text1);
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px; 
    color: var(--text1);
  }

  .breadcrumb-link {
    color: var(--text1);
    text-decoration: none;
    opacity: 0.9;
    transition: color 0.3s ease;
  }

  .breadcrumb-link:hover {
    color: var(--accent);
  }

  .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
  }

  .breadcrumb-current {
    color: var(--text1);
    opacity: 0.9;
  }

  /* contact section starts here */

  .contact-section {
    background: var(--background3);
    padding: 60px 30px;
  }

  .contact-card {
    background: var(--background2);
    border-radius: 20px;
    padding: 70px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .contact-title {
    color: var(--headings);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 30px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .contact-title span {
    color: var(--accent);
    padding-top: 5px;
    font-size: var(--heading-font-size-tablet)
  }

  .contact-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .next-steps {
    background: var(--cta);
    border-radius: 24px;
    padding: 26px 26px;
  }

  .next-steps h3 {
    color: var(--text1);
    font-size: 24px;
    margin: 0 0 8px;
  }

  .next-steps p {
    color: var(--text1);
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 10px 0;
    position: relative;
  }

  .step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 600;
    background: var(--accent);
    color: var(--text1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }

  .steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 42px;
    width: 2px;
    height: calc(100% - 18px);
    background: var(--accent);
    opacity: 0.35;
  }

  .step-body strong {
    color: var(--text1);
    display: block;
    margin: 0 0 10px;
  }

  .step-body p {
    margin: 0;
    color: var(--text1);
    line-height: 1.4;
    font-weight: 300;
  }

  .contact-right {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 10px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form label {
    display: block;
    color: var(--text2);
    font-size: 18px;
    margin-bottom: 22px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--text2);
    padding: 10px 0;
    color: var(--text2);
    font-size: 16px;
    outline: none;
  }

  .contact-form textarea {
    resize: none;
    color: #000;
    font-size: 18px;
    min-height: 80px;
  }

  .contact-form button {
    margin-top: 18px;
    background: none;
    border: none;
    color: var(--text);
    letter-spacing: 2px;
    cursor: pointer;
    padding-bottom: 6px;
    font-size: 22px;
    font-weight: 500;
    width: fit-content;
    border-bottom: 2px solid var(--accent);
  }

  input:required {
    border-color: var(--accent);
  }



  
  /* FAQ Section starts here */

  .faq-section {
    background: var(--background2);
    padding: 30px 40px;
  }

  .faq-card {
    background: var(--background2);
    border-radius: var(--border);
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .faq-left h2 {
    color: var(--headings);
    font-size: var(--heading-font-size-tablet);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
  }

  .faq-left h2 span {
    color: var(--accent);
  }

  .faq-right {
    display: flex;
    flex-direction: column;
  }

  .faq-item {
    margin-bottom: 26px;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    color: var(--text2);
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .faq-icon {
    font-size: 18px;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }

  .faq-line {
    width: 100%;
    height: 1px;
    background: var(--accent);
    margin-top: 10px;
  }

  @media (max-width: 1024px) {
    .faq-card {
      grid-template-columns: 1fr;
    }

    .faq-left h2 {
      font-size: var(--heading-font-size-tablet);
    }
  }

  @media (max-width: 600px) {
    .faq-section {
      padding: 20px;
    }

    .faq-card {
      padding: 40px 24px;
    }

    .faq-left h2 {
      font-size: var(--heading-font-size-mobile);
    }
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: var(--text2);
    margin-top: 10px;
    font-size: 16px;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
  }



  /* Footer starts here */

  .footer {
    background: var(--cta);
    color: var(--text1);
    padding: 60px 80px 30px;
  }

  .footer-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  .newsletter {
    text-align: center;
    margin-bottom: 60px;
  }

  .newsletter h3 {
    color: var(--text1);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .newsletter p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
  }

  .newsletter form {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--background2);
    padding: 6px 8px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  }

  .newsletter input[type="email"] {
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 50px;
    color: var(--text2);
    width: 280px;
  }

  .newsletter button {
    background: var(--accent);
    color: var(--text1);
    border: none;
    outline: none;
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .newsletter button:hover {
    background: #ffab33;
  }

  .links-container {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
  }

  .links-container h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--accent);
  }

  .links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .links-container li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
  }

  .links-container a {
    color: var(--text1);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .links-container a:hover {
    opacity: 0.75;
  }

  .footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0 25px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
  }

  .social-icons img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .social-icons img:hover {
    transform: scale(1.1);
    /* filter: brightness(1) invert(0) sepia(1) hue-rotate(320deg) saturate(8); */
  }

  .copyright {
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
  }


}



@media (max-width: 767px) {
  /* Navigation starts here */

  header {
    width: 100%;
    background: var(--background3);
    display: block;
    margin: 0;
    padding: 22px 0 0 0;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .nav .nav-wrapper {
    max-width: inherit;
    margin: 0;
    background: var(--background3);
    border-radius: 0;
    padding: 0px 10px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    box-sizing: border-box;
  }

  .nav-logo img {
    height: 25px;
    width: 100%;
    display: block;
  }

  .menu-icon {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    width: auto;
    height: auto;
    border-radius: 0px;
    cursor: pointer;
    color: var(--cta);
  }

  .hide-mobile {
    display: none !important;
  }

  .menu-items {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-top: 10px;
    border-radius: 18px;
    background: var(--background3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    max-width: 320px;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    max-height: none;
    overflow-y: auto;
    z-index: 60;
  }

  #menu-toggle:checked ~ .menu-items {
    transform: translateX(0);
  }

  body:has(#menu-toggle:checked) {
    overflow: hidden;
  }

  .menu-items li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin: 22px 0 0 -20px;
    list-style: none;
    padding: 12px 0;
  }

  .menu-items li:first-child {
    border-top: none;
  }

  .menu-items a {
    padding: 14px 5px;
    text-align: center;
    color: var(--headings);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    transition: background-color 0.2s ease;
  }

  .menu-items a:hover {
    background: none;
    color: var(--cta);
  }

  #menu-toggle {
    display: none;
  }

  .btn-cta {
    padding: 9px 16px;
    font-size: 0.95rem;
  }

  .hide-desktop {
    display: block;
    padding: 10px 14px;
  }

  a:focus-visible,
  .menu-icon:focus-visible {
    outline: 3px solid rgba(79, 70, 229, 0.5);
    outline-offset: 3px;
  }

  .icon-menu,
  .icon-close {
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .icon-close {
    display: none;
  }

  #menu-toggle:checked + label .icon-menu {
    display: none;
  }

  #menu-toggle:checked + label .icon-close {
    display: inline-block;
    margin-right: 0px
  }

  #menu-toggle:checked ~ .menu-items {
    position: fixed;
    inset: 0;
    height: 120vh;
    width: 100%;
    background: var(--background3);
    padding-top: 70px;
    overflow-y: auto;
    margin: 0;
    z-index: -1;
    transition: all 0.4s ease;
  }

  #menu-toggle:checked~.menu-items::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
  }

  #menu-toggle:checked~.menu-items,
  #menu-toggle:checked~.menu-items * {
    touch-action: none;
  }

  body:has(#menu-toggle:checked) {
    overflow: hidden;
  }

  /* header ends here */


  
  /* sec2 starts here */

  .sec2.about-hero {
    position: relative;
    width: 100%;
    height: 50vh; 
    background: url("/img/Contactk.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .sec2.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
  }

  .about-container {
    position: relative;
    z-index: 2;
    color: var(--text1);
    padding: 0 20px; 
    max-width: 100%;
    width: 100%;
  }

  .about-header {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: transparent;
    margin-top: 20px;
  }

  .about-title {
    font-size: var(--heading-font-size-mobile);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    color: var(--text1);
  }

  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: var(--text1);
  }

  .breadcrumb-link {
    color: var(--text1);
    text-decoration: none;
    opacity: 0.9;
    transition: color 0.3s ease;
  }

  .breadcrumb-link:hover {
    color: var(--accent);
  }

  .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.7);
  }

  .breadcrumb-current {
    color: var(--text1);
    opacity: 0.9;
  }


  /* contact section starts here */

  .contact-section {
    background: var(--background3);
    padding: 30px 20px;
  }

  .contact-card {
    background: var(--background2);
    border-radius: 20px;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .contact-title {
    color: var(--headings);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 25px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .contact-title span {
    color: var(--accent);
    padding-top: 0px;
    font-size: var(--heading-font-size-mobile)
  }

  .contact-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .next-steps {
    background: var(--cta);
    border-radius: 24px;
    padding: 22px;
  }

  .next-steps h3 {
    color: var(--text1);
    font-size: 22px;
    margin: 0 0 8px;
  }

  .next-steps p {
    color: var(--text1);
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
  }

  .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .steps li {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    padding: 10px 0;
    position: relative;
  }

  .step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 600;
    background: var(--accent);
    color: var(--text1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
    z-index: 2;
  }

  .steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 42px;
    width: 2px;
    height: calc(100% - 18px);
    background: var(--accent);
    opacity: 0.35;
  }

  .step-body strong {
    color: var(--text1);
    display: block;
    margin: 0 0 10px;
  }

  .step-body p {
    margin: 0;
    color: var(--text1);
    line-height: 1.4;
    font-weight: 300;
    font-size: 14px;
  }

  .contact-right {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form label {
    display: block;
    color: var(--text2);
    font-size: 18px;
    margin-bottom: 22px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--text2);
    padding: 10px 0;
    color: var(--text2);
    font-size: 16px;
    outline: none;
  }

  .contact-form textarea {
    resize: none;
    color: #000;
    font-size: 18px;
    min-height: 80px;
    height: 45px;
  }

  .contact-form button {
    margin-top: 18px;
    background: none;
    border: none;
    color: var(--text);
    letter-spacing: 2px;
    cursor: pointer;
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    width: fit-content;
    border-bottom: 2px solid var(--accent);
  }

  input:required {
    border-color: var(--accent);
  }


  /* FAQ Section starts here */

  .faq-section {
    background: var(--background2);
    padding: 30px 20px;
  }

  .faq-card {
    background: var(--background2);
    border-radius: var(--border);
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }

  .faq-left h2 {
    color: var(--headings);
    font-size: var(--heading-font-size-mobile);
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
  }

  .faq-left h2 span {
    color: var(--accent);
    margin-top: 2px;
  }

  .faq-right {
    display: flex;
    flex-direction: column;
  }

  .faq-item {
    margin-bottom: 26px;
  }

  .faq-question {
    width: 100%;
    background: none;
    border: none;
    color: var(--text2);
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .faq-icon {
    font-size: 18px;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }

  .faq-line {
    width: 100%;
    height: 1px;
    background: var(--accent);
    margin-top: 10px;
  }

  .faq-item.active .faq-icon {
    transform: rotate(180deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: var(--text2);
    margin-top: 10px;
    font-size: 16px;
  }

  .faq-item.active .faq-answer {
    max-height: 300px;
  }



  
  /* Footer starts here */

  .footer {
    background: var(--cta);
    color: var(--text1);
    padding: 40px 18px 24px;
  }

  .footer-wrap {
    max-width: 100%;
    margin: 0 auto;
  }

  .newsletter {
    text-align: center;
    margin-bottom: 40px;
  }

  .newsletter h3 {
    color: var(--text1);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .newsletter p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
    padding: 0 6px;
    line-height: 1.5;
  }

  .newsletter form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background: var(--background2);
    padding: 25px 15px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  }

  .newsletter input[type="email"] {
    border: none;
    outline: none;
    padding: 15px 14px;
    font-size: 14px;
    border-radius: 15px;
    color: var(--text2);
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    background: var(--background3)
  }

  .newsletter button {
    background: var(--accent);
    color: var(--text1);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
  }

  .newsletter button:hover {
    background: #ffab33;
  }

  .links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
    text-align: left;
  }

  .links-container h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--accent);
  }

  .links-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .links-container li {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14px;
  }

  .links-container a {
    color: var(--text1);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .links-container a:hover {
    opacity: 0.75;
  }

  .footer hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 24px 0 18px;
  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .social-icons img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .social-icons img:hover {
    transform: scale(1.05);
    filter: brightness(0) invert(1);
  }

  .copyright {
    text-align: center;
    font-size: 13px;
    opacity: 0.9;
    line-height: 1.5;
    padding: 0 10px;
  }
}