.elementor-9 .elementor-element.elementor-element-daf6acc{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-fbbda14{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-bee5e73{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-bee5e73.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9 .elementor-element.elementor-element-a9979d9{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-1676f19{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-551f1ed{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-a06cd60{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-d6cd90b{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-bee5e73{--width:103.762%;}}/* Start custom CSS for html, class: .elementor-element-a0234b9 *//* Full-Width Base */
.ahbat-hero.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    align-items: center;
    background-color: #0a0c10;
    min-height: 90vh;
    overflow: hidden;
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    z-index: 2;
}

/* Typography & Colors */
.hero-eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #3b82f6;
    margin-bottom: 20px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
    color: #f8fafc;
}

.accent-text {
    color: transparent;
    -webkit-text-stroke: 1px #3b82f6;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 700px;
    color: #94a3b8;
    margin-bottom: 40px;
}

/* --- ANIMATION DEFINITIONS --- */

/* 1. Staggered Reveal Animation */
.animate-reveal {
    opacity: 0;
    transform: translateY(30px);
    animation: revealUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 2. Subtle Pulse Glow for Accent Text */
.pulse-glow {
    animation: glowText 3s ease-in-out infinite;
}

@keyframes glowText {
    0%, 100% { text-shadow: 0 0 0px rgba(59, 130, 246, 0); }
    50% { text-shadow: 0 0 20px rgba(59, 130, 246, 0.3); }
}

/* Button & Actions */
.hero-actions {
    display: flex;
    gap: 20px;
}

.btn-primary {
    background: #3b82f6;
    color: white;
    padding: 18px 36px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.btn-secondary {
    border: 1px solid #475569;
    color: white;
    padding: 18px 36px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #f8fafc;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0180f74 */.ahbat-solutions.dark-mode {
    background-color: #0a0c10;
    padding: 120px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    color: #ffffff;
}

.solutions-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.solutions-header {
    text-align: left; /* Aligned left for a more modern, professional look */
    margin-bottom: 60px;
}

.solutions-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bento-card {
    position: relative;
    height: 450px;
    background: #11141a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
}

.card-bg-image {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15; /* Subtle background presence */
    filter: grayscale(100%);
    transition: all 0.7s ease;
    z-index: 1;
}

.card-content {
    position: relative;
    z-index: 2;
}

.card-index {
    color: #3b82f6;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.bento-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #f8fafc;
}

.bento-card p {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 1.05rem;
    max-width: 280px;
}

/* Hover Effects */
.bento-card:hover {
    border-color: rgba(59, 130, 246, 0.5);
    transform: translateY(-10px);
}

.bento-card:hover .card-bg-image {
    opacity: 0.4;
    filter: grayscale(0%);
    transform: scale(1.1);
}

.bento-card:hover h3 {
    color: #3b82f6;
}

/* Mobile */
@media (max-width: 992px) {
    .solutions-bento { grid-template-columns: 1fr; }
    .bento-card { height: 350px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d49876d *//* Section Base */
.ahbat-process {
    background-color: #0a0c10;
    padding: 120px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    color: #ffffff;
    overflow: hidden;
}

.process-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

.process-header {
    text-align: center;
    margin-bottom: 100px;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #f8fafc;
    margin-top: 10px;
}

/* Roadmap Structure */
.process-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* The vertical connecting line */
.roadmap-line {
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #3b82f6, transparent);
    opacity: 0.3;
}

.step-item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    opacity: 0;
    transition: all 0.4s ease;
}

.step-visual {
    position: relative;
    z-index: 2;
}

.step-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(59, 130, 246, 0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

/* Hover effects */
.step-item:hover .step-number {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
    transform: scale(1.1);
}

.step-info h3 {
    font-size: 1.75rem;
    color: #f8fafc;
    margin-bottom: 12px;
    font-weight: 600;
}

.step-info p {
    color: #94a3b8;
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 650px;
}

/* Entrance Animations */
.animate-up {
    animation: fadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .roadmap-line { left: 23px; }
    .step-number { width: 50px; height: 50px; font-size: 1rem; }
    .section-title { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0159b40 *//* Section 4 Base */
.ahbat-impact {
    background-color: #0a0c10;
    padding: 120px 0 180px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.impact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Stat Grid & Reveal Logic */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 140px;
}

.impact-item {
    text-align: center;
}

.reveal-wrapper {
    overflow: hidden; /* This masks the number as it slides up */
    height: 90px;
    margin-bottom: 10px;
}

.impact-value {
    display: block;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    font-family: serif;
    background: linear-gradient(180deg, #f8fafc 30%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(100%); /* Start hidden */
}

.impact-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #64748b;
    opacity: 0;
}

/* --- MOTION EFFECTS --- */

/* 1. Number Slide Up */
.animate-slide-up {
    animation: slideUpReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideUpReveal {
    to { transform: translateY(0); }
}

/* 2. Label Fade In */
.animate-fade-in {
    animation: fadeInOnly 1s ease forwards;
}

@keyframes fadeInOnly {
    to { opacity: 1; }
}

/* 3. The Border Beam (Rotating Glow) */
.motion-card {
    position: relative;
    background: #0d0f14;
    padding: 60px 80px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: transform 0.4s ease;
}

.motion-card:hover {
    transform: translateY(-5px);
}

.border-beam {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: conic-gradient(from 0deg at 50% 50%, transparent 0%, #3b82f6 50%, transparent 100%);
    animation: rotateBeam 4s linear infinite;
    opacity: 0.15; /* Keeps it professional and subtle */
    pointer-events: none;
}

@keyframes rotateBeam {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Content Details */
.accent-blue { color: #3b82f6; }

.liaison-text h3 {
    font-size: 2rem;
    color: #f8fafc;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.liaison-text p {
    color: #94a3b8;
    max-width: 480px;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}

.btn-minimal {
    position: relative;
    z-index: 2;
    color: #f8fafc;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s ease;
}

.btn-minimal:hover {
    color: #3b82f6;
    gap: 25px;
}

/* Responsive */
@media (max-width: 992px) {
    .impact-grid { grid-template-columns: 1fr; }
    .liaison-footer-box { flex-direction: column; text-align: center; gap: 40px; padding: 40px; }
    .impact-value { font-size: 4rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e997622 */.ahbat-methodology {
    background-color: #0a0c10;
    padding: 140px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.method-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 80px;
    position: relative;
}

.method-card {
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    transition: all 0.5s ease;
}

.method-line {
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 0%; /* Animated to 100% */
    background: linear-gradient(to bottom, #3b82f6, transparent);
    transition: height 1s ease;
}

.method-card:hover .method-line {
    height: 40px;
}

.method-step {
    color: #3b82f6;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.method-card h3 {
    font-size: 1.8rem;
    color: #f8fafc;
    margin-bottom: 15px;
}

.method-card p {
    color: #94a3b8;
    line-height: 1.7;
    font-size: 1.05rem;
}

.method-card:hover {
    background: rgba(59, 130, 246, 0.05);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-10px);
}

/* --- MOBILE RESPONSIVE FIX FOR METHODOLOGY SECTION --- */

/* Tablet View: Switches from 3 columns to 2 */
@media (max-width: 992px) {
    .method-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Mobile View: Stacks cards into 1 single column */
@media (max-width: 768px) {
    .ahbat-methodology {
        padding: 80px 0; /* Slightly reduces the top/bottom gap for phone screens */
    }

    .method-timeline {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 50px;
    }

    /* Ensures the card content fits nicely on smaller phone screens */
    .method-card {
        padding: 30px 25px; 
    }

    /* Keeps the animated blue line aligned with the new mobile padding */
    .method-line {
        left: 25px; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c33361c */.ahbat-expansion {
    background-color: #0a0c10;
    padding: 120px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.expansion-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.expansion-flex {
    display: flex;
    height: 650px;
    gap: 15px;
    margin-top: 60px;
}

.expansion-panel {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    padding: 50px;
}

.expansion-panel:hover {
    flex: 2.5;
}

.panel-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(10, 12, 16, 0) 20%, rgba(10, 12, 16, 0.95) 90%);
    z-index: 1;
}

.panel-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.pillar-number {
    font-size: 0.9rem;
    font-weight: 800;
    color: #3b82f6;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: block;
}

.panel-content h3 {
    font-size: 2.4rem;
    color: #f8fafc;
    margin-bottom: 20px;
}

.pillar-hidden-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}

.expansion-panel:hover .pillar-hidden-content {
    max-height: 400px;
    opacity: 1;
    margin-top: 20px;
}

.pillar-hidden-content p {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 500px;
}

.pillar-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pillar-list li {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f8fafc;
    background: rgba(59, 130, 246, 0.1);
    padding: 8px 16px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 992px) {
    .expansion-flex { flex-direction: column; height: auto; }
    .expansion-panel { height: 400px; flex: none; }
    .pillar-hidden-content { max-height: 400px; opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63b09c2 *//* Section 8 Base */
.ahbat-map {
    background-color: #0a0c10;
    padding: 140px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.map-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.map-wrapper {
    position: relative;
    margin-top: 80px;
    height: 600px; /* Base height for the interactive area */
}

/* --- THE MAP VISUAL & ANIMATION --- */
.world-map-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}

.world-map-svg svg {
    width: 100%;
    height: 100%;
}

/* Continuous Pulse Animation */
.map-pulse {
    fill: none;
    stroke: rgba(59, 130, 246, 0.5); /* Primary blue at 50% opacity */
    stroke-width: 1px;
    animation: corePulse 3s ease-out infinite;
}

@keyframes corePulse {
    0% { r: 5; opacity: 1; }
    80% { r: 50; opacity: 0; }
    100% { r: 50; opacity: 0; }
}

/* --- INTERACTION GRID --- */
.intelligence-grid {
    position: relative;
    z-index: 2; /* Sits above the map */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    height: 100%;
}

.intel-item {
    background: rgba(17, 20, 26, 0.7); /* Translucent dark background */
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 50px;
    display: flex;
    align-items: flex-end; /* Text sits at bottom of card */
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

/* Hover Interaction: The 'Lift' */
.intel-item:hover {
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-15px);
    background: rgba(17, 20, 26, 0.95); /* solid dark on hover */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Text Styling */
.intel-index {
    color: #3b82f6;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.intel-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 20px;
    line-height: 1.2;
}

.intel-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 30px;
    opacity: 0.8;
}

/* Minimalist Link Hover */
.intel-link {
    font-size: 0.85rem;
    color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.intel-item:hover .intel-link {
    color: #f8fafc;
    -webkit-text-stroke: transparent;
}

/* Responsive */
@media (max-width: 992px) {
    .intelligence-grid { grid-template-columns: 1fr; gap: 20px; }
    .intel-item { height: 400px; padding: 40px; text-align: center; }
    .map-wrapper { height: auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c2bcd9 *//* Section 11 Variation: Infinite Ticker */
.ahbat-ticker {
    background-color: #0a0c10;
    padding: 120px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.ticker-header {
    max-width: 1300px;
    margin: 0 auto 60px auto;
    padding: 0 5%;
    text-align: center;
}

.ticker-container {
    display: flex;
    overflow: hidden;
    user-select: none;
    mask-image: linear-gradient(
        to right,
        transparent,
        black 10%,
        black 90%,
        transparent
    );
}

/* The Animation Loop */
.ticker-track {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    flex-shrink: 0;
    /* Adjust '40s' to speed up or slow down */
    animation: scrollTicker 40s linear infinite;
}

.ticker-track:hover {
    animation-play-state: paused;
}

@keyframes scrollTicker {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% / 2)); }
}

/* Ticker Card Styles */
.ticker-card {
    width: 400px;
    background: #11141a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 40px;
    transition: all 0.3s ease;
}

.ticker-card:hover {
    border-color: #3b82f6;
    transform: translateY(-5px);
    background: #161a22;
}

.ticker-card p {
    font-size: 1.2rem;
    color: #f8fafc;
    font-family: serif;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 25px;
}

.ticker-meta {
    display: flex;
    flex-direction: column;
    border-left: 2px solid #3b82f6;
    padding-left: 15px;
}

.ticker-meta strong {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f8fafc;
}

.ticker-meta span {
    font-size: 0.75rem;
    color: #64748b;
}

/* Special Highlight Card */
.ticker-card.highlight-blue {
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.3);
}/* End custom CSS */