/* =============================================================
   CONTACT US — contact-us.css
   Figma node 1586-1309  |  prefix: cu-
   Breakpoints: ≥1200 / ≥992 / ≤991 / ≤767 / ≤575 / ≤399
   ============================================================= */

/* Page-level gradient tokens */
.page-contact-us {
    --cu-hero-grad:    linear-gradient(78.85deg, #6e196f 1.157%, #f433e7 93.879%);
    --cu-main-bg:      linear-gradient(176.5deg, rgba(255,214,219,0) 9.73%, rgb(255,212,254) 45.27%, #ffffff 79.26%);
}

/* =============================================================
   HERO
   ============================================================= */
.cu-hero {
    background:   linear-gradient(78.85deg, #6e196f 1.157%, #f433e7 93.879%);;
    min-height: 31.25rem;       /* 500px */
    padding: 3.75rem 0 2.5rem !important;
    position: relative;
}

.cu-hero__content {
    padding-right: 2rem;
}

.cu-hero__title {
    font-size: 3.625rem;        /* 58px */
    font-weight: 500;
    color: #fff;
    line-height: 4.25rem;       /* 68px */
    letter-spacing: -0.01em;
    margin-bottom: 1.25rem;
}

.cu-hero__desc {
    font-size: 1.25rem !important;
    font-weight: 300;
    color: #fff;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
    max-width: 36rem;
    margin-bottom: 2.25rem;
}

/* Breadcrumb */
.cu-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.01em;
}
.cu-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}
.cu-hero-breadcrumb a:hover { color: #fff; }
.cu-hero-breadcrumb span   { color: #ffd1fa; }

/* Photo columns */
.cu-hero__photos {
    display: flex;
    gap: 1rem;
    height: 31.25rem;           /* 500px */
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.cu-photo-col {
    flex: 1;
    overflow: hidden;
    height: 100%;
}

.cu-photo-track {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cu-photo-track--up   { animation: cu-scroll-up   20s linear infinite; }
.cu-photo-track--down { animation: cu-scroll-down 22s linear infinite; }

@keyframes cu-scroll-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
@keyframes cu-scroll-down {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}

.cu-photo-thumb {
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
}
.cu-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =============================================================
   HAPPY CUSTOMERS  (mirrors home.css — loaded here since
   shared.css does not include clients-* styles)
   ============================================================= */
.clients-section {
    background: #ffffff;
    padding: 50px 0 0px;
}

.clients-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 40px;
}

.clients-heading strong {
    font-weight: 700;
    color: var(--color-heading, #13002e);
}

.clients-swiper {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.clients-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}

.clients-swiper .swiper-slide {
    width: auto !important;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-swiper .swiper-slide img {
    height: 56px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
    filter: grayscale(30%);
    opacity: 0.75;
    transition: filter 0.25s ease, opacity 0.25s ease;
}

.clients-swiper .swiper-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* =============================================================
   MAIN — Connect + Form + FAQ
   ============================================================= */
.cu-main {
    background: var(--cu-main-bg);
    padding: 100px 0 50px;
}

/* ── Connect row ── */
.cu-connect-row {
    margin-bottom: 5rem;
}

.cu-btn-outline {
display: inline-block;
    border: 1px solid #000;
    border-radius: 1.5625rem;
    line-height: 40px;
    padding: 0 1.8125rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    white-space: nowrap;
    margin-bottom: 1.25rem;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}
/*.cu-btn-outline:hover {
    background: #0f233d;
    color: #fff;
}*/

.cu-connect__title {
    font-size: 2.8125rem;       /* 45px */
    font-weight: 600;
    color: var(--color-heading, #13002e);
    line-height: 3.4375rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}

.cu-connect__body {
    font-size: 1.125rem !important;
    font-weight: 300;
    color: #0f233d;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
}

/* ── Form card ── */
.cu-form-card {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.25);
    padding: 1.75rem 1.875rem 2.5rem;
}

.cu-form-card__head {
    margin-bottom: 1.5625rem;
}

.cu-form-card__title {
    font-size: 2.8125rem !important;
    font-weight: 600;
    line-height: 3.4375rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.375rem;
}

.cu-form-card__sub {
    font-size: 1.125rem !important;
    font-weight: 300;
    color: #0f233d;
    line-height: 1.375rem;
    letter-spacing: -0.01em;
    margin: 0;
}

/* Form fields */
.cu-field {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    height: 45px;          /* 55px */
    padding: 0 0.875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.cu-field p{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cu-field p .wpcf7-not-valid-tip{
          position: absolute;
    font-size: 14px;
    top: 38px;
    left: -23px;
}
.cu-field p img{
        flex-shrink: 0;
    display: block;
    width: 15px;
    height: 15px;
}
.cu-field:focus-within {
    border-color: var(--squibit-purple, #9d248f);
    box-shadow: 0 0 0 3px rgba(110, 25, 111, 0.1);
    background: #fff;
}

.cu-field__icon {
    flex-shrink: 0;
    display: block;
}

.cu-field__input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--font-body, 'Outfit', sans-serif);
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--color-heading, #13002e);
    letter-spacing: -0.01em;
    min-width: 0;
}
.cu-field__input::placeholder {
    color: #878787;
    font-weight: 400;
}

/* Next button */
.cu-btn-next {
    background: var(--gradient-brand);
    color: #fff;
    font-family: var(--font-body, 'Outfit', sans-serif);
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    border: none;
    border-radius: 1.625rem;
    height: 3.1875rem;
    width: 8.6875rem;
    cursor: pointer;
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
}
.cu-btn-next:hover {
    opacity: 0.88;
    box-shadow: 0 6px 20px rgba(110, 25, 111, 0.35);
}

/* =============================================================
   FAQ
   ============================================================= */
.cu-faq {
    padding-top: 1rem;
}

.cu-faq__header {
    margin-bottom: 2.1875rem;
}

.cu-faq__title {
    font-size: 2.8125rem !important;
    font-weight: 600;
    color: var(--color-heading, #13002e);
    line-height: 3.4375rem;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

.cu-faq__sub {
    font-size: 1.25rem !important;
    font-weight: 300;
    color: #0f233d;
    line-height: 1.5rem;
    letter-spacing: -0.0125em;
    max-width: 60rem;
}

.cu-faq__list {
    display: flex;
    flex-direction: column;
}

.cu-faq__btn {
    width: 100%;
    background: none;
    border: none;
    padding: 1.0625rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    cursor: pointer;
    text-align: left;
}

.cu-faq__q {
    font-size: 24px;            /* 32px */
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    flex: 1;
    transition: color 0.2s ease;
}
.cu-faq__q--muted { color: #acacac; }

.cu-faq__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--gradient-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.25rem;
}

/* Hide SVG circles — background is supplied by CSS above */
.cu-faq__icon circle { display: none; }
/* Always white icon on the coloured bg */
.cu-faq__icon path  { stroke: #fff !important; }

/* Show correct icon */
.faq-icon-minus { display: block; }
.faq-icon-plus  { display: none; }

.cu-faq__item:not(.cu-faq__item--open) .faq-icon-minus { display: none; }
.cu-faq__item:not(.cu-faq__item--open) .faq-icon-plus  { display: block; }

/* Answer */
.cu-faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}
.cu-faq__item--open .cu-faq__answer {
    max-height: 20rem;
}

.cu-faq__answer p {
    font-size: 1.375rem !important;
    font-weight: 300;
    color: #545454;
    line-height: 1.6875rem;
    padding-bottom: 1.25rem;
}

.cu-faq__divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}
.cu-faq{
    padding-bottom: 0;
}
#contactForm form .col-6{margin-bottom: 15px}
#contactForm form .col-12:not(:last-child){
    margin-bottom: 15px;
}
#contactForm form .col-12 p{margin: 0px}
/* =============================================================
   RESPONSIVE — ≤1199px
   ============================================================= */
@media (max-width: 1199.98px) {
    .cu-hero__title  { font-size: 3rem; line-height: 3.75rem; }
    .cu-connect__title,
    .cu-form-card__title,
    .cu-faq__title   { font-size: 2.375rem !important; line-height: 3rem; }
}

/* =============================================================
   RESPONSIVE — ≤991px
   ============================================================= */
@media (max-width: 991.98px) {
    .clients-section { padding: 48px 0; }
    .clients-heading { font-size: 20px; }
    .cu-hero { min-height: 20rem; padding: 3rem 0 2.5rem !important; }
    .cu-hero__title  { font-size: 2.5rem; line-height: 3.125rem; }
    .cu-hero__desc   { font-size: 1.125rem !important; }

    .cu-main { padding: 2.5rem 0 4rem; }
    .cu-connect-row  { margin-bottom: 3rem; }
    .cu-connect__title,
    .cu-form-card__title { font-size: 2rem !important; line-height: 2.5rem; }
    .cu-faq__title   { font-size: 2rem !important; line-height: 2.5rem; }
    .cu-faq__q       { font-size: 1.5rem; }
}

/* =============================================================
   RESPONSIVE — ≤767px
   ============================================================= */
@media (max-width: 767.98px) {
    .cu-hero__title  { font-size: 2.125rem; line-height: 2.75rem; }
    .cu-hero__desc   { max-width: 100%; }

    .clients-section { padding: 40px 0; }
    .clients-heading { font-size: 18px; margin-bottom: 28px; }
    .clients-swiper .swiper-slide img { height: 40px; }

    .cu-connect-row { margin-bottom: 2.5rem; }
    .cu-form-card   { padding: 1.5rem; border-radius: 1.25rem; }
    .cu-faq__q      { font-size: 1.25rem; }
    .cu-faq__answer p { font-size: 1.125rem !important; }
}

/* =============================================================
   RESPONSIVE — ≤575px
   ============================================================= */
@media (max-width: 575.98px) {
    .clients-section { padding: 0 0 20px; }
    .clients-heading { font-size: 16px; margin-bottom: 20px; }
    .clients-swiper .swiper-slide img { height: 32px; }

    .cu-hero { padding: 2.5rem 0 2rem !important; }
    .cu-hero__title  { font-size: 1.875rem; }
    .cu-hero__content { padding-right: 0; }

    .cu-main  { padding: 2rem 0 3rem; }
    .cu-form-card { padding: 1.25rem; }
    .cu-field { height: 3rem; }
    .cu-field__input { font-size: 1rem; }
    .cu-btn-next { width: 100%; }

    .cu-connect__title,
    .cu-form-card__title,
    .cu-faq__title { font-size: 1.75rem !important; line-height: 2.25rem; }
    .cu-faq__q { font-size: 1.125rem; }
    .cu-faq__icon { width: 1.5rem; height: 1.5rem; }
    .cu-faq__icon svg { width: 24px; height: 24px; }
    .cu-faq__answer p { font-size: 1rem !important; }
    .cu-connect__text{text-align:center;}
.cu-faq__header{text-align:center;}

.cu-field p .wpcf7-not-valid-tip {
    top: 34px;
}
.cu-hero{text-align: center;}

}

/* =============================================================
   RESPONSIVE — ≤399px
   ============================================================= */
@media (max-width: 399.98px) {
    .cu-hero__title { font-size: 1.625rem; }
    .cu-field { height: 2.75rem; }
    .cu-field__input { font-size: 0.9375rem; }
}
