/* ========================================
   Global Styles from index.html
   ======================================== */

:root {
    --primary-color: #133b84;
    --secondary-color: #1a4da3;
    --accent-color: #2196F3;
    --light-bg: #f8f9fa;
}

* {
    font-family: 'Prompt', sans-serif;
}

/* ========================================
   Header Top Styles
   ======================================== */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0 !important;
}

.header-top {
    background: #0a2d6d;
    position: relative;
    overflow: visible;
    z-index: 1000;
    padding: 12px 0;
}

.header-top .shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.header-top .shape-1 {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50%;
    height: 100%;
    background: var(--secondary-color);
    transform: skewX(40deg);
    border-radius: 20px 0 0 0;
    border-left: 5px solid rgba(255, 255, 255, 0.3);
}

.header-top .shape-2 {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 10%;
    background: var(--secondary-color);
    border-radius: 0 0 20px 0;
    transform: skewX(40deg);
    border-right: 5px solid rgba(255, 255, 255, 0.3);
}


.header-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header-top-left .header-top-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 60px;
    gap: 25px;
}

.header-top-left .header-top-list ul li {
    color: #ffffff;
    font-size: 17px;
}

.header-top-left .header-top-list ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-top-left .header-top-list ul li a:hover {
    color: #fff;
}

.header-top-left .header-top-list ul li a i {
    margin-right: 8px;
    color: #ffc107;
}

.header-top-right {
    display: flex;
    align-items: center;
}

/* Top Bar Social Buttons */
.top-bar-right {
    display: flex;
    align-items: center;
}

.social-button {
    color: #fff !important;
    text-decoration: none;
    margin-left: 10px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    height: 42px;
}

.social-button:hover {
    color: #fff !important;
}

.social-button .btn-icon i {
    color: #fff !important;
}

.social-button .btn-icon {
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-button-phone,
.social-button-phone:hover {
    background: #f6bd1d;
    padding-left: 4px;
}

.social-button-phone:hover {
    border-color: #f6bd1d;
}

.social-button-phone .btn-icon {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
}

.social-button-line,
.social-button-line:hover {
    background: #00c300;
}

.social-button-line:hover {
    border-color: #00c300;
}

.social-button-line .btn-icon {
    font-size: 28px;
}

/* Responsive Header Top */
@media (max-width: 991px) {
    .header-top-wrap {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .header-top-left .header-top-list ul {
        flex-wrap: wrap;
        justify-content: center !important;
        padding-left: 0 !important;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .header-top-left .header-top-list ul {
        flex-direction: column;
        gap: 8px;
    }

    .header-top-left .header-top-list ul li a {
        font-size: 13px;
    }
}

body {
    /*padding-top: 76px;*/
    font-size: 17px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

/* Navbar Styles */
.navbar {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
}

/* Header Contact Info */
.header-contact-info {
    display: inline-flex;
    align-items: center;
    margin-left: 25px;
}

.header-contact-info .icon {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #f6bd1d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.header-contact-info .icon i {
    color: #f6bd1d;
    font-size: 18px;
    transform: scaleX(-1);
}

.header-contact-info .contact-text {
    display: flex;
    flex-direction: column;
}

.header-contact-info .contact-text span {
    font-size: 17px;
    color: #666;
    line-height: 1.3;
}

.header-contact-info .contact-text a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.header-contact-info .contact-text a i {
    color: #333;
    margin-right: 5px;
    transform: scaleX(-1);
    display: inline-block;
}

.header-contact-info .contact-text a:hover {
    color: #00B900;
}

/* Header Button - ขอใบเสนอราคา */
.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a4da3;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.header-btn:hover {
    background: #133b84;
    color: #ffffff !important;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff !important;
}

.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f6bd1d !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #f6bd1d;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 80%;
}

/* Hero Slider Section - Swiper Style */
.hero-slider-section {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

.hero-slider-section.hero-5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 100%;
}

.pixfix-slider.swiper-container {
    overflow: hidden;
}

.hero-5 .bg-shape {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-5 .hero-wrap-5 {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 100%;
}

.hero-5 .hero-wrap-5 .hero-content-5 {
    padding: 0;
}

/* Swiper Slider */
.pixfix-slider {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 600;
}

.pixfix-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1920 / 600;
}

.pixfix-slider .swiper-slide .bg-shape {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

/* Slider Navigation Arrows */
.slider-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    pointer-events: none;
}

.slider-arrow .slider-nav {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    color: white;
    font-size: 1.2rem;
    pointer-events: auto;
}

.slider-arrow .slider-nav:hover {
    background-color: rgba(0,0,0,0.5);
    transform: scale(1.1);
}

/* Responsive - Tablet */
@media (max-width: 992px) {
    .pixfix-slider {
        height: auto;
        aspect-ratio: 1920 / 600;
    }

    .pixfix-slider .swiper-slide {
        height: auto !important;
        aspect-ratio: 1920 / 600;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .hero-slider-section {
        /*margin-top: 56px !important;*/
        padding: 0 !important;
    }

    .pixfix-slider {
        height: auto;
        aspect-ratio: 1920 / 600;
    }

    .pixfix-slider .swiper-slide {
        height: auto !important;
        aspect-ratio: 1920 / 600;
    }

    .hero-5 .bg-shape {
        min-height: auto;
    }

    .slider-arrow {
        padding: 0 10px;
    }

    .slider-arrow .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

/* Section Styles */
section {
    padding: 80px 0;
}

section.hero-slider-section {
    padding: 0 !important;
    padding-top: 15px !important;
    margin: 0 !important;
}

.section-title {
    font-size: 2.5rem;
   /* font-weight: 700;*/
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

/* About Section */
.about-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.about-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.service-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(19,59,132,0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    color: white;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* Brand Section */
.brand-section {
    background: var(--light-bg);
}

.brand-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 100%;
}

.brand-card:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.brand-logo {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* About Features List */
.about-features-list {
    margin-top: 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item .feature-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item span {
    color: #666;
    line-height: 1.6;
}

.feature-item strong {
    color: var(--primary-color);
    font-weight: 600;
}

/* AC Type Cards */
.ac-type-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.ac-type-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    border-left: 4px solid var(--accent-color);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    flex: 1;
    margin-bottom: 20px;
}

.ac-type-card:last-child {
    margin-bottom: 0;
}

.ac-type-card:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.ac-type-icon {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-right: 15px;
}

/* Portfolio Section */
.portfolio-section {
    background: var(--light-bg);
}

.portfolio-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(19,59,132,0.2);
}

.portfolio-image {
    position: relative;
    overflow: hidden;
    /*height: 250px;*/
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    display: block;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

.portfolio-content {
    padding: 15px 0;
    text-align: center;
}

.portfolio-content h5 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-content p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* Contact Section */
.contact-section {
    background: white;
}

.contact-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.map-container {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-item {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: var(--light-bg);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 1.3rem;
}

.contact-info h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info p {
    margin: 0;
    color: #666;
}

.contact-info a {
    color: #666;
    text-decoration: none;
}

.contact-info a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* Animations */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.cta-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 30px;
    opacity: 0.95;
}

.btn-cta {
    background: white;
    color: var(--primary-color);
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    background: #f8f9fa;
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
    }
}

/* ========================================
   Footer Styles
   ======================================== */

/* Footer Styles */
.footer-main {
    background-color: #133b84;
    background-image: linear-gradient(135deg, rgba(26, 77, 163, 0.85) 0%, rgba(19, 59, 132, 0.85) 50%, rgba(13, 40, 89, 0.9) 100%),
                      url('../images/bg/footer-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #ffffff;
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(19, 59, 132, 0.3) 0%, rgba(13, 40, 89, 0.5) 100%);
    z-index: 0;
    pointer-events: none;
}


.footer-content {
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 250px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-section {
    margin-bottom: 20px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-company-info {
    line-height: 1.9;
}

.footer-company-info p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
}

.footer-company-info p:first-child {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 5px;
}

.footer-contact-info {
    margin-top: 25px;
}

.footer-contact-info p {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.8;
}

.footer-contact-info a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-info a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social a {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #4a5568;
    font-size: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer-social a:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

.footer-social a.line-icon {
    color: #00B900;
}

.footer-social a.facebook-icon {
    color: #1877F2;
}

.footer-social a.instagram-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}

.footer-social a.phone-icon {
    color: #4a5568;
}

.footer-bottom {
    background: #1a202c;
    padding: 20px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    text-align: center;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* Floating Social Buttons */
.floating-social {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    opacity: 1 !important;
    visibility: visible !important;
}

.floating-social a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 1.8rem;
    text-decoration: none;
}

.floating-social a:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.floating-social .btn-line {
    background: #00B900;
}

.floating-social .btn-messenger {
    background: linear-gradient(45deg, #00B2FF, #006AFF);
}

.floating-social .btn-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.floating-social a {
    animation: float 3s ease-in-out infinite;
}

.floating-social a:nth-child(1) {
    animation-delay: 0s;
}

.floating-social a:nth-child(2) {
    animation-delay: 0.5s;
}

.floating-social a:nth-child(3) {
    animation-delay: 1s;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .footer-section h4 {
        font-size: 1.3rem;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 20px;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        max-width: 180px;
    }

    .footer-company-info,
    .footer-contact-info {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom p {
        font-size: 0.85rem;
        padding: 0 15px;
    }

    .floating-social {
        right: 15px;
        bottom: 20px;
        gap: 10px;
    }

    .floating-social a {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section {
    animation: fadeInUp 0.6s ease-out;
}

.footer-section:nth-child(2) {
    animation-delay: 0.1s;
}

.footer-section:nth-child(3) {
    animation-delay: 0.2s;
}

.footer-section:nth-child(4) {
    animation-delay: 0.3s;
}

/* Brand Logo Image */
.brand-logo-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ========================================
   Mobile Side Menu Styles
   ======================================== */

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 1.8rem;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
    color: #000000;
}

/* Mobile Side Menu */
.mobile-side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    max-width: 85%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
}

.mobile-side-menu.is-open {
    left: 0;
}

.side-menu-content {
    padding: 20px;
}

.side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.side-menu-head img {
    max-width: 150px;
    height: auto;
}

.mobile-menu-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    color: var(--primary-color);
}

/* Mobile Navigation List */
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid #eee;
}

.mobile-nav-list li a {
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-nav-list li a:hover {
    color: #f6bd1d;
    padding-left: 10px;
    text-decoration: underline;
}

/* Mobile Menu Overlay */
.mobile-side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-side-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* ========================================
   About Page Styles
   ======================================== */

/* Page Header / Breadcrumb */
.page-header {
    position: relative;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>') repeat;
    background-size: 100px 100px;
}

.page-header-content {
    position: relative;
    z-index: 1;
}

.page-header h1 {
    color: #fff;
    font-size: 2.8rem;
    /*font-weight: 700;*/
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

.breadcrumb-nav a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: #fff;
}

.breadcrumb-nav .separator {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
}

.breadcrumb-nav .current {
    color: #ffc107;
    font-weight: 500;
}

/* About Company Section */
.about-company-section {
    padding: 80px 0;
    background: #fff;
}

.about-image-wrapper {
    position: relative;
}

.about-image-wrapper img {
    border-radius: 15px;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(19, 59, 132, 0.3);
}

.experience-badge .years {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.experience-badge .text {
    display: block;
    font-size: 0.85rem;
    margin-top: 5px;
}

.about-company-content {
    padding-left: 30px;
}

.section-tag {
    display: inline-block;
    background: rgba(19, 59, 132, 0.1);
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-subtitle {
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.about-description {
    margin-bottom: 30px;
}

.about-description p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.company-info-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.company-info-list .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 20px;
    background: var(--light-bg);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.company-info-list .info-item:hover {
    background: rgba(19, 59, 132, 0.1);
    transform: translateX(10px);
}

.company-info-list .info-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.company-info-list .info-item strong {
    display: block;
    color: var(--primary-color);
    font-weight: 600;
}

.company-info-list .info-item span {
    color: #666;
    font-size: 0.95rem;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.why-choose-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(19, 59, 132, 0.15);
}

.why-choose-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.why-choose-icon i {
    font-size: 2rem;
    color: #fff;
}

.why-choose-card h4 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   Service Process Section
   ======================================== */
.process-card {
    background: #fff;
    padding: 40px 20px 25px 20px;
    border-radius: 15px;
    border: 2px solid #e8f2ff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.process-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(19, 59, 132, 0.15);
}

.process-card:hover::before {
    transform: scaleX(1);
}

.process-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(19, 59, 132, 0.1) 0%, rgba(26, 77, 163, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
}

.process-card .process-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.process-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(19, 59, 132, 0.2);
}

.process-icon i {
    font-size: 1.8rem;
    color: #fff;
}

.process-card h5 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
    font-size: 22px;
    text-align: left;
}

.process-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
}

/* Responsive About Page */
@media (max-width: 991px) {
    .page-header {
        padding: 80px 0 60px;
    }

    .page-header h1 {
        font-size: 2.2rem;
    }

    .about-company-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .experience-badge {
        bottom: -15px;
        right: 10px;
        padding: 15px 20px;
    }

    .experience-badge .years {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding: 70px 0 50px;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }

    .breadcrumb-nav {
        font-size: 0.9rem;
    }

    .about-company-section,
    .why-choose-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: 1.6rem;
    }

    .experience-badge {
        position: relative;
        bottom: auto;
        right: auto;
        display: inline-block;
        margin-top: 20px;
    }

    .why-choose-card {
        padding: 30px 20px;
    }
}
