/*-- -------------------------- -->
<---       Contact Hero         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-hero {
    padding: clamp(9rem, 20vw, 12rem) 1rem clamp(3rem, 6vw, 5rem);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #contact-hero .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }
  #contact-hero .cs-title {
    font-family: 'Inter', sans-serif;
    /* 40px - 70px */
    font-size: clamp(2.5rem, 6vw, 4.375rem);
    font-weight: 600;
    line-height: 1.08571429em;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
  }
  #contact-hero .cs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  #contact-hero .cs-breadcrumb-link {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #3D64FD;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  #contact-hero .cs-breadcrumb-link:hover {
    opacity: 0.8;
  }
  #contact-hero .cs-breadcrumb-separator {
    display: flex;
    align-items: center;
    color: #F7F7F7;
  }
  #contact-hero .cs-breadcrumb-current {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #F7F7F7;
  }
  #contact-hero .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #contact-hero .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, #000000 2%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 47%);
  }
  #contact-hero .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    object-position: top;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-hero {
    padding: 12.5rem clamp(1rem, 3vw, 2.5rem) 5rem;
    min-height: 29.875rem;
    display: flex;
    align-items: flex-end;
  }
}
/*-- -------------------------- -->
<---     Contact Content        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-content {
    background-color: #fff;
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem 3.125rem;
    /* ===== Info Row ===== */
    /* ===== Contact Cards ===== */
    /* ===== Form Row ===== */
  }
  #contact-content .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  #contact-content .cs-info-row {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  #contact-content .cs-info-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #contact-content .cs-section-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #contact-content .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3D64FD;
  }
  #contact-content .cs-title {
    font-family: 'Inter', sans-serif;
    /* 28px - 48px */
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.16666667em;
    color: #191005;
    margin: 0;
  }
  #contact-content .cs-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    margin: 0;
  }
  #contact-content .cs-rating-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #contact-content .cs-star {
    width: 6.25rem;
    height: auto;
  }
  #contact-content .cs-rating-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71428571em;
    color: #1A1A1F;
    margin: 0;
  }
  #contact-content .cs-rating-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71428571em;
    color: #1A1A1F;
    text-decoration: underline;
    margin-left: 0.25rem;
  }
  #contact-content .cs-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #contact-content .cs-contact-card {
    background: rgba(61, 100, 253, 0.1);
    border-radius: 1rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  #contact-content .cs-contact-icon {
    width: 4.5rem;
    height: 4.5rem;
    display: block;
  }
  #contact-content .cs-contact-body {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  #contact-content .cs-contact-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #191005;
    margin: 0;
  }
  #contact-content .cs-contact-detail {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71428571em;
    color: #1A1A1F;
    text-decoration: none;
    margin: 0;
  }
  #contact-content .cs-form-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #contact-content .cs-form-image {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
  }
  #contact-content .cs-form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #contact-content .cs-form {
    background: rgba(61, 100, 253, 0.05);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #contact-content .cs-form-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #contact-content .cs-field-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #contact-content .cs-input {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    background-color: rgba(61, 100, 253, 0.1);
    border: none;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    transition: box-shadow 0.3s;
  }
  #contact-content .cs-input::placeholder {
    color: #1A1A1F;
  }
  #contact-content .cs-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3D64FD;
  }
  #contact-content .cs-select-wrapper {
    position: relative;
    width: 100%;
    flex: 1;
  }
  #contact-content .cs-select {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    background-color: rgba(61, 100, 253, 0.1);
    border: none;
    border-radius: 0.5rem;
    padding: 1rem 3rem 1rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: box-shadow 0.3s;
  }
  #contact-content .cs-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3D64FD;
  }
  #contact-content .cs-select-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
  }
  #contact-content .cs-textarea {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #1A1A1F;
    background-color: rgba(61, 100, 253, 0.1);
    border: none;
    border-radius: 0.5rem;
    min-height: 7.5rem;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
    transition: box-shadow 0.3s;
  }
  #contact-content .cs-textarea::placeholder {
    color: #1A1A1F;
  }
  #contact-content .cs-textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #3D64FD;
  }
  #contact-content .cs-submit {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.14285714em;
    text-align: center;
    color: #fff;
    background-color: #3D64FD;
    border: none;
    border-radius: 0.5rem;
    padding: 0 2.25rem;
    height: 3.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
  }
  #contact-content .cs-submit:hover {
    background-color: #2D4FE0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #contact-content .cs-contact-cards {
    flex-direction: row;
  }
  #contact-content .cs-contact-card {
    flex: 1;
    min-width: 0;
  }
  #contact-content .cs-field-row {
    flex-direction: row;
  }
  #contact-content .cs-field-row .cs-input {
    flex: 1;
    min-width: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-content {
    padding: 6.25rem 3.75rem 3.125rem;
  }
  #contact-content .cs-info-row {
    flex-direction: row;
    align-items: flex-end;
    gap: 4rem;
    flex-wrap: wrap;
  }
  #contact-content .cs-info-text {
    width: 32.625rem;
    flex-shrink: 0;
  }
  #contact-content .cs-contact-cards {
    flex: 1;
  }
  #contact-content .cs-form-row {
    flex-direction: row;
    gap: 4rem;
  }
  #contact-content .cs-form-image {
    width: 32.625rem;
    height: 26.5rem;
    flex-shrink: 0;
  }
  #contact-content .cs-form {
    flex: 1;
    padding: 2.5rem;
  }
}
/*-- -------------------------- -->
<---           FAQ              -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq {
    padding: clamp(3.75rem, 10vw, 6.25rem) 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    scroll-margin-top: 50px;
    /* ===== Header ===== */
    /* ===== FAQ Content ===== */
    /* ===== Category Tabs ===== */
    /* ===== FAQ Items ===== */
    /* ===== Background ===== */
  }
  #faq .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    position: relative;
    z-index: 1;
  }
  #faq .cs-faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  #faq .cs-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
  #faq .cs-topper {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.16666667em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3D64FD;
  }
  #faq .cs-title {
    font-family: 'Inter', sans-serif;
    /* 28px - 36px */
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 600;
    line-height: 1.22222222em;
    letter-spacing: -0.03125rem;
    color: #fff;
    margin: 0;
  }
  #faq .cs-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin: 0;
    max-width: 38.9375rem;
  }
  #faq .cs-faq-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
    max-width: 100%;
  }
  #faq .cs-faq-tabs {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    flex-shrink: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
    max-width: 100%;
  }
  #faq .cs-faq-tabs::-webkit-scrollbar {
    display: none;
  }
  #faq .cs-faq-tab {
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    background: transparent;
    border: 1px solid #E8E8E8;
    border-radius: 3.125rem;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color 0.3s, border-color 0.3s;
  }
  #faq .cs-faq-tab:hover {
    border-color: #3D64FD;
  }
  #faq .cs-faq-tab.cs-active {
    background-color: #3D64FD;
    border-color: #3D64FD;
  }
  #faq .cs-faq-group {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
  }
  #faq .cs-faq-group.cs-active {
    display: flex;
  }
  #faq .cs-faq-item {
    border: 1px solid #fff;
    transition: background-color 0.3s;
  }
  #faq .cs-faq-button {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    background: transparent;
    border: none;
    padding: 1.5rem 1.25rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    text-align: left;
  }
  #faq .cs-button-text {
    flex: 1;
  }
  #faq .cs-faq-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    transition: transform 0.3s;
    transform: rotate(90deg);
  }
  #faq .cs-faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 1.25rem;
    transition: height 0.3s, opacity 0.3s, padding 0.3s;
  }
  #faq .cs-faq-answer p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75em;
    color: #fff;
    margin: 0;
  }
  #faq .cs-faq-item.cs-active {
    background: rgba(61, 100, 253, 0.1);
  }
  #faq .cs-faq-item.cs-active .cs-faq-arrow {
    transform: rotate(-90deg);
  }
  #faq .cs-faq-item.cs-active .cs-faq-answer {
    height: auto;
    opacity: 1;
    padding: 0 1.25rem 1.5rem;
  }
  #faq .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #faq .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
  }
  #faq .cs-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #faq {
    padding: 6.25rem clamp(1rem, 3vw, 2.5rem);
  }
  #faq .cs-faq-content {
    flex-direction: row;
  }
  #faq .cs-faq-tabs {
    width: 25.8125rem;
    flex-direction: column;
    overflow-x: visible;
  }
  #faq .cs-faq-tab {
    font-size: 1.25rem;
    line-height: 1.4em;
    border-radius: 0;
    padding: 1.5rem 2.5rem;
    text-align: left;
    white-space: normal;
  }
}
