/*==================================================
ELVIORA MARKETING
STYLE.CSS
PART 1
==================================================*/

/* Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================
RESET
=========================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Poppins',sans-serif;

    background:#050816;

    color:#ffffff;

    overflow-x:hidden;

    line-height:1.7;

}

/*=========================
SCROLLBAR
=========================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#08101f;

}

::-webkit-scrollbar-thumb{

    background:#5d5fef;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#7c6cff;

}

/*=========================
GLOBAL
=========================*/

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

ul{

    list-style:none;

}

.container{

    width:90%;

    max-width:1280px;

    margin:auto;

}

section{

    padding:110px 0;

}

/*=========================
BACKGROUND
=========================*/

body::before{

content:"";

position:fixed;

width:700px;

height:700px;

background:radial-gradient(circle,#5d5fef55,transparent 70%);

top:-250px;

right:-250px;

z-index:-2;

}

body::after{

content:"";

position:fixed;

width:700px;

height:700px;

background:radial-gradient(circle,#0fd4ff33,transparent 70%);

bottom:-250px;

left:-250px;

z-index:-2;

}

/*=========================
BUTTONS
=========================*/

.btn{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 34px;

border-radius:50px;

font-size:15px;

font-weight:600;

transition:.4s;

cursor:pointer;

}

.btn-primary{

background:linear-gradient(135deg,#6b4dff,#8c6bff);

color:#fff;

box-shadow:0 15px 35px rgba(107,77,255,.35);

}

.btn-primary:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(107,77,255,.5);

}

.btn-outline{

border:1px solid rgba(255,255,255,.15);

background:rgba(255,255,255,.05);

backdrop-filter:blur(15px);

color:#fff;

}

.btn-outline:hover{

background:#ffffff;

color:#111;

}

/*=========================
HEADER
=========================*/

.header{

position:fixed;

top:0;

left:0;

width:100%;

z-index:1000;

padding:22px 0;

background:rgba(5,8,22,.65);

backdrop-filter:blur(20px);

border-bottom:1px solid rgba(255,255,255,.05);

}

.navbar{

display:flex;

align-items:center;

justify-content:space-between;

}

.logo img{

height:58px;

}

.nav-menu{

display:flex;

gap:35px;

}

.nav-menu a{

font-weight:500;

transition:.3s;

color:#d8d8d8;

}

.nav-menu a:hover{

color:#8b6dff;

}

.nav-buttons{

display:flex;

gap:15px;

}

.menu-toggle{

display:none;

font-size:28px;

cursor:pointer;

}

/*=========================
HERO
=========================*/

.hero{

min-height:100vh;

display:flex;

align-items:center;

position:relative;

overflow:hidden;

padding-top:120px;

}

.hero-container{

display:grid;

grid-template-columns:1.1fr .9fr;

align-items:center;

gap:70px;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

border-radius:50px;

margin-bottom:25px;

font-size:14px;

backdrop-filter:blur(12px);

}

.hero h1{

font-size:40px;

line-height:1.1;

font-weight:800;

margin-bottom:25px;

}

.hero h1 span{

background:linear-gradient(90deg,#6b4dff,#00d9ff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

font-size:18px;

color:#cfd2dc;

max-width:620px;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

margin-bottom:50px;

}

.hero-stats{

display:flex;

gap:50px;

}

.stat h2{

font-size:42px;

color:#8d73ff;

}

.stat p{

font-size:15px;

color:#c9c9c9;

}

/*=========================
GLASS CARD
=========================*/

.glass-card{

background:rgba(255,255,255,.06);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

border-radius:30px;

padding:40px;

box-shadow:0 25px 60px rgba(0,0,0,.35);

}

.card-tag{

display:inline-block;

padding:8px 18px;

border-radius:40px;

background:#6b4dff;

margin-bottom:20px;

font-size:13px;

font-weight:600;

}

.glass-card h3{

font-size:30px;

margin-bottom:25px;

}

.glass-card ul li{

margin-bottom:18px;

font-size:16px;

color:#ddd;

}

.glass-card i{

color:#7c6cff;

margin-right:10px;

}

/*==================================================
ELVIORA MARKETING
STYLE.CSS
PART 2
==================================================*/

/*=========================
SECTION HEADINGS
=========================*/

.section-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.subtitle{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(107,77,255,.15);

    color:#9d8cff;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:20px;

    border:1px solid rgba(107,77,255,.25);

}

.section-heading h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

}

.section-heading p{

    color:#bfc4d6;

    font-size:18px;

}

/*=========================
TRUSTED SECTION
=========================*/

.trusted-section{

    padding:70px 0;

    border-top:1px solid rgba(255,255,255,.05);

    border-bottom:1px solid rgba(255,255,255,.05);

}

.section-label{

    text-align:center;

    color:#7f88a7;

    letter-spacing:3px;

    font-size:14px;

    margin-bottom:40px;

}

.trusted-logos{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

}

.logo-item{

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.06);

    padding:28px;

    text-align:center;

    border-radius:18px;

    color:#d7d7d7;

    transition:.35s;

}

.logo-item:hover{

    transform:translateY(-8px);

    border-color:#6b4dff;

    background:rgba(107,77,255,.12);

}

/*=========================
ABOUT
=========================*/

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image img{

    border-radius:28px;

    box-shadow:0 30px 60px rgba(0,0,0,.45);

}

.about-box{

    display:flex;

    gap:22px;

    padding:28px;

    margin-bottom:22px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    transition:.35s;

}

.about-box:hover{

    transform:translateY(-8px);

    border-color:#6b4dff;

}

.about-box i{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#6b4dff,#00d4ff);

    font-size:24px;

}

.about-box h3{

    margin-bottom:10px;

    font-size:22px;

}

.about-box p{

    color:#bfc4d6;

}

/*=========================
WHY CHOOSE US
=========================*/

.why-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.why-card{

    padding:40px;

    background:rgba(255,255,255,.05);

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:#7a63ff;

    box-shadow:0 25px 50px rgba(0,0,0,.30);

}

.why-card i{

    font-size:40px;

    color:#8b72ff;

    margin-bottom:20px;

}

.why-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.why-card p{

    color:#c5cada;

}

/*=========================
SERVICES
=========================*/

.services{

    background:linear-gradient(180deg,#070b1d,#0d1229);

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.service-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:40px 30px;

    transition:.4s;

}

.service-card:hover{

    transform:translateY(-12px);

    border-color:#6b4dff;

    box-shadow:0 25px 60px rgba(0,0,0,.35);

}

.service-card i{

    font-size:42px;

    margin-bottom:25px;

    color:#7b67ff;

}

.service-card h3{

    font-size:24px;

    margin-bottom:15px;

}

.service-card p{

    color:#c5cada;

    font-size:15px;

}

/*=========================
FLOATING SHAPES
=========================*/

.background{

    position:fixed;

    inset:0;

    z-index:-3;

    overflow:hidden;

}

.shape{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

    opacity:.28;

}

.shape1{

    width:320px;

    height:320px;

    background:#6b4dff;

    top:-80px;

    left:-80px;

}

.shape2{

    width:260px;

    height:260px;

    background:#00d4ff;

    right:-80px;

    top:180px;

}

.shape3{

    width:360px;

    height:360px;

    background:#5b1cff;

    bottom:-120px;

    left:20%;

}

.shape4{

    width:200px;

    height:200px;

    background:#00aaff;

    bottom:120px;

    right:8%;

}

.shape5{

    width:160px;

    height:160px;

    background:#8c6bff;

    top:55%;

    left:45%;

}

/*==================================================
ELVIORA MARKETING
STYLE.CSS
PART 3
==================================================*/

/*=========================
PORTFOLIO
=========================*/

.portfolio{

    position:relative;

}

.portfolio-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.portfolio-card{

    overflow:hidden;

    border-radius:24px;

    background:#10162f;

    border:1px solid rgba(255,255,255,.08);

    transition:.4s;

}

.portfolio-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.35);

    border-color:#6b4dff;

}

.portfolio-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.portfolio-card:hover img{

    transform:scale(1.08);

}

.portfolio-content{

    padding:30px;

}

.portfolio-content span{

    color:#8f7bff;

    font-size:14px;

    font-weight:600;

}

.portfolio-content h3{

    margin:12px 0;

    font-size:24px;

}

.portfolio-content p{

    color:#c2c8d6;

}

/*=========================
STATS
=========================*/

.stats{

    padding:80px 0;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.stat-card{

    text-align:center;

    padding:45px 25px;

    border-radius:24px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

}

.stat-card h2{

    font-size:52px;

    color:#7e68ff;

    margin-bottom:10px;

}

.stat-card p{

    color:#c8cedb;

}

/*=========================
PROCESS
=========================*/

.process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.process-card{

    position:relative;

    padding:40px 30px;

    background:rgba(255,255,255,.05);

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

    border-color:#6b4dff;

}

.process-card span{

    display:inline-flex;

    width:60px;

    height:60px;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#6b4dff,#00d4ff);

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

}

.process-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.process-card p{

    color:#c5cada;

}

/*=========================
CASE STUDY
=========================*/

.case-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.case-list{

    margin:30px 0;

}

.case-list li{

    margin-bottom:18px;

    color:#d5d9e5;

}

.case-list i{

    color:#7f69ff;

    margin-right:12px;

}

.case-image img{

    border-radius:26px;

    box-shadow:0 30px 70px rgba(0,0,0,.40);

}

/*=========================
CTA
=========================*/

.cta{

    padding:120px 0;

}

.cta-box{

    text-align:center;

    padding:80px 60px;

    border-radius:35px;

    background:linear-gradient(135deg,#161d42,#221d67);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 25px 70px rgba(0,0,0,.35);

}

.cta-box h2{

    font-size:52px;

    margin-bottom:20px;

}

.cta-box p{

    max-width:700px;

    margin:0 auto 40px;

    color:#d5d9e5;

    font-size:18px;

}

/*=========================
HOVER EFFECTS
=========================*/

.service-card,
.why-card,
.about-box,
.portfolio-card,
.stat-card,
.process-card{

    transition:all .35s ease;

}

.service-card:hover,
.why-card:hover,
.about-box:hover,
.portfolio-card:hover,
.stat-card:hover,
.process-card:hover{

    transform:translateY(-10px);

}
/*==================================================
ELVIORA MARKETING
STYLE.CSS
PART 4
==================================================*/

/*=========================
TESTIMONIALS
=========================*/

.testimonials{

    background:#070d20;

}

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.testimonial-card{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:35px;

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    border-color:#6b4dff;

}

.testimonial-card p{

    color:#d5d9e5;

    margin-bottom:25px;

    line-height:1.8;

}

.testimonial-card h4{

    font-size:20px;

}

.testimonial-card span{

    color:#8f98b8;

}

/*=========================
PRICING
=========================*/

.pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.pricing-card{

    background:#10162f;

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:45px;

    text-align:center;

    transition:.35s;

}

.pricing-card:hover{

    transform:translateY(-12px);

    border-color:#6b4dff;

}

.pricing-card.featured{

    border:2px solid #6b4dff;

    transform:scale(1.05);

}

.pricing-card h1{

    font-size:52px;

    color:#7d68ff;

    margin:20px 0;

}

.pricing-card ul{

    margin:30px 0;

}

.pricing-card li{

    margin-bottom:15px;

    color:#d2d7e3;

}

/*=========================
FAQ
=========================*/

.faq{

    background:#050816;

}

.faq-item{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:28px;

    margin-bottom:20px;

}

.faq-item h3{

    margin-bottom:15px;

}

.faq-item p{

    color:#c9cfdd;

}

/*=========================
CONTACT
=========================*/

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

}

.contact-info h3{

    font-size:34px;

    margin-bottom:25px;

}

.contact-info p{

    margin-bottom:16px;

    color:#d2d7e3;

}

.contact-form{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    padding:40px;

}

.contact-form input,
.contact-form textarea{

    width:100%;

    padding:18px;

    margin-bottom:20px;

    border:none;

    outline:none;

    border-radius:14px;

    background:#171d37;

    color:#fff;

    font-size:15px;

}

.contact-form textarea{

    min-height:180px;

    resize:vertical;

}

/*=========================
FOOTER
=========================*/

footer{

    background:#03050f;

    padding:80px 0 30px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-grid h3,
.footer-grid h4{

    margin-bottom:20px;

}

.footer-grid p,
.footer-grid li{

    color:#aeb6cb;

    margin-bottom:12px;

}

.footer-grid a{

    transition:.3s;

}

.footer-grid a:hover{

    color:#8b73ff;

}

.social-icons{

    display:flex;

    gap:15px;

}

.social-icons a{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#171d37;

    transition:.35s;

}

.social-icons a:hover{

    background:#6b4dff;

    transform:translateY(-5px);

}

hr{

    margin:60px 0 30px;

    border:none;

    height:1px;

    background:rgba(255,255,255,.08);

}

copyright{

    text-align:center;

    color:#9aa4be;}

