/* Lead Conversion Elements - Arabian Horizon */

/* ============================================================
   Compact Navbar — prevent wrapping at medium-large viewports
   (e.g. 90% browser zoom, 1280–1450px effective width)
   ============================================================ */
@media (min-width: 1200px) and (max-width: 1499px) {
    /* Tighten nav link padding */
    .custom-responsive-navbar .main-menu ul > li > a {
        padding: 10px 9px !important;
        font-size: 13.5px !important;
        white-space: nowrap;
    }

    /* Tighten header buttons */
    .custom-responsive-navbar .header-right .header-btn {
        padding: 8px 14px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    /* Prevent nav ul from wrapping */
    .custom-responsive-navbar .main-menu > ul {
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }

    /* Shrink language toggle button */
    .ah-lang-toggle {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }

    /* Tighten header-right gap */
    .custom-responsive-navbar .header-right {
        gap: 6px;
    }
}

/* Extra tight for 1200–1350px */
@media (min-width: 1200px) and (max-width: 1349px) {
    .custom-responsive-navbar .main-menu ul > li > a {
        padding: 10px 7px !important;
        font-size: 13px !important;
    }

    .custom-responsive-navbar .header-right .header-btn {
        padding: 7px 11px !important;
        font-size: 12.5px !important;
    }
}


:root {
    --primary-color: #0A192F;
    --gold-color: #D4AF37;
    --gold-hover: #B8962E;
    --white: #FFFFFF;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Sticky WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    background-color: #128c7e;
    color: white;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.floating-whatsapp i {
    line-height: 60px;
}

/* Modal Styling */
.ah-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 25, 47, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.ah-modal.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.ah-modal-content {
    background: var(--primary-color);
    border: 1px solid var(--gold-color);
    border-radius: 20px;
    width: 95%;
    max-width: 600px;
    padding: 40px;
    position: relative;
    box-shadow: var(--shadow);
    color: var(--white);
    max-height: 90vh;
    overflow-y: auto;
}

/* Custom scrollbar for modal */
.ah-modal-content::-webkit-scrollbar {
    width: 6px;
}
.ah-modal-content::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
}
.ah-modal-content::-webkit-scrollbar-thumb {
    background: var(--gold-color);
    border-radius: 10px;
}

.ah-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: var(--gold-color);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ah-modal-close:hover {
    transform: rotate(90deg);
}

.ah-modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.ah-modal-header h2 {
    color: var(--gold-color);
    margin-bottom: 10px;
}

.ah-modal-header p {
    color: #ccc;
}

/* Form Styling within Modal */
.ah-form .form-group {
    margin-bottom: 20px;
}

.ah-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-color);
    font-weight: 500;
}

.ah-form input, 
.ah-form textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    color: white;
    transition: all 0.3s ease;
}

.ah-form input:focus, 
.ah-form textarea:focus {
    border-color: var(--gold-color);
    background: rgba(255,255,255,0.1);
    outline: none;
}

.ah-btn-gold {
    background: var(--gold-color);
    color: var(--primary-color);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ah-btn-gold:hover {
    background: var(--gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Lead Magnets Section */
.lead-magnets-section {
    padding: 100px 0;
    background: #fdfdfd;
    position: relative;
}

.lead-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.lead-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: var(--gold-color);
}

.lead-card-icon {
    padding: 30px;
    background: var(--primary-color);
    color: var(--gold-color);
    font-size: 40px;
    text-align: center;
}

.lead-card-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lead-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.lead-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.lead-btn {
    display: inline-block;
    color: var(--gold-color);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--gold-color);
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.lead-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.color-gold {
    color: var(--gold-color) !important;
}

/* Side Sticky CTA */
.side-cta-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    width: 55px;              /* explicit — prevents container stretching in RTL */
    overflow: visible;        /* allow items to visually expand beyond bar */
}

.side-cta-item {
    background: var(--primary-color);
    color: var(--gold-color);
    padding: 15px;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    gap: 14px;                /* clean gap between icon and label */
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--gold-color);
    border-right: none;
    width: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-start;
    position: relative;
}

.side-cta-item:hover {
    width: 220px;
    background: var(--gold-color);
    color: var(--primary-color);
}

.side-cta-item i {
    font-size: 20px;
    min-width: 25px;
    margin-right: 0;          /* gap property on parent handles spacing */
    text-align: center;
    flex-shrink: 0;
}

.side-cta-item span {
    font-weight: 700;
}

/* Platform Expertise Section */
.platform-expertise-section {
    background: #0A192F;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.platform-expertise-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg/pattern.png');
    opacity: 0.05;
    pointer-events: none;
}

.platform-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.platform-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.platform-pill i {
    color: var(--gold-color);
    margin-right: 10px;
}

.platform-pill:hover {
    background: var(--gold-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}

.platform-pill:hover i {
    color: var(--primary-color);
}

/* Premium CTA Section */
.premium-cta-box {
    background: linear-gradient(135deg, #0A192F 0%, #112240 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 30px;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-top: 20px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-cta-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border-color: rgba(212, 175, 55, 0.5);
}

.premium-cta-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.premium-cta-content {
    flex: 1;
    max-width: 65%;
    position: relative;
    z-index: 1;
}

.premium-cta-content h2 {
    font-size: 36px;
    color: var(--white);
    margin-bottom: 15px;
    line-height: 1.2;
}

.premium-cta-content h2 span {
    color: var(--gold-color);
}

.premium-cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.premium-cta-action {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.premium-cta-btn {
    background: var(--gold-color);
    color: var(--primary-color);
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
    display: inline-flex;
    align-items: center;
}

.premium-cta-btn i {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.premium-cta-btn:hover {
    background: var(--white);
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.premium-cta-btn:hover i {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 991px) {
    .premium-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
    }
    .premium-cta-content {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .premium-cta-content h2 {
        font-size: 28px;
    }

    /* Hide side CTA bar on tablet/mobile — prevents hero text overlap */
    .side-cta-bar {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .ah-modal-content {
        padding: 25px;
        width: 98%;
    }
    .calendly-inline-widget {
        height: 500px !important;
    }
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .calendly-inline-widget {
        height: 450px !important;
    }
}
/* Premium Testimonials Section */
.premium-testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    margin: 15px;
    box-shadow: 0 10px 40px rgba(10, 25, 47, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.premium-testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 25, 47, 0.12);
    border-color: var(--gold-color);
}

.ptc-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.ptc-user-image {
    position: relative;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 20px;
}

.ptc-user-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8fafc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.ptc-flag {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid white;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ptc-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: none;
}

.ptc-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: rgba(212, 175, 55, 0.9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    border: 2px solid white;
}

.ptc-video-play:hover {
    background: var(--primary-color);
    transform: translate(-50%, -50%) scale(1.1);
}

.ptc-user-meta {
    flex-grow: 1;
}

.ptc-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 2px;
}

.ptc-designation {
    font-size: 13px;
    color: var(--gold-color);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ptc-company {
    font-size: 12px;
    color: #64748B;
    margin-bottom: 0;
}

.ptc-linkedin-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #0077B5;
    font-size: 20px;
    transition: all 0.3s ease;
}

.ptc-linkedin-link:hover {
    transform: scale(1.2);
    color: var(--primary-color);
}

.ptc-stars {
    margin-bottom: 15px;
    color: #FACC15;
    font-size: 14px;
}

.ptc-quote {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

.ptc-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 40px;
    color: rgba(212, 175, 55, 0.2);
    font-family: serif;
}

.testimonial-slider-home-1 .slick-list {
    overflow: visible;
}

/* Modal for LinkedIn Screenshot */
.mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out; 
  transform: scale(0.8); 
}

.mfp-bg {
    background: rgba(10, 25, 47, 0.9) !important;
    backdrop-filter: blur(5px);
}

.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); 
}

.mfp-removing .mfp-with-anim {
  transform: scale(0.8); 
  opacity: 0; 
}
