/* ===================================================================
   Contact page: #homeQuoteSec base layout
   (Normally provided by service.css which is NOT loaded on /contact)
   =================================================================== */
#homeQuoteSec {
    width: 100%;
    padding: 0px 20px 120px 20px;
}

#homeQuoteSec .homeQuoteSecInner {
    max-width: 1490px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
    max-width: 60%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
    max-width: 40%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent {
    max-width: 580px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.6px;
    text-align: center;
    color: #cbd7d7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem {
    border: 1.17px solid #0e122e;
    background: #0b0e28;
    padding: 10px 10px 10px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon {
    background-color: #08951e;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon .iconify {
    color: #ffffff;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 0;
    text-transform: none;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 42px 0 0 0;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecSlider .homeQuoteSecSliderInner {
    background: #0b0e28;
    border: 1px solid #0e122e;
    padding: 30px 30px;
    border-radius: 24px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars .iconify {
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecSliderComment {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 20px 0px 95px 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#homeQuoteSec .homeQuoteSecSliderMeta img {
    border: 1px solid #354f51;
    border-radius: 50%;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fdfcf7;
    margin: 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #cbd7d7;
    margin: 0;
}

#homeQuoteSec #quoteForm {
    background: #0b0e28;
    border: 1px solid #0e122e;
    border-radius: 24px;
    padding: 30px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homeQuoteSec #quoteForm .quoteFormRow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

#homeQuoteSec #quoteForm .quoteFormGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#homeQuoteSec #quoteForm .quoteFormGroup label {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput {
    background: radial-gradient(100% 100% at 50% 100%, #101636 14.38%, #0c1027 100%);
    border-radius: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    border: none;
    padding: 12px 16px;
    color: #cbd7d7;
}

#homeQuoteSec #quoteForm .quoteFormGroup textarea.quoteFormInput {
    min-height: 122px;
    resize: none;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput::placeholder {
    color: #6d7792;
}

#first_name,
#last_name {
    width: 100%;
}

/* Contact page: responsive breakpoints for #homeQuoteSec */
@media (max-width: 1596px) {
    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 35%;
    }
}

@media (max-width: 1440px) {
    #homeQuoteSec #quoteForm {
        padding: 30px 36px;
    }
}

@media (max-width: 1064px) {
    #homeQuoteSec .homeQuoteSecInner {
        flex-direction: column;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
        max-width: 100%;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 100%;
    }

    #homeQuoteSec #quoteForm .quoteFormGroup {
        width: 100%;
    }
}

/* ===================================================================
   End: #homeQuoteSec base layout
   =================================================================== */

#serviceHeroSec {
    display: flex;
    flex-direction: column;
    gap: var(--space-7);
    background: transparent; /* Removed old image to let aura shine */
    padding: 160px 0 80px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.serviceHeroSecInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 728px;
    margin: auto;
}

#serviceHeroSec .contactHero__bgOrbs {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

#serviceHeroSec .homeHero__orb {
    position: absolute;
    border-radius: 50%;
}

#serviceHeroSec .homeHero__orb--1 {
    width: 170px;
    height: 170px;
    top: 120px;
    right: 20px;
    background: radial-gradient(circle at 40% 36%, rgba(243, 18, 78, 1) 0%, rgba(140, 12, 40, 0.45) 70%, transparent 100%);
}

#serviceHeroSec .homeHero__orb--2 {
    width: 130px;
    height: 130px;
    top: 190px;
    left: 20px;
    background: radial-gradient(circle at 42% 30%, rgba(243, 18, 78, 0.92) 0%, rgba(140, 12, 40, 0.4) 70%, transparent 100%);
}

#serviceHeroSec .serviceHeroSecHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#serviceHeroSec .serviceHeroSecHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--viva-pink, #F3124E);
    background: rgba(243, 18, 78, 0.1);
    border: 1px solid rgba(243, 18, 78, 0.3);
    padding: 8px 16px;
    border-radius: 100px;
    letter-spacing: 2px;
}

#serviceHeroSec .serviceHeroSecHead h2 {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.12;
    text-align: center;
    color: var(--text-main);
    letter-spacing: -0.03em;
    margin: 0;
}

#serviceHeroSec .serviceHeroSecHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.6;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 760px;
}

#serviceHeroSec .serviceHeroSecHead .serviceHeroSecHeadTop {
    color: #f3124e;
    display: block;
    margin-bottom: 4px;
}

#serviceHeroSec .serviceHeroSecHead .serviceHeroSecHeadBottom {
    color: #ffffff;
    display: block;
}

#serviceHeroSec .serviceHeroSecActions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

#serviceHeroSec .serviceHeroSecBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 26px;
    border-radius: 100px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#serviceHeroSec .serviceHeroSecBtn--primary {
    background: #f3124e;
    border: 1px solid #f3124e;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(243, 18, 78, 0.28);
}

#serviceHeroSec .serviceHeroSecBtn--primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(243, 18, 78, 0.35);
}

#serviceHeroSec .serviceHeroSecBtn--outline {
    background: transparent;
    border: 1px solid rgba(243, 18, 78, 0.5);
    color: #ffffff;
}

#serviceHeroSec .serviceHeroSecBtn--outline:hover {
    color: #ffffff;
    background: rgba(243, 18, 78, 0.12);
    border-color: #f3124e;
}

/* Contact hero uses shared viva-figma-hero markup (.homeHero__*). */
.page-contact #homeHeroSec.homeHero--figma .homeHero__headingBold.homeHero__headingBold--figma {
    font-size: clamp(30px, 4.8vw, 72px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.page-contact #homeHeroSec.homeHero--figma .homeHero__headingLine1,
.page-contact #homeHeroSec.homeHero--figma .homeHero__headingLine2 {
    white-space: normal;
    text-wrap: balance;
}

.page-contact #homeHeroSec.homeHero--figma .homeHero__desc {
    font-size: clamp(23px, 2.7vw, 29px);
    font-weight: 400;
    line-height: 1.55;
    max-width: min(900px, 94vw);
    margin: 30px auto 44px;
    letter-spacing: 0.01em;
}

/* #homeFeatureBanner — same wide strip as Home (home.css); sits under hero on Contact */
body.page-contact #homeFeatureBanner {
    padding: 0 20px clamp(40px, 6vw, 72px);
}

body.page-contact #homeFeatureBanner .featureBanner__inner {
    max-width: 1160px;
    margin: 0 auto;
}

#contactConnectSec {
    padding: 0 20px 80px;
}

#contactConnectSec .contactConnectSecInner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

#contactConnectSec .contactConnectSecContent {
    background: linear-gradient(180deg, #13182e 0%, #0c1022 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 38px 34px;
}

/* Eyebrow: site.css forces h4 color + weight — override for pink + extra-bold */
#contactConnectSec .contactConnectSecContent h4 {
    font-family: "Outfit", sans-serif;
    font-size: var(--viva-overview-eyebrow-fs, clamp(22px, 1.85vw, 30px));
    font-weight: 800 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--viva-pink, #f3124e) !important;
    margin: 0 0 clamp(14px, 1.8vw, 22px);
}

#contactConnectSec .contactConnectSecContent h2 {
    font-family: "Outfit", sans-serif;
    font-size: var(--viva-overview-heading-fs, clamp(44px, 5.2vw, 76px));
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #ffffff;
    margin: 0 0 clamp(22px, 2.5vw, 32px);
}

#contactConnectSec .contactConnectSecContent p {
    font-family: "Outfit", sans-serif;
    font-size: var(--viva-overview-body-fs, clamp(19px, 1.45vw, 24px));
    line-height: 1.68;
    color: rgba(255, 255, 255, 0.94);
    margin: 0 0 22px;
}

#contactConnectSec .contactConnectSecList {
    margin: 0;
    padding-left: 22px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#contactConnectSec .contactConnectSecList li {
    font-family: "Outfit", sans-serif;
    font-size: clamp(19px, 1.45vw, 24px);
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.94);
    padding-left: 4px;
}

#contactConnectSec .contactConnectSecList li::marker {
    color: var(--viva-pink, #f3124e);
    font-size: 0.95em;
}

#contactConnectSec .contactConnectSecImage {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 100%;
}

#contactConnectSec .contactConnectSecImage img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

#contactInfoSec {
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px 0;
}

#contactInfoSec .contactInfoSecInner {
    padding: 20px;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 60px 40px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 32%;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox:hover {
    transform: translateY(-8px);
    border-color: rgba(243, 18, 78, 0.4);
    box-shadow: 0 20px 40px rgba(243, 18, 78, 0.1);
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox span {
    background: rgba(243, 18, 78, 0.05);
    border: 1px solid rgba(243, 18, 78, 0.2);
    border-radius: 12px;
    padding: 18px;
    margin: 0 0 22px 0;
    transition: transform 0.4s ease;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox:hover span {
    transform: scale(1.1);
}

/* Card titles: global `h4 { color: #fff !important }` in site.css must be overridden */
#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox h4 {
    font-family: "Outfit", "Rethink Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(19px, 1.45vw, 23px);
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: var(--viva-pink, #f3124e) !important;
    margin: 0 0 14px 0;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* Nudge right so label lines up with centered title (arrow was pulling the group left). */
    transform: translateX(20px);
}

@media (max-width: 768px) {
    #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
        transform: translateX(16px);
    }
}

/* Absolute final alignment lock (requested): tighter paragraphs, tighter cards, no extra spacing */
body.page-contact #contactConnectSec .contactConnectSecContent p,
body.page-contact #blogSec .blogSecInnerHead p,
body.page-contact #blogSec .blogSecInnerBox p,
body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent p,
body.page-contact #homeQuoteSec .homeQuoteSecSliderComment,
body.page-contact .contactIndustryFaq .homeFaqContact__subDesc,
body.page-contact .contactIndustryFaq .homeFaqContact__faqBody {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

body.page-contact #contactConnectSec .contactConnectSecInner,
body.page-contact #homeQuoteSec .homeQuoteSecInner {
    gap: 32px !important;
}

body.page-contact #blogSec {
    padding-top: 36px !important;
    padding-bottom: 64px !important;
    gap: 28px !important;
}

body.page-contact #blogSec .blogSecInnerHead {
    padding-top: 64px !important;
}

body.page-contact #blogSec .blogSecInnerBoxRow {
    gap: 16px !important;
}

body.page-contact #blogSec .blogSecInnerBox {
    padding: 8px 8px 16px !important;
    border-radius: 16px !important;
}

body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
    border-radius: 16px !important;
    padding: 24px 18px !important;
    min-height: 220px !important;
}

@media (max-width: 768px) {
    body.page-contact #contactConnectSec .contactConnectSecContent p,
    body.page-contact #blogSec .blogSecInnerHead p,
    body.page-contact #blogSec .blogSecInnerBox p,
    body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent p,
    body.page-contact #homeQuoteSec .homeQuoteSecSliderComment {
        font-size: 15px !important;
        line-height: 1.45 !important;
        margin-bottom: 8px !important;
    }

    body.page-contact #contactConnectSec .contactConnectSecInner,
    body.page-contact #homeQuoteSec .homeQuoteSecInner,
    body.page-contact #blogSec .blogSecInnerBoxRow {
        gap: 14px !important;
    }
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner p {
    font-family: "Outfit", "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgba(225, 230, 242, 0.96);
    margin: 0;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner .imgBox {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner .imgBox img {
    width: 18px;
    height: auto;
}

#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox:hover .contactInfoSecInnerBoxInner .imgBox {
    background: var(--viva-pink, #F3124E);
    border-color: var(--viva-pink, #F3124E);
    transform: translateX(5px);
}

#homeQuoteSec {
    width: 100%;
    padding: 0px 20px 0 20px;
}

#homeQuoteSec .homeQuoteSecInner {
    max-width: 1490px;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
    max-width: 60%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
    max-width: 40%;
    width: 100%;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent {
    max-width: 580px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.6px;
    text-align: center;
    color: #cbd7d7;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecReviewStars .iconify {
    color: #3363ff;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem {
    border: 1.17px solid #0e122e;
    background: #0b0e28;
    padding: 10px 10px 10px 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 7px;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon {
    background: linear-gradient(145deg, var(--viva-pink, #f3124e) 0%, #a30b32 100%);
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem .homeQuoteSecInnerBoxChecklistItemIcon .iconify {
    color: #ffffff;
}

#homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 0;
    text-transform: none;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox {
    /* display: none; */
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 42px 0 0 0;
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecInnerSliderBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #00020f, transparent);
}

#homeQuoteSec .homeQuoteSecSlider .homeQuoteSecSliderInner {
    background: #0b0e28;
    border: 1px solid #0e122e;
    padding: 30px 30px;
    border-radius: 24px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2.5px;
}

#homeQuoteSec .homeQuoteSecSliderReviewStars .iconify {
    color: #fdfcf7;
}

#homeQuoteSec .homeQuoteSecSliderComment {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
    margin: 20px 0px 95px 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#homeQuoteSec .homeQuoteSecSliderMeta img {
    border: 1px solid #354f51;
    border-radius: 50%;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #fdfcf7;
    margin: 0;
}

#homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #cbd7d7;
    margin: 0;
}

#homeQuoteSec #quoteForm {
    background: #0b0e28;
    border: 1px solid #0e122e;
    border-radius: 24px;
    padding: 30px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#homeQuoteSec #quoteForm .quoteFormRow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

#homeQuoteSec #quoteForm .quoteFormGroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#homeQuoteSec #quoteForm .quoteFormGroup label {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #cbd7d7;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput {
    background: radial-gradient(100% 100% at 50% 100%,
            #101636 14.38%,
            #0c1027 100%);
    border-radius: 15px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    border: none;
    padding: 12px 16px;
    color: #cbd7d7;
}

#homeQuoteSec #quoteForm .quoteFormGroup textarea.quoteFormInput {
    min-height: 122px;
    resize: none;
}

#homeQuoteSec #quoteForm .quoteFormGroup .quoteFormInput::placeholder {
    color: #6d7792;
}

#homeQuoteSec #quoteForm .quoteFormAgreement {
    font-family: Inter;
    font-weight: 400;
    line-height: 25.6px;
    font-size: 16px;
    color: #cbd7d7;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput:checked {
    background: #5c7df4;
    border-color: #5c7df4;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d0d5dd;
    background: #ffffff;
    border-radius: 6px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

#homeQuoteSec #quoteForm .quoteFormAgreement .quoteFormAgreementInput:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 4px;
}

#homeQuoteSec #quoteForm .quoteFormGetStartedBtn {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border-radius: 100px;
    background: #f3124e;
    background-image: none;
    border: 1px solid #f3124e;
    box-shadow: 0 10px 24px rgba(243, 18, 78, 0.28);
}

#homeQuoteSec #quoteForm .quoteFormGetStartedBtn:hover {
    color: #ffffff;
    background: #d90f45;
    border-color: #d90f45;
}

#first_name,
#last_name {
    width: 100%;
}

#blogSec {
    display: flex;
    flex-direction: column;
    padding: 50px 20px 200px 20px;
    gap: 60px;
}

#blogSec .blogSecInnerHead {
    background: url(/assets/images/blog/blogBgShape.webp) center / contain no-repeat;
    padding: 150px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

#blogSec .blogSecInnerHead h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccd7ff;
    background: #0d1030;
    border: 1px solid #161c44;
    padding: 8px 16px;
    border-radius: 100px;
    max-width: max-content;
    margin: 0 0 12px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#blogSec .blogSecInnerHead h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fdfcf7;
    margin: 0 auto 12px auto;
    max-width: 465px;
    width: 100%;
}

#blogSec .blogSecInnerHead p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #cbd7d7;
    margin: 0 auto 20px auto;
    max-width: 551px;
}

#blogSec .blogSecInner {
    max-width: 1080px;
    width: 100%;
    margin: auto;
}

#blogSec .blogSecInnerBoxRow {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

#blogSec .blogSecInnerBox {
    border: 1px solid #0e122e;
    background: linear-gradient(180deg,
            #0a0c1e 0%,
            rgba(10, 12, 30, 0.98) 0.01%,
            rgba(10, 12, 30, 0) 72.36%);

    padding: 10px 10px 26px 10px;
    border-radius: 22px;
    max-width: 48%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.blogSecInnerBoxContent {
    padding: 0px 20px;
}

#blogSec .blogSecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.6px;
    color: #6d7792;
    margin: 0px 0px 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 3;
}

#blogSec .blogSecInnerBoxImg {
    box-shadow: 0px -2px 6px 0px #00000040;

    padding: 8px;
    border-radius: 20px;
    margin: 0 0 25px 0;
    border-top: 1px solid #ffffff24;
    background: linear-gradient(180deg,
            #5c7df44a 0%,
            rgba(92, 125, 244, 0) 100%);
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blogSec .blogSecInnerBoxImg img {
    width: 100%;
    max-width: 100%;
}

#blogSec .blogSecInnerBoxMeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 7px 0;
}

#blogSec .blogSecInnerBoxMetaCategory {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
    text-align: center;
    color: #ccd7ff;
    padding: 4px 12px;
    border-radius: 100px;
    background: #ffffff12;
    border-top: 1px solid #ffffff1f;
    text-decoration: none;
}

#blogSec .blogSecInnerBoxMetaDate {
    font-family: "Rethink Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 38.15px;
    text-transform: uppercase;
    color: #ffffff;
}

#homeFaqSec {
    padding: var(--space-8) 0;
    margin: 0;
}

#homeFaqSec .homeFaqSecInnerSec {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

#homeFaqSec .homeFaqSecInnerSecHead {
    padding: 0 20px 0 20px;
}

#homeFaqSec .homeFaqSecInnerSecHead span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 23.5px;
    line-height: 36.6px;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    max-width: 190px;
    margin: 0;
    position: relative;
    top: -12px;
}

#homeFaqSec .homeFaqSecInnerSecHead h2 {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: var(--text-5xl);
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--text-main);
}

#homeFaqSec #homeFaqSecAccordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #272727;
    padding: 50px 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: var(--text-2xl);
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::before {
    background: linear-gradient(180deg, #4c75ff 0%, #1a4fff 100%);
}

#homeFaqSec #homeFaqSecAccordion .accordion-button.collapsed::before {
    background: linear-gradient(180deg,
            rgba(76, 117, 255, 0.2) 0%,
            rgba(26, 79, 255, 0.2) 100%);
}

#homeFaqSec #homeFaqSecAccordion .accordion-button::after {
    filter: brightness(100);
    position: absolute;
    right: 20px;
    top: 32px;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button:not(.collapsed)::after {
    top: 29px !important;
}

#homeFaqSec #homeFaqSecAccordion .accordion-body {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--text-muted);
    padding: var(--space-2) 0 var(--space-4) 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-item:last-of-type {
    border-bottom: 0;
}

#homeFaqSec #homeFaqSecAccordion .accordion-button span {
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    font-size: 22.67px;
    line-height: 43.1px;
}

#homeCtaSec {
    margin: 0 0 130px 0;
}

#homeCtaSec .homeCtaSecInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: auto;
    border: 1.09px solid #ffffff33;
    padding: 37px 52px 37px 52px;
    border-radius: 26.27px;
    background: linear-gradient(to bottom, transparent -30%, rgb(0 0 0) 70%),
        url(/assets/images/ctaBg.webp) top / contain no-repeat;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:first-child {
    max-width: 50%;
    width: 100%;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
    width: 100%;
    max-width: 40%;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #cbd7d7;
    margin: 0px 0px 17px 0;
}

#homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    background: linear-gradient(178.62deg,
            #ffffff 1.18%,
            rgba(255, 255, 255, 0) 121.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0 0 0 0;
}

#homeCtaSec .homeCtaSecInnerActionBtns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
    /* background: rgba(254, 236, 255, 1); */
    background-image: url("/assets/images/headerGetStartedButton.png");
    background-size: 120%;
    text-decoration: none;
    padding: 15.5px 30px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    color: rgba(0, 5, 13, 1);
    border-radius: 100px;
    max-width: max-content;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn {
    text-decoration: none;
    padding: 15.5px 30px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    color: #F3124E;
    border-radius: 100px;
    max-width: max-content;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.4s ease;
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn img {
    filter: brightness(0);
}

#homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerCallNowBtn:hover {
    background: #f8f8f8;
    color: #D00E42;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(243, 18, 78, 0.2);
}

@media (max-width: 1596px) {

    /* Contact Form section start*/
    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 35%;
    }

    /* Contact Form section end*/
}

@media (max-width: 1440px) {

    /* Contact Form section start*/
    #homeQuoteSec #quoteForm {
        padding: 30px 36px;
    }

    /* Contact Form section end*/
}

@media (max-width: 1280px) {
    #homeCtaSec {
        padding: 20px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
        padding: 15.5px 22px;
        gap: 8px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-item {
        padding: 50px 16px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 32px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 18px;
    }
}

@media (max-width: 1064px) {

    #serviceHeroSec {
        background-size: cover;
    }

    #serviceHeroSec .serviceHeroSecHead {
        padding: 82px 20px 50px;
    }

    #serviceHeroSec .serviceHeroSecHead h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    #serviceHeroSec .serviceHeroSecHead p {
        font-size: 14px;
    }

    #contactConnectSec .contactConnectSecInner {
        grid-template-columns: 1fr;
    }

    #contactConnectSec .contactConnectSecImage {
        min-height: 320px;
    }

    #serviceHeroSec {
        gap: 0px;
    }

    #homeCtaSec .homeCtaSecInner {
        flex-direction: column;
        gap: 20px;
        background-size: cover;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
        max-width: 100%;
        justify-items: center;
        text-align: center;
    }

    #homeCtaSec .homeCtaSecInner {
        background: linear-gradient(to bottom, transparent -8%, rgb(0 0 0) 35%),
            url(/assets/images/ctaBg.webp) top / contain no-repeat;
    }

    .homeCtaSecInnerGetStartedBtn {
        font-size: 14px;
        padding: 15.5px 26px;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
        font-size: 16px;
    }

    #homeFaqSec .homeFaqSecInnerSecHead h2 {
        font-size: 48.19px;
        line-height: 62.3px;
    }

    #homeFaqSec .homeFaqSecInnerSec {
        gap: 30px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 26px;
        gap: 22px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 16px;
        padding: 0.5rem 6rem 0 5.5rem;
    }

    #homeQuoteSec .homeQuoteSecInner {
        flex-direction: column;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child {
        max-width: 100%;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 100%;
    }

    #homeQuoteSec #quoteForm .quoteFormGroup {
        width: 100%;
    }

    #blogSec {
        gap: 10px;
    }

    #blogSec .blogSecInnerBoxRow {
        column-gap: 16px;
    }

    #blogSec .blogSecInnerBoxMetaCategory {
        font-size: 12px;
        line-height: 19.5px;
    }

    .blogSecInnerBoxMeta .blogSecInnerBoxMetaCategory svg {
        height: 10px;
        width: 10px;
    }

    #blogSec .blogSecInnerBoxMetaDate {
        font-size: 12px;
    }

    #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
        max-width: 46%;
    }
}

@media (max-width: 768px) {
    body.page-contact #contactInfoSec {
        margin: 0 0 20px 0;
    }

    body.page-contact #blogSec {
        padding: 28px 16px 72px;
        gap: 24px;
    }

    body.page-contact #blogSec .blogSecInnerHead {
        padding: 18px 0 0 0;
        background-size: cover;
        background-position: center top;
    }

    .page-contact #homeHeroSec.homeHero--figma .homeHero__headingBold.homeHero__headingBold--figma {
        font-size: clamp(20px, 7vw, 30px) !important;
        line-height: 1.12;
    }

    .page-contact #homeHeroSec.homeHero--figma .homeHero__headingLine1,
    .page-contact #homeHeroSec.homeHero--figma .homeHero__headingLine2 {
        white-space: normal !important;
    }

    .page-contact #homeHeroSec.homeHero--figma .homeHero__desc {
        font-size: clamp(14px, 4vw, 16px) !important;
        line-height: 1.58 !important;
        max-width: min(92vw, 340px) !important;
        margin: 14px auto 22px !important;
        text-align: center;
    }

    #contactConnectSec .contactConnectSecContent {
        padding: 28px 22px;
    }

    #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
        max-width: 100%;
    }

    /* Contact info cards: keep all card content visually consistent */
    body.page-contact #contactInfoSec .contactInfoSecInner {
        gap: 14px;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
        min-height: 190px;
        padding: 28px 20px;
        border-radius: 18px;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox span {
        padding: 14px;
        margin: 0 0 14px 0;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox h4 {
        font-size: 19px;
        line-height: 1.28;
        margin: 0 0 10px 0;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
        transform: none;
        gap: 10px;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner p {
        font-size: 14px;
        line-height: 1.45;
    }

    body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner .imgBox {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
    }

    #serviceBrandSec .serviceBrandSecInnerHead .serviceBrandSecInnerFirstCta {
        font-size: 12.54px;
    }

    #serviceBrandSec .serviceBrandSecInnerActionBtns .serviceBrandSecInnerGetStartedBtn,
    #serviceBrandSec .serviceBrandSecInnerActionBtns .serviceBrandSecInnerCallNowBtn {
        padding: 18px 24px;
        font-size: 14px;
        background: #ffffff;
        color: #F3124E;
        border: 1px solid #ffffff;
    }
    
    #serviceBrandSec .serviceBrandSecInnerActionBtns .serviceBrandSecInnerCallNowBtn img {
        filter: brightness(0);
    }

    #serviceBrandSec .serviceBrandSecInnerReviewBox .serviceBrandSecInnerReviewText {
        font-size: 14px;
    }

    #serviceBrandSec .serviceBrandSecInnerBrandSliderBox h2 {
        font-size: 32px;
        width: 80%;
        margin: 24px auto 50px auto;
    }

    #serviceHeroSec .serviceHeroSecHead h4 {
        font-size: 12px;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist {
        flex-wrap: wrap;
        justify-content: center;
    }



    #homeCtaSec .homeCtaSecInner {
        background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0) 28%),
            url(/assets/images/ctaBg.webp) top / cover no-repeat;
    }

    #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:first-child {
        max-width: 100%;
        width: 100%;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 16px;
        gap: 18px;
        line-height: 23px;
        padding-right: 55px;
    }

    #blogSec .blogSecInnerBox p {
        font-size: 14px;
        line-height: 20.6px;
    }

    #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
        padding: 10.5px 27px;
        font-size: 12px;
        gap: 8px;
    }

    #homeFaqSec {
        padding: 0 0 100px 0;
        margin: 100px 0 0 0;
    }

    #homeFaqSec .homeFaqSecInnerSecHead span {
        font-size: 14.5px;
        line-height: 21.6px;
        top: -1px;
        max-width: 110px;
    }

    #homeFaqSec .homeFaqSecInnerSecHead h2 {
        font-size: 38.19px;
        line-height: 46.3px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 16px;
        gap: 18px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button span {
        font-size: 16px;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-button::before {
        right: 10px;
        top: 20px;
        height: 40px;
        width: 40px;
    }

    #homeQuoteSec #quoteForm .quoteFormRow {
        flex-direction: column;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-body {
        font-size: 14px;
        padding: 0rem 1rem 0.5rem 4.3rem;
    }

    #homeFaqSec #homeFaqSecAccordion .accordion-item {
        padding: 10px 16px;
    }

    #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
        font-size: 28px;
        line-height: 40px;
    }

    #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p {
        font-size: 14px;
    }

    #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4 {
        font-size: 12px;
    }

    #homeQuoteSec .homeQuoteSecInnerSliderBox::after {
        left: -40px;
    }

    #homeQuoteSec .homeQuoteSecInnerSliderBox::after {
        left: -40px;
    }

    #blogSec .blogSecInnerBoxRow {
        gap: 16px;
        flex-direction: column;
    }

    #blogSec .blogSecInnerBox {
        max-width: 100%;
    }

    #blogSec .blogSecInnerBoxImg {
        width: 100%;
    }

    .blogSecInnerBoxImg .img-fluid {
        width: 100%;
    }

    #blogSec {
        padding: 100px 20px 100px 20px;
    }

    #blogSec .blogSecInnerHead h4 {
        font-size: 12px;
    }

    #blogSec .blogSecInnerHead h2 {
        font-size: 28px;
        line-height: 40px;
    }

    #blogSec .blogSecInnerHead p {
        font-size: 14px;
    }
}


@media (max-width: 379px) {
#contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 9px;
}

}

/* Contact page cleanup: CTA + FAQ alignment parity */
body.site-body--inner #homeCtaSec {
    padding: 20px 20px 84px !important;
    margin: 0 !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 44px !important;
    align-items: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 22px !important;
    padding: 44px 40px !important;
    background: linear-gradient(160deg, rgba(8, 12, 34, 0.82) 0%, rgba(5, 8, 22, 0.92) 100%) !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35) !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:first-child,
body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
    max-width: 100% !important;
    width: 100% !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox h2 {
    margin: 0 0 18px !important;
    text-transform: none !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 800 !important;
    font-size: clamp(30px, 3.3vw, 42px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox p {
    margin: 0 0 18px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInnerActionBtns {
    justify-content: flex-start !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem {
    border: 1px solid #f3124e !important;
    background: #f3124e !important;
    box-shadow: 0 8px 18px rgba(243, 18, 78, 0.22) !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem h4 {
    color: #ffffff !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBoxChecklist .homeCtaSecInnerBoxChecklistItem .homeCtaSecInnerBoxChecklistItemIcon {
    background: #f3124e !important;
    box-shadow: 0 0 0 3px rgba(243, 18, 78, 0.22) !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn {
    background: #f3124e !important;
    background-image: none !important;
    border: 1px solid #f3124e !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(243, 18, 78, 0.22) !important;
    filter: none !important;
    min-height: 34px !important;
    padding: 6px 16px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    gap: 8px !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInnerActionBtns .homeCtaSecInnerGetStartedBtn:hover {
    background: #d90f45 !important;
    border-color: #d90f45 !important;
    color: #ffffff !important;
}

body.site-body--inner #homeCtaSec .homeCtaSecInnerActionBtns a.homeCtaSecInnerGetStartedBtn .iconify {
    color: #ffffff !important;
    font-size: 12px !important;
}

body.site-body--inner #homeFaqSec {
    padding: 20px 20px 100px !important;
    margin: 0 !important;
}

body.site-body--inner #homeFaqSec .homeFaqSecInnerSec {
    max-width: 1200px !important;
    margin: 0 auto !important;
    gap: 28px !important;
}

body.site-body--inner #homeFaqSec .homeFaqSecInnerSecHead {
    padding: 0 !important;
    text-align: center !important;
}

body.site-body--inner #homeFaqSec .homeFaqSecInnerSecHead .homeFaqBadge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    top: 0 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    gap: 8px !important;
}

body.site-body--inner #homeFaqSec .homeFaqSecInnerSecHead h2 {
    margin: 0 0 8px !important;
    text-transform: none !important;
    font-family: "Outfit", sans-serif !important;
    font-weight: 800 !important;
    font-size: var(--viva-overview-heading-fs, clamp(44px, 5.2vw, 76px)) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.04em !important;
}

body.site-body--inner #homeFaqSec .homeFaqSecInnerSecHead .homeFaqSubDesc {
    margin: 0 auto !important;
    max-width: 720px !important;
    text-align: center !important;
}

body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-item {
    padding: 0 !important;
    margin-bottom: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
}

body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-button {
    padding: 18px 64px 18px 18px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    gap: 12px !important;
    text-transform: none !important;
}

body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-button::before {
    width: 36px !important;
    height: 36px !important;
    right: 12px !important;
    top: 56% !important;
    transform: translateY(-50%) !important;
}

body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-button::after {
    right: 22px !important;
    top: 56% !important;
    transform: translateY(-50%) !important;
}

body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-body {
    padding: 0 20px 18px 54px !important;
    font-size: 15px !important;
}

@media (max-width: 992px) {
    body.site-body--inner #homeCtaSec .homeCtaSecInner {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 34px 24px !important;
    }

    body.site-body--inner #homeCtaSec .homeCtaSecInner .homeCtaSecInnerBox:last-child {
        text-align: left !important;
    }

    body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-button {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-button {
        padding: 16px 56px 16px 14px !important;
    }

    body.site-body--inner #homeFaqSec #homeFaqSecAccordion .accordion-body {
        padding: 0 14px 16px 42px !important;
    }
}

/* Contact page: Industry / IT FAQ — pill rows, glass panels, chevron-in-circle (aligned with industries reference) */
body.page-contact .contactIndustryFaq {
    padding: 32px 20px 40px;
    background: transparent;
}

body.page-contact .contactIndustryFaq .homeFaqContact__inner {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-contact .contactIndustryFaq .homeFaqContact__head {
    text-align: center;
    margin-bottom: 44px;
}

body.page-contact .contactIndustryFaq .homeFaqContact__badge {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f3124e;
}

body.page-contact .contactIndustryFaq .homeFaqContact__heading {
    margin: 0 0 12px;
    font-family: "Outfit", sans-serif;
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
}

body.page-contact .contactIndustryFaq .homeFaqContact__subDesc {
    margin: 0 auto;
    max-width: 760px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(160, 170, 185, 0.95);
}

body.page-contact .contactIndustryFaq .homeFaqContact__body--single {
    display: block;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqCol {
    max-width: 900px;
    margin: 0 auto;
}

body.page-contact .contactIndustryFaq .homeFaqContact__accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqItem {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqBtn {
    width: 100%;
    border: none;
    background: transparent;
    color: #ffffff !important;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqBtn::-webkit-details-marker {
    display: none;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqBtn::marker {
    content: "";
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqBtn span:first-child {
    color: #ffffff !important;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqItem[open] .homeFaqContact__faqBtn,
body.page-contact .contactIndustryFaq .homeFaqContact__faqItem[open] .homeFaqContact__faqBtn span:first-child {
    color: var(--viva-pink, #f3124e) !important;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqArrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 0.3s ease, color 0.25s ease, border-color 0.25s ease;
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqItem[open] .homeFaqContact__faqArrow {
    transform: rotate(180deg);
    color: var(--viva-pink, #f3124e) !important;
    border-color: rgba(243, 18, 78, 0.35);
}

body.page-contact .contactIndustryFaq .homeFaqContact__faqBody {
    padding: 0 22px 22px;
    color: rgba(174, 185, 202, 0.98);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    body.page-contact .contactIndustryFaq {
        padding: 20px 16px 36px;
    }

    body.page-contact .contactIndustryFaq .homeFaqContact__faqItem {
        border-radius: 28px;
    }

    body.page-contact .contactIndustryFaq .homeFaqContact__faqBtn {
        font-size: 15px;
        padding: 16px 16px;
    }

    body.page-contact .contactIndustryFaq .homeFaqContact__faqArrow {
        width: 34px;
        height: 34px;
    }

    body.page-contact .contactIndustryFaq .homeFaqContact__faqBody {
        padding: 0 16px 18px;
    }
}

/* Contact page mobile hard-fix: keep quote/form section visible and readable */
@media (max-width: 768px) {
    body.page-contact #homeQuoteSec {
        padding: 20px 16px 0 !important;
    }

    body.page-contact #homeQuoteSec .homeQuoteSecInner {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        align-items: stretch !important;
    }

    body.page-contact #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:first-child,
    body.page-contact #homeQuoteSec .homeQuoteSecInner .homeQuoteSecInnerBox:last-child {
        max-width: 100% !important;
        width: 100% !important;
    }

    body.page-contact #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent h4 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        color: #ffffff !important;
        text-align: center !important;
    }

    body.page-contact #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent p,
    body.page-contact #homeQuoteSec .homeQuoteSecInnerBox .homeQuoteSecInnerBoxContent .homeQuoteSecInnerBoxChecklist .homeQuoteSecInnerBoxChecklistItem h4,
    body.page-contact #homeQuoteSec .homeQuoteSecSliderComment,
    body.page-contact #homeQuoteSec .homeQuoteSecSliderMeta .homeQuoteSecSliderMetaInner p {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    body.page-contact #homeQuoteSec #quoteForm {
        padding: 22px 16px !important;
        border-radius: 16px !important;
        background: #0b0e28 !important;
        border: 1px solid #0e122e !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern .grid-2 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group {
        display: block !important;
        margin-bottom: 12px !important;
    }

    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern .btn-component,
    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern button[type="submit"] {
        width: 100% !important;
        min-height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.page-contact #homeQuoteSec #quoteForm .form-label {
        color: rgba(255, 255, 255, 0.86) !important;
    }

    body.page-contact #homeQuoteSec #quoteForm .form-control-standard {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #101636 !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        opacity: 1 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        min-height: 44px !important;
    }

    body.page-contact #homeQuoteSec #quoteForm .form-control-standard::placeholder {
        color: rgba(203, 215, 215, 0.62) !important;
        -webkit-text-fill-color: rgba(203, 215, 215, 0.62) !important;
    }

    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea.form-control-standard {
        min-height: 110px !important;
    }

    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern select.form-control-standard,
    body.page-contact #homeQuoteSec #quoteForm.quoteFormModern select.form-control-standard option {
        color: #ffffff !important;
        background: #101636 !important;
    }

    body.page-contact #homeQuoteSec #quoteForm .form-label,
    body.page-contact #homeQuoteSec #quoteForm label,
    body.page-contact #homeQuoteSec #quoteForm .small,
    body.page-contact #homeQuoteSec #quoteForm .text-muted {
        display: block !important;
        color: rgba(255, 255, 255, 0.96) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.96) !important;
        opacity: 1 !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        letter-spacing: 0.06em;
        margin-bottom: 6px !important;
    }

    body.page-contact #homeQuoteSec #quoteForm input.form-control-standard,
    body.page-contact #homeQuoteSec #quoteForm textarea.form-control-standard,
    body.page-contact #homeQuoteSec #quoteForm select.form-control-standard {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        caret-color: #ffffff !important;
    }

    body.page-contact #homeQuoteSec #quoteForm input.form-control-standard::placeholder,
    body.page-contact #homeQuoteSec #quoteForm textarea.form-control-standard::placeholder {
        color: rgba(255, 255, 255, 0.78) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
    }
}

/* Final lock: contact form readability + alignment on mobile */
@media (max-width: 768px) {
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern {
        text-align: center !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group .form-label,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group label {
        text-align: left !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        text-transform: none !important;
        line-height: 1.35 !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern input.form-control-standard,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea.form-control-standard,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern select.form-control-standard {
        background: rgba(255, 255, 255, 0.08) !important;
        border: 1px solid rgba(255, 255, 255, 0.34) !important;
        border-radius: 12px !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        padding: 12px 14px !important;
        min-height: 46px !important;
        opacity: 1 !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea.form-control-standard {
        min-height: 118px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern input.form-control-standard::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea.form-control-standard::placeholder {
        color: rgba(255, 255, 255, 0.88) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
        opacity: 1 !important;
    }

    /* Absolute fallback: target exact Contact form fields by ID */
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #first_name,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #last_name,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #email,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #phone,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #service,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #message {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #101636 !important;
        border: 1px solid rgba(255, 255, 255, 0.36) !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        opacity: 1 !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #first_name::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #last_name::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #email::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #phone::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern #message::placeholder {
        color: rgba(255, 255, 255, 0.82) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="first_name"],
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="last_name"],
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="email"],
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="phone"],
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="service"],
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern label[for="message"] {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.08em !important;
        opacity: 1 !important;
    }

    /* Contact-only mobile override: force form content visibility */
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern {
        background: #0b0e28 !important;
        border: 1px solid rgba(255, 255, 255, 0.18) !important;
        border-radius: 16px !important;
        padding: 20px 14px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern *,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern *::before,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern *::after {
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .grid-2 {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group {
        margin-bottom: 10px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-group label,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern .form-label {
        display: block !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        margin-bottom: 6px !important;
        text-align: left !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern input,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern select {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        background: #101636 !important;
        border: 1px solid rgba(255, 255, 255, 0.34) !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        min-height: 44px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea {
        min-height: 110px !important;
    }

    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern input::placeholder,
    body.site-body--inner.page-contact #homeQuoteSec #quoteForm.quoteFormModern textarea::placeholder {
        color: rgba(255, 255, 255, 0.82) !important;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
    }
}

/* Final contact mobile spacing lock */
@media (max-width: 768px) {
    body.page-contact #contactInfoSec {
        margin-bottom: 10px !important;
    }

    body.page-contact #blogSec {
        padding: 10px 16px 56px !important;
        gap: 16px !important;
    }

    body.page-contact #blogSec .blogSecInnerHead {
        padding-top: 8px !important;
        margin-top: 0 !important;
    }
}

/* Contact + Resources consistency lock:
   Enforce professional typography and mobile alignment parity across inner pages. */
body.page-contact {
    --viva-page-h1: clamp(34px, 4.3vw, 56px);
    --viva-page-h2: clamp(28px, 3.2vw, 44px);
    --viva-page-body: clamp(16px, 1.05vw, 18px);
    --viva-page-meta: clamp(14px, 0.95vw, 16px);
}

body.page-contact #siteMain h1,
body.page-contact #siteMain h2,
body.page-contact #siteMain h3,
body.page-contact #siteMain h4,
body.page-contact #siteMain p,
body.page-contact #siteMain li,
body.page-contact #siteMain a,
body.page-contact #siteMain label,
body.page-contact #siteMain input,
body.page-contact #siteMain select,
body.page-contact #siteMain textarea,
body.page-contact #siteMain button {
    font-family: "Outfit", sans-serif !important;
}

body.page-contact #contactConnectSec .contactConnectSecContent h2,
body.page-contact #contactInfoSec .contactInfoSecInnerBox h4,
body.page-contact #blogSec .blogSecInnerHead h2,
body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent h4 {
    font-size: var(--viva-page-h2) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    text-transform: none !important;
}

body.page-contact #contactConnectSec .contactConnectSecContent p,
body.page-contact #contactConnectSec .contactConnectSecList li,
body.page-contact #contactInfoSec .contactInfoSecInnerBox p,
body.page-contact #blogSec .blogSecInnerHead p,
body.page-contact #blogSec .blogSecInnerBoxContent p,
body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent p,
body.page-contact #homeQuoteSec .homeQuoteSecSliderComment {
    font-size: var(--viva-page-body) !important;
    line-height: 1.65 !important;
}

body.page-contact #homeQuoteSec #quoteForm .quoteFormGroup label,
body.page-contact #homeQuoteSec #quoteForm .form-group label,
body.page-contact #homeQuoteSec #quoteForm .form-label {
    font-size: var(--viva-page-meta) !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

body.page-contact #homeQuoteSec #quoteForm .quoteFormInput,
body.page-contact #homeQuoteSec #quoteForm .form-control-standard,
body.page-contact #homeQuoteSec #quoteForm input,
body.page-contact #homeQuoteSec #quoteForm select,
body.page-contact #homeQuoteSec #quoteForm textarea {
    font-size: var(--viva-page-body) !important;
    line-height: 1.45 !important;
}

@media (max-width: 768px) {
    body.page-contact #contactConnectSec,
    body.page-contact #contactInfoSec,
    body.page-contact #blogSec,
    body.page-contact #homeQuoteSec,
    body.page-contact .contactIndustryFaq,
    body.page-contact #homeCtaSec {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.page-contact #contactConnectSec .contactConnectSecInner,
    body.page-contact #contactInfoSec .contactInfoSecInner,
    body.page-contact #blogSec .blogSecInner,
    body.page-contact #homeQuoteSec .homeQuoteSecInner {
        gap: 20px !important;
    }

    body.page-contact #contactConnectSec .contactConnectSecContent,
    body.page-contact #contactConnectSec .contactConnectSecImage,
    body.page-contact #contactInfoSec .contactInfoSecInnerBox,
    body.page-contact #blogSec .blogSecInnerBox,
    body.page-contact #homeQuoteSec .homeQuoteSecInnerBox {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.page-contact #contactConnectSec .contactConnectSecContent h2,
    body.page-contact #blogSec .blogSecInnerHead h2,
    body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent h4 {
        font-size: clamp(28px, 8vw, 36px) !important;
        line-height: 1.14 !important;
        text-align: center !important;
    }

    body.page-contact #contactConnectSec .contactConnectSecContent p,
    body.page-contact #blogSec .blogSecInnerHead p,
    body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent p {
        font-size: 16px !important;
        line-height: 1.62 !important;
        text-align: center !important;
    }
}

/* Premium polish pass: rhythm, card balance, and CTA consistency */
body.page-contact #contactInfoSec .contactInfoSecInner {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: clamp(16px, 2vw, 24px) !important;
    max-width: 1200px !important;
    padding: 0 20px !important;
}

body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox {
    max-width: 100% !important;
    min-height: clamp(240px, 22vw, 300px) !important;
    padding: clamp(28px, 3vw, 42px) clamp(20px, 2.2vw, 30px) !important;
}

body.page-contact #contactInfoSec .contactInfoSecInner .contactInfoSecInnerBox .contactInfoSecInnerBoxInner {
    transform: none !important;
}

body.page-contact #blogSec {
    padding: clamp(40px, 5vw, 64px) 20px clamp(70px, 8vw, 110px) !important;
    gap: clamp(26px, 4vw, 44px) !important;
}

body.page-contact #blogSec .blogSecInner {
    max-width: 1200px !important;
}

body.page-contact #blogSec .blogSecInnerBoxRow {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(16px, 2vw, 24px) !important;
    align-items: stretch !important;
}

body.page-contact #blogSec .blogSecInnerBox {
    max-width: 100% !important;
    height: 100% !important;
}

body.page-contact #homeQuoteSec #quoteForm .quoteFormGetStartedBtn,
body.page-contact #homeQuoteSec #quoteForm button[type="submit"],
body.page-contact #homeQuoteSec #quoteForm .btn-component {
    min-height: 50px !important;
    padding: 12px 22px !important;
    border-radius: 999px !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
}

@media (max-width: 992px) {
    body.page-contact #contactInfoSec .contactInfoSecInner {
        grid-template-columns: 1fr !important;
        padding: 0 16px !important;
    }

    body.page-contact #blogSec .blogSecInnerBoxRow {
        grid-template-columns: 1fr !important;
    }
}

/* Final client polish lock: hierarchy + section rhythm */
body.page-contact #siteMain {
    --viva-headline-tight: -0.025em;
    --viva-section-gap: clamp(44px, 5vw, 72px);
}

body.page-contact #contactConnectSec,
body.page-contact #contactInfoSec,
body.page-contact #blogSec,
body.page-contact #homeQuoteSec,
body.page-contact .contactIndustryFaq {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.page-contact #contactConnectSec .contactConnectSecContent h2,
body.page-contact #blogSec .blogSecInnerHead h2,
body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent h4,
body.page-contact .contactIndustryFaq .homeFaqContact__heading {
    letter-spacing: var(--viva-headline-tight) !important;
    font-weight: 800 !important;
}

body.page-contact #contactConnectSec .contactConnectSecContent p,
body.page-contact #blogSec .blogSecInnerHead p,
body.page-contact #blogSec .blogSecInnerBoxContent p,
body.page-contact #homeQuoteSec .homeQuoteSecInnerBoxContent p,
body.page-contact .contactIndustryFaq .homeFaqContact__subDesc {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.page-contact #homeQuoteSec #quoteForm {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32) !important;
}

@media (max-width: 768px) {
    body.page-contact #contactConnectSec,
    body.page-contact #contactInfoSec,
    body.page-contact #blogSec,
    body.page-contact #homeQuoteSec,
    body.page-contact .contactIndustryFaq {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}
