body{
font-family:'Inter',sans-serif;
background:#020617;
color:white;
}

.custom-navbar{
    background:#020617;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.05);
}

/* Logo */
.logo{
    font-size:22px;
    font-weight:700;
    color:#7aa2ff !important;
    text-decoration:none;
}

/* WordPress Menu */
.navbar-nav{
    align-items:center;
}

/* Menu Items */
.navbar-nav .menu-item{
    list-style:none;
}

/* Menu Links (replacement of .nav-link) */
.navbar-nav .menu-item a{
    color:#cbd5f5 !important;
    margin:0 12px;
    font-weight:500;
    text-decoration:none;
    transition:0.3s;
}

/* Hover */
.navbar-nav .menu-item a:hover{
    color:#7aa2ff !important;
}

/* Active Page */
.navbar-nav .current-menu-item a{
    color:#7aa2ff !important;
}

@media (max-width:991px) {
    .navbar-nav .menu-item{
        margin-bottom: 10px;
    }  
    .navbar-collapse{
        padding: 15px 0;
    }
}

.btn-gradient{
background:linear-gradient(90deg,#7c7cff,#5ecbff);
color:white;
padding:8px 18px;
border-radius:30px;
}

/* HERO */

.hero-section{
padding:120px 0;
}

.hero-content{
max-width:620px;
}

.hero-subtitle{
color:#5ecbff;
letter-spacing:2px;
font-size:13px;
margin-bottom:20px;
text-transform:uppercase;
}

.hero-title{
font-size:56px;
font-weight:800;
line-height:1.1;
margin-bottom:25px;
}

.gradient-text{
background:linear-gradient(90deg,#7c7cff,#5ecbff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-description{
font-size:18px;
color:#cbd5f5;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
align-items:center;
flex-wrap:wrap;
gap:15px;
}

.btn-primary-gradient{
background:linear-gradient(90deg,#7c7cff,#5ecbff);
border:none;
color:white;
padding:14px 26px;
border-radius:40px;
}

.btn-outline-light{
border-radius:40px;
padding:14px 26px;
}

.trusted{
margin-top:30px;
font-size:14px;
color:#9ca3af;
}


/* HERO IMAGE */

.hero-img{
border-radius:20px;
max-width:100%;
}

.hero-image{
position:relative;
}


/* ROAS CARD */

.roas-card {
position: absolute;
bottom: -20px;
left: -20px;
background: linear-gradient(135deg, #1B1A4A, #2B114B);
padding: 30px;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.roas-card h4{
font-size:28px;
margin:0;
text-align: left;
}

.roas-card p{
font-size:14px;
margin:0;
color:#cbd5f5;
text-align: left;
}



/* MOBILE */

@media (max-width:991px){

.hero-section{
padding:80px 0;
text-align:center;
}

.hero-title{
font-size:36px;
}

.hero-description{
font-size:16px;
}

.hero-buttons{
justify-content:center;
}

.hero-image{
margin-top:50px;
}

.roas-card{
left:50%;
transform:translateX(-50%);
bottom:-20px;
}

}


/* SMALL MOBILE */

@media (max-width:576px){

.hero-title{
font-size:30px;
}

.hero-buttons{
flex-direction:column;
}

.hero-buttons .btn{
width:100%;
}

.trusted{
font-size:12px;
}

}

/* SERVICES SECTION */

.services-section{
padding:120px 0;
background:#020617;
}

.services-header{
max-width:700px;
margin:auto;
margin-bottom:70px;
}

.section-label{
color:#5ecbff;
letter-spacing:2px;
font-size:13px;
text-transform:uppercase;
margin-bottom:15px;
}

.section-title{
font-size:40px;
font-weight:700;
margin-bottom:15px;
}

.section-description{
color:#9ca3af;
font-size:16px;
}


/* SERVICE CARDS */

.service-card{
background:#0b1220;
padding:35px;
border-radius:16px;
border:1px solid rgba(255,255,255,0.05);
height:100%;
transition:all .3s ease;
}

.service-card:hover{
transform:translateY(-6px);
border-color:#5ecbff;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.service-icon{
font-size:26px;
margin-bottom:20px;
color:#7c7cff;
}

.service-icon i{
font-size:26px;
color:#6c7cff;
margin-bottom:18px;
display:inline-block;
transition:.3s;
}

.service-icon:hover i{
color:#5ecbff;
transform:scale(1.1);
}

.service-card h4{
font-size:20px;
margin-bottom:12px;
}

.service-card p{
color:#9ca3af;
font-size:15px;
line-height:1.6;
}


/* RESPONSIVE */

@media (max-width:991px){

.section-title{
font-size:32px;
}

.services-section{
padding:80px 0;
}

}

@media (max-width:576px){

.section-title{
font-size:26px;
}

.service-card{
padding:25px;
}

}


/* RESULTS SECTION */

.results-section{
padding:120px 0;
background:#020617;
}

.results-header{
max-width:700px;
margin:auto;
margin-bottom:70px;
}


/* RESULT CARDS */
.results-section{
    background-color: #0f172a80;
}

.result-card{
background:#0b1220;
padding:40px;
border-radius:16px;
border:1px solid rgba(255,255,255,0.05);
transition:all .3s ease;
height:100%;
}

.result-card:hover{
transform:translateY(-6px);
border-color:#5ecbff;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.result-number{
font-size:42px;
font-weight:800;
margin-bottom:10px;

background:linear-gradient(90deg,#7c7cff,#5ecbff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.result-card h5{
font-size:20px;
margin-bottom:8px;
}

.result-card p{
color:#9ca3af;
font-size:15px;
}


/* RESPONSIVE */

@media (max-width:991px){

.results-section{
padding:80px 0;
}

.result-number{
font-size:34px;
}

}

@media (max-width:576px){

.result-card{
padding:28px;
}

.section-title{
font-size:26px;
}

}

/* ADVANTAGE SECTION */

.advantage-section{
padding:120px 0;
background:#020617;
}

.advantage-header{
margin-bottom:70px;
}


/* CARDS */

.advantage-card{
background:#0b1220;
padding:35px;
border-radius:16px;
border:1px solid rgba(255,255,255,0.05);
height:100%;
transition:all .3s ease;
}

.advantage-card:hover{
transform:translateY(-6px);
border-color:#5ecbff;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.adv-icon{
font-size:24px;
margin-bottom:18px;
color:#5ecbff;
}

.adv-icon i{
font-size:24px;
color:#6c7cff;
margin-bottom:18px;
display:inline-block;
transition:.3s;
}

.adv-icon:hover i{
color:#5ecbff;
transform:translateY(-2px);
}

.advantage-card h5{
font-size:20px;
margin-bottom:10px;
}

.advantage-card p{
color:#9ca3af;
font-size:15px;
line-height:1.6;
}


/* RESPONSIVE */

@media (max-width:991px){

.advantage-section{
padding:80px 0;
}

}

@media (max-width:576px){

.advantage-card{
padding:25px;
}

.section-title{
font-size:26px;
}

}


/* INDUSTRIES SECTION */

.industries-section{
padding:120px 0;
background:#020617;
}

.industries-header{
max-width:750px;
margin:auto;
margin-bottom:70px;
}

.section-subtext{
color:#9ca3af;
margin-top:15px;
font-size:16px;
}

/* INDUSTRY CARDS */

.industries-section{
    background-color: #0f172a80;
}

.industry-card{

background:#0b1220;
border:1px solid rgba(255,255,255,0.06);
padding:22px;
border-radius:14px;
text-align:center;
font-weight:600;
color:#fff;

transition:all .3s ease;
}

.industry-card:hover{

transform:translateY(-5px);
border-color:#5ecbff;
box-shadow:0 8px 25px rgba(0,0,0,0.4);

}

/* RESPONSIVE */

@media(max-width:991px){

.industries-section{
padding:80px 0;
}

}

@media(max-width:576px){

.industry-card{
padding:18px;
font-size:14px;
}

}


/* PROCESS SECTION */

.process-section{

padding:120px 0;
background:#020617;

}

.process-header{
margin-bottom:70px;
}


/* PROCESS CARD */

.process-card{

position:relative;
/* padding-top:60px; */

}

.step-number{

font-size:50px;
font-weight:700;
color:#222b66;
opacity:0.5;

}

.process-card h5{

font-size:22px;
margin-bottom:10px;

}

.process-card p{

color:#9ca3af;
font-size:15px;
line-height:1.6;

}


/* RESPONSIVE */

@media(max-width:991px){

.process-section{
padding:80px 0;
}

.step-number{
font-size:60px;
}

}

@media(max-width:576px){

.process-card{
padding-top:50px;
}

.step-number{
font-size:50px;
}

}



.growth-calculator{
background: #0f172a80;
padding:120px 0;
color:#fff;
}

.calculator-box{
background:#0b1220;
padding:40px;
border-radius:16px;
max-width:900px;
margin:auto;
border:1px solid rgba(255,255,255,0.05);
}

input[type=range]{
width:100%;
margin:10px 0 30px 0;
}

.result-card{
background:linear-gradient(135deg,#3b2a6f,#5f47d1);
padding:30px;
border-radius:12px;
}

.result-card h3{
font-size:32px;
margin-top:10px;
}



/* DASHBOARD SECTION */

.dashboard-section{
padding:120px 0;
background:#020617;
}

.dashboard-header{
max-width:750px;
margin:auto;
margin-bottom:70px;
}

.section-label{
color:#5ecbff;
letter-spacing:2px;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

.section-title{
font-size:40px;
font-weight:700;
color:#fff;
}

.section-subtext{
color:#9ca3af;
margin-top:15px;
font-size:16px;
}


/* DASHBOARD CARDS */

.dashboard-card{

background:#0b1220;
border:1px solid rgba(255,255,255,0.06);
padding:30px;
border-radius:16px;

transition:all .3s ease;

}

.dashboard-card:hover{

transform:translateY(-6px);
border-color:#5ecbff;
box-shadow:0 10px 35px rgba(0,0,0,0.4);

}

.metric-label{
color:#94a3b8;
font-size:14px;
margin-bottom:10px;
}

.dashboard-card h3{

font-size:36px;
font-weight:700;
color:#fff;

}

.metric-growth{

color:#22c55e;
font-size:14px;
font-weight:500;

}


/* BUTTON */

.dashboard-btn{
margin-top:50px;
}

.proposal-btn{

display:inline-block;
padding:12px 28px;
border:1px solid rgba(255,255,255,0.2);
border-radius:30px;
color:#fff;
text-decoration:none;
font-weight:500;

transition:all .3s ease;

}

.proposal-btn:hover{

background:#5ecbff;
border-color:#5ecbff;
color:#000;

}


/* RESPONSIVE */

@media(max-width:991px){

.dashboard-section{
padding:80px 0;
}

.section-title{
font-size:32px;
}

}

@media(max-width:576px){

.dashboard-card{
padding:24px;
}

.dashboard-card h3{
font-size:28px;
}

}


/* TESTIMONIAL SECTION */

.testimonial-section{
padding:120px 0;
background:#020617;
}

.testimonial-header{
margin-bottom:70px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}


/* TESTIMONIAL CARD */
.testimonial-section{
background-color: #0f172a80;
}

.testimonial-card{
height: 280px;
background:#0b1220;
border:1px solid rgba(255,255,255,0.06);
padding:35px;
border-radius:16px;

transition:all .3s ease;

}

.testimonial-card:hover{

transform:translateY(-6px);
border-color:#5ecbff;
box-shadow:0 10px 35px rgba(0,0,0,0.45);

}


/* TEXT */

.testimonial-text{

color:#cbd5f5;
font-size:16px;
line-height:1.7;
margin-bottom:30px;
font-style:italic;

}


/* CLIENT INFO */

.client-name{

color:#ffffff;
font-size:16px;
font-weight:600;
margin-bottom:2px;

}

.client-company{

color:#94a3b8;
font-size:14px;

}


/* RESPONSIVE */

@media(max-width:991px){

.testimonial-section{
padding:80px 0;
}

}

@media(max-width:576px){

.testimonial-card{
padding:28px;
}

}

/* FAQ SECTION */

.faq-section{
padding:120px 0;
background:#020617;
}

.faq-header{
margin-bottom:70px;
}


/* FAQ WRAPPER */

.faq-wrapper{
max-width:700px;
margin:auto;
}


/* ACCORDION STYLE */

.accordion-item{
background:#0b1220;
border:1px solid rgba(255,255,255,0.08);
border-radius:12px;
margin-bottom:15px;
overflow:hidden;
}

.accordion-button{
background:#0b1220;
color:#fff;
font-weight:500;
padding:20px;
box-shadow:none;
}

.accordion-button:not(.collapsed){
background:#0b1220;
color:#fff;
box-shadow:none;
}

.accordion-button::after{
filter:invert(1);
}

.accordion-body{
background:#0b1220;
color:#9ca3af;
padding:20px;
line-height:1.6;
}


/* RESPONSIVE */

@media(max-width:991px){

.faq-section{
padding:80px 0;
}

}


/* AUDIT SECTION */

.audit-section{
padding:120px 0;
background:linear-gradient(180deg, #0C0F2C,#130B2D);
text-align:center;
}

.audit-header{
max-width:750px;
margin:auto;
margin-bottom:60px;
}

.section-title{
font-size:42px;
font-weight:700;
color:#fff;
}

.section-title span{
background:linear-gradient(90deg,#5ecbff,#7c7cff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.section-subtext{
color:#9ca3af;
margin-top:15px;
font-size:16px;
}


/* BOX */

.audit-box{
background:#0b1220;
border:1px solid rgba(255,255,255,0.08);
border-radius:18px;
padding:40px;
max-width:900px;
margin:auto;
text-align:left;
}


/* LEFT SIDE */

.audit-heading{
color:#fff;
margin-bottom:20px;
font-size:20px;
}

.audit-list{
list-style:none;
padding:0;
}

.audit-list li{
color:#cbd5f5;
margin-bottom:12px;
position:relative;
padding-left:28px;
}

.audit-list li::before{
content:"✔";
position:absolute;
left:0;
color:#5ecbff;
}


/* FORM */

.audit-form input{

width:100%;
margin-bottom:15px;
padding:12px 15px;
border-radius:8px;
border:1px solid rgba(255,255,255,0.1);
background:#020617;
color:#fff;
outline:none;

}

.audit-form input::placeholder{
color:#94a3b8;
}

.audit-form button{

width:100%;
padding:14px;
border:none;
border-radius:30px;
background:linear-gradient(90deg,#5ecbff,#7c7cff);
color:#fff;
font-weight:600;
margin-top:10px;
transition:.3s;

}

.audit-form button:hover{
opacity:0.9;
}


/* RESPONSIVE */

@media(max-width:991px){

.audit-section{
padding:80px 0;
}

.audit-box{
padding:30px;
}

}

@media(max-width:576px){

.section-title{
font-size:30px;
}

}



/* CTA SECTION */

.cta-section{
padding:120px 0;
background:linear-gradient(180deg,#020617,#050a1f);
text-align:center;
}


/* TITLE */

.cta-title{
font-size:48px;
font-weight:700;
color:#e5e7eb;
margin-bottom:20px;
}

.cta-title span{
background:linear-gradient(90deg,#7c7cff,#5ecbff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}


/* SUBTEXT */

.cta-subtext{
color:#9ca3af;
font-size:18px;
max-width:700px;
margin:auto;
margin-bottom:40px;
line-height:1.6;
}


/* BUTTONS */

.cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/* PRIMARY BUTTON */

.btn-primary{
padding:14px 30px;
border-radius:30px;
background:linear-gradient(90deg,#7c7cff,#5ecbff);
color:#fff;
text-decoration:none;
font-weight:600;
transition:all .3s ease;
}

.btn-primary:hover{
transform:translateY(-2px);
box-shadow:0 8px 25px rgba(92,203,255,0.4);
}


/* OUTLINE BUTTON */

.btn-outline{
padding:14px 30px;
border-radius:30px;
border:1px solid rgba(255,255,255,0.2);
color:#fff;
text-decoration:none;
font-weight:500;
transition:all .3s ease;
}

.btn-outline:hover{
background:#fff;
color:#000;
}


/* RESPONSIVE */

@media(max-width:991px){

.cta-section{
padding:80px 0;
}

.cta-title{
font-size:36px;
}

}

@media(max-width:576px){

.cta-title{
font-size:28px;
}

.cta-subtext{
font-size:15px;
}

}


/* CONTACT SECTION */

.contact-section{
padding:120px 0;
background:#020617;
}

.contact-header{
/* margin-bottom:60px; */
}


/* BOX */

.contact-box{
max-width:900px;
margin:auto;
background:#0b1220;
border:1px solid rgba(255,255,255,0.08);
border-radius:18px;
padding:40px;
}


/* FORM */

.contact-form input,
.contact-form textarea{

width:100%;
margin-bottom:15px;
padding:14px 16px;
border-radius:10px;
border:1px solid rgba(255,255,255,0.1);
background:#020617;
color:#fff;
outline:none;
font-size:14px;

}

.contact-form textarea{
resize:none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
color:#94a3b8;
}


/* BUTTON */

.contact-form button{

width:100%;
padding:15px;
border:none;
border-radius:30px;
background:linear-gradient(90deg,#7c7cff,#5ecbff);
color:#fff;
font-weight:600;
margin-top:10px;
transition:all .3s ease;

}

.contact-form button:hover{
box-shadow:0 8px 25px rgba(92,203,255,0.4);
}


/* RESPONSIVE */

@media(max-width:991px){

.contact-section{
padding:80px 0;
}

.contact-box{
padding:30px;
}

}

@media(max-width:576px){

.section-title{
font-size:28px;
}

}



/* FOOTER */

.footer-section{
background:#020617;
padding:80px 0 30px;
border-top:1px solid rgba(255,255,255,0.08);
}


/* TOP */

.footer-logo{
color:#7c7cff;
font-weight:700;
margin-bottom:15px;
}

.footer-text{
color:#9ca3af;
font-size:14px;
line-height:1.6;
}

.footer-title{
color:#fff;
font-size:16px;
margin-bottom:15px;
}


/* LINKS */

.footer-links,
.footer-contact{
list-style:none;
padding:0;
}

.footer-links li,
.footer-contact li{
margin-bottom:10px;
}

.footer-links a{
color:#9ca3af;
text-decoration:none;
font-size:14px;
transition:.3s;
}

.footer-links a:hover{
color:#5ecbff;
}


/* CONTACT */

.footer-contact li{
color:#9ca3af;
font-size:14px;
}


/* BOTTOM */

.footer-bottom{
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,0.08);
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:15px;
}

.footer-bottom p{
color:#9ca3af;
font-size:14px;
margin:0;
}


/* SOCIAL */

.footer-social a{
color:#9ca3af;
margin-left:12px;
font-size:18px;
text-decoration:none;
transition:.3s;
}

.footer-social a:hover{
color:#5ecbff;
}


/* RESPONSIVE */

@media(max-width:768px){

.footer-bottom{
flex-direction:column;
text-align:center;
}

.footer-social a{
margin:0 8px;
}

}

/* CONTACT ICONS */

.footer-contact i{
margin-right:10px;
color:#5ecbff;
}

/* SOCIAL ICONS */

.footer-social a{
color:#9ca3af;
margin-left:12px;
font-size:16px;
width:35px;
height:35px;
display:inline-flex;
align-items:center;
justify-content:center;
border-radius:50%;
border:1px solid rgba(255,255,255,0.1);
transition:.3s;
}

.footer-social a:hover{
background:#5ecbff;
color:#000;
border-color:#5ecbff;
}

.audit-form p {
margin-bottom:0px;
}

.audit-form input,
.audit-form textarea {
width:100%;
padding:8px;
background: #0b1220;
border:1px solid rgba(255,255,255,0.1);
border-radius:6px;
color:#fff;
font-size: 12px;
}

.audit-form input::placeholder{
color:#9aa6c1;
}

.audit-form input[type="submit"]{
background:linear-gradient(90deg,#6b7cff,#8f6bff);
border:none;
border-radius:30px;
color:#fff;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.audit-form input[type="submit"]:hover{
opacity:.9;
}

.audit-form textarea{
    height: 90px;
    margin-bottom: 10px;
}


