/*====================================
R&N POWERWASHING
STYLE SHEET
====================================*/

/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*====================================
ROOT
====================================*/

:root{

--primary:#0A4A7A;
--secondary:#1598E5;
--accent:#52C7FF;

--dark:#081B2C;
--light:#F7FBFD;
--white:#FFFFFF;

--text:#3D4A57;

--shadow:0 18px 45px rgba(0,0,0,.12);

--radius:22px;

}

/*====================================
RESET
====================================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;

background:var(--light);

color:var(--text);

overflow-x:hidden;

line-height:1.7;

}

/*====================================
CONTAINER
====================================*/

.container{

width:min(92%,1300px);

margin:auto;

}

/*====================================
HEADINGS
====================================*/

h1,h2,h3,h4{

color:var(--dark);

line-height:1.2;

}

h1{

font-size:clamp(3rem,7vw,5.5rem);

}

h2{

font-size:clamp(2rem,5vw,3.4rem);

margin-bottom:20px;

}

p{

font-size:1.05rem;

}

/*====================================
NAVBAR
====================================*/

.navbar{

position:fixed;

top:0;

left:0;

width:100%;

padding:20px 0;

z-index:999;

transition:.35s;

background:rgba(8,27,44,.35);

backdrop-filter:blur(18px);

}

.nav-container{

display:flex;

justify-content:space-between;

align-items:center;

}

.logo{

display:flex;

align-items:center;

gap:8px;

text-decoration:none;

}

.logo-rn{

font-size:2rem;

font-weight:800;

color:white;

}

.logo-text{

letter-spacing:2px;

font-size:.9rem;

font-weight:600;

color:white;

}

.nav-links{

display:flex;

list-style:none;

gap:40px;

}

.nav-links a{

text-decoration:none;

color:white;

font-weight:500;

transition:.3s;

}

.nav-links a:hover{

color:var(--accent);

}

/*====================================
BUTTONS
====================================*/

.quote-btn,

.primary-btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:16px 34px;

background:linear-gradient(135deg,#1598E5,#4CCEFF);

border-radius:999px;

text-decoration:none;

color:white;

font-weight:700;

box-shadow:var(--shadow);

transition:.35s;

}

.quote-btn:hover,

.primary-btn:hover{

transform:translateY(-4px);

}

.secondary-btn{

padding:16px 34px;

border-radius:999px;

border:2px solid rgba(255,255,255,.4);

color:white;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.secondary-btn:hover{

background:white;

color:var(--primary);

}

/*====================================
HERO
====================================*/

.hero{

position:relative;

height:100vh;

display:flex;

align-items:center;

overflow:hidden;

background:

linear-gradient(rgba(7,20,35,.45),rgba(7,20,35,.55)),

url("images/hero.jpg");

background-size:cover;

background-position:center;

}

.hero-container{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:70px;

align-items:center;

height:100%;

}

.hero-card{

background:rgba(255,255,255,.12);

backdrop-filter:blur(18px);

padding:55px;

border-radius:30px;

border:1px solid rgba(255,255,255,.18);

box-shadow:var(--shadow);

z-index:10;

}

.badge{

display:inline-block;

padding:8px 18px;

border-radius:999px;

background:rgba(82,199,255,.18);

color:white;

font-size:.9rem;

margin-bottom:22px;

}

.hero-card h1{

color:white;

margin-bottom:25px;

}

.hero-card span{

color:#72D6FF;

}

.hero-card p{

color:white;

margin-bottom:35px;

max-width:620px;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:45px;

flex-wrap:wrap;

}

/*====================================
FEATURE BOXES
====================================*/

.hero-features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:18px;

}

.feature{

background:rgba(255,255,255,.08);

padding:20px;

border-radius:18px;

display:flex;

gap:15px;

align-items:center;

}

.feature-icon{

font-size:1.8rem;

}

/*====================================
HERO IMAGE
====================================*/

.image-frame{

position:relative;

}

.image-frame img{

width:100%;

border-radius:28px;

box-shadow:var(--shadow);

}

.floating-card{

position:absolute;

bottom:35px;

left:-35px;

background:white;

padding:22px 28px;

border-radius:22px;

box-shadow:var(--shadow);

}

.floating-card .number{

font-size:2rem;

font-weight:800;

color:var(--primary);

}

.floating-card .text{

font-weight:600;

}

/*====================================
TRUST BAR
====================================*/

.trust-bar{

background:white;

padding:45px 0;

box-shadow:0 -8px 25px rgba(0,0,0,.04);

}

.trust-container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

text-align:center;

}

.trust-item h3{

color:var(--primary);

margin-bottom:10px;

}

/*====================================
ANIMATED WATER
====================================*/

.water{

position:absolute;

left:0;

bottom:0;

width:100%;

height:220px;

overflow:hidden;

pointer-events:none;

z-index:2;

}

.wave{

position:absolute;

bottom:-65px;

left:-25%;

width:150%;

height:260px;

border-radius:42%;

opacity:.85;

}

/* Main Wave */

.wave1{

background:
radial-gradient(circle at 50% 40%, rgba(255,255,255,.20) 0%, transparent 60%),
linear-gradient(
180deg,
rgba(76,206,255,.85),
rgba(16,126,197,.95)
);

animation:waveMove1 16s ease-in-out infinite;

}

/* Second Wave */

.wave2{

background:
linear-gradient(
180deg,
rgba(108,222,255,.60),
rgba(0,108,184,.90)
);

opacity:.55;

bottom:-90px;

animation:waveMove2 24s linear infinite;

}

/* Third Wave */

.wave3{

background:
linear-gradient(
180deg,
rgba(155,234,255,.40),
rgba(0,87,160,.85)
);

opacity:.35;

bottom:-120px;

animation:waveMove3 36s linear infinite;

}

@keyframes waveMove1{

0%{

transform:
translateX(0)
rotate(0deg);

}

50%{

transform:
translateX(-8%)
rotate(1.4deg);

}

100%{

transform:
translateX(-16%)
rotate(0deg);

}

}

@keyframes waveMove2{

0%{

transform:
translateX(-15%);

}

100%{

transform:
translateX(0);

}

}

@keyframes waveMove3{

0%{

transform:
translateX(0);

}

100%{

transform:
translateX(-25%);

}

}

/*====================================
SUN REFLECTION
====================================*/

.water::before{

content:"";

position:absolute;

left:-20%;

top:25px;

width:150%;

height:60px;

background:

linear-gradient(

90deg,

transparent,

rgba(255,255,255,.35),

transparent

);

filter:blur(22px);

animation:sunReflection 9s ease-in-out infinite;

}

@keyframes sunReflection{

0%{

transform:translateX(-15%);

opacity:.25;

}

50%{

transform:translateX(12%);

opacity:.75;

}

100%{

transform:translateX(-15%);

opacity:.25;

}

}

/*====================================
WATER SHIMMER
====================================*/

.water-shimmer{

position:absolute;

inset:0;

background:

linear-gradient(

120deg,

transparent 15%,

rgba(255,255,255,.15) 50%,

transparent 85%

);

mix-blend-mode:screen;

animation:shimmer 8s linear infinite;

pointer-events:none;

}

@keyframes shimmer{

0%{

transform:translateX(-100%);

}

100%{

transform:translateX(100%);

}

}

/*====================================
BUBBLES
====================================*/

.bubble{

position:absolute;

bottom:-120px;

background:rgba(255,255,255,.35);

border-radius:50%;

backdrop-filter:blur(4px);

animation:rise linear infinite;

}

.bubble1{left:6%;width:12px;height:12px;animation-duration:8s;}
.bubble2{left:18%;width:24px;height:24px;animation-duration:11s;}
.bubble3{left:32%;width:16px;height:16px;animation-duration:7s;}
.bubble4{left:50%;width:26px;height:26px;animation-duration:12s;}
.bubble5{left:67%;width:18px;height:18px;animation-duration:9s;}
.bubble6{left:82%;width:30px;height:30px;animation-duration:13s;}
.bubble7{left:94%;width:15px;height:15px;animation-duration:8s;}

@keyframes rise{

0%{

transform:
translateY(0)
scale(.5);

opacity:0;

}

20%{

opacity:.55;

}

100%{

transform:
translateY(-115vh)
scale(1.4);

opacity:0;

}

}

/*====================================
SECTION HEADINGS
====================================*/

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.section-tag{
    display:inline-block;
    padding:10px 20px;
    background:#E9F7FF;
    color:var(--secondary);
    border-radius:999px;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.section-heading h2 span{
    color:var(--secondary);
}

.section-heading p{
    max-width:760px;
    margin:25px auto 0;
}

/*====================================
SERVICES
====================================*/

.services{
    padding:120px 0;
    background:#fff;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr));
    gap:40px;
}

.service-card{

    background:white;

    border-radius:28px;

    overflow:hidden;

    box-shadow:var(--shadow);

    transition:.45s;

}

.service-card:hover{

    transform:
    translateY(-14px);

}

.service-image{

    overflow:hidden;

}

.service-image img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:1s;

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-content{

    padding:35px;

}

.service-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#EAF8FF;

    font-size:2rem;

    margin-bottom:25px;

}

.service-content h3{

    margin-bottom:18px;

    font-size:2rem;

}

.service-content ul{

    margin:25px 0;

    padding-left:20px;

}

.service-content li{

    margin-bottom:12px;

}

.service-content a{

    text-decoration:none;

    color:var(--secondary);

    font-weight:700;

}

/*====================================
WHY US
====================================*/

.why-us{

padding:120px 0;

background:

linear-gradient(
180deg,
#F6FBFF,
#EDF8FF
);

}

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

}

.why-card{

background:white;

padding:40px;

border-radius:24px;

box-shadow:var(--shadow);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-number{

font-size:3rem;

font-weight:800;

color:#CDEEFF;

margin-bottom:20px;

}

.why-card h3{

margin-bottom:18px;

}

/*====================================
STATS
====================================*/

.stats{

background:var(--primary);

padding:90px 0;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

text-align:center;

}

.stat h2{

color:white;

font-size:3rem;

}

.stat p{

color:#B8DFFF;

font-weight:500;

}

/*====================================
ABOUT
====================================*/

.about{
    padding:120px 0;
    background:#ffffff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:30px;
    box-shadow:var(--shadow);
    transition:.5s;
}

.about-image img:hover{
    transform:scale(1.02);
}

.about-content p{
    margin:25px 0;
}

.about-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.highlight{
    background:#F5FBFF;
    padding:18px 22px;
    border-radius:16px;
    font-weight:600;
}

/*====================================
BEFORE & AFTER
====================================*/

.before-after{
    padding:120px 0;
    background:linear-gradient(180deg,#F6FBFF,#EAF7FF);
}

.comparison-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.comparison-card{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    box-shadow:var(--shadow);
}

.comparison-card img{
    width:100%;
    height:500px;
    object-fit:cover;
    transition:.8s;
}

.comparison-card:hover img{
    transform:scale(1.05);
}

.label{
    position:absolute;
    top:20px;
    left:20px;
    padding:10px 18px;
    border-radius:999px;
    color:#fff;
    font-weight:700;
}

.before{
    background:#D94A4A;
}

.after{
    background:#19B76A;
}

/*====================================
REVIEWS
====================================*/

.reviews{
    padding:120px 0;
    background:#fff;
}

.review-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

.review-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:var(--shadow);
    transition:.35s;
}

.review-card:hover{
    transform:translateY(-10px);
}

.stars{
    color:#FFC93C;
    font-size:1.4rem;
    margin-bottom:20px;
}

.review-card h4{
    margin-top:30px;
    color:var(--secondary);
}

/*====================================
CALL TO ACTION
====================================*/

.cta{
    padding:110px 0;
    text-align:center;
    color:#fff;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
}

.cta h2{
    color:#fff;
    margin-bottom:20px;
}

.cta p{
    color:#DCEFFF;
    max-width:700px;
    margin:0 auto 40px;
}

/*====================================
CONTACT
====================================*/

.contact{

padding:120px 0;

background:#F8FCFF;

}

.contact-grid{

display:grid;

grid-template-columns:420px 1fr;

gap:60px;

align-items:start;

}

.contact-info{

display:flex;

flex-direction:column;

gap:25px;

}

.info-card{

display:flex;

gap:20px;

align-items:center;

background:white;

padding:30px;

border-radius:22px;

box-shadow:var(--shadow);

}

.info-icon{

font-size:2rem;

}

.contact-form{

background:white;

padding:45px;

border-radius:28px;

box-shadow:var(--shadow);

display:grid;

gap:20px;

}

.contact-form input,

.contact-form textarea,

.contact-form select{

padding:18px;

border:1px solid #D9E7F1;

border-radius:14px;

font-family:inherit;

font-size:1rem;

width:100%;

}

.contact-form textarea{

resize:vertical;

min-height:170px;

}

/*====================================
FOOTER
====================================*/

.footer{

background:#081B2C;

color:white;

padding:80px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:50px;

}

.footer h2,

.footer h3{

color:white;

margin-bottom:20px;

}

.footer p{

color:#A8C3D8;

}

.footer ul{

list-style:none;

padding:0;

}

.footer li{

margin-bottom:12px;

}

.footer a{

text-decoration:none;

color:#A8C3D8;

transition:.3s;

}

.footer a:hover{

color:white;

}

.copyright{

margin-top:60px;

padding-top:25px;

border-top:1px solid rgba(255,255,255,.08);

text-align:center;

color:#8FB2CC;

}

/*====================================
JAVASCRIPT ANIMATIONS
====================================*/

.hidden{

opacity:0;

transform:translateY(60px);

transition:

opacity .9s ease,

transform .9s ease;

}

.show{

opacity:1;

transform:none;

}

.service-card{

transform-style:preserve-3d;

}

.primary-btn,

.quote-btn{

position:relative;

overflow:hidden;

}

.ripple{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.45);

transform:scale(0);

animation:ripple .7s linear;

pointer-events:none;

}

@keyframes ripple{

to{

transform:scale(4);

opacity:0;

}

}

/*==============================
PREMIUM HERO V2
==============================*/

.hero{

display:flex;

align-items:center;

justify-content:center;

text-align:left;

}

.hero-content{

position:relative;

z-index:20;

}

.glass-panel{

width:700px;

padding:65px;

border-radius:34px;

background:rgba(255,255,255,.10);

backdrop-filter:blur(25px);

border:1px solid rgba(255,255,255,.18);

box-shadow:

0 30px 80px rgba(0,0,0,.35);

animation:floatGlass 8s ease-in-out infinite;

}

.glass-panel h1{

font-size:4.6rem;

color:white;

margin:25px 0;

}

.glass-panel span{

color:#70D8FF;

}

.glass-panel p{

color:white;

font-size:1.2rem;

max-width:650px;

margin-bottom:40px;

}

.hero-stats{

display:flex;

gap:50px;

margin-top:45px;

}

.hero-stats h3{

color:white;

font-size:1.5rem;

margin-bottom:6px;

}

.hero-stats span{

color:#C7E9FF;

font-size:.95rem;

}

@keyframes floatGlass{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/*====================================
PREMIUM SERVICE CARDS
====================================*/

.service-card{

position:relative;

background:white;

overflow:hidden;

transition:.45s;

}

.service-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:6px;

background:

linear-gradient(
90deg,
#0A4A7A,
#1598E5,
#52C7FF
);

transform:scaleX(0);

transform-origin:left;

transition:.45s;

}

.service-card:hover::before{

transform:scaleX(1);

}

.service-card::after{

content:"";

position:absolute;

right:-80px;

top:-80px;

width:180px;

height:180px;

border-radius:50%;

background:

radial-gradient(

rgba(82,199,255,.18),

transparent 70%

);

transition:.45s;

}

.service-card:hover::after{

transform:scale(1.4);

}

.service-content{

position:relative;

z-index:5;

}

.service-icon{

transition:.4s;

}

.service-card:hover .service-icon{

transform:

rotate(10deg)

scale(1.15);

}

.service-card h3{

transition:.35s;

}

.service-card:hover h3{

color:var(--secondary);

}

.service-card li{

transition:.25s;

}

.service-card:hover li{

transform:translateX(6px);

}

/*====================================
CURVED SECTION DIVIDERS
====================================*/

.services{

position:relative;

overflow:hidden;

}

.services::before{

content:"";

position:absolute;

top:-120px;

left:0;

width:100%;

height:180px;

background:white;

border-radius:

0 0 50%

50%;

}

.why-us{

position:relative;

overflow:hidden;

}

.why-us::before{

content:"";

position:absolute;

top:-90px;

left:0;

width:100%;

height:160px;

background:#fff;

border-radius:

0 0 50%

50%;

opacity:.9;

}

.review-card,

.why-card,

.info-card{

animation:

floatCard 7s ease-in-out infinite;

}

.review-card:nth-child(2){

animation-delay:1s;

}

.review-card:nth-child(3){

animation-delay:2s;

}

@keyframes floatCard{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

/*====================================
INTERACTIVE BEFORE / AFTER
====================================*/

.comparison-slider{

position:relative;

width:100%;

max-width:1000px;

height:600px;

margin:0 auto;

overflow:hidden;

border-radius:30px;

box-shadow:0 30px 80px rgba(0,0,0,.18);

cursor:ew-resize;

}

.comparison-image{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

}

.comparison-image img{

width:100%;

height:100%;

object-fit:cover;

display:block;

}

.after-image{

width:50%;

overflow:hidden;

}

.slider-line{

position:absolute;

left:50%;

top:0;

width:4px;

height:100%;

background:white;

transform:translateX(-50%);

box-shadow:0 0 25px rgba(0,0,0,.35);

z-index:5;

}

.slider-handle{

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:74px;

height:74px;

border-radius:50%;

background:white;

display:flex;

align-items:center;

justify-content:center;

font-size:2rem;

font-weight:bold;

color:var(--primary);

box-shadow:0 12px 35px rgba(0,0,0,.25);

z-index:10;

user-select:none;

}

/*====================================
PREMIUM NAVIGATION
====================================*/

.nav-links a{

position:relative;

padding:8px 0;

}

.nav-links a::after{

content:"";

position:absolute;

left:50%;

bottom:-6px;

width:0;

height:3px;

border-radius:20px;

background:linear-gradient(
90deg,
#52C7FF,
#1598E5
);

transition:.35s;

transform:translateX(-50%);

}

.nav-links a:hover::after,

.nav-links a.active::after{

width:100%;

}

.nav-links a.active{

color:#52C7FF;

}

/*====================================
SECTION ACCENTS
====================================*/

.services,
.about,
.before-after,
.reviews,
.contact{

position:relative;

overflow:hidden;

}

.services::after,
.about::after,
.before-after::after,
.reviews::after,
.contact::after{

content:"";

position:absolute;

right:-180px;

top:80px;

width:420px;

height:420px;

border-radius:50%;

background:radial-gradient(

rgba(82,199,255,.08),

transparent 70%

);

pointer-events:none;

}

.primary-btn:hover{

transform:

translateY(-6px)

scale(1.03);

box-shadow:

0 20px 45px rgba(21,152,229,.35);

}

/*====================================
MOUSE LIGHT
====================================*/

.mouse-light{

position:fixed;

width:550px;

height:550px;

border-radius:50%;

pointer-events:none;

z-index:0;

background:

radial-gradient(

circle,

rgba(82,199,255,.12) 0%,

rgba(82,199,255,.06) 35%,

transparent 70%

);

transform:

translate(-50%,-50%);

transition:

width .35s ease,

height .35s ease;

filter:blur(20px);

}

body{

position:relative;

}

section{

position:relative;

z-index:2;

}

.navbar{

z-index:9999;

}

/*====================================
GLASS HOVER
====================================*/

.glass-panel{

transition:

transform .5s ease,

box-shadow .5s ease;

}

.glass-panel:hover{

transform:

translateY(-10px)

rotateX(2deg)

rotateY(-2deg);

box-shadow:

0 45px 90px rgba(0,0,0,.45);

}

/*====================================
HERO PARTICLES
====================================*/

.hero-particles{

position:absolute;

inset:0;

overflow:hidden;

pointer-events:none;

z-index:3;

}

.hero-particles span{

position:absolute;

display:block;

width:14px;

height:14px;

border-radius:50%;

background:rgba(255,255,255,.25);

backdrop-filter:blur(6px);

animation:particleFloat linear infinite;

}

.hero-particles span:nth-child(1){

left:10%;
animation-duration:18s;
animation-delay:0s;

}

.hero-particles span:nth-child(2){

left:28%;
animation-duration:22s;
animation-delay:3s;

}

.hero-particles span:nth-child(3){

left:44%;
animation-duration:16s;
animation-delay:6s;

}

.hero-particles span:nth-child(4){

left:63%;
animation-duration:20s;
animation-delay:1s;

}

.hero-particles span:nth-child(5){

left:79%;
animation-duration:17s;
animation-delay:5s;

}

.hero-particles span:nth-child(6){

left:92%;
animation-duration:23s;
animation-delay:8s;

}

@keyframes particleFloat{

0%{

transform:
translateY(110vh)
translateX(0)
scale(.4);

opacity:0;

}

15%{

opacity:.55;

}

50%{

transform:
translateY(45vh)
translateX(20px)
scale(1);

}

100%{

transform:
translateY(-20vh)
translateX(-30px)
scale(.6);

opacity:0;

}

}

/*====================================
FAQ
====================================*/

.faq{

padding:120px 0;

background:#fff;

}

.faq-container{

max-width:900px;

margin:60px auto 0;

display:flex;

flex-direction:column;

gap:18px;

}

.faq-item{

background:white;

border-radius:22px;

box-shadow:var(--shadow);

overflow:hidden;

transition:.35s;

border:1px solid rgba(10,74,122,.08);

}

.faq-item:hover{

transform:translateY(-4px);

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.faq-question{

width:100%;

background:none;

border:none;

padding:28px 32px;

display:flex;

justify-content:space-between;

align-items:center;

font-size:1.1rem;

font-weight:600;

cursor:pointer;

text-align:left;

font-family:inherit;

}

.faq-question span:first-child{

color:var(--dark);

}

.faq-icon{

font-size:1.8rem;

color:var(--secondary);

transition:.35s;

}

.faq-answer{

max-height:0;

overflow:hidden;

transition:max-height .35s ease;

}

.faq-answer p{

padding:0 32px 28px;

line-height:1.8;

}

.faq-item.active .faq-answer{

max-height:220px;

}

.faq-item.active .faq-icon{

transform:rotate(45deg);

}

