﻿:root{--primary-color:#ff7d44;--secondary-color:#1a535c;--dark-color:#0f1d22;--text-color:#5c5c5c;--light-bg:#f8f8f8;--white:#ffffff;--border-color:#e5e5e5;--font-heading:'Outfit', sans-serif;--font-body:'Inter', sans-serif;}*, *::before, *::after{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:var(--font-body);font-size:16px;line-height:1.7;color:var(--text-color);background:var(--white);}h1, h2, h3, h4, h5, h6{font-family:var(--font-heading);font-weight:700;color:var(--dark-color);line-height:1.3;}a{text-decoration:none;color:inherit;transition:all 0.3s ease;}ul{list-style:none;}img{max-width:100%;height:auto;}.container{max-width:1320px;margin:0 auto;padding:0 15px;}.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;font-family:var(--font-heading);font-size:15px;font-weight:600;border-radius:4px;border:none;cursor:pointer;transition:all 0.3s ease;}.btn-primary{background:var(--primary-color);color:var(--white);}.btn-primary:hover{background:var(--secondary-color);}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white);}.btn-outline:hover{background:var(--white);color:var(--secondary-color);}.btn-accent{background:var(--secondary-color);color:var(--white);width:100%;justify-content:center;padding:18px 32px;}.btn-accent:hover{background:var(--primary-color);}.section-subtitle{display:inline-block;font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;}.section-title{font-size:42px;font-weight:700;color:var(--dark-color);margin-bottom:20px;}.section-title span{color:var(--primary-color);}.section-header{margin-bottom:50px;}.section-header p{font-size:16px;color:var(--text-color);max-width:600px;}.section-header.text-center{text-align:center;}.section-header.text-center p{margin:0 auto;}.pxl-header{position:absolute;top:0;left:0;width:100%;z-index:1000;}.header-top{background:var(--secondary-color);padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.3);}.header-top-inner{display:flex;justify-content:space-between;align-items:center;}.header-top-left{display:flex;align-items:center;gap:20px;}.header-info{display:flex;align-items:center;gap:8px;color:var(--white);font-size:14px;}.header-info i{font-size:13px;}.header-divider{width:1px;height:15px;background:rgba(255,255,255,0.3);}.header-social{display:flex;gap:12px;}.header-social a{color:var(--white);font-size:14px;opacity:0.8;}.header-social a:hover{opacity:1;}.header-main{background:var(--secondary-color);padding:0;border-bottom:1px solid rgba(0,0,0,0.2);}.header-main-inner{display:flex;align-items:center;justify-content:space-between;}.logo-wrap{padding:20px 40px;background:transparent;margin-right:40px;}.logo span{font-family:var(--font-heading);font-size:32px;font-weight:800;color:var(--white);letter-spacing:-1px;}.main-nav{flex:1;}.nav-menu{display:flex;align-items:center;gap:35px;}.nav-menu > li{position:relative;}.nav-menu > li > a{display:flex;align-items:center;gap:6px;color:var(--white);font-family:var(--font-heading);font-size:16px;font-weight:500;padding:30px 0;}.nav-menu > li > a i{font-size:10px;}.nav-menu > li:hover > a, .nav-menu > li.current > a{color:var(--primary-color);}.dropdown{position:absolute;top:100%;left:0;min-width:240px;background:var(--white);box-shadow:0 10px 40px rgba(0,0,0,0.1);opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.3s ease;z-index:100;}.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0);}.dropdown li a{display:block;padding:12px 20px;color:var(--dark-color);font-size:15px;border-bottom:1px solid var(--border-color);}.dropdown li:last-child a{border-bottom:none;}.dropdown li a:hover{background:var(--primary-color);color:var(--white);}.header-right{display:flex;align-items:center;gap:25px;}.header-phone{display:flex;align-items:center;gap:12px;}.header-phone .phone-icon{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;color:var(--primary-color);}.header-phone .phone-content span{display:block;font-size:13px;color:rgba(255,255,255,0.7);}.header-phone .phone-content a{color:var(--white);font-family:var(--font-heading);font-size:18px;font-weight:600;}.header-btn .btn{padding:20px 30px;}.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;}.mobile-toggle span{width:25px;height:2px;background:var(--white);}.hero-slider-section{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;padding-top:120px;overflow:hidden;}.hero{background:var(--secondary-color);min-height:100vh;display:flex;align-items:center;padding:120px 0 60px;}.hero-container{max-width:1300px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}.hero-text{color:#fff;}.hero-tag{display:inline-block;background:rgba(255,125,68,0.2);color:#ff7d44;padding:8px 20px;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:25px;}.hero-text h1{font-size:52px;font-weight:700;line-height:1.2;margin-bottom:25px;color:#fff;}.hero-text h1 span{color:#ff7d44;}.hero-text p{font-size:18px;line-height:1.7;color:rgba(255,255,255,0.8);margin-bottom:35px;max-width:480px;}.hero-buttons{display:flex;gap:15px;flex-wrap:wrap;}.btn-main{background:#ff7d44;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:10px;transition:all 0.3s;}.btn-main:hover{background:#e86b35;transform:translateY(-2px);}.btn-secondary{background:transparent;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;border:2px solid rgba(255,255,255,0.3);display:inline-flex;align-items:center;gap:10px;transition:all 0.3s;}.btn-secondary:hover{background:#fff;color:var(--secondary-color);border-color:#fff;}.hero-image{position:relative;display:flex;align-items:center;justify-content:center;}.hero-image img{max-width:100%;height:auto;max-height:400px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,0.3));}@media (max-width:992px){.hero-container{grid-template-columns:1fr;text-align:center;}.hero-text h1{font-size:40px;}.hero-text p{margin:0 auto 35px;}.hero-buttons{justify-content:center;}.hero-image img{max-height:300px;}}@media (max-width:576px){.hero-text h1{font-size:32px;}.hero-buttons{flex-direction:column;}.btn-main, .btn-secondary{width:100%;justify-content:center;}}.hero-bg-map{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M0,200 Q100,180 200,200 Q300,220 400,200 Q500,180 600,210 Q700,240 800,200 Q900,160 1000,190 Q1100,220 1200,200 Q1300,180 1400,210 L1440,200 L1440,0 L0,0 Z M0,400 Q100,380 200,400 Q300,420 400,390 Q500,360 600,400 Q700,440 800,400 Q900,360 1000,390 Q1100,420 1200,400 Q1300,380 1400,410 L1440,400 L1440,600 Q1300,620 1200,600 Q1100,580 1000,610 Q900,640 800,600 Q700,560 600,600 Q500,640 400,610 Q300,580 200,600 Q100,620 0,600 Z'/%3E%3C/svg%3E");background-size:cover;background-position:center;opacity:0.5;z-index:1;}.hero-v3-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;min-height:500px;}.hero-v3-content{max-width:520px;flex-shrink:0;}.hero-badge-v3{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.12);border-radius:30px;margin-bottom:28px;}.hero-badge-v3 span{font-family:var(--font-heading);font-size:14px;color:rgba(255, 255, 255, 0.85);font-weight:500;}.badge-dot-v3{width:7px;height:7px;background:var(--primary-color);border-radius:50%;}.hero-v3-content h1{font-size:58px;font-weight:700;color:var(--white);line-height:1.15;margin-bottom:22px;}.hero-v3-content > p{font-size:16px;color:rgba(255, 255, 255, 0.7);line-height:1.75;margin-bottom:32px;max-width:420px;}.hero-btns-v3{display:flex;align-items:center;gap:0;}.btn-contact-v3{display:inline-flex;align-items:center;gap:12px;background:var(--primary-color);color:var(--white);padding:16px 28px;border-radius:8px 0 0 8px;font-family:var(--font-heading);font-size:15px;font-weight:600;transition:all 0.3s ease;}.btn-contact-v3:hover{background:#e86b35;}.btn-contact-v3 .btn-check{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--white);border-radius:8px;margin-left:8px;margin-right:-16px;}.btn-contact-v3 .btn-check i{color:var(--primary-color);font-size:14px;}.hero-slider-dots{margin-top:50px;display:flex;gap:8px;}.hero-slider-dots .dot{width:22px;height:22px;border:2px solid rgba(255, 255, 255, 0.3);border-radius:50%;position:relative;cursor:pointer;}.hero-slider-dots .dot.active{border-color:rgba(255, 255, 255, 0.5);}.hero-slider-dots .dot.active::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;background:var(--white);border-radius:50%;}.hero-v3-images{position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:60%;height:100%;min-height:550px;}.hero-orange-circle{position:absolute;right:200px;top:50%;transform:translateY(-50%);width:420px;height:420px;border-radius:50%;background:linear-gradient(180deg, #ffb870 0%, #ff9940 30%, #ff7d44 60%, #e86b35 100%);z-index:1;}.hero-truck{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:580px;height:auto;z-index:3;}.hero-airplane{position:absolute;top:60px;left:45%;transform:translateX(-50%);width:340px;height:auto;z-index:2;}.hero-ship-wrapper{position:absolute;right:-200px;top:0;width:500px;height:100%;overflow:hidden;z-index:0;}.hero-ship{width:100%;height:100%;object-fit:cover;object-position:left center;}.hero-slider-section{position:relative;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;padding-top:120px;overflow:hidden;}.hero-slider-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, rgba(16, 75, 89, 0.85) 0%, rgba(16, 75, 89, 0.5) 50%, transparent 100%);z-index:1;}.hero-slider-wrapper{position:relative;z-index:2;max-width:600px;padding:60px 0;}.hero-slider-content{max-width:550px;}.hero-slider-content .hero-badge{display:inline-flex;align-items:center;gap:12px;padding:10px 20px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:30px;margin-bottom:30px;}.hero-slider-content h1{font-size:62px;font-weight:700;color:var(--white);line-height:1.1;margin-bottom:25px;}.hero-slider-content p{font-size:16px;color:rgba(255,255,255,0.85);line-height:1.8;margin-bottom:35px;max-width:450px;}.hero-slider-content .hero-btns{display:flex;align-items:center;gap:15px;}.hero-slider-content .btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--white);color:var(--dark-color);padding:16px 35px;border-radius:4px;font-weight:600;transition:all 0.3s ease;}.hero-slider-content .btn-primary i{color:var(--primary-color);}.hero-slider-content .btn-primary:hover{background:var(--primary-color);color:var(--white);}.hero-slider-content .btn-primary:hover i{color:var(--white);}.hero-section{position:relative;min-height:100vh;background:var(--secondary-color);display:flex;align-items:center;padding-top:120px;padding-bottom:100px;overflow:hidden;}.hero-map-pattern{position:absolute;top:0;left:0;width:60%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 500'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M150,50 Q200,30 250,50 T350,40 T450,60 T550,45 T650,55 L700,80 Q750,100 800,90 T900,100 L950,120 L950,200 Q900,180 850,190 T750,200 T650,180 T550,200 T450,190 T350,210 T250,200 T150,220 L100,200 Q50,180 100,150 Z M100,250 Q150,230 200,250 T300,240 T400,260 T500,250 L550,280 Q600,300 650,290 T750,300 L800,320 L800,400 Q750,380 700,390 T600,400 T500,380 T400,400 T300,390 T200,410 T100,400 L50,380 Q0,360 50,330 Z'/%3E%3C/svg%3E");background-size:cover;opacity:0.5;z-index:1;}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2;}.hero-content{max-width:550px;}.hero-badge{display:inline-flex;align-items:center;gap:12px;padding:10px 20px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:30px;margin-bottom:30px;}.hero-badge span{font-family:var(--font-heading);font-size:14px;color:rgba(255,255,255,0.9);font-weight:500;}.badge-dot{width:8px;height:8px;background:var(--primary-color);border-radius:50%;}.hero-content h1{font-size:62px;font-weight:700;color:var(--white);line-height:1.1;margin-bottom:25px;}.hero-content > p{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.8;margin-bottom:35px;max-width:450px;}.hero-btns{display:flex;align-items:center;gap:0;}.hero-btns .btn-primary{border-radius:4px 0 0 4px;padding:18px 35px;}.hero-btns .btn-check{width:56px;height:56px;background:var(--white);border:none;border-radius:0 4px 4px 0;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:18px;}.hero-btns .btn-check:hover{background:#f0f0f0;}.hero-indicator{margin-top:60px;}.indicator-dot{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,0.5);border-radius:50%;position:relative;}.indicator-dot.active::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:5px;height:5px;background:var(--white);border-radius:50%;}.hero-visual{position:relative;height:600px;display:flex;align-items:center;justify-content:center;}.hero-circle{position:absolute;top:50%;right:0;transform:translateY(-50%);width:480px;height:480px;border-radius:50%;background:linear-gradient(180deg, #ffb366 0%, #ff8533 30%, #ff6b1a 60%, #e65c00 100%);z-index:1;}.hero-containers{position:absolute;top:0;right:-50px;width:400px;height:350px;z-index:2;overflow:hidden;border-radius:0 0 0 200px;}.hero-containers img{width:100%;height:100%;object-fit:cover;}.hero-truck{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);width:550px;z-index:5;}.hero-truck img{width:100%;height:320px;object-fit:cover;object-position:center bottom;border-radius:15px 15px 0 0;box-shadow:0 -20px 60px rgba(0,0,0,0.3);}.hero-features{position:relative;width:100%;z-index:10;margin-top:-80px;}.hero-features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:0;}.hero-feature-box{display:flex;align-items:flex-start;gap:20px;padding:40px 35px;background:var(--white);border-right:1px solid var(--border-color);box-shadow:0 20px 60px rgba(0,0,0,0.1);}.hero-feature-box:last-child{border-right:none;}.hero-feature-box .feature-icon{flex-shrink:0;width:70px;height:70px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;}.hero-feature-box .feature-icon.feature-icon-img{width:80px;height:80px;background:transparent;border-radius:0;}.hero-feature-box .feature-icon i{font-size:28px;color:#fff;}.hero-feature-box .feature-icon img{width:100%;height:100%;object-fit:contain;}.hero-feature-box .feature-content h4{font-size:20px;margin-bottom:8px;}.hero-feature-box .feature-content p{font-size:14px;color:var(--text-color);line-height:1.6;}.about-section{padding:120px 0 100px;background:var(--white);}.about-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}.about-images{position:relative;padding:30px;}.about-img-large img{width:100%;height:500px;object-fit:cover;border-radius:8px;}.about-img-small{position:absolute;bottom:0;right:0;width:220px;border:8px solid var(--white);box-shadow:0 20px 50px rgba(0,0,0,0.15);}.about-img-small img{width:100%;height:260px;object-fit:cover;}.about-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px;margin:30px 0;}.about-feature-item{display:flex;align-items:flex-start;gap:15px;}.about-feature-icon{flex-shrink:0;width:60px;height:60px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;}.about-feature-icon i{font-size:24px;color:#fff;}.about-feature-icon img{width:50px;height:50px;}.about-feature-text h5{font-size:18px;margin-bottom:5px;}.about-feature-text p{font-size:14px;color:var(--text-color);}.about-text{font-size:15px;line-height:1.8;margin-bottom:30px;}.about-bottom{display:flex;align-items:center;gap:30px;}.about-phone{display:flex;align-items:center;gap:15px;}.about-phone .phone-icon{width:55px;height:55px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:20px;}.about-phone .phone-text span{display:block;font-size:13px;color:var(--text-color);}.about-phone .phone-text a{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--dark-color);}.counter-section{background:transparent;padding:70px 0;}.counter-wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;text-align:center;background:var(--primary-color);padding:50px 40px;border-radius:20px;}.counter-item{position:relative;padding:0 20px;}.counter-item:not(:last-child)::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60px;background:rgba(255,255,255,0.3);}.counter-number{font-family:var(--font-heading);font-size:56px;font-weight:700;color:var(--white);line-height:1;margin-bottom:10px;}.counter-suffix{font-size:30px;}.counter-text{font-size:16px;color:rgba(255,255,255,0.9);font-weight:500;}.services-section{padding:100px 0;background:var(--light-bg);position:relative;overflow:hidden;}.services-tabs{margin-top:50px;position:relative;}.tabs-nav{display:flex;justify-content:center;gap:15px;margin-bottom:-30px;flex-wrap:wrap;position:relative;z-index:10;}.tab-btn{display:flex;align-items:center;gap:10px;padding:18px 32px;background:var(--white);border:2px solid var(--secondary-color);border-radius:15px;cursor:pointer;transition:all 0.3s ease;position:relative;z-index:10;}.tab-btn i{font-size:20px;color:var(--secondary-color);transition:all 0.3s ease;}.tab-btn img{width:40px;height:40px;}.tab-btn span{font-family:var(--font-heading);font-size:16px;font-weight:600;color:var(--secondary-color);}.tab-btn.active, .tab-btn:hover{background:var(--primary-color);border-color:var(--primary-color);}.tab-btn.active span, .tab-btn:hover span{color:var(--white);}.tab-btn.active i, .tab-btn:hover i{color:var(--white);}.tabs-content{background:var(--secondary-color);border-radius:30px;overflow:visible;box-shadow:none;position:relative;padding-top:60px;}.tabs-content::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cpath d='M0 100 Q50 50, 100 100 T200 100' stroke='rgba(255,255,255,0.03)' fill='none' stroke-width='2'/%3E%3Cpath d='M0 150 Q50 100, 100 150 T200 150' stroke='rgba(255,255,255,0.03)' fill='none' stroke-width='2'/%3E%3C/svg%3E");background-size:300px;pointer-events:none;border-radius:30px;}.tab-pane{display:none;opacity:0;transform:translateY(10px);transition:opacity 0.4s ease, transform 0.4s ease;}.tab-pane.active{display:block;opacity:1;transform:translateY(0);animation:fadeInUp 0.4s ease forwards;}@keyframes fadeInUp{from{opacity:0;transform:translateY(15px);}to{opacity:1;transform:translateY(0);}}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:60px 80px;position:relative;z-index:1;}.service-content{padding:0;}.service-content h3{font-size:38px;margin-bottom:20px;color:var(--primary-color);line-height:1.2;font-style:italic;}.service-content > p{font-size:15px;line-height:1.8;margin-bottom:30px;color:rgba(255,255,255,0.7);}.service-list{margin-bottom:35px;display:grid;grid-template-columns:1fr 1fr;gap:10px 40px;}.service-list li{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:14px;font-weight:600;color:var(--white);}.service-list li i{width:22px;height:22px;background:var(--primary-color);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--white);flex-shrink:0;}.service-btn-group{display:flex;align-items:center;gap:10px;}.service-btn-group .btn-primary{background:var(--primary-color);border-radius:10px;padding:16px 32px;font-weight:600;}.btn-check-icon{width:50px;height:50px;background:rgba(255,255,255,0.9);border-radius:10px;display:flex;align-items:center;justify-content:center;}.btn-check-icon i{color:var(--primary-color);font-size:18px;}.service-image-wrap{position:relative;}.service-image-wrap > img{width:100%;height:380px;object-fit:cover;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,0.3);}.service-dots-pattern{position:absolute;top:-25px;right:-25px;width:80px;height:100px;background-image:radial-gradient(#2E7D32 4px, transparent 4px);background-size:14px 14px;z-index:-1;}.service-line-pattern{position:absolute;bottom:20px;right:-40px;width:100px;height:100px;border:2px dashed rgba(255,255,255,0.2);border-radius:50%;z-index:-1;}.why-section{position:relative;padding:100px 0;overflow:hidden;background:var(--light-bg);}.why-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:50px;position:relative;z-index:1;}.why-features{display:flex;flex-direction:column;gap:20px;}.why-card{display:flex;align-items:flex-start;gap:20px;padding:28px 35px;background:var(--white);border-radius:0 50px 50px 0;box-shadow:0 5px 25px rgba(0,0,0,0.06);position:relative;overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease;margin-left:0;}.why-card:nth-child(2){margin-left:50px;}.why-card:hover{transform:translateX(10px);box-shadow:0 10px 35px rgba(0,0,0,0.1);}.why-card::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;}.why-card-orange::before{background:var(--primary-color);}.why-card-teal::before{background:var(--secondary-color);}.why-card-green::before{background:#43a047;}.why-card-icon{flex-shrink:0;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;}.why-card-orange .why-card-icon{background:rgba(255, 125, 68, 0.1);border-color:var(--primary-color);}.why-card-orange .why-card-icon i{color:var(--primary-color);font-size:22px;}.why-card-teal .why-card-icon{background:rgba(13, 74, 70, 0.1);border-color:var(--secondary-color);}.why-card-teal .why-card-icon i{color:var(--secondary-color);font-size:22px;}.why-card-green .why-card-icon{background:rgba(67, 160, 71, 0.1);border-color:#43a047;}.why-card-green .why-card-icon i{color:#43a047;font-size:22px;}.why-card-content h4{font-size:18px;color:var(--dark-color);margin-bottom:8px;font-weight:700;}.why-card-content p{font-size:13px;color:var(--text-color);line-height:1.7;}.why-image{position:relative;}.why-image img{width:100%;height:450px;object-fit:cover;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,0.15);}.appointment-section{position:relative;background:var(--secondary-color);}.appointment-left{position:absolute;top:0;left:0;width:45%;height:100%;background-size:cover;background-position:center;}.appointment-wrapper{display:flex;margin-left:45%;}.appointment-content{background:var(--primary-color);padding:60px 50px;display:flex;align-items:center;}.appointment-content h2{font-size:32px;color:var(--white);line-height:1.3;}.appointment-form-wrap{padding:60px 50px;flex:1;}.appointment-form{display:flex;flex-direction:column;gap:20px;}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.appointment-form input, .appointment-form select{width:100%;padding:15px 20px;border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);color:var(--white);font-family:var(--font-body);font-size:15px;border-radius:4px;}.appointment-form input::placeholder{color:rgba(255,255,255,0.6);}.appointment-form select{cursor:pointer;}.appointment-form select option{color:var(--dark-color);}.projects-section{padding:100px 0;background:var(--white);}.projects-slider{display:grid;grid-template-columns:repeat(4, 1fr);gap:25px;}.project-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:all 0.3s ease;}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.15);}.project-image{position:relative;overflow:hidden;}.project-image img{width:100%;height:250px;object-fit:cover;transition:transform 0.5s ease;}.project-card:hover .project-image img{transform:scale(1.1);}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255, 125, 68, 0.9);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;}.project-card:hover .project-overlay{opacity:1;}.project-link{width:50px;height:50px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:18px;}.project-info{padding:25px;}.project-cat{font-size:13px;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;font-weight:600;}.project-info h4{font-size:18px;margin-top:8px;}.process-section{padding:100px 0;background:var(--light-bg);}.process-steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;margin-top:50px;}.process-step{position:relative;background:var(--white);padding:40px 30px;text-align:center;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.05);}.step-number{width:70px;height:70px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}.step-number span{font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--white);}.process-step h4{font-size:20px;margin-bottom:10px;}.process-step p{font-size:14px;color:var(--text-color);}.faq-section{padding:100px 0;background:var(--white);}.faq-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start;}.faq-accordion{margin-top:30px;}.faq-item{margin-bottom:15px;border:1px solid var(--border-color);border-radius:8px;overflow:hidden;}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;transition:all 0.3s ease;}.faq-question span{font-family:var(--font-heading);font-size:17px;font-weight:600;color:var(--dark-color);}.faq-question i{color:var(--primary-color);transition:transform 0.3s ease;}.faq-item.active .faq-question{background:var(--secondary-color);}.faq-item.active .faq-question span{color:var(--white);}.faq-item.active .faq-question i{color:var(--white);transform:rotate(45deg);}.faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height 0.35s ease-out, padding 0.35s ease-out, opacity 0.25s ease-out;}.faq-item.active .faq-answer{max-height:200px;padding:15px 25px 25px;opacity:1;}.faq-answer p{font-size:15px;color:var(--text-color);line-height:1.8;}.faq-image img{width:100%;height:500px;object-fit:cover;border-radius:8px;}.testimonials-section{padding:100px 0;background:var(--light-bg);}.testimonials-slider{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;margin-top:50px;}.testimonial-card{background:var(--white);padding:40px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.05);}.testimonial-rating{margin-bottom:20px;}.testimonial-rating i{color:#ffc107;font-size:16px;}.testimonial-content p{font-size:16px;font-style:italic;color:var(--dark-color);line-height:1.8;margin-bottom:25px;}.testimonial-author{display:flex;align-items:center;gap:15px;}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover;}.author-info h5{font-size:18px;margin-bottom:3px;}.author-info span{font-size:13px;color:var(--primary-color);}.blog-section{padding:100px 0;background:var(--white);}.blog-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;}.blog-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:all 0.3s ease;}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,0.15);}.blog-image{position:relative;overflow:hidden;}.blog-image img{width:100%;height:250px;object-fit:cover;transition:transform 0.5s ease;}.blog-card:hover .blog-image img{transform:scale(1.1);}.blog-date{position:absolute;top:20px;left:20px;background:var(--primary-color);color:var(--white);padding:10px 15px;text-align:center;border-radius:4px;}.blog-date .day{display:block;font-family:var(--font-heading);font-size:24px;font-weight:700;line-height:1;}.blog-date .month{font-size:12px;text-transform:uppercase;}.blog-content{padding:25px;}.blog-meta{display:flex;gap:20px;margin-bottom:15px;}.blog-meta span{font-size:13px;color:var(--text-color);}.blog-meta i{margin-right:5px;color:var(--primary-color);}.blog-content h4{font-size:20px;margin-bottom:12px;line-height:1.4;}.blog-content h4 a:hover{color:var(--primary-color);}.blog-content > p{font-size:14px;color:var(--text-color);margin-bottom:15px;}.read-more{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:14px;font-weight:600;color:var(--primary-color);}.read-more:hover{color:var(--secondary-color);}.cta-section{padding:30px 0;background:var(--secondary-color);}.cta-box{display:flex;justify-content:space-between;align-items:center;padding:40px 50px;background:var(--primary-color);border-radius:8px;}.cta-content h2{font-size:28px;color:var(--white);margin-bottom:5px;}.cta-content p{color:rgba(255,255,255,0.9);font-size:15px;}.phone-btn{display:flex;align-items:center;gap:12px;padding:15px 30px;background:var(--white);border-radius:4px;}.phone-btn i{font-size:20px;color:var(--primary-color);}.phone-btn span{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--dark-color);}@media (max-width:1200px){.container{max-width:100%;padding:0 30px;}.hero-content h1{font-size:48px;}.section-title{font-size:36px;}}@media (max-width:992px){.header-top-left{display:none;}.main-nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--secondary-color);padding:80px 20px 30px;transition:right 0.3s ease;overflow-y:auto;z-index:999;}.main-nav.active{right:0;}.nav-menu{flex-direction:column;align-items:flex-start;gap:0;}.nav-menu > li{width:100%;border-bottom:1px solid rgba(255,255,255,0.1);}.nav-menu > li > a{padding:15px 0;justify-content:space-between;}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,0.2);display:none;}.has-dropdown.active .dropdown{display:block;}.dropdown li a{color:rgba(255,255,255,0.8);border-color:rgba(255,255,255,0.1);padding-left:20px;}.dropdown li a:hover{background:var(--primary-color);color:#fff;}.header-phone{display:none;}.header-btn{display:none;}.mobile-toggle{display:flex;position:relative;z-index:1001;}.mobile-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px);}.mobile-toggle.active span:nth-child(2){opacity:0;}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px);}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;transition:all 0.3s;z-index:998;}.mobile-overlay.active{opacity:1;visibility:visible;}.logo-wrap{padding:15px 25px;margin-right:0;}.hero-overlay{width:100%;background:rgba(28, 63, 57, 0.85);}.hero-content h1{font-size:36px;}.hero-features-grid{grid-template-columns:1fr;}.hero-feature-box{border-right:none;border-bottom:1px solid var(--border-color);}.about-wrapper, .why-wrapper, .faq-wrapper{grid-template-columns:1fr;}.about-images{order:-1;}.why-card:nth-child(2){margin-left:0;}.why-card{margin-left:0 !important;padding:20px 25px;}.about-img-small{position:relative;width:100%;margin-top:15px;}.service-detail{padding:40px 25px;gap:30px;}.service-content h3{font-size:28px;}.service-list{grid-template-columns:1fr;}.tabs-content{border-radius:15px;}.tab-btn{padding:12px 20px;flex:1;justify-content:center;min-width:140px;}.tab-btn span{font-size:14px;}.counter-wrapper{grid-template-columns:repeat(2, 1fr);}.counter-item:nth-child(2)::after{display:none;}.tabs-nav{flex-wrap:wrap;}.service-detail{grid-template-columns:1fr;}.appointment-left{display:none;}.appointment-wrapper{margin-left:0;flex-direction:column;}.projects-slider{grid-template-columns:repeat(2, 1fr);}.process-steps{grid-template-columns:repeat(2, 1fr);}.testimonials-slider{grid-template-columns:1fr;}.blog-grid{grid-template-columns:1fr;}.cta-box{flex-direction:column;text-align:center;gap:25px;}.footer-grid{grid-template-columns:repeat(2, 1fr);}.footer-contact-bar{grid-template-columns:1fr;gap:20px;}.page-banner h1{font-size:32px;}.services-grid{grid-template-columns:repeat(2, 1fr);}.blog-layout{grid-template-columns:1fr;}.blog-sidebar{order:2;}}@media (max-width:768px){.services-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;}.hero-content h1{font-size:28px;}.section-title{font-size:26px;}.page-banner{padding:140px 0 60px;}.page-banner h1{font-size:28px;}.service-detail{padding:30px 20px;}.service-content h3{font-size:24px;}.service-content > p{font-size:14px;}.service-btn-group{flex-direction:column;width:100%;}.service-btn-group .btn-primary{width:100%;justify-content:center;}.btn-check-icon{display:none;}.tabs-nav{gap:8px;}.tab-btn{padding:10px 15px;min-width:auto;flex:1 1 45%;}.tab-btn i{font-size:16px;}.tab-btn span{font-size:12px;}.counter-wrapper{padding:30px 20px;}.counter-number{font-size:42px;}.about-features{grid-template-columns:1fr;}.process-step::before{display:none;}.cta-box{padding:30px 20px;}.cta-content h2{font-size:22px;}.contact-cards-grid{grid-template-columns:1fr;}.mv-grid{grid-template-columns:1fr;}}@media (max-width:576px){.hero-content h1{font-size:24px;}.section-title{font-size:22px;}.hero-btns{flex-direction:column;width:100%;}.hero-btns .btn{width:100%;justify-content:center;}.counter-wrapper{grid-template-columns:1fr;}.counter-item::after{display:none !important;}.form-row{grid-template-columns:1fr;}.projects-slider{grid-template-columns:1fr;}.process-steps{grid-template-columns:1fr;}.footer-bottom-inner{flex-direction:column;gap:15px;text-align:center;}.btn{padding:12px 24px;font-size:14px;}.container{padding:0 15px;}.nav-menu > li > a, .dropdown li a{padding:15px;min-height:48px;}.btn{min-height:48px;}input, textarea, select{min-height:48px;font-size:16px;}}@media (max-width:992px){.hero-v3-images, .hero-ship-wrapper, .hero-truck, .hero-airplane, .hero-orange-circle{display:none !important;}.hero-v3-wrapper{justify-content:center;text-align:center;}.hero-v3-content{max-width:100%;}.hero-v3-content h1{font-size:36px;}.hero-btns-v3{justify-content:center;flex-wrap:wrap;}.hero-map-pattern, .hero-bg-map{display:none;}}@media (max-width:768px){.hero-slider-section, .hero-section, .hero{overflow:hidden !important;}.hero-badge-v3, .hero-badge{padding:8px 15px;font-size:12px;}.hero-slider-dots{justify-content:center;}.logo span{font-size:22px;}.logo-wrap{padding:12px 15px;}}@media (max-width:576px){.hero-v3-content h1{font-size:28px;line-height:1.3;}.hero-v3-content > p{font-size:14px;}.btn-contact-v3{padding:14px 20px;font-size:14px;width:100%;justify-content:center;border-radius:8px;}.btn-contact-v3 .btn-check{display:none;}.header-top{display:none;}.container{padding-left:15px !important;padding-right:15px !important;}img, video, iframe, embed, object{max-width:100% !important;height:auto !important;}table{display:block;overflow-x:auto;white-space:nowrap;max-width:100%;}pre, code{overflow-x:auto;max-width:100%;white-space:pre-wrap;word-wrap:break-word;}}@media (max-width:991px){html{overflow-x:hidden !important;}body{overflow-x:hidden !important;position:relative;width:100%;}.hero-v3-images, .hero-ship-wrapper, .hero-truck, .hero-airplane, .hero-orange-circle, .hero-map-pattern, .hero-bg-map, .service-dots-pattern, .service-line-pattern{display:none !important;}.container, section, header, footer, main, .site-main, .hero, .hero-container{max-width:100vw;overflow-x:hidden;}.why-card{margin-left:0 !important;margin-right:0 !important;}[class*="pattern"], [class*="dots"], [class*="circle"]{display:none !important;}img, video, iframe{max-width:100% !important;}.row, [class*="grid"], [class*="wrapper"]{max-width:100%;}}}
