*{box-sizing:border-box}

.account-delete-form-wrap{margin:35px 0 55px;padding:32px 38px;background:#f3f7f7;border-left:5px solid #004d5a}
.account-delete-form-wrap h2{margin-bottom:25px}
.account-delete-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 25px}
.account-delete-form label{display:block;margin-bottom:8px;color:#004d5a;font-size:14px;font-weight:600}
.account-delete-form input[type="text"],.account-delete-form input[type="email"],.account-delete-form input[type="tel"],.account-delete-form select{width:100%;min-height:46px;padding:10px 13px;border:1px solid #c7d5d6;background:#fff;color:#111;font:inherit}
.account-delete-form input:focus,.account-delete-form select:focus{outline:2px solid #ff6335;outline-offset:1px}
.account-delete-consent{display:flex!important;align-items:flex-start;gap:10px;margin:25px 0 20px;color:#111!important;font-weight:400!important}
.account-delete-consent input{width:17px;height:17px;margin-top:2px;accent-color:#004d5a}
.account-delete-submit{padding:13px 20px;border:0;background:#168c4a;color:#fff;font:600 15px inherit;cursor:pointer}
.account-delete-submit i{margin-right:7px}
.account-delete-note{margin:12px 0 0!important;color:#526466!important;font-size:13px!important;line-height:1.5!important}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',sans-serif;color:#292929}
a{text-decoration:none}
p{text-align:justify}
/* HEADER */
.site-header{width:100%;font-family:inherit;background:#fff;position:relative;z-index:1000}
.header-container{width:100%;max-width:1200px;margin:auto;padding:0 20px;box-sizing:border-box}
.topbar{height:40px;background:#004653;color:#fff;font-size:14px}
.topbar .header-container{height:100%;display:flex;align-items:center;justify-content:space-between}
.top-left,.top-right,.social-links{display:flex;align-items:center}
.top-left{gap:28px}.top-left a,.top-right a{color:#fff;text-decoration:none}
.top-left a:hover,.top-right a:hover{color:#ff633f}
.top-right{height:100%;gap:25px}
.social-links{height:100%}.social-links a{width:40px;height:100%;display:grid;place-items:center;border-left:1px solid rgba(255,255,255,.12);font-size:12px}
.social-links a:last-child{border-right:1px solid rgba(255,255,255,.12)}
.navbar{height:90px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.logo{display:block}.logo img{width:205px;height:auto;display:block}
.main-nav{height:100%;display:flex;align-items:center;gap:38px}
.main-nav>a,.nav-dropdown>a{height:100%;display:flex;align-items:center;color:#444;text-decoration:none;font-size:15px;position:relative;white-space:nowrap}
.main-nav>a:hover,.nav-dropdown>a:hover,.main-nav .active{color:#ff633f}
.main-nav>a:after,.nav-dropdown>a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:#ff633f;transition:.25s}
.main-nav>a:hover:after,.nav-dropdown>a:hover:after,.main-nav .active:after{left:0;width:100%}
.nav-dropdown{height:100%;position:relative}
.nav-dropdown>a b{font-size:15px;margin-left:6px;font-weight:400}
.dropdown-menu{position:absolute;top:90px;left:-15px;width:210px;display:block;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.12);border-top:3px solid #ff633f;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu a{display:block;padding:11px 18px;color:#444;text-decoration:none;font-size:14px}
.dropdown-menu a:hover{background:#f6f7f7;color:#ff633f;padding-left:23px}
#menu-toggle,.menu-btn{display:none}
/* INNER PAGE BANNER */
.inner-banner{height:250px;background:url('../images/young-man.jpg') center/cover no-repeat;position:relative;color:#fff}
.inner-banner-overlay{position:absolute;inset:0;background:rgba(0,0,0,.42)}
.inner-banner-wrap{height:100%;max-width:1200px;margin:auto;padding:0 25px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.inner-banner h1{font-size:48px;font-weight:500;margin:0}
.breadcrumb{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}
.breadcrumb a{color:#fff;text-decoration:none}
.breadcrumb span:last-child{color:#ff7048}

/* HOME SLIDER */
.home-slider{position:relative;min-height:650px;background:#003e49;overflow:hidden}
.home-slider-track,.home-slide{min-height:650px}
.home-slide{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:opacity .6s ease,visibility .6s ease}
.home-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,55,65,.96) 0%,rgba(0,55,65,.9) 38%,rgba(0,55,65,.26) 64%,rgba(0,55,65,.05) 100%)}
.home-slide.is-active{opacity:1;visibility:visible}
.home-slide-content{position:relative;z-index:1;max-width:1200px;margin:auto;padding:120px 180px 150px 5%;color:#fff}
.home-slide-content h1{font-size:56px;line-height:1.25;font-weight:600;margin:0 0 22px}
.home-slide-content p{max-width:550px;margin:0 0 46px;color:#edf5f6;font-size:17px;line-height:1.8;text-align:left}
.home-slide-button{display:inline-flex;min-height:58px;align-items:center;padding:0 38px;background:#c66e48;color:#fff;font-size:13px;font-weight:600;text-decoration:none}
.home-slide-button:hover{background:#ff7542;color:#fff}
.home-slider-controls{position:absolute;z-index:3;top:50%;right:4%;display:flex;flex-direction:column;gap:15px;transform:translateY(-50%)}
.home-slider-arrow{width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:#142e34;font-size:24px;cursor:pointer}
.home-slider-arrow:hover{background:#ff7542;color:#fff}
.home-slider-panels{position:absolute;z-index:3;bottom:0;left:50%;width:min(1140px,calc(100% - 80px));display:grid;grid-template-columns:1fr 1fr;transform:translateX(-50%)}
.home-slider-panel{min-height:132px;display:flex;align-items:flex-start;gap:24px;padding:35px 45px;text-decoration:none}
.home-slider-panel i{font-size:39px;line-height:1;color:#ff7542}
.home-slider-panel span{display:flex;flex-direction:column;gap:12px}.home-slider-panel strong{font-size:25px;line-height:1.15}.home-slider-panel small{font-size:14px;line-height:1.7}
.home-slider-panel.light{background:#fff;color:#222}.home-slider-panel.light small{color:#5a5a5a}
.home-slider-panel.dark{background:#005365;color:#fff}.home-slider-panel.dark small{color:#dcebed}


.service-content{padding:70px 0 80px;background:#fff}
.service-content .container{max-width:1200px;margin:auto}
.service-content h2{margin:0 0 25px;color:#ff6335;font-size:30px;font-weight:500}
.service-content p{margin:0 0 25px;color:#111;font-size:16px;line-height:1.9}
.service-info{margin-top:28px;padding:35px 45px;background:#004d5a;display:grid;grid-template-columns:repeat(4,1fr);gap:40px;color:#fff}
.service-info-box h3{margin:0;padding-bottom:15px;border-bottom:1px solid #286b75;color:#ff6335;font-size:16px}
.service-info-box h3 i{margin-right:14px;font-size:10px}
.service-info-box ul{list-style:none;margin:22px 0 0;padding:0}
.service-info-box li{margin-bottom:9px;font-size:15px;line-height:1.5}

.clients-section{padding:35px 0 75px;background:#fff;overflow:hidden}
.clients-section .container{max-width:1200px;margin:auto}
.clients-section h2{text-align:center;margin:0 0 45px;font-size:42px;font-weight:500;color:#092d45}
.clients-slider{width:100%;overflow:hidden}
.clients-track{display:flex;align-items:center;width:max-content;animation:clientSlide 22s linear infinite}
.client-logo{width:240px;height:80px;display:flex;align-items:center;justify-content:center;padding:0 25px}
.client-logo img{max-width:170px;max-height:55px;width:auto;height:auto;object-fit:contain}
@keyframes clientSlide{from{transform:translateX(0)}to{transform:translateX(-1200px)}}
.services-section{padding:0 0 80px;background:#f5f5f5;position:relative;overflow:hidden}
.services-section:before{content:"";position:absolute;left:18%;top:0;border-style:solid;border-width:0 65px 65px 0;border-color:transparent #fff transparent transparent}
.services-head{max-width:1200px;height:120px;margin:auto;padding:0 0;display:flex;align-items:center;justify-content:space-between;}
.services-head h2{margin:0;font-size:43px;font-weight:500;color:#092d45}
.services-head h2 span{color:#ff7542}
.services-head a{background:#005365;color:#fff;padding:22px 42px;font-size:13px;font-weight:700;text-decoration:none}
.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:281px 281px;gap:15px}
.service-box{position:relative;overflow:hidden;display:block}
.service-box img{width:100%;height:100%;display:block;object-fit:cover;transition:.5s}
.service-big{grid-column:span 2}
.service-box:hover img{transform:scale(1.05)}
.service-special{background:#005365}
.special-overlay{position:absolute;inset:0;z-index:2;padding:75px 35px;color:#fff;background:rgba(0,83,101,.88)}
.special-overlay small{display:block;color:#ff7542;font-size:17px;margin-bottom:15px}
.special-overlay h3{font-size:27px;line-height:1.3;margin:0 0 25px}
.special-overlay span{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ff7542;font-size:30px}
.special-services{width:100%;overflow:hidden;background:linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.58)),url('../images/home-services.jpg') center/cover no-repeat}
.special-services-grid{display:grid;grid-template-columns:repeat(4,1fr);height:705px}
.special-card{position:relative;overflow:hidden;border-right:1px solid rgba(255,255,255,.25);color:#fff}
.special-bg{display:none}
.special-content{position:absolute;inset:auto 45px 145px;z-index:2}
.special-content span{display:block;color:#ff7542;font-size:21px;margin-bottom:16px}
.special-content h3{font-size:25px;line-height:1.45;margin:0;font-weight:600}
.special-content p{max-height:0;opacity:0;overflow:hidden;margin:0;line-height:2;font-size:16px;transition:.5s}
.special-card:hover:before{content:"";position:absolute;inset:0;background:rgba(20,15,12,.28)}
.special-card:hover .special-content{bottom:145px}
.special-card:hover .special-content p{max-height:180px;opacity:1;margin-top:22px}
.goals-section{padding:70px 0 80px;background:#fff url('../images/bg-section.png') center/1000px auto no-repeat}
.goals-section .container{max-width:1200px;margin:auto;padding:0 20px}
.goals-section h2{text-align:center;margin:0 0 125px;font-size:42px;color:#222}
.goals-section h2 span{color:#ff7542}
.goals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}
.goal-item i{display:block;color:#ff7542;font-size:38px;margin-bottom:10px}
.goal-item strong{display:block;color:#005268;font-size:40px;font-weight:400}
.goal-item p{margin:12px 0 0;font-size:18px;color:#333}
.goal-item .goal-number{display:block;color:#005268;font-size:40px;font-weight:400}
.goal-item .goal-label{margin:12px 0 0;font-size:18px;color:#333}
/* TESTIMONIALS */
.testimonial-section{background:#f5f5f5;padding:80px 20px}
.testimonial-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:34% 66%;align-items:center}
.testimonial-title{position:relative;padding:35px 30px}
.testimonial-title:before{content:"";position:absolute;top:0;left:0;width:75px;height:105px;background:#fff;clip-path:polygon(0 0,100% 100%,100% 0)}
.testimonial-title h2{position:relative;font-size:36px;line-height:1.3;font-weight:500;color:#111;margin:0}
.testimonial-title span{color:#ff7048}
.testimonial-slider{overflow:hidden;position:relative;padding:0 0 65px}
.testimonial-track{display:flex;width:100%;transition:transform .5s ease}
.testimonial-slide{min-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:0 5px;box-sizing:border-box}
.testimonial-card{background:#fff;min-height:315px;padding:45px 40px 35px;box-sizing:border-box;border-bottom:3px solid #ff7048;box-shadow:0 8px 25px rgba(0,0,0,.08);display:flex;flex-direction:column}
.testimonial-card p{font-size:17px;line-height:1.9;color:#555;margin:0 0 auto}
.testimonial-card h3{font-size:20px;font-weight:500;color:#222;margin:25px 0 5px}
.testimonial-card span{font-size:13px;color:#ff7048;font-weight:600}
.testimonial-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:10px}
.testimonial-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#d3d3d3;padding:0;cursor:pointer}
.testimonial-dots button.active{background:#00566a}
/* LOGISTICS HERO */
.logistics-hero{position:relative;min-height:525px;background:url('../images/home4.jpg') center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.logistics-hero-overlay{position:absolute;inset:0;background:rgba(0,31,40,.68)}
.logistics-hero-content{position:relative;z-index:2;color:#fff;padding:20px}
.logistics-hero-content h1{font-size:54px;line-height:1.3;font-weight:600;margin:0 0 35px}
.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:215px;height:65px;padding:0 30px;background:#ff7048;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:.3s}
.hero-btn:hover{background:#fff;color:#ff7048}

/* ABOUT INTRO */
.about-intro{padding:65px 20px 90px;background:#fff}
.about-intro-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-intro-content{position:relative;padding:20px 10px 20px 35px}
.about-intro-content:before{content:"";position:absolute;top:-20px;left:0;width:105px;height:145px;background:#f5f5f5;clip-path:polygon(0 0,100% 0,100% 100%,0 0)}
.about-intro-content h2{position:relative;font-size:40px;line-height:1.35;font-weight:600;color:#111;margin:0 0 20px}
.about-intro-content h2 span{color:#ff7048}
.about-intro-content p{font-size:16px;line-height:1.95;color:#111;margin:0 0 18px}
.about-intro-image{height:535px;overflow:hidden}
.about-intro-image img{width:100%;height:100%;display:block;object-fit:cover}

/* MISSION & VISION */
.mv-section{padding:80px 20px;background:#f8f9fa}
.mv-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1px 1fr;gap:55px;align-items:stretch}
.mv-card{position:relative;background:#fff;padding:45px 48px 42px;text-align:left;border-top:3px solid #ff7048;box-shadow:0 10px 35px rgba(0,0,0,.07);transition:.3s}
.mv-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.1)}
.mv-icon{width:62px;height:62px;border-radius:50%;background:#fff1ec;color:#ff7048;display:flex;align-items:center;justify-content:center;font-size:25px;margin-bottom:25px}
.mv-label{font-size:11px;font-weight:700;letter-spacing:2px;color:#73808b}
.mv-content h2{font-size:32px;line-height:1.2;color:#102b3b;font-weight:600;margin:8px 0 18px}
.mv-content h2 span{color:#ff7048}
.mv-content p{font-size:15px;line-height:1.95;color:#405363;margin:0}
.mv-divider{width:1px;background:linear-gradient(transparent,#ff7048,transparent);height:75%;align-self:center}
/* INDUSTRY COMPETENCE */
.industry-competence{display:grid;grid-template-columns:50% 50%;min-height:670px}
.competence-image{overflow:hidden}
.competence-image img{width:100%;height:100%;display:block;object-fit:cover}
.competence-content{position:relative;overflow:hidden;background:#004452;color:#fff;padding:80px 7%;display:flex;align-items:center}
.competence-inner{position:relative;z-index:2;max-width:600px}
.competence-inner h2{font-size:42px;line-height:1.3;margin:0 0 20px;font-weight:600}
.competence-inner h2 span{color:#ff7048}
.competence-inner p{font-size:16px;line-height:1.9;margin:0 0 45px;max-width:570px}
.industry-list{display:grid;grid-template-columns:1fr 1fr;gap:0 70px}
.industry-list ul{list-style:none;padding:0;margin:0}
.industry-list li{position:relative;font-size:16px;margin:0 0 23px;padding-left:30px}
.industry-list li:before{content:"";position:absolute;left:0;top:5px;width:8px;height:8px;border:2px solid #ff7048;border-radius:50%}
.shape{position:absolute;opacity:.45;z-index:1}
.shape-one{top:50px;right:18%;width:65px;height:135px;background:#006174;clip-path:polygon(0 0,100% 50%,100% 100%,0 50%)}
.shape-two{top:215px;right:16%;width:66px;height:66px;background:#45afd0;clip-path:polygon(0 100%,100% 0,100% 100%)}
.shape-three{bottom:35px;right:10%;width:70px;height:130px;background:#006174;clip-path:polygon(0 0,100% 50%,100% 100%,0 50%)}
.competence-content:after{content:"";position:absolute;right:8%;bottom:170px;width:65px;height:65px;background:#ff7048;clip-path:polygon(0 0,100% 100%,100% 0)}



/* WHY SECTION */
.why-section{padding:70px 20px 65px;background:#fff}
.why-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.why-content{position:relative;padding:25px 15px 25px 35px}
.why-content:before{content:"";position:absolute;top:0;left:0;width:100px;height:125px;background:#f5f5f5;clip-path:polygon(0 0,100% 0,100% 100%,0 0)}
.why-content h2{position:relative;font-size:40px;line-height:1.35;font-weight:500;color:#111;margin:0 0 22px}
.why-content h2 span{color:#ff7048}
.why-content p{font-size:16px;line-height:2;color:#111;margin:0 0 18px;max-width:550px}
.why-image{width:100%;height:585px;overflow:hidden}
.why-image img{width:100%;height:100%;display:block;object-fit:cover}
/* FEATURE BOXES */
.feature-section{padding:45px 20px 70px;background:#fff}
.feature-grid{max-width:1170px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:29px;align-items:stretch}
.feature-box{background:#fff;padding:40px 38px 35px;box-shadow:0 8px 28px rgba(0,0,0,.09);border-bottom:4px solid #ff7048;display:flex;flex-direction:column;min-height:420px;box-sizing:border-box}
.feature-icon{font-size:42px;line-height:1;color:#ff7048;height:55px;margin-bottom:17px}
.feature-box h3{font-size:20px;color:#111;margin:0 0 15px;font-weight:600}
.feature-box p{font-size:15px;line-height:2;color:#24384b;margin:0 0 10px}
.feature-box ul{margin:0;padding:0 0 0 25px;color:#40566a;font-size:15px;line-height:2.8}
.feature-box li::marker{color:#ff7048}

/* STATS */
.stats-section{background:#ff7545;padding:75px 20px}
.stats-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:80px}
.stat-box{display:flex;align-items:center;justify-content:center;gap:23px;color:#fff}
.stat-circle{width:145px;height:145px;border:6px solid rgba(255,255,255,.95);border-right-color:rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;box-sizing:border-box;flex-shrink:0}
.stat-circle span{font-size:36px;font-weight:400}
.stat-text{display:flex;flex-direction:column;gap:3px;min-width:110px}
.stat-text strong{font-size:15px;font-weight:600}
.stat-text b{font-size:25px;line-height:1.15;font-weight:600}

/* INDUSTRY SECTION */
.industry-section{padding:0 20px 75px;background:#fff}
.industry-head{max-width:1180px;margin:auto;padding:25px 0 25px 35px;position:relative}
.industry-head:before{content:"";position:absolute;top:0;left:0;width:100px;height:150px;background:#f5f5f5;clip-path:polygon(0 0,100% 0,100% 100%,0 0)}
.industry-head h2{position:relative;margin:0;font-size:40px;line-height:1.35;font-weight:500;color:#111}
.industry-head h2 span{color:#ff7048}
.industry-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.industry-card{background:#fff;min-height:350px;padding:38px 38px 35px;box-sizing:border-box;box-shadow:0 8px 28px rgba(0,0,0,.08);display:flex;flex-direction:column;border-bottom:3px solid transparent;transition:.3s}
.industry-card:hover{border-bottom-color:#ff7048;transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.11)}
.industry-icon{width:58px;height:58px;border-radius:50%;background:#fff3ef;color:#ff7048;font-size:32px;display:grid;place-items:center;margin-bottom:18px}
.industry-card h3{font-size:22px;font-weight:500;color:#111;margin:0;padding-bottom:25px;border-bottom:1px solid #ddd}
.industry-card p{font-size:15px;line-height:1.95;color:#24384b;margin:25px 0 0}

.faq-section{padding:10px 20px 80px;background:#fff}
.faq-wrap{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1.2fr;gap:80px}
.faq-intro{padding:55px 35px 30px 35px;position:relative}
.faq-intro:before{content:"";position:absolute;top:0;left:0;width:100px;height:120px;background:#f5f5f5;clip-path:polygon(0 0,100% 0,100% 100%,0 0)}
.faq-intro h2{position:relative;font-size:40px;line-height:1.35;margin:0 0 145px;font-weight:600;color:#222}
.faq-intro h2 span{color:#ff7147}
.faq-btn{display:inline-block;background:#ff7147;color:#fff;text-decoration:none;padding:20px 40px;font-size:13px;font-weight:700;transition:.3s}
.faq-btn:hover{background:#004b57}
.faq-list{padding-top:25px}
.faq-item{border-bottom:1px solid #d8dde0}
.faq-item button{width:100%;border:0;background:none;padding:19px 0;text-align:left;font:inherit;font-size:16px;color:#111;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-item button span{font-size:27px;font-weight:300;color:#004b57;line-height:1}
.faq-answer{display:none;padding:0 35px 18px 0;color:#555;font-size:14px;line-height:1.7}
.faq-item.active .faq-answer{display:block}
.faq-item.active button span{transform:rotate(45deg)}
/* FAQ CONTACT */
.faq-contact{background:#004b57 url('../images/bg-section.png') center/cover no-repeat;color:#fff;text-align:center;padding:78px 20px 85px;position:relative;overflow:hidden}
.faq-contact:before{content:"";position:absolute;inset:0;background:rgba(0,65,76,.35)}
.faq-contact-inner{position:relative;z-index:1;max-width:900px;margin:auto}
.faq-contact h2{font-size:30px;line-height:1.5;margin:0 0 40px;font-weight:700}
.faq-contact p{font-size:16px;line-height:2.1;margin:0 auto 48px;color:#f4f7f8}
.faq-contact-actions{display:flex;justify-content:center;align-items:center;gap:38px}
.quote-btn{background:#ff7048;color:#fff;text-decoration:none;font-size:13px;font-weight:700;padding:21px 37px;min-width:200px;transition:.3s}
.quote-btn:hover{background:#fff;color:#004b57}
.faq-phone{color:#fff;text-decoration:none;font-size:16px;display:flex;align-items:center;gap:13px}
.faq-phone span{color:#ff7048;font-size:24px;transform:rotate(-18deg)}


.site-footer{background:#101318;color:#fff;border-top:1px solid #292e36;padding:55px 6% 0}
.footer-wrap{max-width:1250px;margin:auto;display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:45px;padding-bottom:45px}
.footer-brand img{width:170px;max-width:100%;margin-bottom:18px}
.footer-brand p{color:#aeb4bd;max-width:320px;line-height:1.7;margin:0 0 22px}
.footer-col{display:flex;flex-direction:column;gap:11px}
.footer-col h4{font-size:16px;margin:0 0 9px;padding-bottom:10px;position:relative}
.footer-col h4:after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:#d7a84b}
.footer-col a,.footer-contact p{color:#aeb4bd;text-decoration:none;font-size:14px;transition:.25s}
.footer-col a:hover{color:#fff;transform:translateX(3px)}
.footer-social{display:flex;gap:9px}
.footer-social a{width:35px;height:35px;border:1px solid #343a44;border-radius:50%;display:grid;place-items:center;color:#c7cbd1;text-decoration:none;font-size:12px;font-weight:600;transition:.25s}
.footer-social a:hover{background:#d7a84b;color:#111;border-color:#d7a84b}
.footer-contact a{color:#fff}
.footer-contact p{line-height:1.6;margin:0}
.footer-bottom{max-width:1250px;margin:auto;border-top:1px solid #292e36;padding:19px 0;display:flex;justify-content:space-between;gap:20px;color:#777f8b;font-size:12px}
.footer-bottom div{display:flex;gap:22px}
.footer-bottom a{color:#8e96a2;text-decoration:none}
.footer-bottom a:hover{color:#fff}