
*,
*::before,
*::after{
    box-sizing:border-box;
}

html,body{
    width:100%;
    overflow-x:hidden;
}







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

html{
    scroll-behavior:smooth;
}

body{

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

    color:#1f2937;

    background:#f7f9fc;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

}

.menu-toggle{

    display:none;

}

.container{

   
	 width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 15px;

}

*,
*::before,
*::after{

    box-sizing:border-box;

}

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

header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    background:white;

    z-index:999;

    box-shadow:0 5px 20px rgba(0,0,0,.05);

}

header .container{

    height:80px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo{

    display:flex;

    align-items:center;

    gap:12px;
	
	flex-wrap:wrap;

}

.logo img{

    

}

.logo span{

    font-size:28px;

    font-weight:800;

    color:#2563eb;

}

nav ul{

    display:flex;

    list-style:none;

    gap:35px;
	
	flex-wrap:wrap;

}

nav a{

    color:#374151;

    font-weight:600;

    transition:.3s;

}

nav a:hover{

    color:#2563eb;

}

.btn-header{

    background:#2563eb;

    color:white;

    padding:14px 30px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.btn-header:hover{

    transform:translateY(-3px);

}

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

.hero{

    padding-top:170px;

    min-height:100vh;

    display:flex;

    align-items:center;
	
	flex-wrap:wrap;

}

.hero-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.badge{

    display:inline-block;

    background:#dbeafe;

    color:#2563eb;

    padding:10px 18px;

    border-radius:30px;

    font-weight:700;

    margin-bottom:30px;

}

.hero h1{

    font-size:68px;

    line-height:1.15;

    margin-bottom:25px;

    font-weight:800;

}

.hero h1 span{

    color:#2563eb;

}

.hero p{

    color:#6b7280;

    line-height:1.8;

    font-size:18px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    margin-bottom:60px;
	
	flex-wrap:wrap;

}

.btn-primary{

    background:#2563eb;

    color:white;

    padding:18px 38px;

    border-radius:50px;

    font-weight:700;

}

.btn-secondary{

    border:2px solid #2563eb;

    color:#2563eb;

    padding:18px 38px;

    border-radius:50px;

    font-weight:700;

}

.hero-stats{

    display:flex;

    gap:50px;
	
	flex-wrap:wrap;

}

.hero-stats h3{

    font-size:38px;

    color:#2563eb;

}

.hero-stats span{

    color:#6b7280;

}

.hero-right img{

    width:100%;
}
/*====================================
ABOUT
=====================================*/

.about{

    padding:120px 0;

    background:white;

}

.about-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.section-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:30px;

    background:#dbeafe;

    color:#2563eb;

    font-weight:700;

    margin-bottom:25px;

}

.about-content h2{

    font-size:46px;

    margin-bottom:25px;

    line-height:1.25;

}

.about-content>p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:40px;

}

.about-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:25px;

    margin-bottom:45px;

}

.about-item{

    display:flex;

    gap:18px;
	
	flex-wrap:wrap;

}

.about-item .icon{

    width:48px;

    height:48px;

    background:#2563eb;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:20px;

    font-weight:bold;

    flex-shrink:0;
	
	flex-wrap:wrap;

}

.about-item h4{

    margin-bottom:8px;

    font-size:20px;

}

.about-item p{

    color:#6b7280;

    line-height:1.7;

}

.about-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;
	
	flex-wrap:wrap;

}

.experience{

    text-align:center;

}

.experience h3{

    font-size:56px;

    color:#2563eb;

}

.experience span{

    color:#6b7280;

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

.services{

    padding:120px 0;

    background:#f7f9fc;

}

.section-header{

    text-align:center;

    max-width:760px;

    margin:auto;

    margin-bottom:70px;

}

.section-header h2{

    font-size:46px;

    margin:20px 0;

}

.section-header p{

    color:#6b7280;

    line-height:1.8;

}

.service-grid{

    display:grid;

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

    gap:35px;

}

.service-card{

    background:white;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(37,99,235,.18);

}

.service-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.service-content{

    padding:30px;

}

.service-content h3{

    font-size:28px;

    margin-bottom:18px;

}

.service-content p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;

}

.service-content a{

    color:#2563eb;

    font-weight:700;

}

.service-content a:hover{

    letter-spacing:.5px;

}

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

.process{

    position:relative;

    overflow:hidden;

    padding:160px 0;

    background:#08111f;

    color:white;

}

.bg-blur{

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    filter:blur(140px);

    opacity:.35;

}

.blur-1{

    background:#2563eb;

    left:-120px;

    top:-120px;

}

.blur-2{

    background:#7c3aed;

    right:-120px;

    bottom:-120px;

}

.dark{

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

    color:white;

}

.process-title{

    text-align:center;

    max-width:820px;

    margin:auto;

    margin-bottom:90px;

}

.process-title h2{

    font-size:56px;

    line-height:1.2;

    margin:25px 0;

}

.process-title p{

    color:#94a3b8;

    line-height:1.9;

}

.timeline{

    display:grid;

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

    gap:35px;

}

.timeline-item{

    position:relative;

    padding:45px;

    border-radius:28px;

    backdrop-filter:blur(16px);

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

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

    transition:.4s;

}

.timeline-item:hover{

    transform:translateY(-15px);

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

}

.number{

    font-size:68px;

    font-weight:800;

    color:transparent;

    -webkit-text-stroke:2px rgba(255,255,255,.18);

    margin-bottom:25px;

}

.line{

    width:70px;

    height:4px;

    background:#2563eb;

    border-radius:10px;

    margin-bottom:30px;

}

.timeline-item h3{

    font-size:28px;

    margin-bottom:18px;

}

.timeline-item p{

    color:#cbd5e1;

    line-height:1.9;

}

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

.portfolio{

    padding:120px 0;

    background:white;

}

.portfolio-grid{

    display:grid;

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

    gap:25px;

}

.portfolio-item{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    cursor:pointer;

}

.large{

    grid-row:span 2;

    min-height:650px;

}

.portfolio-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.portfolio-item:hover img{

    transform:scale(1.08);

}

.overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:35px;

    background:linear-gradient(to top,
        rgba(0,0,0,.8),
        rgba(0,0,0,.15),
        transparent);

}

.overlay h3{

    color:white;

    margin-bottom:10px;

    font-size:28px;

}

.overlay span{

    color:#d1d5db;

}

/*====================================
STATISTICS
=====================================*/

.stats{

    padding:90px 0;

    background:#2563eb;

}

.stats-grid{

    display:grid;

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

    gap:30px;

}

.stat-card{

    text-align:center;

    color:white;

}

.stat-card h2{

    font-size:60px;

    margin-bottom:15px;

    font-weight:800;

}

.stat-card p{

    font-size:18px;

    opacity:.9;

}

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

.why-us{

    padding:120px 0;

    background:#f7f9fc;

}

.why-grid{

    display:grid;

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

    gap:30px;

}

.why-card{

    background:white;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

}

.why-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    background:#dbeafe;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;
	
	flex-wrap:wrap;

}

.why-card h3{

    margin-bottom:18px;

    font-size:24px;

}

.why-card p{

    color:#6b7280;

    line-height:1.8;

}

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

.pricing{

    padding:120px 0;

    background:white;

}

.pricing-grid{

    display:grid;

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

    gap:35px;

    align-items:center;

}

.price-card{

    position:relative;

    background:#fff;

    padding:45px;

    border-radius:24px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #edf2f7;

}

.price-card:hover{

    transform:translateY(-12px);

}

.featured{

    background:#2563eb;

    color:white;

    transform:scale(1.05);

}

.featured ul li{

    color:white;

}

.featured .btn-price{

    background:white;

    color:#2563eb;

}

.popular{

    position:absolute;

    top:-16px;

    left:50%;

    transform:translateX(-50%);

    background:#f59e0b;

    color:white;

    padding:8px 20px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

}

.price-card h3{

    font-size:28px;

    margin-bottom:25px;

}

.price{

    font-size:42px;

    font-weight:800;

    margin-bottom:30px;

}

.price-card ul{

    list-style:none;

    margin-bottom:35px;

}

.price-card ul li{

    padding:10px 0;

    color:#4b5563;

}

.btn-price{

    display:block;

    text-align:center;

    background:#2563eb;

    color:white;

    padding:16px;

    border-radius:50px;

    font-weight:700;

}

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

.contact{

    padding:120px 0;

    background:#08111f;

    color:white;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

}

.contact-info h2{

    font-size:48px;

    margin:25px 0;

}

.contact-info>p{

    color:#cbd5e1;

    line-height:1.9;

    margin-bottom:40px;

}

.info-item{

    margin-bottom:30px;

}

.info-item h4{

    margin-bottom:8px;

}

.info-item p{

    color:#94a3b8;

}

.contact-form{

    background:white;

    padding:45px;

    border-radius:24px;

}

.contact-form input,

.contact-form textarea{

    width:100%;

    padding:16px 18px;

    margin-bottom:18px;

    border:1px solid #e5e7eb;

    border-radius:12px;

    font-size:16px;

    outline:none;

}

.contact-form textarea{

    resize:none;

}

.contact-form button{

    width:100%;

    padding:18px;

    border:none;

    border-radius:50px;

    background:#2563eb;

    color:white;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

}

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

footer{

    background:#050b15;

    color:white;

    padding-top:80px;

}

.footer-grid{

    display:grid;

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

    gap:50px;

    padding-bottom:60px;

}

.footer-grid h3{

    font-size:30px;

    margin-bottom:20px;

}

.footer-grid h4{

    margin-bottom:18px;

}

.footer-grid p,

.footer-grid li{

    color:#94a3b8;

    line-height:2;

}

.footer-grid ul{

    list-style:none;

}

.footer-grid a{

    color:#94a3b8;

}

.footer-grid a:hover{

    color:white;

}

.copyright{

    text-align:center;

    padding:25px;

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

    color:#64748b;

}

.page-banner{

    padding:170px 0 90px;

    background:#2563eb;

    color:white;

    text-align:center;

}

.page-banner h1{

    font-size:58px;

    margin-bottom:20px;

}

.page-banner p{

    font-size:20px;

    opacity:.9;

}

.about-page{

    padding:120px 0;

}

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

/*========== PAGE BANNER ==========*/

.page-banner{

    padding:170px 0 90px;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#fff;

    text-align:center;

}

.page-banner h1{

    font-size:58px;

    margin-bottom:20px;

}

.page-banner p{

    max-width:700px;

    margin:auto;

    font-size:20px;

    opacity:.9;

    line-height:1.8;

}

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

.about-page{

    padding:120px 0;

    background:#fff;

}

.about-page img{

    width:100%;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.about-page h2{

    font-size:46px;

    margin:25px 0;

    line-height:1.3;

}

.about-page p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:20px;

}

/*========== CORE VALUES ==========*/

.core-values{

    padding:120px 0;

    background:#f7f9fc;

}

.value-grid{

    display:grid;

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

    gap:35px;

}

.value-card{

    background:#fff;

    padding:40px;

    border-radius:22px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.value-card:hover{

    transform:translateY(-10px);

}

.value-card h3{

    margin-bottom:18px;

    font-size:28px;

}

.value-card p{

    color:#6b7280;

    line-height:1.8;

}

/*========== WHY HUYZONE ==========*/

.why-list{

    padding:120px 0;

    background:#fff;

}

.why-list ul{

    max-width:900px;

    margin:auto;

    list-style:none;

}

.why-list li{

    padding:22px 30px;

    margin-bottom:20px;

    background:#f8fafc;

    border-left:5px solid #2563eb;

    border-radius:12px;

    font-size:18px;

}

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

.about-process{

    padding:120px 0;

    background:#08111f;

    color:#fff;

}

.process-grid{

    display:grid;

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

    gap:30px;

}

.process-box{

    padding:35px;

    border-radius:22px;

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

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

}

.process-box h3{

    margin:20px 0;

}

.process-box p{

    color:#cbd5e1;

    line-height:1.8;

}

/*========== TECH STACK ==========*/

.tech-stack{

    padding:120px 0;

    background:#fff;

}

.tech-list{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:20px;

}

.tech-list span{

    padding:15px 28px;

    border-radius:40px;

    background:#eef4ff;

    color:#2563eb;

    font-weight:700;

}

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

.faq{

    padding:120px 0;

    background:#f7f9fc;

}

.faq-item{

    background:#fff;

    padding:30px;

    border-radius:16px;

    margin-bottom:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.faq-item h3{

    margin-bottom:15px;

}

.faq-item p{

    color:#6b7280;

    line-height:1.8;

}

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

.about-cta{

    padding:120px 0;

    background:#2563eb;

    color:#fff;

    text-align:center;

}

.about-cta h2{

    font-size:48px;

    margin-bottom:25px;

}

.about-cta p{

    max-width:720px;

    margin:auto;

    line-height:1.9;

    margin-bottom:40px;

}

.about-cta .btn-primary{

    background:#fff;

    color:#2563eb;

}
/*==================================================
SERVICES PAGE
==================================================*/

/*========== INTRO ==========*/

.service-intro{

    padding:100px 0 60px;

    background:#ffffff;

}

/*========== SERVICE DETAIL ==========*/

.service-detail{

    padding:100px 0;

}



.service-layout{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.service-layout img{

    width:100%;

    border-radius:22px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.service-layout h2{

    font-size:42px;

    margin-bottom:25px;

    line-height:1.3;

}

.service-layout p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:30px;

}

.service-feature{

    list-style:none;

    margin-bottom:35px;

}

.service-feature li{

    position:relative;

    padding:14px 0 14px 35px;

    color:#374151;

    border-bottom:1px solid #edf2f7;

}

.service-feature li:last-child{

    border-bottom:none;

}

.service-feature li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:13px;

    width:22px;

    height:22px;

    background:#2563eb;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:12px;

    font-weight:bold;
	
	flex-wrap:wrap;

}

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

.service-process{

    padding:120px 0;

    background:#08111f;

    color:#ffffff;

}

.service-process-grid{

    display:grid;

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

    gap:30px;

}

.service-process-card{

    padding:35px;

    border-radius:20px;

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

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

    text-align:center;

}

.service-process-card span{

    display:inline-flex;

    width:60px;

    height:60px;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#2563eb;

    font-size:24px;

    font-weight:bold;

    margin-bottom:20px;

}

.service-process-card h3{

    margin-bottom:15px;

}

.service-process-card p{

    color:#cbd5e1;

    line-height:1.8;

}

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

.service-faq{

    padding:120px 0;

    background:#f7f9fc;

}

.service-faq .faq-item{

    background:#ffffff;

    padding:30px;

    border-radius:16px;

    margin-bottom:25px;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.service-faq .faq-item h3{

    margin-bottom:15px;

    font-size:22px;

}

.service-faq .faq-item p{

    color:#6b7280;

    line-height:1.9;

}

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

.service-cta{

    padding:120px 0;

    background:#2563eb;

    color:#ffffff;

    text-align:center;

}

.service-cta h2{

    font-size:48px;

    margin-bottom:20px;

}

.service-cta p{

    max-width:700px;

    margin:0 auto 35px;

    line-height:1.9;

}

.service-cta .btn-primary{

    background:#ffffff;

    color:#2563eb;

}

/* PORTFOLIO */

.portfolio{
    padding:80px 0;
}


.portfolio-filter{
    text-align:center;
    margin-bottom:40px;
}


.portfolio-filter button{

    padding:10px 25px;
    margin:5px;

    border:none;
    background:#eee;

    cursor:pointer;
    border-radius:30px;

}


.portfolio-filter .active{

    background:#2563eb;
    color:white;

}



.portfolio-grid{

    display:grid;

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

    gap:30px;

}



.portfolio-card{

    background:white;

    border-radius:15px;

    overflow:hidden;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}



.portfolio-card:hover{

    transform:translateY(-10px);

}



.portfolio-card img{

    width:100%;
    height:220px;

    object-fit:cover;

}



.portfolio-content{

    padding:25px;

}



.portfolio-content h3{

    margin-bottom:15px;

}



.portfolio-content p{

    color:#666;

    line-height:1.6;

}



.portfolio-content a{

    display:inline-block;

    margin-top:15px;

    color:#2563eb;

    font-weight:bold;

}



/* MOBILE */

@media(max-width:768px){

.portfolio-grid{

grid-template-columns:1fr;

}

}

/*==================================================
SERVICE INTRO
==================================================*/

.service-intro{

    padding:100px 0;

    background:#ffffff;

}

.service-intro .section-header{

    max-width:800px;

    margin:auto;

}

/*==================================================
SERVICE DETAIL
==================================================*/

.service-detail{

    padding:120px 0;

}

.service-detail:nth-child(even){

    background:#dfe3e7;

}
.service-detail:nth-child(odd){

    background:#dfe7e7;

}
.service-layout{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.service-layout img{

    width:100%;

    display:block;

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.4s;

}

.service-layout img:hover{

    transform:scale(1.02);

}

.service-layout h2{

    font-size:42px;

    margin:20px 0;

    line-height:1.3;

}

.service-layout p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:30px;

}

.service-layout .btn-primary{

    margin-top:15px;

}

/*==================================================
FEATURE LIST
==================================================*/

.service-feature{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.service-feature li{

    position:relative;

    padding:14px 0 14px 40px;

    border-bottom:1px solid #edf2f7;

    color:#374151;

    font-size:16px;

}

.service-feature li:last-child{

    border-bottom:none;

}

.service-feature li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:12px;

    width:24px;

    height:24px;

    background:#2563eb;

    color:#ffffff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:13px;

    font-weight:bold;
	
	flex-wrap:wrap;

}

/*==================================================
SERVICE CARD
==================================================*/

.service-card{

    background:#ffffff;

    border-radius:20px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-8px);

}

.service-card h3{

    margin:20px 0;

    font-size:28px;

}

.service-card p{

    color:#6b7280;

    line-height:1.8;

}

/*==================================================
SERVICE IMAGE
==================================================*/

.service-image{

    overflow:hidden;

    border-radius:20px;

}

.service-image img{

    transition:.5s;

}

.service-image:hover img{

    transform:scale(1.08);

}


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

.service-process{

    padding:120px 0;

    background:#08111f;

    color:#ffffff;

}

.service-process .section-header{

    margin-bottom:70px;

}

.service-process .section-header h2,

.service-process .section-header p{

    color:#ffffff;

}

.service-process-grid{

    display:grid;

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

    gap:30px;

}

.service-process-card{

    padding:40px 30px;

    border-radius:20px;

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

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

    text-align:center;

    transition:.35s;

}

.service-process-card:hover{

    transform:translateY(-10px);

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

}

.service-process-card span{

    display:flex;

    align-items:center;

    justify-content:center;

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#2563eb;

    color:#ffffff;

    font-size:26px;

    font-weight:700;
	
	flex-wrap:wrap;

}

.service-process-card h3{

    margin-bottom:18px;

    font-size:24px;

}

.service-process-card p{

    color:#cbd5e1;

    line-height:1.9;

}

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

.service-faq{

    padding:120px 0;

    background:#f8fafc;

}

.service-faq .section-header{

    margin-bottom:60px;

}

.faq-item{

    background:#ffffff;

    padding:35px;

    border-radius:18px;

    margin-bottom:25px;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

    transition:.3s;

}

.faq-item:hover{

    transform:translateY(-5px);

}

.faq-item h3{

    font-size:24px;

    margin-bottom:18px;

}

.faq-item p{

    color:#6b7280;

    line-height:1.9;

}

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

.service-cta{

    padding:120px 0;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#ffffff;

    text-align:center;

}

.service-cta h2{

    font-size:50px;

    margin-bottom:25px;

}

.service-cta p{

    max-width:760px;

    margin:0 auto 40px;

    line-height:1.9;

    font-size:18px;

    opacity:.95;

}

.service-cta .btn-primary{

    background:#ffffff;

    color:#2563eb;

}

.service-cta .btn-primary:hover{

    background:#f3f4f6;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .service-layout{

        grid-template-columns:1fr;

        gap:50px;

    }

    .service-process-grid{

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

    }

    .service-layout h2{

        font-size:34px;

    }

}

@media(max-width:768px){

    .service-detail{

        padding:80px 0;

    }

    .service-process{

        padding:90px 0;

    }

    .service-faq{

        padding:90px 0;

    }

    .service-cta{

        padding:90px 0;

    }

    .service-process-grid{

        grid-template-columns:1fr;

    }

    .service-cta h2{

        font-size:36px;

    }

}

@media(max-width:576px){

    .service-layout{

        gap:35px;

    }

    .service-layout h2{

        font-size:30px;

    }

    .faq-item{

        padding:25px;

    }

    .faq-item h3{

        font-size:20px;

    }

    .service-process-card{

        padding:30px 25px;

    }

    .service-process-card span{

        width:60px;

        height:60px;

        font-size:22px;

    }

}

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

.pricing-banner{

    padding:170px 0 100px;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    text-align:center;

    color:#fff;

}

.pricing-banner .section-tag{

    display:inline-block;

    margin-bottom:20px;

}

.pricing-banner h1{

    font-size:60px;

    margin-bottom:25px;

}

.pricing-banner p{

    max-width:760px;

    margin:auto;

    line-height:1.9;

    opacity:.9;

    font-size:19px;

}

/*==================================================
INTRO
==================================================*/

.pricing-intro{

    padding:110px 0 70px;

    background:#fff;

}

.pricing-intro .section-header{

    max-width:800px;

    margin:auto;

}

/*==================================================
PACKAGE
==================================================*/

.pricing-package{

    padding:40px 0 120px;

    background:#fff;

}

.pricing-grid{

    display:grid;

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

    gap:35px;

}

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

.pricing-card{

    position:relative;

    padding:45px;

    background:#fff;

    border-radius:24px;

    border:1px solid #e5e7eb;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.pricing-card:hover{

    transform:translateY(-12px);

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

}

.pricing-card h3{

    font-size:30px;

    margin-bottom:20px;

}

.pricing-card p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:30px;

}

/*==================================================
PRICE
==================================================*/

.pricing-price{

    font-size:26px;

    margin-bottom:30px;

    color:#111827;

}

.pricing-price strong{

    display:block;

    margin-top:10px;

    font-size:48px;

    color:#2563eb;

}

/*==================================================
FEATURE
==================================================*/

.pricing-card ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.pricing-card ul li{

    padding:14px 0;

    border-bottom:1px solid #edf2f7;

    color:#374151;

}

.pricing-card ul li:last-child{

    border-bottom:none;

}

/*==================================================
FEATURED
==================================================*/

.featured{

    border:2px solid #2563eb;

    transform:scale(1.04);

}

.featured:hover{

    transform:translateY(-12px) scale(1.04);

}

.pricing-badge{

    position:absolute;

    top:-16px;

    left:50%;

    transform:translateX(-50%);

    background:#2563eb;

    color:#fff;

    padding:9px 24px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

/*==================================================
BUTTON
==================================================*/

.btn-price{

    display:block;

    text-align:center;

    padding:16px;

    border-radius:12px;

    background:#2563eb;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-price:hover{

    background:#1d4ed8;

}

/*==================================================
COMPARE TABLE
==================================================*/

.pricing-compare{

    padding:120px 0;

    background:#f8fafc;

}

.pricing-table{

    margin-top:60px;

    overflow-x:auto;

}

.pricing-table table{

    width:100%;

    min-width:auto;

    border-collapse:collapse;

    background:#ffffff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.pricing-table th{

    padding:22px;

    background:#2563eb;

    color:#ffffff;

    font-size:17px;

    font-weight:700;

    text-align:center;

}

.pricing-table td{

    padding:18px 22px;

    border-bottom:1px solid #edf2f7;

    text-align:center;

    color:#4b5563;

}

.pricing-table tbody tr:hover{

    background:#f9fafb;

}

.pricing-table td:first-child{

    text-align:left;

    font-weight:600;

    color:#111827;

}

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

.pricing-process{

    padding:120px 0;

    background:#08111f;

    color:#ffffff;

}

.pricing-process .section-header{

    margin-bottom:70px;

}

.pricing-process .section-header h2,

.pricing-process .section-header p{

    color:#ffffff;

}

.pricing-process-grid{

    display:grid;

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

    gap:30px;

}

.pricing-process-card{

    padding:35px;

    border-radius:20px;

    text-align:center;

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

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

    transition:.35s;

}

.pricing-process-card:hover{

    transform:translateY(-10px);

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

}

.pricing-process-card span{

    display:flex;

    align-items:center;

    justify-content:center;

    width:72px;

    height:72px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#2563eb;

    color:#ffffff;

    font-size:24px;

    font-weight:700;
	
	flex-wrap:wrap;

}

.pricing-process-card h3{

    margin-bottom:18px;

    font-size:24px;

}

.pricing-process-card p{

    color:#cbd5e1;

    line-height:1.9;

}

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

.pricing-faq{

    padding:120px 0;

    background:#ffffff;

}

.pricing-faq-list{

    max-width:900px;

    margin:0 auto;

}

.pricing-faq-item{

    background:#f8fafc;

    padding:35px;

    border-radius:18px;

    margin-bottom:25px;

    transition:.3s;

    border:1px solid #e5e7eb;

}

.pricing-faq-item:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(0,0,0,.05);

}

.pricing-faq-item h3{

    font-size:23px;

    margin-bottom:16px;

}

.pricing-faq-item p{

    color:#6b7280;

    line-height:1.9;

}

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

.pricing-cta{

    padding:120px 0;

    text-align:center;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#ffffff;

}

.pricing-cta h2{

    font-size:48px;

    margin-bottom:25px;

}

.pricing-cta p{

    max-width:760px;

    margin:0 auto 40px;

    line-height:1.9;

    font-size:18px;

}

.pricing-cta .btn-primary{

    background:#ffffff;

    color:#2563eb;

}

.pricing-cta .btn-primary:hover{

    background:#f3f4f6;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .pricing-grid{

        grid-template-columns:1fr;

    }

    .featured{

        transform:none;

    }

    .featured:hover{

        transform:translateY(-10px);

    }

    .pricing-process-grid{

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

    }

}

@media(max-width:768px){

    .pricing-banner{

        padding:140px 0 80px;

    }

    .pricing-banner h1{

        font-size:42px;

    }

    .pricing-package,

    .pricing-compare,

    .pricing-process,

    .pricing-faq,

    .pricing-cta{

        padding:80px 0;

    }

    .pricing-process-grid{

        grid-template-columns:1fr;

    }

    .pricing-card{

        padding:35px;

    }

}

@media(max-width:576px){

    .pricing-banner h1{

        font-size:34px;

    }

    .pricing-price strong{

        font-size:38px;

    }

    .pricing-card{

        padding:28px;

    }

    .pricing-process-card{

        padding:28px;

    }

    .pricing-faq-item{

        padding:25px;

    }

    .pricing-table th,

    .pricing-table td{

        padding:14px;

        font-size:14px;

    }

}

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

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

.contact-banner{

    padding:170px 0 100px;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    text-align:center;

    color:#ffffff;

}

.contact-banner .section-tag{

    margin-bottom:20px;

}

.contact-banner h1{

    font-size:60px;

    margin-bottom:25px;

}

.contact-banner p{

    max-width:760px;

    margin:auto;

    line-height:1.9;

    font-size:18px;

    opacity:.95;

}

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

.contact-section{

    padding:120px 0;

    background:#ffffff;

}

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:start;

}

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

.contact-info h2{

    font-size:42px;

    margin:20px 0;

}

.contact-info>p{

    color:#6b7280;

    line-height:1.9;

    margin-bottom:40px;

}

.contact-item{

    margin-bottom:30px;

    padding-bottom:25px;

    border-bottom:1px solid #edf2f7;

}

.contact-item:last-child{

    border-bottom:none;

    margin-bottom:0;

}

.contact-item h4{

    font-size:18px;

    margin-bottom:10px;

    color:#111827;

}

.contact-item p{

    color:#6b7280;

    line-height:1.8;

}

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

.contact-form{

    background:#ffffff;

    padding:45px;

    border-radius:22px;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

    border:1px solid #e5e7eb;

}

/*==================================================
FORM
==================================================*/

.form-group{

    margin-bottom:25px;

}

.form-group label{

    display:block;

    margin-bottom:10px;

    font-weight:600;

    color:#111827;

}

.form-group input,

.form-group select,

.form-group textarea{

    width:100%;

    padding:15px 18px;

    border:1px solid #d1d5db;

    border-radius:12px;

    font-size:15px;

    font-family:inherit;

    transition:.3s;

    outline:none;

    background:#ffffff;

}

.form-group textarea{

    resize:vertical;

    min-height:150px;

}

.form-group input:focus,

.form-group select:focus,

.form-group textarea:focus{

    border-color:#2563eb;

    box-shadow:0 0 0 4px rgba(37,99,235,.10);

}

.contact-form .btn-primary{

    width:100%;

    border:none;

    cursor:pointer;

    font-size:16px;

}

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

.contact-highlight{

    padding:100px 0;

    background:#f8fafc;

}

.contact-highlight-grid{

    display:grid;

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

    gap:30px;

}

.contact-highlight-card{

    background:#ffffff;

    padding:45px 30px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    transition:.35s;

}

.contact-highlight-card:hover{

    transform:translateY(-10px);

}

.contact-highlight-card h3{

    font-size:42px;

    color:#2563eb;

    margin-bottom:15px;

}

.contact-highlight-card p{

    color:#6b7280;

    line-height:1.8;

}

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

.contact-map{

    padding:120px 0;

    background:#ffffff;

}

.map-wrapper{

    margin-top:60px;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.map-wrapper iframe{

    display:block;

    width:100%;

    height:500px;

    border:0;

}

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

.contact-faq{

    padding:120px 0;

    background:#f8fafc;

}

.contact-faq-list{

    max-width:900px;

    margin:0 auto;

}

.contact-faq-item{

    background:#ffffff;

    border-radius:18px;

    padding:35px;

    margin-bottom:25px;

    border:1px solid #e5e7eb;

    transition:.35s;

}

.contact-faq-item:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.05);

}

.contact-faq-item h3{

    font-size:24px;

    margin-bottom:16px;

}

.contact-faq-item p{

    color:#6b7280;

    line-height:1.9;

}

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

.contact-cta{

    padding:120px 0;

    text-align:center;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    color:#ffffff;

}

.contact-cta h2{

    font-size:50px;

    margin-bottom:25px;

}

.contact-cta p{

    max-width:760px;

    margin:0 auto 40px;

    line-height:1.9;

    font-size:18px;

}

.contact-cta .btn-primary{

    background:#ffffff;

    color:#2563eb;

}

.contact-cta .btn-primary:hover{

    background:#f3f4f6;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

    .contact-grid{

        grid-template-columns:1fr;

        gap:50px;

    }

    .contact-highlight-grid{

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

    }

}

@media(max-width:768px){

    .contact-banner{

        padding:140px 0 80px;

    }

    .contact-banner h1{

        font-size:42px;

    }

    .contact-section,

    .contact-highlight,

    .contact-map,

    .contact-faq,

    .contact-cta{

        padding:80px 0;

    }

    .contact-info h2{

        font-size:34px;

    }

    .contact-form{

        padding:35px;

    }

    .map-wrapper iframe{

        height:400px;

    }

    .contact-cta h2{

        font-size:38px;

    }

}

@media(max-width:576px){

    .contact-banner h1{

        font-size:34px;

    }

    .contact-highlight-grid{

        grid-template-columns:1fr;

    }

    .contact-form{

        padding:25px;

    }

    .contact-highlight-card{

        padding:35px 25px;

    }

    .contact-highlight-card h3{

        font-size:34px;

    }

    .contact-faq-item{

        padding:25px;

    }

    .contact-faq-item h3{

        font-size:20px;

    }

    .map-wrapper iframe{

        height:300px;

    }

}

/*==============================
 PROJECT DETAIL - HUYZONE
==============================*/

.project-banner{
    padding:90px 0 60px;
    text-align:center;
    border-bottom:1px solid #eee;
}

.project-banner h1{
    font-size:46px;
    font-weight:700;
    margin:20px 0;
    color:#222;
}

.project-banner p{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#fff3eb;
    color:#ff6b00;
    font-weight:600;
    font-size:13px;
    letter-spacing:1px;
}

/*==============================*/

.project-cover{
    padding:70px 0;
}

.project-cover img{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

/*==============================*/

.project-info{
    padding-bottom:80px;
}

.project-info-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.project-info-grid>div{
    padding:30px;
    border:1px solid #eee;
    border-radius:16px;
    background:#fff;
    transition:.25s;
}

.project-info-grid>div:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.project-info strong{
    display:block;
    color:#ff6b00;
    font-size:14px;
    margin-bottom:12px;
}

.project-info p{
    margin:0;
    color:#555;
    line-height:1.8;
}

/*==============================*/

.project-section{
    padding:40px 0;
}

.project-section:nth-child(even){
    background:#fafafa;
}

.project-section .container{
    max-width:900px;
}

.project-section h2{
    font-size:34px;
    margin-bottom:28px;
    color:#222;
}

.project-section p{
    color:#555;
    line-height:2;
    font-size:17px;
}

/*==============================*/

.project-gallery{
    padding:90px 0;
	background:#adb0b5;
}

.project-gallery h2{
    text-align:center;
    font-size:34px;
    margin-bottom:50px;
	
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.gallery-grid img{
    width:100%;
    display:block;
    border-radius:16px;
    transition:.3s;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.gallery-grid img:hover{
    transform:translateY(-8px);
}

/*==============================*/

@media(max-width:992px){

.project-info-grid{
	display:grid;
    grid-template-columns:repeat(2,1fr);
}

.gallery-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.project-banner{
    padding:70px 0 50px;
}

.project-banner h1{
    font-size:34px;
}

.project-info-grid{
	display:grid;
    grid-template-columns:1fr;
}

.project-section{
    padding:30px 0;
}

.project-section h2{
    font-size:28px;
}

}