.section-container {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.background-text {
    position: absolute;
    font-size: 150px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.03);
    z-index: 1;
    bottom: -50%;
    left: 30%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    user-select: none;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

.stats-badge {
    padding: 20px 30px 1px 20px;
    border-radius: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    /*box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);*/
}

.stats-number {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #FF9900;
    transform: scaleY(1.2);
    /* ยืดสูง 20% */
    transform-origin: bottom;
    /* จุดยึดด้านล่าง */
}

.stats-text {
    font-size: 16px;
    margin: -47px 0 55px 0;
    opacity: 0.9;
    color: #222;
    text-align: end;
}

.image-stack {
    position: relative;
    height: 450px;
}

.image-card {
    position: absolute;
    /*border-radius: 20px;*/
    overflow: hidden;
    /*box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);*/
    transition: all 0.3s ease;
}

/*.image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}*/

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-large {
    width: 415px;
    height: auto;
    top: -20px;
    right: 100px;
    z-index: 3;
}

.image-small {
    width: 300px;
    height: auto;
    top: -150px;
    right: 390px;
    z-index: 2;
}

.section-badge-group {
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding: 0;
    border-radius: 20px;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-badge-group i {
    font-size: 12px;
    margin-right: 8px;
}

.section-header {
    margin-bottom: 40px;
    font-size: 24px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 107, 53, 0.1);
    color: #FF9900;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-badge i {
    margin-right: 8px;
    font-size: 12px;
}

.section-title {
    font-size: 42px;
    color: #2c3e50;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.section-description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 40px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #495057;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #FF9900 0%, #ff8c42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 12px;
    color: white;
}

.btn-primary-custom {
    background: linear-gradient(135deg, #FF9900 0%, #ff8c42 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
    color: white;
}

.btn-primary-custom i {
    margin-left: 8px;
}

.rating-section {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.stars {
    color: #ffc107;
    margin-right: 15px;
}

.rating-text {
    color: #6c757d;
    font-size: 14px;
}

.play-button {
    z-index: 1;
    color: #FF9900;
    font-size: 38px;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    padding-left: 12px;
    transform: translate(-50%, -50%);
    background: #FFF;
    border: 3px solid #FF9900;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-viewall {
    display: inline-flex;
    color: #50020A;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 10px 20px 8px 30px;
    font-size: 1.375rem;
    line-height: 1;
    align-items: center;
    transition: 0.5s all ease;
}

.btn-viewall-white {
    color: #fff;
}

.btn-viewall-white-bg {
    background: #fff;
}

.btn-viewall svg {
    color: #50020A;
    margin-left: 10px;
    transition: 0.5s all ease;
    width: 24px;
    height: auto;
}

.btn-viewall:hover {
    background-color: #50020A;
    color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    transform: translate(0, 2px);
}

.btn-viewall:hover svg {
    transform: translate(5px, 0);
    color: #fff;
}

.btn-viewall-wrap {
    text-align: right;
    margin-bottom: 25px;
}

.mobile-dropdown {
    display: none;
    position: relative;
    z-index: 1040;
}

.mobile-dropdown .dropdown-toggle {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #333;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-dropdown .dropdown-toggle:hover,
.mobile-dropdown .dropdown-toggle:focus {
    background: #f8f9fa;
    border-color: #ff6600;
}

.mobile-dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    z-index: 9999;
    background: white;
    position: absolute;
}

.mobile-dropdown .dropdown-item {
    padding: 15px 20px;
    color: #6c757d;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.mobile-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.mobile-dropdown .dropdown-item:hover,
.mobile-dropdown .dropdown-item.active {
    color: #ff6600;
    background-color: #fff5f0;
}

.mobile-dropdown .dropdown-item i {
    color: #6c757d;
    transition: color 0.3s ease;
}

.mobile-dropdown .dropdown-item:hover i,
.mobile-dropdown .dropdown-item.active i {
    color: #ff6600;
}

.mobile-dropdown .dropdown-toggle::after {
    display: none;
}

.footer-section {
    background: linear-gradient(135deg, #50020A 0%, #5A0E24 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    
    left: 0;

    bottom: 0;
    background: url('/images/industrybg.svg');
    background-size: auto;
    background-position: left;
    width:660px;
    height:333px;
    z-index: 0;
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0 2rem 0;
}

.footer-header {
    text-align: center;
    margin-bottom: 4rem;
}

.footer-title {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    text-align: justify;
}

.footer-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 60px;
    text-align: justify;
}

.footer-main {
    margin-bottom: 3rem;
}

.footer-logo-section {
    margin-bottom: 2rem;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.logo-icon {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #8B1538;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
}

.company-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFD700;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: #FFD700;
    color: #8B1538;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-column h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #FFD700;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 25px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-column a:hover {
    color: #FFD700;
    padding-left: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    text-align: center;
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-item-img {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 20px;
    height: 50px;
}

.footer-item-img>img {
    height: 50px;
}

.footer-logo-section>a>figure>figcaption>h3 {
    color: #fff;
    margin-top: -18px;
    margin-left: 90px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .image-stack {
        height: 300px;
        margin-top: 40px;
    }

    .image-large {
        width: 200px;
        height: auto;
        top: 30px;
    }

    .image-small {
        width: 150px;
        height: auto;
        top: -45px;
        right: 0;
    }

    .background-text {
        font-size: 80px;
    }

    .stats-number {
        font-size: 36px;
    }

    .mobile-dropdown {
        display: block;
    }
}

@media (max-width: 480px) {
    .mobile-hide {
        display: none;
    }
}