.elementor-168 .elementor-element.elementor-element-48ddaa1{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-168 .elementor-element.elementor-element-3e893f7{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-168 .elementor-element.elementor-element-03139b0{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-32f53bc */.direct-channels {
    background-color: #0a0c10;
    padding: 100px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    perspective: 2000px; /* Stronger perspective for 3D depth */
}

.channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.channel-card-3d {
    position: relative;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    transform-style: preserve-3d;
    display: block;
}

/* THE SURFACE LAYER */
.card-surface {
    background: #12141a; /* Darker obsidian base */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    transition: all 0.5s ease;
    /* Stacked shadows to create "Volume" */
    box-shadow: 
        0 1px 1px rgba(0,0,0,0.1),
        0 2px 2px rgba(0,0,0,0.1),
        0 4px 4px rgba(0,0,0,0.1),
        0 8px 8px rgba(0,0,0,0.1);
}

/* THE DEPTH LAYER (The "Side" of the card) */
.card-depth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 8px;
    transform: translateZ(-20px); /* Pushes this layer back */
    transition: all 0.5s ease;
}

/* 3D HOVER STATE */
.channel-card-3d:hover {
    transform: rotateX(10deg) rotateY(-15deg) translateY(-15px);
}

.channel-card-3d:hover .card-surface {
    border-color: #3b82f6;
    background: #161a23;
    /* Create a massive offset shadow to simulate floating height */
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(59, 130, 246, 0.1);
}

/* ICON & CONTENT TILT */
.channel-icon {
    color: #3b82f6;
    margin-bottom: 30px;
    transform: translateZ(40px); /* Floats the icon high above the card */
}

.channel-label {
    display: block;
    color: #64748b;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    transform: translateZ(20px);
}

.channel-value {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    transform: translateZ(30px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .channels-grid { grid-template-columns: 1fr; gap: 30px; }
    .channel-card-3d:hover { transform: translateY(-5px); } /* Disable tilt on mobile for usability */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8480299 *//* --- ENHANCED CONTACT HERO --- */
.contact-hero {
    background-color: #0a0c10;
    min-height: 100vh;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 120px 0;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

.contact-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* --- ENHANCED ARCHITECTURAL TITLE --- */
.hero-main-title {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 35px;
}

.title-top {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.title-bottom {
    font-size: clamp(3.2rem, 7vw, 5.8rem);
    font-weight: 900;
    letter-spacing: -3px;
    display: block;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #3b82f6 50%, #1d4ed8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(59, 130, 246, 0.2));
}

/* --- REMAINING LAYOUT STYLES --- */
.contact-lead {
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 60px;
    max-width: 480px;
    border-left: 2px solid rgba(59, 130, 246, 0.3);
    padding-left: 25px;
}

.direct-lines {
    display: flex;
    gap: 40px;
}

.line-item { display: flex; flex-direction: column; }

.line-label {
    color: #3b82f6;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 12px;
}

.line-link, .line-text {
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.line-link:hover { color: #3b82f6; }


/* =========================================
   ONLY THIS SECTION (FORM STYLES) WAS CHANGED
   ========================================= */

.contact-form-wrapper {
    background: #111318; 
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.form-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.input-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-wrapper svg {
    position: absolute;
    left: 16px;
    color: #64748b;
    pointer-events: none;
    transition: color 0.3s ease;
}

.textarea-icon {
    top: 16px; 
}

.form-group input, 
.form-group select, 
.form-group textarea {
    width: 100%;
    background: #1a1d24; 
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 14px 16px 14px 48px;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.95rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-group select {
    appearance: none;
    cursor: pointer;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6; 
    background: #1e222b;
}

/* Custom dropdown arrow to fit the flat theme */
.select-wrapper::after {
    content: '';
    position: absolute;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    pointer-events: none;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border: none;
    color: #ffffff;
    padding: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 10px;
    box-shadow: 0 10px 20px -5px rgba(59, 130, 246, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
    box-shadow: 0 15px 30px -5px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
}

.submit-btn svg {
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(5px);
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .contact-container { grid-template-columns: 1fr; }
    .direct-lines { flex-direction: column; gap: 30px; }
    .contact-form-wrapper { padding: 40px 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a804313 *//* --- FAQ SECTION STYLES (UPDATED) --- */
.faq-section {
    background-color: #0a0c10;
    padding: 100px 0;
    color: #fff;
    width: 100vw;
    position: relative;
    left: 50%;/* --- FAQ CSS-ONLY LOGIC --- */

/* Hide the actual checkbox */
.faq-toggle {
    display: none;
}

.faq-item {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

/* Hover effect - Blue Glow */
.faq-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(59, 130, 246, 0.02);
}

.faq-question {
    width: 100%;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    user-select: none;
}

.faq-icon {
    font-size: 1.5rem;
    color: #3b82f6;
    transition: transform 0.4s ease;
}

/* Hidden Answer State */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.answer-content {
    padding: 0 30px 30px 30px;
    color: #94a3b8;
    line-height: 1.8;
}

/* --- THE MAGIC: Checkbox Hack --- */

/* When checkbox is checked, expand the next .faq-answer */
.faq-toggle:checked ~ .faq-answer {
    max-height: 500px; /* High enough to show text */
    opacity: 1;
}

/* Rotate icon and change color when open */
.faq-toggle:checked ~ .faq-question .faq-icon {
    transform: rotate(45deg);
}

.faq-toggle:checked ~ .faq-question {
    color: #3b82f6;
}

.faq-toggle:checked + .faq-item {
    border-color: #3b82f6;
}
    transform: translateX(-50%);
}

.faq-container {
    max-width: 1200px; /* Increased for a more professional feel */
    margin: 0 auto;
    padding: 0 5%;
}

.faq-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    margin: 20px 0;
    letter-spacing: -2px;
}

.faq-subtitle {
    color: #94a3b8;
    font-size: 1.15rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* FAQ Accordion Styling */
.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Updated Hover State - No more pink */
.faq-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    background: rgba(59, 130, 246, 0.02);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    padding: 35px 40px;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question {
    color: #60a5fa;
}

.faq-icon {
    font-size: 1.8rem;
    color: #3b82f6; /* Changed icon color to brand blue */
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    line-height: 1;
}

/* Visibility & Animation Fix */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.03), transparent);
}

.answer-content {
    padding: 0 40px 40px 40px;
    color: #94a3b8;
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 850px;
}

/* Active State Styles - Removed Magenta */
.faq-item.active {
    border-color: #3b82f6;
    background: rgba(59, 130, 246, 0.04);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.faq-item.active .faq-answer {
    max-height: 500px; /* High enough to fit content */
    opacity: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #3b82f6; /* Keeping it consistent blue */
}

.faq-item.active .faq-question {
    color: #3b82f6;
}/* End custom CSS */