/* ==========================================================================
   🎬 VideoExpress AI Exact Source Code Master Stylesheet
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=League+Spartan:wght@100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: "League Spartan", sans-serif;           
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
    box-sizing: border-box;
}

/* Global High-Visibility Placeholder Styling for Form Elements */
::placeholder {
    color: #94a3b8 !important;
    opacity: 0.85 !important;
}
::-webkit-input-placeholder {
    color: #94a3b8 !important;
    opacity: 0.85 !important;
}
::-moz-placeholder {
    color: #94a3b8 !important;
    opacity: 0.85 !important;
}
:-ms-input-placeholder {
    color: #94a3b8 !important;
    opacity: 0.85 !important;
}
input::placeholder, textarea::placeholder, select::placeholder, .form-control::placeholder {
    color: #94a3b8 !important;
    opacity: 0.85 !important;
}

.container {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

a, a:hover, a:focus{	
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s;
}

h1, h2, h3, h4, h5, h6{	
    transition: all 0.3s;
    margin:0;
    padding:0;	
    word-break: break-word;       
    font-family: "K2D", sans-serif; 
}

img, video {
    max-width: 100%;
}

p {
  margin: 0px;
  word-break: break-word;  
}

.ve_btn {
    background: linear-gradient(90deg, #2563eb 0%, #1d4ed8 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    max-width: 652px;
    width: 100%;
    height: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;    
    font-size: 20px;
    font-weight: 800;
    font-family: 'League Spartan', sans-serif;
    color: #ffffff !important;    
    transition: all 0.25s ease;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}
.ve_btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.6);
    color: #ffffff !important;
}

/* Gredient Heading */
.ve_grdnt_heading{
    font-size: 36px;
    font-weight: 700;
    background-image: linear-gradient(to right, rgb(248, 64, 2) 10%, #faaa1b 80%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: capitalize;
    font-family: "League Spartan";
    text-align: center;
} 

/* Heading */
.ve_heading {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/video-magic-head-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 985px;
    width: 100%;
    height: 210px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

/* Down Arrow */
.ve_arrow_down > img{
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3));
    border-radius: 50%;
    animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% { box-shadow: 0 0 0 0 rgba(235,101,247,1); }
    100% { box-shadow: 0 0 0 30px rgb(255 255 0 / 0%); }
}
.ve_arrow_green > img{
    box-shadow: 0px 17px 30px 0px rgba(80, 194, 58, 0.3);
    animation: shadow-pulse-3 2s infinite;
}
@keyframes shadow-pulse-3 {
    0% { box-shadow: 0 0 0 0 rgba(30,217,79,0.5); }
    100% { box-shadow: 0 0 0 30px rgb(255 255 0 / 0%); }
}

/* Top Bar Infinite Running Marquee */
.ve_top_bar {
    background: linear-gradient(90deg, #3c0080 0%, #6a14d1 50%, #520099 100%);
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(106, 20, 209, 0.4);
    position: relative;
    z-index: 100;
}
.gp-ticker-track {
    display: flex;
    width: max-content;
    animation: gpMarquee 24s linear infinite;
}
.ve_top_bar:hover .gp-ticker-track {
    animation-play-state: paused;
}
.gp-ticker-content {
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    font-family: 'League Spartan', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fffc00;
    padding-right: 28px;
}
.gp-ticker-dot {
    color: #ffffff;
    opacity: 0.6;
    font-size: 0.9rem;
}
.gp-coupon-badge {
    background: #fffc00;
    color: #2b005c;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 900;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
@keyframes gpMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Badge CSS */
.ve-banner-badge {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding: 30px 0 0px 0;
    position: relative;
    z-index: 1;
}
.ve-badge-box {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px 20px;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.ve-badge-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.ve-badge-box img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain;
}

/* Banner CSS */
.ve_banner_wrapper {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/banner-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
}
.ve_top_banner_wrapper{
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/banner-top-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}
.ve_banner_wrapper .container {
    max-width: 1630px;
}
.ve_banner_bottm {
    margin-top: -80px; 
}
.ve_logo {
    padding: 20px 0 30px 0;
}
.ve_banner_top_heading {
    display: inline-block;    
    background-image: linear-gradient( -94deg, rgb(14,169,216) 0%, rgb(6,69,162) 100%);
    border-radius: 50px;
    padding: 13px 30px 11px 60px;
}
.ve_banner_top_heading h4{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    font-family: "League Spartan", sans-serif;
}
.ve_banner_top_heading > img {
    position: absolute;
    top: -39px;
    left: -15px;
}
.ve_banner_main_heading h1 {
    background: linear-gradient(135deg, rgba(246, 243, 255, 0.92), rgba(255, 255, 255, 0.96));
    border: 2px solid #00bff9;
    border-radius: 28px;
    box-shadow: 0 12px 35px rgba(0, 191, 249, 0.18);
    max-width: 1193px;
    width: 95%;
    height: auto;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.35;
    color: #151f38;
    text-transform: capitalize;
    padding: 36px 40px;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.ve_banner_main_heading h1 span {
    background-image: linear-gradient(-159deg, rgb(106,20,209) 0%, rgb(200,32,144) 100%);    
    border-radius: 12px;
    padding: 4px 18px;    
    display: inline-block;
    color: #fffc00;
    line-height: 1.2;
}

/* Banner Video Section */
.ve_banner_video_section {
    display: flex;
    align-items: center;    
    position: relative;
}
.ve_banner_video_left {
    max-width: 350px;
    height: 600px;
    width: 100%;
    position: relative;    
}
.ve_banner_video_left ul li {
    min-width: 170px;
    min-height: 198px;    
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(64, 25, 154, 0.1);
    border:1px solid #f1eff5;
    border-radius: 14px;
    padding: 10px 25px;    
    margin-bottom: 50px;   
    position: absolute;         
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
@keyframes leftright {
    0% { transform: translateX(0px); }
    50% { transform: translateX(-15px); }
    100% { transform: translateX(0px); }
}

.ve_banner_video_left ul li.ve_banner_box_1 { top: -170px; left: 0px; animation: 5s floating linear infinite; }
.ve_banner_video_left ul li.ve_banner_box_2 { top: 15%; right: 0; animation: 7s floating infinite alternate; }
.ve_banner_video_left ul li.ve_banner_box_3 { top: 30%; left: -50px; animation: 4s floating infinite alternate; }
.ve_banner_video_left ul li.ve_banner_box_4 { bottom: 0; right: -40px; animation: 4s leftright infinite alternate; }
.ve_banner_video_left ul li.ve_banner_box_5 { bottom: -100px; left: -10px; animation: 5s floating linear infinite; }

.ve_banner_video_left ul li.ve_banner_box_6 { top: -170px; right: 0px; animation: 5s floating linear infinite; }
.ve_banner_video_left ul li.ve_banner_box_7 { top: 15%; left: 0px; animation: 7s floating infinite alternate; }
.ve_banner_video_left ul li.ve_banner_box_8 { top: 30%; right: -50px; animation: 5s floating infinite alternate; }
.ve_banner_video_left ul li.ve_banner_box_9 { bottom: 0; left: -40px; animation: 5s floating linear infinite; }
.ve_banner_video_left ul li.ve_banner_box_10 { bottom: -100px; right: -10px; animation: 4s leftright infinite alternate; }

.ve_banner_video_left ul li p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d4a;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.ve_banner_video_center {
    background-image: linear-gradient(184deg, #00bff9 0%, #015ee9 100%);    
    padding: 5px;
    max-width: 810px;
    height: 461px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 16px;
}
.ve_bannerVideoShape1 { position: absolute; top: -20px; left: -20px; }
.ve_bannerVideoShape2 { position: absolute; top: -20px; right: -20px; }
.ve_bannerVideoShape3 { position: absolute; bottom: -20px; left: -20px; }
.ve_bannerVideoShape4 { position: absolute; bottom: -20px; right: -20px; }

.ve_banner_feature_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.ve_banner_feature_section ul li {
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border-radius: 60px;
    background-color: #fff9ea;    
    padding: 20px 50px 20px 20px;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    text-transform: capitalize;    
}
.ve_banner_feature_section ul li.commercial { background-color: #eaf9f7; }
.ve_banner_feature_section ul li.monthly { background-color: #f7f0ff; }

.ve_banner_feature_section ul li span {    
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #feb502;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ve_banner_feature_section ul li.commercial span { background-color: #47d9b0; }
.ve_banner_feature_section ul li.monthly span { background-color: #a95dff; }

/* Payment Section */
.ve_pymnt_section_main h2 {
    font-size: 55px;
    color: #271e42;
    font-weight: 800;    
    max-width: 1000px;
    text-align: center;
    margin: auto;
}
.ve_pymnt_section_main h2 span { color: #a95dff; }
.ve_pymnt_inner {
    padding-top: 15px;
}
.ve_pymnt_inner p {
    font-size: 18px;
    font-weight: 700;
    color: #271e42;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.5;
}
.gp-guarantee-text {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #271e42 !important;
}
.gp-section-dark .ve_pymnt_section_main h2,
.gp-section-cosmic .ve_pymnt_section_main h2 {
    color: #ffffff !important;
}
.gp-section-dark .ve_pymnt_inner p,
.gp-section-cosmic .ve_pymnt_inner p {
    color: #ffffff !important;
}
.gp-section-dark .gp-guarantee-text,
.gp-section-cosmic .gp-guarantee-text {
    color: #ffffff !important;
}
.gp-section-light .gp-guarantee-text,
.gp-section-white .gp-guarantee-text,
.ve_banner_bottm .gp-guarantee-text {
    color: #271e42 !important;
}

.ve-banner-badge {
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
}

/* Magic Video Slider */
.ve_magic_slider_wrapper {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/video-magic-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 30px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.ve_magic_slider_box {
    max-width: 440px;
    width: 100%;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    margin: auto;
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/magic-slider-box-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.ve_magic_slider_box h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    color: #1ed94f;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(30, 217, 79, 0.4);
}
.ve_magic_slider_box p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    font-style: normal;
    color: #ffffff !important;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.ve_slider_btn {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 10px;
}
.ve_magic_slider {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Steps Section */
/* Steps Section */
.ve_step_wrapper {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/step-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0 50px 0;
    position: relative;
}
.ve_step_head {
    margin-bottom: 20px !important;
}
.ve_step_head .ve_heading {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/step-head-bg.png');
    max-width: 754px;
    height: 140px;
    color: #271e42;
    display: block;
    padding-top: 25px;
    margin: 0 auto;
}
.ve_step_inner_parent {
    margin-top: 10px !important;
    position: relative;
    z-index: 2;
}
.ve_step_box_inner {
    background-color: #ffffff;
    filter: drop-shadow(0 0 30px rgba(51,49,120,0.06));
    border-radius: 20px;
    border: 1px solid #9d66fd;
    position: relative;
    padding: 50px 25px 30px 40px;
}
.ve_step_inner_head {
    background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/step-head-bg-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 207px;
    height: 76px;
    display: flex;
    justify-content: center;    
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.ve_step2 .ve_step_inner_head { background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/step-head-bg-2.png'); }
.ve_step3 .ve_step_inner_head { background-image: url('https://cdn-land.videoexpress.ai/fbdeal/assets/images/step-head-bg-3.png'); }

.ve_step_inner_head h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding-top: 6px;
}

/* ===== HIGH-CONTRAST GOLD BADGE TOKEN ===== */
.badge-gold {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(250, 170, 27, 0.25), rgba(248, 64, 2, 0.2)) !important;
    border: 1px solid #faaa1b !important;
    color: #ffea79 !important;
    font-weight: 800 !important;
    font-size: 0.88rem;
    letter-spacing: 0.4px;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(250, 170, 27, 0.3);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   MOBILE RESPONSIVENESS OVERHAUL (Screens < 768px and < 480px)
   ========================================================================== */
@media (max-width: 991px) {
    .ve_banner_video_section {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        align-items: center !important;
    }
    .ve_banner_video_left, .ve_banner_video_right {
        display: none !important; /* Hide bulky floating badges on tablet & mobile */
    }
    .ve_banner_video_center {
        max-width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        padding: 4px !important;
        margin: 15px auto 0 !important;
    }
    .ve_bannerVideoShape1, .ve_bannerVideoShape2, .ve_bannerVideoShape3, .ve_bannerVideoShape4 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Headings & Hero Scaling */
    .ve_banner_wrapper {
        padding-bottom: 40px !important;
    }
    .ve_top_banner_wrapper {
        padding-top: 15px !important;
    }
    .ve_banner_main_heading h1 {
        font-size: 1.35rem !important;
        line-height: 1.3 !important;
        letter-spacing: -0.3px !important;
        padding: 0 4px !important;
        margin: 10px auto !important;
        max-width: 100% !important;
    }
    .ve_banner_main_heading h1 span {
        padding: 2px 8px !important;
        font-size: 1.3rem !important;
        display: inline-block !important;
        border-radius: 8px !important;
    }
    .ve_banner_top_heading h4 {
        font-size: 0.85rem !important;
        padding: 4px 12px !important;
        margin-bottom: 6px !important;
    }
    .ve_logo a {
        font-size: 1.7rem !important;
    }

    /* Video Hero Box */
    .ve_banner_video_center {
        padding: 3px !important;
        border-radius: 14px !important;
        background: linear-gradient(180deg, #00bff9, #015ee9) !important;
    }
    .ve_video {
        position: relative !important;
        height: auto !important;
        padding-bottom: 0 !important;
        border-radius: 12px !important;
    }
    .ve_video > div {
        position: relative !important;
        inset: auto !important;
        padding: 16px 14px !important;
        border-radius: 12px !important;
    }
    .ve_video h3 {
        font-size: 1.1rem !important;
        line-height: 1.25 !important;
        margin-bottom: 6px !important;
    }
    .ve_video p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
    }
    .ve_video a.ve_btn {
        height: 42px !important;
        font-size: 0.82rem !important;
        padding: 6px 16px !important;
        width: 100% !important;
        max-width: 280px !important;
    }

    /* Floating Chat Widget Position on Mobile */
    #strategy-advisor-btn, .chat-widget-btn {
        bottom: 65px !important;
        right: 14px !important;
        transform: scale(0.88) !important;
        transform-origin: bottom right !important;
    }

    /* Section Headings */
    h2, .ve_heading, .ve_pymnt_section_main h2, .gp-section h2 {
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
    }
    .ve_grdnt_heading {
        font-size: 1.2rem !important;
    }
    .gp-gradient-text {
        font-size: 1.1rem !important;
    }

    /* Buttons */
    .ve_btn, .btn-primary, button[type="submit"] {
        height: 44px !important;
        font-size: 0.88rem !important;
        padding: 8px 16px !important;
    }

    /* Top Marquee Bar */
    .ve_top_bar {
        padding: 6px 0 !important;
    }
    .gp-ticker-content {
        font-size: 0.75rem !important;
        gap: 14px !important;
    }

    /* Feature Pills & Cards */
    .ve_banner_feature_section ul {
        gap: 8px !important;
    }
    .ve_banner_feature_section ul li {
        font-size: 0.82rem !important;
        padding: 6px 12px !important;
        gap: 6px !important;
    }
    .ve_banner_feature_section ul li span {
        width: 30px !important;
        height: 30px !important;
    }

    /* Feature Deep-Dive Cards */
    .gp-feature-card {
        flex-direction: column !important;
        padding: 18px 14px !important;
        gap: 16px !important;
    }
    .gp-feat-content h4 {
        font-size: 1.15rem !important;
    }
    .gp-feat-content p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }

    /* Magic Slider Boxes */
    .ve_magic_slider_box {
        height: auto !important;
        min-height: 140px !important;
        padding: 14px !important;
    }
    .ve_magic_slider_box p {
        font-size: 0.82rem !important;
    }

    /* Guarantee Box */
    .gp-guarantee-box {
        flex-direction: column !important;
        padding: 20px 14px !important;
        text-align: center !important;
    }
    .gp-guarantee-box h3 {
        font-size: 1.2rem !important;
    }
    .gp-guarantee-box p {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .ve_banner_main_heading h1 {
        font-size: 1.25rem !important;
    }
    .ve_banner_main_heading h1 span {
        font-size: 1.2rem !important;
    }
    .gp-section {
        padding: 28px 0 !important;
    }
}
