.elementor-265 .elementor-element.elementor-element-306a852{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-265 .elementor-element.elementor-element-306a852.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-265 .elementor-element.elementor-element-c486439{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-265 .elementor-element.elementor-element-3c09356{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-265 .elementor-element.elementor-element-b8372d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-265:not(.elementor-motion-effects-element-type-background), body.elementor-page-265 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-265 .elementor-element.elementor-element-306a852{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-265 .elementor-element.elementor-element-306a852{--width:1000px;}}/* Start custom CSS *//* =========================================================
   HERO SECTION
========================================================= */

.alvo-hero{
position:relative;
overflow:hidden;
min-height:85vh;
display:flex;
align-items:center;
justify-content:center;
padding:120px 30px;

background:linear-gradient(
180deg,
#1d124f 0%,
#0e0a3f 45%,
#0b0831 100%
);
}

/* =========================================================
   DARK SECTION LOGO BACKGROUND
========================================================= */

.has-logo-bg{
position:relative;
overflow:hidden;
isolation:isolate;
}

.has-logo-bg::before{
content:'';
position:absolute;
inset:0;

background-image:url('https://www.alvodigital.co.uk/wp-content/uploads/2026/05/alvo-orange-logo-big-.png');
background-repeat:no-repeat;
background-position:center;
background-size:900px;

opacity:0.30;

pointer-events:none;
z-index:0;
}

/* KEEP CONTENT ABOVE LOGO */

.has-logo-bg .container,
.has-logo-bg .alvo-content{
position:relative;
z-index:2;
}

/* HERO ORANGE GLOW */

.alvo-hero::after{
content:'';
position:absolute;

width:420px;
height:420px;

background:#fc8403;

opacity:0.12;
filter:blur(100px);

bottom:-150px;
left:-100px;

border-radius:50%;

z-index:1;
}

/* =========================================================
   HERO CONTENT
========================================================= */

.alvo-content{
position:relative;
z-index:2;
max-width:950px;
text-align:center;
}

.alvo-content h1{
color:#ffffff;
font-size:clamp(3.8rem,8vw,6.2rem);
line-height:0.98;
font-weight:800;
margin-bottom:34px;
letter-spacing:-3px;
max-width:1050px;
margin-inline:auto;
}

.alvo-content p{
color:rgba(255,255,255,.84);
font-size:1.18rem;
line-height:1.9;
max-width:860px;
margin:0 auto 22px;
font-weight:400;
}

.alvo-buttons{
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

/* =========================================================
   BUTTONS
========================================================= */

.btn-primary,
.primary-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:18px 34px;
background:#fc8403;
color:#fff;
font-weight:700;
border-radius:18px;
text-decoration:none;
transition:.3s ease;
box-shadow:0 14px 40px rgba(252,132,3,.25);
}

.btn-primary:hover,
.primary-btn:hover{
transform:translateY(-3px);
background:#ff9320;
}

.btn-secondary{
display:inline-flex;
align-items:center;
justify-content:center;
padding:18px 34px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.14);
color:#fff;
font-weight:600;
border-radius:18px;
text-decoration:none;
backdrop-filter:blur(12px);
transition:.3s ease;
}

.btn-secondary:hover{
background:rgba(255,255,255,0.12);
transform:translateY(-3px);
}
/* =========================================================
   SERVICES SECTION
========================================================= */

.alvo-services{
background:#ffffff;
padding:120px 30px;
position:relative;
z-index:2;
}

.alvo-services-inner{
max-width:1200px;
margin:auto;
}

.alvo-services .mini-title{
display:block;
margin-bottom:18px;
color:#fc8403;
font-weight:700;
letter-spacing:2px;
font-size:14px;
text-transform:uppercase;
}

.alvo-services h2{
font-size:clamp(3rem,5vw,4.8rem);
line-height:0.98;
color:#120046;
margin-bottom:28px;
font-weight:800;
letter-spacing:-2px;
max-width:900px;
}

.services-intro{
max-width:850px;
margin-bottom:80px;
font-size:1.15rem;
line-height:1.9;
color:#5f6783;
}

.services-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.service-card{
background:#fff;
padding:50px;
border-radius:28px;
border:1px solid rgba(18,0,70,.06);

box-shadow:
0 15px 40px rgba(18,0,70,.05);

transition:.35s ease;
position:relative;
overflow:hidden;
}

.service-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:#fc8403;
}
.service-link{
display:inline-flex;
align-items:center;
justify-content:center;

margin-top:30px;

padding:14px 22px;

background:#120046;
color:#ffffff;

border-radius:14px;

font-size:15px;
font-weight:700;
letter-spacing:0.3px;

text-decoration:none;

transition:.3s ease;
}

.service-link:hover{
background:#fc8403;
transform:translateY(-3px);
box-shadow:0 12px 30px rgba(252,132,3,.22);
}

.service-card:hover{
transform:translateY(-8px);

box-shadow:
0 25px 60px rgba(18,0,70,.08);
}

.service-icon{
display:inline-flex;
align-items:center;
justify-content:center;

padding:10px 18px;

background:#fff3e8;
color:#fc8403;

border-radius:100px;

font-size:13px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;

margin-bottom:28px;
}

.service-card h3{
font-size:clamp(2rem,3vw,2.7rem);
line-height:1.02;
font-weight:800;
letter-spacing:-1.5px;
color:#120046;
margin-bottom:22px;
}

.service-card p{
font-size:1.05rem;
line-height:1.9;
color:#5f6783;
margin:0;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

.alvo-services{
padding:90px 20px;
}

.alvo-services h2{
font-size:42px;
line-height:1.05;
}

.services-intro{
font-size:18px;
margin-bottom:50px;
}

.services-grid{
grid-template-columns:1fr;
gap:22px;
}

.service-card{
padding:35px;
border-radius:24px;
}

.service-card h3{
font-size:34px;
}

}

/* =========================================================
   GLOBAL SECTIONS
========================================================= */

section{
padding:90px 20px;
position:relative;
}

.container{
max-width:1200px;
margin:auto;
}

.section-heading{
text-align:center;
margin-bottom:60px;
}

.section-heading h2{
font-size:clamp(2.8rem,5vw,4.2rem);
line-height:1.05;
color:#120046;
margin-bottom:24px;
font-weight:800;
letter-spacing:-2px;
}

.section-heading p{
max-width:760px;
margin:auto;
font-size:1.08rem;
line-height:1.9;
color:#5f6783;
font-weight:400;
}

.mini-title{
display:inline-block;
margin-bottom:15px;
color:#fc8403;
font-weight:700;
letter-spacing:1px;
font-size:14px;
}

/* =========================================================
   CTA STRIP
========================================================= */

.cta-strip{
background:#0e0a3f;
text-align:center;
}

.cta-strip h2{
color:#fff;
font-size:42px;
margin-bottom:15px;
}

.cta-strip p{
color:#d7d7e7;
font-size:18px;
margin-bottom:30px;
}

/* =========================================================
   PROCESS SECTION
========================================================= */

.process-section{
background:#f7f7fb;
}

.process-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.process-card{
background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.3s ease;
}

.process-card:hover{
transform:translateY(-5px);
}

.step-number{
font-size:60px;
font-weight:700;
color:#fc8403;
opacity:0.15;
margin-bottom:15px;
}

.process-card h3{
font-size:1.6rem;
margin-bottom:18px;
color:#120046;
font-weight:700;
line-height:1.2;
}

.process-card p{
color:#555;
line-height:1.8;
}

/* =========================================================
   CONSULTATION SECTION
========================================================= */

.consultation-section{
background:#fff;
}

.consultation-flex{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.consultation-left h2{
font-size:48px;
line-height:1.2;
margin-bottom:25px;
color:#0e0a3f;
}

.consultation-left p{
font-size:18px;
line-height:1.8;
margin-bottom:20px;
color:#555;
}

.consult-box{
background:linear-gradient(135deg,#0e0a3f 0%, #1d1468 100%);
padding:45px;
border-radius:25px;
}

.consult-box h3{
color:#fff;
font-size:30px;
margin-bottom:25px;
}

.consult-box ul{
padding-left:20px;
}

.consult-box li{
color:#fff;
margin-bottom:18px;
line-height:1.6;
}

/* =========================================================
   SCALING SECTION
========================================================= */

.scaling-section{
background:#f7f7fb;
}

.scaling-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.scale-item{
background:#fff;
padding:35px;
border-radius:20px;
border-top:5px solid #fc8403;
}

.scale-item h3{
font-size:1.6rem;
margin-bottom:18px;
color:#120046;
font-weight:700;
line-height:1.2;
}

/* =========================================================
   FINAL CTA
========================================================= */

.final-cta{
background:linear-gradient(135deg,#0e0a3f 0%, #15105c 100%);
text-align:center;
overflow:hidden;
}

.final-cta h2{
font-size:clamp(3rem,6vw,5rem);
line-height:0.98;
max-width:950px;
margin:0 auto 28px;
color:#fff;
font-weight:800;
letter-spacing:-3px;
}

.final-cta p{
font-size:20px;
color:#d7d7e7;
margin-bottom:35px;
}

/* =========================================================
   FAQ SECTION
========================================================= */

.faq-section{
background:#fff;
}

.faq-wrapper{
max-width:900px;
margin:auto;
}

.faq-item{
border:1px solid #e5e5e5;
border-radius:18px;
margin-bottom:20px;
overflow:hidden;
background:#fff;
transition:0.3s;
}

.faq-item.active{
border-color:#fc8403;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.faq-question{
width:100%;
background:none;
border:none;
padding:28px;
text-align:left;
font-size:22px;
font-weight:600;
color:#0e0a3f;
cursor:pointer;
position:relative;
}

.faq-question::after{
content:'+';
position:absolute;
right:28px;
top:50%;
transform:translateY(-50%);
font-size:28px;
color:#fc8403;
}

.faq-item.active .faq-question::after{
content:'−';
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.4s ease;
}

.faq-item.active .faq-answer{
max-height:300px;
}

.faq-answer p{
padding:0 28px 28px;
font-size:17px;
line-height:1.8;
color:#555;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

.alvo-hero{
min-height:auto;
padding:100px 20px 80px;
}

.has-logo-bg::before{
background-size:500px;
opacity:0.025;
}

.alvo-content h1{
font-size:44px;
line-height:1.1;
letter-spacing:-1px;
}

.alvo-content p{
font-size:18px;
line-height:1.6;
}

.alvo-buttons{
flex-direction:column;
align-items:center;
}

.btn-primary,
.btn-secondary,
.primary-btn{
width:100%;
max-width:320px;
text-align:center;
}

.section-heading h2,
.consultation-left h2,
.final-cta h2{
font-size:34px;
}

.process-grid,
.consultation-flex,
.scaling-grid{
grid-template-columns:1fr;
}

section{
padding:70px 20px;
}

.process-card,
.scale-item,
.consult-box{
padding:28px;
}

.faq-question{
font-size:18px;
padding:22px;
padding-right:55px;
}

.faq-answer p{
font-size:16px;
padding:0 22px 22px;
}

}
/* FAQ MOBILE FIX */

@media(max-width:768px){

.faq-question{
font-size:1rem;
line-height:1.5;
padding:24px 22px;
padding-right:60px;
word-break:break-word;
white-space:normal;
}

.faq-answer p{
padding:0 22px 28px;
font-size:0.98rem;
line-height:1.8;
}

}
/* =========================================================
HOMEPAGE FINAL CTA MAX MOBILE SPACING
========================================================= */

@media(max-width:768px){

.services-final-cta h2,
.final-cta-section h2{
font-size:clamp(1.8rem,8vw,2.4rem);

line-height:1.34;
letter-spacing:0;

max-width:300px;

margin:0 auto 48px;

padding:0 14px;

text-align:center;

word-break:normal;
overflow-wrap:normal;
hyphens:none;
}

.services-final-cta p,
.final-cta-section p{
font-size:1rem;
line-height:2.1;

max-width:280px;

margin:0 auto 52px;

padding:0 8px;

text-align:center;
}

.services-final-cta .hero-buttons,
.final-cta-section .hero-buttons{
gap:20px;
}

}/* End custom CSS */