.elementor-287 .elementor-element.elementor-element-9d67b0a{--display:flex;--margin-top:-20px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}.elementor-287 .elementor-element.elementor-element-527eca3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-191d253 *//* --- FULL WIDTH CTA CARD SECTION --- */

.cta-full-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 100px 5%;
    background-color: #0a0c10; /* Match your obsidian theme */
    display: flex;
    justify-content: center;
    overflow: hidden;
}

/* The Floating Card */
.cta-card {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 80px 60px;
    z-index: 1;
    overflow: hidden;
    
    /* Animation Trigger */
    opacity: 0;
    transform: scale(0.95) translateY(20px);
    animation: cardReveal 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.cta-card-content {
    position: relative;
    z-index: 2;
}

/* Visual Accents */
.cta-tag {
    font-size: 0.7rem;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 800;
}

.cta-line {
    width: 40px;
    height: 1px;
    background: #3b82f6;
    margin: 15px 0 40px 0;
}

/* Text & Layout */
.cta-text-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: center;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: #ffffff;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.blue-accent {
    color: #3b82f6;
}

.cta-description {
    color: #94a3b8;
    font-size: 1.1rem;
    max-width: 450px;
    line-height: 1.6;
}

/* Premium Button Motion */
.cta-button-area {
    display: flex;
    justify-content: flex-end;
}

.cta-premium-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 40px;
    background: #ffffff;
    color: #0a0c10;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    border-radius: 12px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-premium-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.3);
    background: #3b82f6;
    color: #ffffff;
}

.cta-premium-btn svg {
    transition: transform 0.5s ease;
}

.cta-premium-btn:hover svg {
    transform: translate(3px, -3px);
}

/* Background Card Glow */
.card-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

/* --- ANIMATIONS --- */
@keyframes cardReveal {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* --- MOBILE RESPONSIVE --- */
@media (max-width: 992px) {
    .cta-card {
        padding: 50px 30px;
        text-align: center;
    }
    
    .cta-text-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-button-area {
        justify-content: center;
    }
    
    .cta-line {
        margin: 15px auto 40px auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5a9466 *//* --- AHBAT CONSULTING FOOTER --- */

.ahbat-footer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0a0c10;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 80px 0 40px 0;
    color: #ffffff;
    font-family: inherit;
}

.ahbat-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5% 60px 5%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer-brand .ahbat-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.footer-tagline {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 300px;
}

.footer-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b82f6; /* Matching the dot color */
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-link, .footer-email {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover, .footer-email:hover {
    color: #ffffff;
}

.footer-email {
    display: block;
    margin-bottom: 20px;
}

.back-to-top {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    padding-top: 40px;
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}

/* --- RESPONSIVE FOOTER --- */
@media (max-width: 768px) {
    .ahbat-footer-inner {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .footer-brand .ahbat-logo {
        justify-content: center;
    }

    .footer-tagline {
        margin: 0 auto;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}/* End custom CSS */