/* ==========================================================================
   RESET & GLOBAL PROPERTIES
   ========================================================================== */
:root {
    --primary-color: #0c7fea;     /* สีหลักน้ำเงิน */
    --secondary-color: #df7a30;   /* สีรองส้ม */
    --text-dark: #333333;
    --text-light: #666666;
    --bg-light: #f9fbfd;
    --border-radius-custom: 10px; /* รัศมีความโค้งตามบรีฟ */
}

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

body {
    font-family: 'Mitr', sans-serif;
    color: #333333;
    background-color: #ffffff;
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

/* Base Wrapper Layout (100% Fluid Background with 1440px Centered Content) */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-sub {
    width: 100%;
    max-width: 1195px;
    margin: 0 auto;
    padding: 0;
}

/* Common Section Headers */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.section-title {
    font-size: 30px;
    font-weight: 400; /* Regular */
    color: #0c7fea;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95px;
    height: 3px;
    background-color: #447bd5;
}

.section-desc {
    font-size: 16px;
    font-weight: 300; /* Light */
    color: #333333;
    max-width: 850px;
    line-height: 1.8;
}

/* Standard Buttons UI Styles */
.btn-view-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 300; /* Light */
    color: #FFFFFF;
    background-color: #ea8b2c;
    padding: 8px 24px;
    border-radius: 33px;
    box-shadow: 0 4px 6px rgba(234, 139, 44, 0.2);
}

.btn-view-all:hover {
    background-color: #0c7fea;
    box-shadow: 0 4px 10px rgba(12, 127, 234, 0.3);
}

.btn-readmore {
    font-size: 14px;
    font-weight: 300; /* Light */
    color: #ea8b2c;
    display: inline-block;
    margin-top: 15px;
}

.btn-readmore:hover {
    color: #0c7fea;
    text-decoration: underline;
}


/* ==========================================================================
   HEADER & TOP-BAR STYLING
   ========================================================================== */
.main-header {
    width: 100%;
    position: relative;
    background-color: transparent
}

/* Top Bar Contacts details */
.top-bar {
    background-color: #fff;
    padding: 10px 0;
}

.top-bar-socials {
    background-color: #fff;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-socials{
    display: flex;
    align-items: end;
    gap: 12px;
    margin-left: auto; /* ดันตัวเองไปชิดขวาสุดของพื้นที่ container */
    order: 2;
}

.header-socials a {
    color: #555555;
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
}

.header-socials a i{
    color: #FFFFFF;
}

.header-socials a:hover {
    color: #0c7fea;
}

.header-contact-info {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    font-size: 24px;
    color: #0c7fea;
}

.contact-item.customer-center i{
    font-size: 24px;
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-item span {
    font-size: 14px;
    font-weight: 300; /* Light */
    color: #333333;
    line-height: 18px;
}

.contact-item a {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 18px;
}

.contact-item a:hover, .contact-item a.active{
    color: #ea8b2c;
}

.contact-item .sub-text {
    font-size: 11px;
    color: #ea8b2c;
}

/* Customer Center Styling */
.customer-center i {
    color: #0c7fea;
}

.customer-center .phone-num {
    font-size: 18.5px;
    font-weight: 400; /* Regular */
    color: #545252;
    line-height: 1.1;
}

.customer-center .phone-num:hover{
    color: #ea8b2c;
}

.customer-center .dept {
    font-size: 12px;
    font-weight: 400;
    color: #0c7fea;
    letter-spacing: 1px;
}

/* Main Navbar Styling */
.nav-bar {
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(235, 240, 247, 0.75); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: none; 
}

.nav-container {
    display: flex;
    flex-direction: column; /* เปลี่ยนเป็นแนวตั้งเพื่อให้เมนูแยกบรรทัดลงมาอยู่ตรงกลาง */
    align-items: center;    /* จัดทุกอย่างให้อยู่กึ่งกลางหน้าจอ */
    gap: 15px;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-logo {
    height: 108px;
    width: auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text strong {
    font-size: 14px;
    font-weight: 500; /* Medium */
    color: #0e39a9;
}

.logo-text strong:last-child {
    margin-left: 15px;
}

.logo-text span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
}

/* Nav Menu links items */
.nav-menu ul {
    display: flex;
    gap: 50px;
}

.nav-menu ul li a {
    font-size: 18px;
    font-weight: 400; /* Regular */
    color: #333333;
    padding: 8px 0;
    position: relative;
}

.nav-menu ul li a:hover,
.nav-menu ul li a.active {
    color: #0c7fea;
}
.nav-menu ul li a.active {
    pointer-events:none;
}

/* Mobile Hamburger Trigger */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-toggle .bar {
    height: 3px;
    width: 100%;
    background-color: #333333;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* -----------------------------------------------
   CSS สำหรับ DROPDOWN MENU (PRODUCT)
-------------------------------------------------- */

/* ตั้งค่าให้เมนูหลักที่เป็นตัวแม่เป็น Relative เพื่อให้เมนูย่อยอิงตำแหน่งได้ถูกต้อง */
.nav-menu ul li.has-dropdown {
    position: relative;
}


/* ตกแต่งลูกศรชี้ลงเล็กๆ ท้ายคำว่า PRODUCT */
.arrow-down {
    display: inline-block;
    width: 8px;          /* ความกว้างของหัวลูกศร */
    height: 8px;         /* ความสูงของหัวลูกศร */
    border-right: 2px solid #444444; /* ความหนาและสีของเส้นฝั่งขวา */
    border-bottom: 2px solid #444444; /* ความหนาและสีของเส้นฝั่งล่าง */
    
    /* หมุน 45 องศาเพื่อให้มุมแหลมชี้ลงล่างเป็นรูปตัว V */
    transform: rotate(45deg); 
    
    margin-left: 8px;    /* ระยะห่างจากตัวหนังสือ PRODUCT */
    margin-bottom: 4px;  /* ขยับตำแหน่งเยื้องขึ้น-ลงให้อยู่กึ่งกลางตัวหนังสือพอดี */
    transition: all 0.3s ease; /* ตั้งความเร็วของการเปลี่ยนสีและหมุน */
    vertical-align: middle;
}

.nav-menu ul li.has-dropdown:hover > a {
    color: var(--primary-color); /* เปลี่ยนสีตัวหนังสือ PRODUCT เป็นสีน้ำเงินหลัก */
}

/* เมื่อ Hover ให้ลูกศรหมุนกลับทิศเพิ่มลูกเล่น */
.nav-menu ul li.has-dropdown:hover .arrow-down {
    transform: rotate(225deg); 
    margin-bottom: -1px; /* ปรับชดเชยตำแหน่งตอนลูกศรหงายขึ้น */
    border-color: var(--secondary-color); /* เปลี่ยนสีเส้นลูกศรเป็นสีส้มตามสไตล์เว็บ */
}

.nav-menu ul li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    
    /* เปิดใช้งาน CSS Grid สำหรับจัดเรียงแบบ 3 คอลัมน์ */
    display: grid;
    /* บังคับให้สร้าง 3 คอลัมน์ โดยขนาดขยายตามเนื้อหาข้างในอัตโนมัติ (max-content) */
    grid-template-columns: repeat(1); 
    gap: 10px 10px; /* ระยะห่าง: แนวตั้ง 10px, แนวนอน 20px */
    
    /* ปรับให้ขนาดความกว้างยืดหยุ่นตามเนื้อหาภายในกล่อง */
    width: max-content; 
    max-width: 1195px; /* จำกัดความกว้างสูงสุดเพื่อความสวยงามบนหน้าจอใหญ่ */
    padding: 20px;
    list-style: none;
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px; /* ความโค้งมนละมุนตามสไตล์แบรนด์ */
    box-shadow: 0 15px 40px rgba(12, 127, 234, 0.18); /* เพิ่มมิติเงาให้นุ่มนวลขึ้น */
    border-top: 4px solid var(--primary-color); /* คาดเส้นสีน้ำเงินหลัก #0c7fea */
    
    /* โครงสร้าง Animation (Fade In + Slide Up) ตามเดิม */
    transform: translateX(-50%) translateY(20px); 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s;
    z-index: 999;
}

/* เมื่อ Hover ให้แสดงแอนิเมชันตามปกติ */
.nav-menu ul li.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(10px); 
}

/* จัดการรายการย่อยภายในแต่ละช่อง Grid */
.nav-menu ul li .dropdown-menu li {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

/* ตกแต่งลิงก์สินค้าแต่ละตัวให้มีลักษณะคล้ายการ์ดเมนูย่อย */
.nav-menu ul li .dropdown-menu li a {
    display: block;
    padding: 7px 22px;
    color: #444444 !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    border-radius: 10px; /* เพิ่มความโค้งมนเล็กน้อยให้ปุ่มลิงก์ด้านใน */
    border-bottom: none; /* เอาเส้นคั่นรูปแบบเก่าออก เพราะจัดเรียงแบบ Grid แล้ว */
    transition: all 0.2s ease;
    position: relative;
    
    /* ป้องกันตัวหนังสือขึ้นบรรทัดใหม่สั้นเกินไป ให้ยืดตามคำ */
    white-space: nowrap; 
}
.nav-menu ul li .dropdown-menu li a::after{
    content:"";
    width:4px;
    height:4px;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    left:10px;
    top:17px;

    
}

.nav-menu ul li .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--secondary-color) !important; /* เปลี่ยนตัวหนังสือเป็นสีน้ำเงินหลัก */
    transform: translateY(-1px); /* ยกตัวขึ้นเล็กน้อยเพิ่มความโต้ตอบ */
}
.nav-menu ul li .dropdown-menu li a:hover:after{
    background: var(--secondary-color);
}


/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
.main-footer {
    background-color: #0b2361;
    color: #FFFFFF;
    padding: 25px 0 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 0.8fr 1.7fr 0.8fr;
    gap: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 22px;
    font-weight: 300; /* Light */
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 3px;
    width: fit-content;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}

/* Footer About Column details */
.footer-logo-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo-box img {
    height: 100px;
}

.company-footer-name {
    font-size: 14px;
    font-weight: 500; /* Medium */
    color: #FFFFFF;
    line-height: 1.3;
}

.company-footer-name span {
    font-size: 12px;
    font-weight: 300;
}

.company-address p {
    font-size: 13px;
    font-weight: 200; /* ExtraLight */
    color: #FFFFFF;
    margin-bottom: 7px;
    line-height: 1.4;    
    
}
.company-address p.line{
    padding-left: 8px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 9px;
}

.company-address p.line::after{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #FFF;
    opacity: .4;
}

.company-address a {
    color: #FFFFFF;
    font-weight: 200;
}

.company-address a:hover {
    color: #ea8b2c;
}

/* ==========================================================================
   5. OUR CUSTOMERS SECTION
   ========================================================================== */
.our-customers {
    background-color: #111111;
    padding: 30px 0;
    background:url("../images/bg-customer.jpg") no-repeat bottom; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .customer-container-wrap {
    display: flex;
    align-items: center;
    gap: 30px;    
} */
.customer-container-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;   
}

/* .customer-title-area {
    min-width: 320px;
} */
.customer-title-area {
min-width: 100%;
width: 100%;
}

.customer-title-area h2 {
    font-size: 30px;
    font-weight: 400; /* Regular */
    color: var(--secondary-color);
    line-height: 1.3;
    text-align: center;
}

.customer-title-area .highlight {
    display: block;
    color: #e2b92a;
}

/* .customer-slider-area {
    flex-grow: 0;
    position: relative;
    padding: 0 40px;
    overflow: hidden;
    width:100%;
}
.customerSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}
.customerSwiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}
.cust-next, .cust-prev { color: #ffffff; }
.cust-next::after, .cust-prev::after { font-size: 25px; } */

.customer-slider-area {
    width: 100%;
    flex-grow: 1;
    position: relative;
    padding: 0 0 35px 0;
    overflow: hidden;
}

.customerSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}
.customerSwiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

/* --------------------------------------------------
   สไตล์สำหรับจุดควบคุมกลุ่มลูกค้า (Customer Pagination)
----------------------------------------------------- */
.customer-slider-area .cust-pagination {
    bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* ลักษณะของจุดกลมปกติ */
.customer-slider-area .cust-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.customer-slider-area .cust-pagination .swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
    width: 20px;
    border-radius: 4px;
    opacity: 1;
}


/* Footer Link Columns styles */
.footer-links li {
    margin-bottom: 6px;
    line-height: 1.2;
    position: relative;
    padding-left: 8px;
}

.footer-links li::after{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #FFF;
    opacity: .4;
}

.footer-links li a {
    font-size: 13px;
    font-weight: 300; /* Light */
    color: #FFFFFF;    
    display: inline-block;
}

.footer-links li a:hover {
    color: #ea8b2c;
    transform: translateX(4px);
}

/* QR Code area styling */
.qr-code-box {
    margin-top: 20px;
    background: #ffffff;
    padding: 8px;
    width: 120px;
    height: 120px;
    border-radius: 4px;
}

.qr-code-img {
    width: 100%;
    height: 100%;
}

/* -----------------------------------------------
   CSS สำหรับปุ่ม BACK TO TOP (ลอยขวาล่าง)
-------------------------------------------------- */

.btn-back-to-top {
    position: fixed;
    bottom: 30px; /* ระยะห่างจากขอบล่าง */
    right: 30px;  /* ระยะห่างจากขอบขวา */
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color); /* ใช้สีส้มแบรนด์เป็นหลักเพื่อให้ตัดกับเว็บสีฟ้าเด่นชัด */
    border: none;
    border-radius: 50%; /* ทำเป็นทรงกลมมนละมุน */
    box-shadow: 0 4px 15px rgba(223, 122, 48, 0.3); /* ใส่เงาสีส้มจางๆ ให้ดูลอยมีมิติ */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* มั่นใจว่าอยู่เลเยอร์บนสุดเหนือเนื้อหาทั้งหมด */
    
    /* สถานะเริ่มต้น: ซ่อนไว้และดันลงไปด้านล่างเล็กน้อยเพื่อทำแอนิเมชันตอนเปิดตัว */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    
    /* ตั้งความเร็วในการเคลื่อนไหวและการเปลี่ยนสี */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* หัวลูกศรตัว V หงายขึ้น (ถอดแบบรูปทรงมาจากหัวลูกศรเมนู Dropdown) */
.arrow-up-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2.5px solid #ffffff; /* เส้นลูกศรสีขาวหนากำลังดี */
    border-top: 2.5px solid #ffffff;
    transform: rotate(45deg); /* หมุน 45 องศาให้มุมแหลมชี้ขึ้นด้านบน */
    margin-top: 4px; /* ขยับตำแหน่งกึ่งกลางในวงกลมเพื่อความบาลานซ์ */
    transition: transform 0.3s ease;
}

/* คลาสที่จะถูกเติมด้วย JavaScript เมื่อเลื่อนหน้าจอลงมา */
.btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* สไลด์ลอยขึ้นมาจากด้านล่างอย่างนุ่มนวล */
}

/* เอฟเฟกต์ตอบสนองเมื่อผู้ใช้งานเอาเมาส์มาชี้ (Hover) */
.btn-back-to-top:hover {
    background-color: var(--primary-color); /* สลับเป็นสีน้ำเงินหลักเมื่อชี้ */
    box-shadow: 0 6px 20px rgba(12, 127, 234, 0.3); /* เปลี่ยนเงาเป็นสีน้ำเงิน */
    transform: translateY(-3px); /* ยกตัวลอยขึ้นอีกนิดเพิ่ม Dynamic */
}

.btn-back-to-top:hover .arrow-up-icon {
    transform: rotate(45deg) translateY(-2px); /* ลูกศรขยับชี้ขึ้นเล็กน้อยตอนเมาส์ชี้ */
}


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (DESKTOP-FIRST APPROACH)
   ========================================================================== */

   


/* Laptop Screens (Under 1200px till Laptop Boundary) */
@media (max-width: 1200px) {
    .container { padding: 0 25px; }
    .container-sub{ padding: 0 25px; }
    .footer-grid {
        grid-template-columns: 1.2fr 0.8fr 1.5fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .nav-menu ul li .dropdown-menu {
        grid-template-columns: repeat(2, max-content);
    }
}

/* Laptop Mode Breakpoint (1024px) */
@media (max-width: 1024px) {
    .header-contact-info { gap: 15px; }
    .customer-center .phone-num { font-size: 20px; }
    .nav-menu ul li a { font-size: 16px; }    

    .customer-container-wrap {
        /* ปรับให้เรียงเป็นแนวตั้ง โดยเอาหัวข้อขึ้นก่อน และสไลเดอร์อยู่ด้านล่าง */
        flex-direction: column;
        /* เปลี่ยนจาก flex-start เป็น center เพื่อให้ทุกอย่างบาลานซ์อยู่ตรงกลางจอ */
        align-items: center; 
        gap: 35px; /* เพิ่มระยะห่างระหว่างหัวข้อกับสไลเดอร์ */
    }

    .customer-title-area { 
        min-width: 100%; 
        width: 100%;
    }
    
    .customer-title-area h2 {
        font-size: 26px; /* ลดขนาดฟอนต์หัวข้อลงเล็กน้อยให้รับกับหน้าจอแท็บเล็ต */
    }

    /* จุดสำคัญ: บังคับให้พื้นที่สไลเดอร์กางเต็มหน้าจอ 100% ไม่ให้โดน Flex บีบยุบ */
    .customer-slider-area { 
        width: 100%;
        flex-grow: 0; /* ปิดการทำงานฝั่งแนวตั้ง */
        padding: 0 50px; /* เว้นพื้นที่ให้ปุ่มกดซ้าย-ขวาไม่ล้นทะลุจอ */
    }
}

/* -----------------------------------------------
   Responsive: ซ่อน Dropdown บนมือถือเพื่อจัด Layout ใหม่
-------------------------------------------------- */
@media (max-width: 991px) {
    .nav-menu ul li .dropdown-menu {
        display: none;
        grid-template-columns: 1fr;
        width: 100% !important;
        transform: none !important;
        position: static;
        box-shadow: none;
        border-top: none;
        padding: 10px 0 10px 15px;
        background-color: #f8fbfd;
    }
    .nav-menu ul li .dropdown-menu li a {
        white-space: normal; /* ยอมให้ข้อความตัดบรรทัดได้บนหน้าจอมือถือ */
    }
    .nav-menu ul li.has-dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* ปรับระยะหลบเมื่อเปิดบนหน้าจอมือถือขนาดเล็กเพื่อไม่ให้บังเนื้อหาหลัก */
@media (max-width: 767px) {
    .btn-back-to-top {
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
}

/* Tablet Mode Breakpoint (768px) */
@media (max-width: 768px) {
    /* Top bar Hide non-critical items on small screens */
    .header-contact-info .contact-item:not(.customer-center) {
        display: none;
    }
    
    /* Responsive Navigation Hamburger Menu Triggered */
    .menu-toggle {
        display: flex;
    }
    
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
        padding: 20px;
        display: none; /* Controlled via JS class toggles */
    }
    
    .nav-menu.active {
        display: block;        
    }
    
    .nav-menu ul {
        flex-direction: column;
        gap: 15px;
    }
    
    .text-right { text-align: left; }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

/* Mobile Smartphone Breakpoint (576px) */
@media (max-width: 576px) {
    .container { padding: 0 15px; }
    .top-bar-container { flex-direction: column; gap: 10px; text-align: center; }
    .header-contact-info { width: 100%; justify-content: center; }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .section-title { font-size: 26px; }
    
    /* Footer transforms to 2 columns on mobile view screen sizes */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Mobile Active Actions animation for hamburger icon lines transformation */
    .menu-toggle.active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .customer-title-area h2 {
        font-size: 22px;
    }
    .customer-slider-area { 
        padding: 0 35px; /* ลด Padding บนมือถือเพื่อเพิ่มพื้นที่ให้โลโก้เด่นขึ้น */
    }
}