@charset "utf-8";
:root {
    --color-1: #424f65;
    --color-2: #119848;
    --color-3: #ca6936;
    --color-text: #1d2530;
    --color-bg: #f2f2f2;
    --color-bg1: #fafbfb;
    --color-bg2: #e8eff8;
    --color-light: #e6e6e6;
    --color-gray: #ebe7e7;
    --color-footer: #adc6e9;
    --color-red: #ec2a2f;
    --color-white: #fff;
    --color-rate: #ffa800;
    --color-border:#ced4da;
    --font-family: 'Montserrat', sans-serif;
    --transition-smooth: all 0.5s cubic-bezier(0.04, 1, 0.6, 0.97);
    --primary-green: #1aa14b;
    --primary-green-dark: #178f43;
    --primary-orange: #ff7a1a;
    --primary-orange-dark: #ca6936;
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --top-bar-bg: #1aa14b;
}
body, html {
    font-family:var(--font-family);
    font-size: 1rem;
    height: 100%;
    margin: 0;
    color: var(--color-text);
    background-color:var(--color-bg);
}
:focus{ outline:none !important; box-shadow:none !important;}
a{text-decoration: none;}
a:hover{text-decoration:none;}
.text-justify{text-align:justify;}
.ratio-map{height:100% !important;}
.no-arrow{-moz-appearance: textfield;}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.box__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}
.bneffect{-webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}
.bneff1{-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}

.link1{color:var(--color-1);text-decoration:none;}
.link1:hover{color:var(--color-2);}
.link2{color:var(--color-dark);text-decoration:none;}
.link2:hover{color:var(--color-1);}
.link3{color:var(--color-white);text-decoration:none;}
.link3:hover{color:var(--color-light);}

.fs-7{font-size:0.9rem;}
.fs-8{font-size:0.8rem;}
.rounded-4{border-radius: 0.5rem;}
.rounded-5{border-radius: 0.75rem;}
.rounded-6{border-radius: 1rem;}
.rounded-7{border-radius: 1.5rem;}
.rounded-8{border-radius: 2rem;}

.v-font-8{font-size:0.8rem;}
.v-font-9{font-size:0.9rem;}
.v-font-10{font-size:1rem;}
.v-font-11{font-size:1.1rem;}
.v-font-12{font-size:1.2rem;}
.v-font-13{font-size:1.3rem;}
.v-font-14{font-size:1.4rem;}
.v-font-15{font-size:1.5rem;}
.v-font-16{font-size:1.6rem;}
.v-font-18{font-size:1.8rem;}
.v-font-20{font-size:2rem;}

.v-a-link{color:var(--color-dark);text-decoration:none;text-transform:uppercase;}
.img-fit{width:100%;object-fit: cover;}

.bg-color1{background-color:var(--color-1);}
.bg-color2{background-color:var(--color-2);}
.bg-color3{background-color:var(--color-3);}
.bg-dark{background-color:var(--color-dark);}
.bg-white{background-color:var(--color-white);}
.bg-main{background-color:var(--color-bg);}
.txt-color1{color:var(--color-1);}
.txt-color2{color:var(--color-2);}
.txt-color3{color:var(--color-3);}
.txt-color4{color:var(--color-footer);}
.border-color2{border-color:var(--color-2) !important;}
.border-color4{border-color:var(--color-4) !important;}
.border-color3{border-color:#3070c8 !important;}

.fw-500{font-weight:500;}
.btn-1{background-color:var(--color-3);border-color:var(--color-3);}
.border-dashed{border-style:dashed !important;}

.line-clamp{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.lclamp-2{-webkit-line-clamp: 2; }
.lclamp-3{-webkit-line-clamp: 3; }
.lclamp-4{-webkit-line-clamp: 4; }
.lclamp-5{-webkit-line-clamp: 5; }
.lclamp-6{-webkit-line-clamp: 6; }
.lclamp-7{-webkit-line-clamp: 7; }

.link-more{display:inline-flex;align-items: center;color: #1a1a1a;}

.bn-tags
{
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    line-height: 1;
    color: var(--color-dark);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    text-decoration:none;
    background-color:var(--color-gray);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cursor-pointer{
    cursor:pointer;
}
.hide{display: none;}
.bn-rate{color:var(--color-rate);font-size:1.1rem;margin:0 1px;}
.captbox{padding-top: 0.12rem;padding-bottom: 0.12rem;text-align: center;}

/* ---------- Pagination Custom ---------- */
.page-link {
    color: var(--color-2);
    border-color: #dee2e6;
}

.page-item.active .page-link {
    background-color: var(--color-2);
    border-color: var(--color-2);
    color: #fff;
}

.page-link:hover {
    color: #fff;
    background-color: var(--color-3);
}
.page-link.active.page{background-color:var(--color-2)!important; }
.page-link.active:hover{color: #fff;}

/* ===== TOP BAR ===== */
.top-bar {
    background-color: var(--top-bar-bg);
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
}
.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar .menu-toggle {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar .contact-info a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.top-bar .contact-info a:hover {
    opacity: 0.85;
}

.top-bar .contact-info i {
    font-size: 14px;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.top-bar .partner-text {
    color: #fff;
    font-size: 13px;
}

.top-bar .partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.top-bar .partner-logo img {
    width: auto;
    display: block;
}


/* ===== NAVBAR ===== */
.main-nav {
    background-color: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 1000;
}

.main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav .logo {
    display: inline-block;
    line-height: 1;
}

.main-nav .logo img {
    height: 42px;
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu > li {
    position: relative;
}

.nav-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
    position: relative;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nav-menu li a:hover,
.nav-menu li.active > a {
    color: var(--primary-green);
}

.nav-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-green);
    transition: width 0.3s ease;
}

.nav-menu > li > a:hover::after,
.nav-menu > li.active > a::after,
.nav-menu > li.has-dropdown:hover > a::after {
    width: 100%;
}

.nav-menu .caret,
.nav-menu .caret-right {
    font-size: 11px;
    transition: transform 0.3s ease;
    display: none;
}

.has-dropdown .caret,.dropdown .has-dropdown .caret-right{display: inline-block;}

.nav-menu > li.has-dropdown:hover > a .caret {
    transform: rotate(180deg);
}



/* ===== DROPDOWN MENU (LEVEL 2 & 3) ===== */
.nav-menu .dropdown,
.nav-menu .dropdown-sub {
    position: absolute;
    background: #fff;
    min-width: 230px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 8px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 1001;
    border-top: 3px solid var(--primary-green);
}

/* Level 2 - drops below */
.nav-menu > li.has-dropdown > .dropdown {
    top: calc(100% + 8px);
    left: 0;
}

/* Bridge - prevent gap from breaking hover */
.nav-menu > li.has-dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}

.nav-menu > li.has-dropdown:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Level 3 - drops to the right */
.nav-menu .dropdown-sub {
    top: 0;
    left: 100%;
    margin-left: 4px;
    border-top: none;
    border-left: 3px solid var(--primary-green);
}

.nav-menu .dropdown li.has-dropdown:hover > .dropdown-sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .dropdown li {
    position: relative;
}

.nav-menu .dropdown li a,
.nav-menu .dropdown-sub li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-dark);
    width: 100%;
    white-space: nowrap;
}

.nav-menu .dropdown li a::after,
.nav-menu .dropdown-sub li a::after {
    display: none;
}

.nav-menu .dropdown li a:hover,
.nav-menu .dropdown-sub li a:hover {
    background: #f5faf6;
    color: var(--primary-green);
    padding-left: 22px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}


/* ===== MOBILE NAV DRAWER ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 30px 25px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 0;
    top:0;
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--text-dark);
    margin-bottom: 25px;
    cursor: pointer;
}

.mobile-menu ul li {
    border-bottom: 1px solid #eee;
}

.mobile-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.mobile-menu ul li a:hover {
    color: var(--primary-green);
}

/* Mobile submenu - accordion */
.mobile-menu .mobile-submenu {
    display: none;
    padding-left: 16px;
    border-left: 2px solid var(--primary-green);
    margin: 0 0 8px 6px;
}

.mobile-menu .mobile-submenu li {
    border-bottom: 1px solid #f3f3f3;
}

.mobile-menu .mobile-submenu li:last-child {
    border-bottom: none;
}

.mobile-menu .mobile-submenu a {
    font-size: 13px;
    font-weight: 400;
    padding: 12px 0;
    color: #4a4a4a;
}

.mobile-menu .has-dropdown.open > a > .toggle-icon {
    transform: rotate(180deg);
}

.mobile-menu .has-dropdown > a > .toggle-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
    color: #888;
}

.mobile-menu .sub-toggle,
.mobile-menu .mobile-submenu .isub-toggle {
    display: none;
}

.mobile-menu .has-dropdown .sub-toggle,.mobile-submenu .has-dropdown .isub-toggle{display: inline-block !important;}


.mobile-menu .has-dropdown.open > .mobile-submenu {
    display: block;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.mobile-overlay.active {
    display: block;
}

.btn-order {
    background: #D66C2D;
    background: linear-gradient(0deg,rgba(214, 108, 45, 1) 0%, rgba(244, 128, 44, 1) 100%);
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.btn-order:hover {
    background: #d66c2d;
    color: #fff;
}

.lang-switcher {
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.lang-switcher img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.lang-switcher:hover {
    opacity: 0.75;
}
/* Mobile menu toggle */
.mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--text-dark);
    font-size: 22px;
    cursor: pointer;
}



/* ---------- Hero Banner ---------- */
.hero-banner {
    height: 70vh;
    position: relative;
}

@media (min-width: 768px) {
    .hero-banner {
        height: 85vh;
    }
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 41, 59, 0.5);
}

.hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
}

.hero-title {
    max-width: 800px;
    line-height: 1.15;
}

.hero-subtitle {
    max-width: 640px;
}


.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
}

.slider-arrow {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    padding: 5px 10px;
}

.slider-arrow:hover {
    opacity: 0.7;
}

.slider-counter {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    min-width: 60px;
    text-align: center;
}



/* ===== ABOUT SECTION ===== */
.about-section {
    position: relative;
    background-color: #f2f2f2;
    color: var(--text-dark);
    overflow: hidden;
}

.about-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}


.about-bottom {
    margin-top: 20px;
}

.about-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 18px;
    position: relative;
}

.about-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary-green);
    margin-top: 14px;
    border-radius: 2px;
}

.about-content {
    line-height: 1.85;
    color: #4a4a4a;
    text-align: justify;
}

.about-content p {
    margin-bottom: 14px;
}


.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.stat-item {
    flex: 1 1 200px;
    min-width: 180px;
}

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1;
    margin-bottom: 12px;
}

.stat-number .stat-unit {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    margin-left: 2px;
}

.stat-label {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.6;
    max-width: 220px;
}

/* ===== PRODUCTION SECTION ===== */

.product_wrapper
{
    overflow: hidden;
    position: relative;
}
.main__products {
    box-sizing: border-box;
}


@media (max-width: 767.98px) {
    .main__products {
        padding-top: 56px;
        padding-bottom: 58px;
    }
}

.main__products-scroller-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main__products-slider {
    overflow: visible;
}

@media screen and (max-width: 360px) {
    .main__products-slider {
        max-width: 240px;
        margin-left: 0;
    }
}

.main__products-slide {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 16px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .main__products-slide {
        margin: 0;
        padding-bottom: 25px;
    }
}

.main__products-slide:first-child {
    margin-left: 0;
}

.main__products-slide:hover {
    text-decoration: none;
}

.main-title {
    font-weight: 700;
    color: #a9abae;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.section-vison div:nth-of-type(3n+1) .bg-vision{background: #199c4e;color: #fff;}
.section-vison div:nth-of-type(3n+2) .bg-vision{background: #ca6936;color: #fff;}
.section-vison div:nth-of-type(3n+3) .bg-vision{background: #838687;color: #fff;}

.box-info{position: relative;padding-bottom: 70px !important;}
.box-info .box-more{position: absolute;bottom: 0;left: 0;width: 100%; }
.box-more .bmore{height: 50px;border-top:solid 1px #a8abae;padding-top: 10px;}
.box-first{background-color: var(--color-3);color: #fff;}

.box-active{background-color: var(--color-3) !important;color: #ffffff !important;}
.box-active > *,.box-active .link-more {color: #ffffff !important;}
.box-active .bmore{border-color:#fff !important;}





@media (max-width: 991px) {
    .main-title {
        font-size: 24px;
        line-height: 28px;

    }
}

@media (max-width: 767.98px) {
    .main-title {
        margin-bottom: 32px;
    }
}

.main__products-image {
    height: 304px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-position: center center;
}

@media screen and (max-width: 580px) {
    .main__products-image {
        height: 224px;
    }
}

.main__products-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__products-name {
    font-weight: 700;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    color: #333;
}

@media (max-width: 767.98px) {
    .main__products-name {
        font-weight: 700;
        color: #333;
        font-size: 16px;
        line-height: 24px;
    }
}

.main__products-index {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    line-height: 28px;
    color: #999999;
}

.main__products-button {
    margin-top: 2rem;
}

.news-img{width: 150px;}

.site-footer {
    background-color: #2b2b2b;
    color: #aaa;
    font-size: 13px;
}

.footer-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 8px;
    color: #aaa;
}

.footer-list a {
    color: #aaa;
}

.footer-list a:hover {
    color: #fff;
}

.footer-list i {
    margin-right: 8px;
    color: #2d8537;
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #444;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
}

.social-links a:hover {
    background-color: #2d8537;
}

.footer-bottom {
    border-top: 1px solid #3a3a3a;
    padding: 16px 0;
    color: #777;
    font-size: 12px;
}

/* ---------- Page Banner ---------- */
.page-banner{overflow: hidden;min-height: 100px;}
.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 41, 59, 0.4);
}

.video-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 1;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 80px;
    height: 80px;
    border: 0;
    border-radius: 50%;

    background: transparent;
    color: #eee;
    font-size: 32px;
    cursor: pointer;

    z-index: 10;
    transition: all .3s ease;
}
.play-btn i{font-size: 80px;}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.play-btn.hidden {
    opacity: 0;
    visibility: hidden;
}

.artmnu a:after{display: inline-block;content: '|';padding-left:1rem;}
.artmnu a:last-child:after{content: '';padding-left: 0;}

.office-list > div {
    display: flex;
}

.office-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.office-content {
    flex: 1; /* phần nội dung tự giãn */
}

.office-map {
    margin-top: auto; /* đẩy bản đồ xuống dưới */
}

.iframe-container {
    width: 100%;
    aspect-ratio: 4 / 6;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.banner-prev,
.banner-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5%;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer;
    outline: none;
    color:var(--color-1);
    border:none;
    border-radius: 5px;
    text-decoration:none;

}
.banner-prev:hover,
.banner-prev:hover i,
.banner-next:hover,
.banner-next:hover i{color:var(--color-2);}
.banner-prev i,
.banner-next i{font-size:1.6rem;color:var(--color-1);}
.banner-prev i{margin-right:0.25rem;}
.banner-next i{margin-left:0.25rem;}
.banner-prev {left: 50%;transform:translateX(-80px);}
.banner-next {right: 50%;transform:translateX(80px);}
.slideshow {overflow:hidden;}
.banner-home{position: relative;}
.banner-home .num-slide{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 5%;
    text-align: center;
    width: 100%;
    height: 30px;
}

.lang-menu{min-width: auto;}


@media (max-width: 767.98px) {
    .main__products-button {
        margin-top: 36px;
    }
}

@media (max-width: 1199px) {
    .nav-menu {
        gap: 18px;
    }
    .nav-menu li a {
        font-size: 13px;
    }
    .hero-title {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .top-bar .partner-text {
        display: none;
    }
    .nav-menu {
        display: none;
    }
    .nav-menu .dropdown,
    .nav-menu .dropdown-sub {
        display: none !important;
    }
    .mobile-toggle {
        display: inline-flex;
    }
    .hero-title {
        font-size: 42px;
    }
    .hero-section {
        min-height: 480px;
    }

    .about-title {
        font-size: 28px;
    }
    .stat-number {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        font-size: 12px;
    }
    .top-bar .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-bar .contact-info {
        gap: 12px;
    }
    .top-bar .contact-info a span {
        display: none;
    }
    .top-bar .partner-text {
        display: none;
    }
    .main-nav .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-nav .logo img {
        height: 34px;
    }
    .btn-order {
        padding: 8px 16px;
        font-size: 13px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-description {
        font-size: 14px;
    }
    .hero-section {
        min-height: 420px;
    }

    .about-title {
        font-size: 24px;
    }

    .about-stats {
        gap: 24px;
    }
    .stat-item {
        flex: 1 1 45%;
        min-width: 140px;
    }
    .stat-number {
        font-size: 28px;
    }
    .stat-number .stat-unit {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }

}