﻿/*====================================
            WHY YVDO
====================================*/

.why-yvdo{

padding:100px 0;

background:#fff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.why-box{

padding:40px;

border-radius:20px;

background:#fff;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

}

.why-box:hover{

transform:translateY(-10px);

}

.why-box .icon{

font-size:50px;

color:#2563EB;

margin-bottom:25px;

}

/*====================================
            STATS
====================================*/

.stats{

background:#0B1F3A;

padding:90px 0;

}

.stats .container{

display:flex;

justify-content:space-between;

}

.stat{

color:#fff;

text-align:center;

}

.stat h2{

font-size:55px;

font-weight:700;

color:#14B8A6;

}

.stat p{

font-size:18px;

}

/*====================================
            TECHNOLOGY
====================================*/

.technology{

padding:100px 0;

background:#F8FAFC;

}

.tech-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:20px;

margin-top:60px;

}

.tech-grid div{

background:#fff;

padding:25px;

border-radius:15px;

text-align:center;

font-weight:600;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;

}

.tech-grid div:hover{

background:#2563EB;

color:#fff;

transform:translateY(-6px);

}
/*=========================
PORTFOLIO
==========================*/

.portfolio{

padding:100px 0;

}

.portfolio-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.portfolio-card{

border-radius:18px;

overflow:hidden;

background:#fff;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

width:100%;

height:240px;

object-fit:cover;

}

.portfolio-content{

padding:30px;

}

/*=========================
PROCESS
==========================*/

.process{

padding:100px 0;

background:#F7FAFC;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.process-grid div{

background:white;

padding:35px;

border-radius:20px;

text-align:center;

}

.process-grid h1{

font-size:70px;

color:#2563EB;

}

/*=========================
TESTIMONIAL
==========================*/

.testimonial{

padding:100px 0;

background:#0B1F3A;

color:white;

}

.testimonial-box{

max-width:800px;

margin:auto;

text-align:center;

font-size:22px;

line-height:40px;

}

/*=========================
CAREER
==========================*/

.career-banner{

padding:80px 0;

background:#2563EB;

color:white;

}

.career-banner .container{

display:flex;

justify-content:space-between;

align-items:center;

}

.career-btn{

background:white;

padding:18px 35px;

border-radius:40px;

text-decoration:none;

font-weight:600;

}

/*=========================
CONTACT
==========================*/

.quick-contact{

padding:100px 0;

}

.contact-wrapper{

display:grid;

grid-template-columns:2fr 1fr;

gap:50px;

}

.contact-left input,
.contact-left textarea{

width:100%;

padding:18px;

margin-bottom:20px;

border-radius:10px;

border:1px solid #ddd;

}

.contact-left button{

background:#2563EB;

color:white;

border:none;

padding:18px 40px;

border-radius:40px;

}

.contact-right{

background:#0B1F3A;

padding:40px;

border-radius:20px;

color:white;

}
/*==============================
 TRUST BAR
===============================*/

.trust-bar{

background:#ffffff;

padding:60px 0;

margin-top:-30px;

position:relative;

z-index:5;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.trust-item{

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

text-align:center;

transition:.35s;

}

.trust-item:hover{

transform:translateY(-10px);

}

.trust-item h2{

font-size:42px;

color:#0F4C81;

margin-bottom:15px;

}

.trust-item p{

font-size:18px;

color:#555;

}
/*==============================
 ABOUT HOME
===============================*/

.about-home{

padding:100px 0;

background:#F8FAFC;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:80px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:20px;

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.section-tag{

display:inline-block;

background:#E0F2FE;

color:#2563EB;

padding:10px 22px;

border-radius:30px;

font-size:13px;

font-weight:600;

margin-bottom:25px;

}

.about-content h2{

font-size:42px;

margin-bottom:25px;

color:#0F172A;

line-height:55px;

}

.about-content p{

font-size:18px;

line-height:34px;

color:#555;

margin-bottom:25px;

}

.about-points{

display:grid;

grid-template-columns:1fr 1fr;

gap:18px;

margin:40px 0;

font-weight:600;

color:#0F4C81;

}
/*==================================================
ABOUT PAGE
==================================================*/

/***********************
PAGE BANNER
************************/

.page-banner{

    position:relative;

    background:url('../images/about/banner.webp') center center/cover no-repeat;

    height:420px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    overflow:hidden;

}

.banner-overlay{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(15,23,42,.72);

}

.page-banner .container{

    position:relative;

    z-index:2;

}

.page-banner h1{

    color:#fff;

    font-size:56px;

    font-weight:700;

    margin-bottom:20px;

}

.page-banner p{

    color:#fff;

    font-size:22px;

}



/***********************
ABOUT COMPANY
************************/

.about-company{

    padding:100px 0;

    background:#fff;

}

.about-flex{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-left img{

    width:100%;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.about-right h6{

    color:#0F4C81;

    letter-spacing:2px;

    font-size:14px;

    margin-bottom:15px;

    font-weight:600;

}

.about-right h2{

    font-size:42px;

    line-height:54px;

    margin-bottom:30px;

}

.about-right p{

    font-size:18px;

    line-height:34px;

    color:#666;

    margin-bottom:22px;

}



/***********************
TIMELINE
************************/

.timeline{

    padding:100px 0;

    background:#F8FAFC;

}

.timeline-row{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

    margin-top:60px;

}

.timeline-box{

    background:#fff;

    padding:40px 20px;

    border-radius:20px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.timeline-box:hover{

    transform:translateY(-12px);

}

.timeline-box h3{

    color:#2563EB;

    font-size:34px;

    margin-bottom:15px;

}



/***********************
MISSION VISION VALUES
************************/

.mvv{

    padding:100px 0;

}

.mvv-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.mvv-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.mvv-card:hover{

    transform:translateY(-12px);

}

.mvv-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.mvv-card h3{

    padding:30px 30px 10px;

}

.mvv-card p{

    padding:0 30px 35px;

    color:#666;

    line-height:30px;

}



/***********************
WHY COMPANY
************************/

.why-company{

    padding:100px 0;

    background:#F8FAFC;

}

.why-company .why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:50px;

}

.why-company .why-box{

    background:#fff;

    padding:45px;

    text-align:center;

    border-radius:20px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.why-company .why-box:hover{

    transform:translateY(-10px);

}

.why-company i{

    font-size:52px;

    color:#2563EB;

    margin-bottom:25px;

}

.why-company h3{

    font-size:24px;

}



/***********************
CALL TO ACTION
************************/

.about-cta{

    padding:100px 0;

    background:#0F172A;

    color:#fff;

    text-align:center;

}

.about-cta h2{

    font-size:48px;

    margin-bottom:20px;

}

.about-cta p{

    font-size:20px;

    margin-bottom:35px;

    color:#ddd;

}
/*==================================================
SERVICES PAGE
==================================================*/

/***********************
SERVICE INTRO
************************/

.service-intro{

    padding:90px 0;

    text-align:center;

    background:#fff;

}

.service-intro h2{

    font-size:42px;

    color:#0F172A;

    margin-bottom:25px;

    font-weight:700;

}

.service-intro p{

    width:75%;

    margin:auto;

    font-size:18px;

    line-height:34px;

    color:#666;

}



/***********************
SERVICE BLOCK
************************/

.service-block{

    padding:90px 0;

    background:#fff;

}

.service-block.gray{

    background:#F8FAFC;

}

.service-row{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

}

.service-row.reverse{

    flex-direction:row-reverse;

}

.service-image{

    flex:1;

}

.service-image img{

    width:100%;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.service-content{

    flex:1;

}

.service-content h2{

    font-size:38px;

    margin-bottom:25px;

    color:#0F172A;

}

.service-content p{

    font-size:18px;

    line-height:32px;

    color:#666;

    margin-bottom:25px;

}

.service-content ul{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.service-content ul li{

    font-size:17px;

    padding:12px 0;

    border-bottom:1px solid #ECECEC;

    color:#444;

}

.service-content ul li:last-child{

    border-bottom:none;

}



/***********************
WHY SERVICES
************************/

.services-why{

    padding:90px 0;

    background:#F8FAFC;

}

.services-why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:50px;

}

.services-why-card{

    background:#fff;

    padding:45px 30px;

    border-radius:16px;

    text-align:center;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.services-why-card:hover{

    transform:translateY(-10px);

}

.services-why-card i{

    font-size:52px;

    color:#2563EB;

    margin-bottom:20px;

}

.services-why-card h3{

    margin-bottom:15px;

    color:#0F172A;

}

.services-why-card p{

    color:#666;

    line-height:28px;

}



/***********************
TECH STACK
************************/

.tech-stack{

    padding:90px 0;

    background:#fff;

}

.tech-stack-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:50px;

}

.tech-item{

    background:#F8FAFC;

    border-radius:15px;

    padding:30px;

    text-align:center;

    transition:.3s;

    font-weight:600;

    font-size:18px;

}

.tech-item:hover{

    background:#2563EB;

    color:#fff;

    transform:translateY(-8px);

}



/***********************
FAQ
************************/

.faq{

    padding:90px 0;

    background:#F8FAFC;

}

.faq-item{

    background:#fff;

    border-radius:12px;

    margin-bottom:20px;

    padding:25px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.faq-item h3{

    font-size:22px;

    color:#0F172A;

    margin-bottom:12px;

}

.faq-item p{

    color:#666;

    line-height:30px;

}



/***********************
CTA
************************/

.service-cta{

    background:#0F172A;

    color:#fff;

    text-align:center;

    padding:100px 20px;

}

.service-cta h2{

    font-size:48px;

    margin-bottom:20px;

}

.service-cta p{

    width:70%;

    margin:auto;

    color:#ddd;

    font-size:20px;

    line-height:34px;

    margin-bottom:35px;

}
/*=========================================
PORTFOLIO PAGE
=========================================*/

.portfolio-intro{

padding:90px 0;
text-align:center;
background:#fff;

}

.portfolio-intro h2{

font-size:42px;
margin-bottom:20px;

}

.portfolio-intro p{

width:70%;
margin:auto;
line-height:34px;
color:#666;

}

.portfolio-section{

padding:90px 0;
background:#F8FAFC;

}

.portfolio-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.portfolio-card{

background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

width:100%;
height:220px;
object-fit:cover;

}

.portfolio-body{

padding:25px;

}

.portfolio-body h3{

margin-bottom:15px;

}

.portfolio-body p{

line-height:28px;
color:#666;

}

.portfolio-body span{

display:inline-block;
margin-top:15px;
background:#2563EB;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:14px;

}

/* Industries */

.portfolio-expertise{

padding:90px 0;
background:#fff;

}

.expertise-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:50px;

}

.expertise-grid div{

background:#F8FAFC;
padding:30px;
text-align:center;
border-radius:15px;
font-weight:600;
transition:.3s;

}

.expertise-grid div:hover{

background:#2563EB;
color:#fff;

}

/* CTA */

.portfolio-cta{

background:#0F172A;
padding:100px 20px;
text-align:center;
color:#fff;

}

.portfolio-cta h2{

font-size:46px;
margin-bottom:20px;

}

.portfolio-cta p{

font-size:20px;
margin-bottom:35px;
color:#ddd;

}