/* Custom styles for WebAdelaide clone - loaded after CDN styles */
/* These complement the Oxygen Builder styles loaded from CDN */

/* ===== PROJECT TILES - HOVER SCROLL EFFECT ===== */
/* On hover: image slowly pans from top to bottom (like webadelaide.com.au) */
.projectsTiles {
    background-position: 50% 0% !important;
    background-size: cover !important;
    transition: background-position 4s ease !important;
}

.projectsTiles:hover {
    background-position: 50% 100% !important;
}

/* ===== BRAND CARDS ===== */
.brandWeWork-box {
    background-color: #f0e8ff !important;
    box-shadow: 0 4px 18px rgba(182, 94, 255, 0.12) !important;
    border: 1px solid rgba(182, 94, 255, 0.15) !important;
}

.brandWeWork-box:hover {
    background-color: #e8d8ff !important;
    box-shadow: 0 8px 28px rgba(182, 94, 255, 0.25) !important;
}

/* ===== HOVERBORDER CARD TRANSITION FIX ===== */
.hoverBorder {
    transition-property: border-bottom-color, background-color, box-shadow !important;
    transition-duration: 0.5s !important;
    transition-timing-function: ease !important;
}
.hoverBorder:not(:hover) {
    border-bottom-color: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* ===== BASE STYLES ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible !important;
    background-color: #0f0d0d !important;
}

/* ===== ANIMATIONS ===== */
@keyframes bounce {
    0% { transform: translateX(0); }
    50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

.ms-bounce:hover {
    animation: bounce 0.6s ease;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ===== SCROLL ANIMATIONS DISABLED ===== */
[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* ===== 3D FLIP ANIMATION ===== */
.flip-in {
    opacity: 0 !important;
    transform: perspective(500px) rotateY(90deg) !important;
    transform-origin: left center;
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
    will-change: transform, opacity;
}
.flip-in.flip-show {
    opacity: 1 !important;
    transform: perspective(500px) rotateY(0deg) !important;
}
.flip-in:nth-child(2) { transition-delay: 0.12s !important; }
.flip-in:nth-child(3) { transition-delay: 0.24s !important; }
.flip-in:nth-child(4) { transition-delay: 0.36s !important; }
.flip-in:nth-child(5) { transition-delay: 0.48s !important; }
.flip-in:nth-child(6) { transition-delay: 0.60s !important; }

/* ===== CURSOR ===== */
.custom-cursor {
    width: 20px;
    height: 20px;
    border: 2px solid #B65EFF;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    transition: transform 0.1s ease;
}

.custom-cursor.hover {
    transform: scale(2);
    background: rgba(182, 94, 255, 0.2);
}

/* ===== MOBILE MENU BACKDROP ===== */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

/* ===== TOGGLE CONTENT ===== */
.toggler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out;
}

.toggler-content.expanded {
    max-height: 5000px;
}

/* ===== ACCESSIBILITY ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    border: 0;
}

/* ===== WRAPPER FIX ===== */
#div_block-1230-64 {
    height: auto !important;
    background-image: none !important;
    background-attachment: scroll !important;
}

/* ===== SECTION COLOR CORRECTIONS ===== */

/* section-320: decorative divider — remove CDN bg image, collapse height */
#section-320-64 {
    background-image: none !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 0 !important;
}
#section-320-64 > .ct-section-inner-wrap {
    padding: 0 !important;
}

/* section-281 (Our Digital Growth Process): light section — headings use #0f0d0d */
#section-281-64 {
    background-color: #fbfbfd !important;
}
#section-281-64 .ct-headline,
#section-281-64 h1, #section-281-64 h2, #section-281-64 h3,
#section-281-64 h4, #section-281-64 h5 {
    color: #0f0d0d !important;
}
#section-281-64 .oxy-rich-text,
#section-281-64 .oxy-rich-text p {
    color: #595959 !important;
}

/* section-321 (Smarter Digital Systems): light section — headings use #0f0d0d */
#section-321-64 {
    background-color: #fbfbfd !important;
}
#section-321-64 .ct-headline,
#section-321-64 h1, #section-321-64 h2, #section-321-64 h3 {
    color: #0f0d0d !important;
}
#section-321-64 .oxy-rich-text,
#section-321-64 .oxy-rich-text p {
    color: #595959 !important;
}

/* ===== FAQ SECTION - ATTRACTIVE REDESIGN ===== */
#section-366-64 {
    background: linear-gradient(135deg, #0a0a12 0%, #0f0d0d 60%, #12081a 100%) !important;
    padding: 5rem 0 !important;
}

/* Heading */
#headline-370-64 {
    color: #f8ffff !important;
    background: linear-gradient(90deg, #b65eff, #27f9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Each FAQ item wrapper */
#section-366-64 #div_block-372-64,
#section-366-64 #div_block-379-64,
#section-366-64 #div_block-385-64,
#section-366-64 #div_block-391-64,
#section-366-64 #div_block-397-64,
#section-366-64 #div_block-403-64 {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(182,94,255,0.15) !important;
    border-radius: 12px !important;
    margin-bottom: 0.75rem !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease, background 0.3s ease !important;
}

#section-366-64 #div_block-372-64:hover,
#section-366-64 #div_block-379-64:hover,
#section-366-64 #div_block-385-64:hover,
#section-366-64 #div_block-391-64:hover,
#section-366-64 #div_block-397-64:hover,
#section-366-64 #div_block-403-64:hover {
    background: rgba(182,94,255,0.06) !important;
    border-color: rgba(182,94,255,0.4) !important;
}

/* Question row */
#section-366-64 .oxy-toggle {
    padding: 1.25rem 1.5rem !important;
    color: #f8ffff !important;
    border-bottom: none !important;
}

/* Question text (h3) */
#section-366-64 .oxy-toggle .ct-headline {
    color: #f8ffff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

/* Answer text */
#section-366-64 .oxy-rich-text,
#section-366-64 .oxy-rich-text p {
    color: #a9b4c2 !important;
    line-height: 1.8 !important;
    padding: 0 1.5rem 1.25rem !important;
}

/* Expand/collapse icon — purple */
#section-366-64 .oxy-expand-collapse-icon::before,
#section-366-64 .oxy-expand-collapse-icon::after {
    background-color: #b65eff !important;
}

/* FAQ main row */
#div_block-367-64 {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 4rem !important;
    width: 100% !important;
}

/* Left column — sticky heading */
#div_block-368-64 {
    flex: 0 0 36% !important;
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start !important;
    padding-right: 0 !important;
    padding-top: 0.5rem !important;
}

/* Subtitle below heading via pseudo */
#div_block-368-64::after {
    content: 'Everything you need to know about AI automation, WhatsApp bots, and digital growth — answered simply.';
    display: block;
    color: #6b7a8d;
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 1.5rem;
}

/* Purple accent bar below heading text */
#headline-370-64 {
    position: relative;
}
#headline-370-64::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, #b65eff, #27f9fb);
    border-radius: 3px;
    margin-top: 1.25rem;
}

/* Right column — FAQ items */
#div_block-371-64 {
    flex: 1 1 0% !important;
    min-width: 0 !important;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
    #div_block-367-64 {
        flex-direction: column !important;
        gap: 2rem !important;
    }
    #div_block-368-64 {
        flex: 1 1 100% !important;
        position: static !important;
    }
    #div_block-368-64::after {
        display: none;
    }
}

/* ===== SECTION-287: WHY TUBEXH — PROFESSIONAL REDESIGN ===== */
#section-287-64 {
    background: linear-gradient(135deg, #0a0a12 0%, #0f0d0d 50%, #0d0818 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

#section-287-64::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(182,94,255,0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* Main 2-column layout */
#div_block-288-64 {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 5rem !important;
    width: 100% !important;
    padding: 4rem 0 !important;
}

/* Left column — heading + body text */
#div_block-292-64 {
    flex: 1 1 48% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
}

/* Right column — label + checklist */
#div_block-295-64 {
    flex: 1 1 48% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
}

/* Heading */
#headline-293-64 {
    background: linear-gradient(90deg, #f8ffff 40%, #b65eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: left !important;
    margin: 0 !important;
    line-height: 1.15 !important;
}

/* Body text */
#_rich_text-294-64 {
    text-align: left !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
    color: #a9b4c2 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* "Our Digital Growth Services Include:" label */
#text_block-298-64 {
    color: #b65eff !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    margin: 0 0 0.5rem 0 !important;
}

/* Checklist container */
#div_block-299-64 {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(182,94,255,0.18) !important;
    border-radius: 16px !important;
    padding: 1.5rem 2rem !important;
    gap: 0 !important;
    width: 100% !important;
}

/* Each checklist row */
#div_block-301-64,
#div_block-308-64,
#div_block-311-64,
#div_block-314-64 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

#div_block-314-64 {
    border-bottom: none !important;
}

/* SVG check icon */
#div_block-301-64 .ct-code-block,
#div_block-308-64 .ct-code-block,
#div_block-311-64 .ct-code-block,
#div_block-314-64 .ct-code-block {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0 !important;
}

/* Checklist text */
#text_block-307-64,
#text_block-310-64,
#text_block-313-64,
#text_block-316-64 {
    color: #e8eef5 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
    margin: 0 !important;
}

/* Mobile: stack columns */
@media (max-width: 768px) {
    #div_block-288-64 {
        flex-direction: column !important;
        gap: 2.5rem !important;
        padding: 2.5rem 0 !important;
    }
    #div_block-292-64,
    #div_block-295-64 {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

/* ===== FOOTER ===== */
#section-148-3815 {
    background: #0d0f1a !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
    position: relative !important;
}

/* Subtle top gradient line */
#section-148-3815::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b65eff 40%, #27f9fb 60%, transparent);
}

/* Big tagline heading */
#text_block-156-3815 {
    color: #ffffff !important;
    line-height: 1.3 !important;
}

/* Phone number + address text */
#text_block-160-3815,
#text_block-165-3815 {
    color: #9aa3b2 !important;
}

/* Column headings: Quick Links, Services */
#text_block-176-3815,
#text_block-180-3815 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 0.75rem !important;
}

/* Footer menu links */
#section-148-3815 .oxy-pro-menu-list a,
#section-148-3815 .footer-menus a {
    color: #9aa3b2 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

#section-148-3815 .oxy-pro-menu-list a:hover,
#section-148-3815 .footer-menus a:hover {
    color: #27f9fb !important;
}

/* ===== HIDDEN SERVICE CARDS ===== */
/* CMS card + Cloud Hosting card — hidden, HTML intact */
#div_block-1953-64,
#div_block-1947-64 {
    display: none !important;
}

/* ===== SECTION-2046: WHY CHOOSE TUBEXH — TEXT COLOR FIX ===== */
#_rich_text-2087-64,
#_rich_text-2087-64 p {
    color: #2a2a2a !important;
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
}

/* ===== AI SECTION IMAGE - no sticky ===== */
#div_block-100-64 {
    position: static !important;
}

/* ===== HERO FULL-SCREEN SECTION ===== */
#mj-shader-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    z-index: 1;
    filter: blur(3px);
    transform: scale(1.05);
}

/* ===== HERO TEXT OVERLAY ===== */
#hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    gap: 0;
}

/* Gap between hero elements */
.hero-h1 {
    margin-bottom: 2.5rem;
}

.hero-subtitle {
    margin-bottom: 3.5rem;
}

.hero-buttons {
    gap: 1.5rem;
}

.hero-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.4rem;
    background: rgba(255, 140, 0, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 165, 0, 0.3);
    border-radius: 100px;
    color: #fde68a;
    font-size: 0.88rem;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}

.hero-h1 {
    font-size: clamp(2.4rem, 6.5vw, 5.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-family: 'Manrope', sans-serif;
}

.hero-h1-line1 {
    display: block;
    background: linear-gradient(90deg, #fbbf24, #f97316, #fcd34d);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
}

.hero-h1-line2 {
    display: block;
    background: linear-gradient(90deg, #fcd34d, #f97316, #ef4444);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite reverse;
}

.hero-subtitle {
    max-width: 680px;
    color: rgba(253, 230, 138, 0.88);
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-family: 'Manrope', sans-serif;
    line-height: 1.65;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-btn-primary {
    padding: 0.85rem 2rem;
    background: linear-gradient(90deg, #f97316, #eab308);
    color: #000;
    border: none;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.45);
}

.hero-btn-secondary {
    padding: 0.85rem 2rem;
    background: rgba(249, 115, 22, 0.1);
    color: #fde68a;
    border: 1px solid rgba(253, 230, 138, 0.35);
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.hero-btn-secondary:hover {
    transform: scale(1.05);
    background: rgba(249, 115, 22, 0.22);
}

@keyframes bounce-y {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

@media (max-width: 600px) {
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-btn-primary, .hero-btn-secondary { width: 240px; }
}

/* ===== MOBILE MENU SOCIAL ICONS ===== */
.mj-menu-icons {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 0 0.5rem;
}

.mj-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease;
    border: 1px solid rgba(255,255,255,0.12);
}

.mj-icon-btn:hover {
    transform: scale(1.12);
}

.mj-icon-email {
    background: rgba(182, 94, 255, 0.12);
    color: #c77eff !important;
    border-color: rgba(182, 94, 255, 0.3);
}
.mj-icon-email:hover { background: rgba(182, 94, 255, 0.25); }

.mj-icon-insta {
    background: rgba(255, 100, 130, 0.1);
    color: #ff8fab !important;
    border-color: rgba(255, 100, 130, 0.3);
}
.mj-icon-insta:hover { background: rgba(255, 100, 130, 0.22); }

.mj-icon-wa {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366 !important;
    border-color: rgba(37, 211, 102, 0.3);
}
.mj-icon-wa:hover { background: rgba(37, 211, 102, 0.22); }

/* ===== ABOUT PAGE - COLLAGE SECTION ===== */
#section-10-116 {
    position: relative !important;
}

#section-10-116::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,8,32,0.82) 0%, rgba(26,10,58,0.7) 50%, rgba(15,8,32,0.85) 100%);
    z-index: 1;
}

#section-10-116 .ct-section-inner-wrap {
    position: relative;
    z-index: 2;
}

.tubexh-collage-overlay {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 3rem 1.5rem !important;
    gap: 1.25rem !important;
}

.tubexh-collage-heading {
    font-size: clamp(1.8rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.tubexh-collage-sub {
    color: rgba(255,255,255,0.8) !important;
    font-size: clamp(0.9rem, 2vw, 1.1rem) !important;
    max-width: 600px !important;
    margin: 0 !important;
    line-height: 1.6 !important;
}

.tubexh-stats-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 1.5rem 3rem !important;
    margin-top: 0.75rem !important;
}

.tubexh-stat {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.2rem !important;
}

.tubexh-stat-num {
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 800 !important;
    background: linear-gradient(90deg, #b65eff, #27f9fb) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1 !important;
}

.tubexh-stat-label {
    font-size: 0.78rem !important;
    color: rgba(255,255,255,0.65) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-weight: 500 !important;
}

/* Fix massive empty space in section-181 */
#section-181-116 > .ct-section-inner-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ===== ABOUT PAGE - HERO TEXT SECTION ===== */
#section-7-116 {
    padding: 5rem 2rem !important;
    position: relative !important;
}

#section-7-116::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(182, 94, 255, 0.4), rgba(39, 249, 251, 0.4), transparent);
}

#div_block-8-116 {
    max-width: 860px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

#_rich_text-9-116 {
    position: relative !important;
}

#_rich_text-9-116::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #b65eff, #27f9fb);
    margin: 2rem auto 0;
    border-radius: 2px;
}

/* ===== ABOUT PAGE - TEAM CARDS ===== */
#div_block-21-116,
#div_block-75-116,
#div_block-91-116,
#div_block-107-116 {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    padding-top: 3.5rem !important;
    padding-bottom: 0 !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 32rem !important;
}

#div_block-21-116:hover,
#div_block-75-116:hover,
#div_block-91-116:hover,
#div_block-107-116:hover {
    transform: translateY(-6px) !important;
}

/* Image containers — black background, fixed height, rounded top */
#div_block-22-116,
#div_block-76-116,
#div_block-92-116,
#div_block-108-116 {
    background: #000000 !important;
    border-radius: 1rem 1rem 0 0 !important;
    overflow: hidden !important;
    position: relative !important;
    margin-top: -3.5rem !important;
    height: 22rem !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

#div_block-22-116 img,
#div_block-76-116 img,
#div_block-92-116 img,
#div_block-108-116 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
}

/* Image hover float effect */
#div_block-22-116 img,
#div_block-76-116 img,
#div_block-92-116 img,
#div_block-108-116 img {
    transition: transform 0.5s ease !important;
}

#div_block-21-116:hover img,
#div_block-75-116:hover img,
#div_block-91-116:hover img,
#div_block-107-116:hover img {
    transform: scale(1.04) translateY(-8px) !important;
}

/* Text section — white bg */
#div_block-24-116,
#div_block-78-116,
#div_block-94-116,
#div_block-110-116 {
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 0 1rem 1rem !important;
    padding: 1.5rem 1.5rem 1.75rem !important;
    flex: 1 !important;
    overflow: hidden !important;
}

/* Name + role row — stack vertically */
#div_block-25-116,
#div_block-79-116,
#div_block-95-116,
#div_block-111-116 {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.3rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

/* Name */
#text_block-26-116,
#text_block-80-116,
#text_block-96-116,
#text_block-112-116 {
    color: #0f0d0d !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
}

/* Role */
#text_block-27-116,
#text_block-81-116,
#text_block-97-116,
#text_block-113-116 {
    color: #b65eff !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

/* ===== ABOUT PAGE - TEAM GRID (2x2) ===== */
#div_block-20-116 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
    align-items: start !important;
}

#div_block-21-116,
#div_block-75-116,
#div_block-91-116,
#div_block-107-116 {
    width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 767px) {
    #div_block-20-116 {
        gap: 1rem !important;
    }
}

/* ===== ABOUT PAGE - CONTACT SECTION ===== */
#section-243-116 {
    background: linear-gradient(135deg, #0a0616 0%, #0f0d1a 50%, #12081f 100%) !important;
    background-image: none !important;
    border-top: 1px solid rgba(182,94,255,0.15) !important;
    position: relative !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

#section-243-116::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b65eff 40%, #27f9fb 60%, transparent);
}

/* Layout: 2 columns on desktop */
#div_block-244-116 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4rem !important;
    align-items: start !important;
}

@media (max-width: 768px) {
    #div_block-244-116 { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
}

/* LEFT SIDE */
#headline-247-116 {
    color: #ffffff !important;
    font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-bottom: 1rem !important;
    background: linear-gradient(90deg, #ffffff 60%, #b65eff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

#_rich_text-249-116,
#_rich_text-249-116 p {
    color: rgba(255,255,255,0.7) !important;
    font-size: 0.97rem !important;
    line-height: 1.75 !important;
    margin-bottom: 2rem !important;
}

#_rich_text-249-116 a {
    color: #b65eff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

#_rich_text-249-116 a:hover { color: #27f9fb !important; }

/* Contact info cards on left */
#div_block-245-116::after {
    content: '📞  +91 95888 94289\A✉️  agency@getxh.in\A📍  Rajasthan, India';
    white-space: pre;
    display: block;
    margin-top: 1.5rem;
    color: rgba(255,255,255,0.75);
    font-size: 0.92rem;
    line-height: 2.2;
    padding: 1.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(182,94,255,0.2);
    border-radius: 12px;
}

/* RIGHT SIDE - Form */
#text_block-251-116 {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.25rem !important;
    letter-spacing: -0.01em !important;
}

/* Hide floating red asterisks */
#section-243-116 .wpcf7-form abbr,
#section-243-116 .wpcf7-form .wpcf7-validates-as-required ~ br,
#section-243-116 label abbr,
#section-243-116 .wpcf7-form p > br {
    display: none !important;
}

#section-243-116 .wpcf7-form p {
    margin-bottom: 0.85rem !important;
}

/* Form inputs */
#section-243-116 .wpcf7-form input[type="text"],
#section-243-116 .wpcf7-form input[type="email"],
#section-243-116 .wpcf7-form input[type="tel"],
#section-243-116 .wpcf7-form textarea {
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(182,94,255,0.25) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 0.9rem 1.1rem !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    transition: border-color 0.3s, background 0.3s !important;
}

#section-243-116 .wpcf7-form input:focus,
#section-243-116 .wpcf7-form textarea:focus {
    border-color: #b65eff !important;
    outline: none !important;
    background: rgba(182,94,255,0.07) !important;
}

#section-243-116 .wpcf7-form input::placeholder,
#section-243-116 .wpcf7-form textarea::placeholder {
    color: rgba(255,255,255,0.35) !important;
}

/* Submit button */
#section-243-116 .wpcf7-form input[type="submit"],
#section-243-116 .wpcf7-form .wpcf7-submit {
    background: linear-gradient(90deg, #b65eff, #27f9fb) !important;
    color: #0f0d0d !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 0.95rem 2.5rem !important;
    cursor: pointer !important;
    font-size: 1rem !important;
    letter-spacing: 0.03em !important;
    transition: opacity 0.3s, transform 0.2s !important;
    margin-top: 0.5rem !important;
}

#section-243-116 .wpcf7-form input[type="submit"]:hover {
    opacity: 0.88 !important;
    transform: translateY(-2px) !important;
}

/* ===== PRINT STYLES ===== */
@media print {
    .ct-site-header,
    .site-footer,
    .map-wrapper,
    .video-hero-wrapper,
    .mobile-menu,
    .mobile-menu-overlay {
        display: none !important;
    }
}