:root {
    --primary-orange: #ff5a00;
    --bg-light: #f4f7fb;
    --text-dark: #212529;
    --card-bg: #F6F5F4;
    --Core-Color: #FF1818;
    --swiper-navigation-color: #ff6600;
    --swiper-pagination-color: #ff6600;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-dark);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}


h1,
h2,
h3,
h4,
h5,
h6,
.brand-text {
    font-family: 'Montserrat', sans-serif;
}

/* ================= NAVBAR & HERO ================= */
.hero-section {
    position: relative;
    min-height: 100vh;
    align-items: center;
    border-radius: 0px 0px 690px 0px;
    border-bottom: 7px solid #e04f00;
    border-right: 1px solid #e04f00;
    height:690px;

    overflow: hidden;
}
section{
    scroll-margin-top: 100px;
}


/* slider */


/* Background Slider */
.myHeroSlider {

    width: 100%;
    height: 100%;


}


.nav-wrapper {
    font-family: 'prompt';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 15px;
    transition: all 0.4s ease;
}

.navbar-custom {
    background-color: white;
    border-radius: 20px;
    padding: 10px 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.40);

    margin: 0 auto;
    transition: all 0.4s ease;
    border: 1px solid rgba(1, 1, 1, 0.40);

}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

.nav-wrapper.is-sticky {
    position: fixed;
    top: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease;
}

.nav-wrapper.is-sticky .navbar-custom {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 15px 30px;
    border: 0px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.partner-logo {


    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.partner-logo span {
    color: var(--primary-orange);
    display: block;
}

.brand-text {
    font-weight: 800;
    font-size: 1.5rem;
    font-style: italic;
    margin-left: 15px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    color: #333;
    text-decoration: none;
}

.nav-link {
    font-family: 'prompt';
    font-size: 20px;
    font-weight: 300;
    color: #101010 !important;
    text-transform: uppercase;
    margin: 0 10px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--primary-orange) !important;
}

.btn-custom {
    background-color: var(--primary-orange);
    color: white !important;
    border-radius: 10px;
    font-family: 'prompt';
    font-weight: 300;
    font-size: 20px;
    padding: 12px 17.05px 12px 16px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.btn-custom:hover {
    background-color: #e04f00;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 90, 0, 0.3);
}

/* --- Custom Dropdown & Arrow Animation --- */
.nav-link i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.custom-dropdown {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 15px;
    border-top: 3px solid var(--primary-orange);
}

.custom-dropdown .dropdown-item {
    font-family: 'prompt';
    font-weight: 300;
    font-size: 20px;
    padding: 8px 25px;
    transition: all 0.2s;
}

.custom-dropdown .dropdown-item:hover {
    color: var(--primary-orange);
    background-color: rgba(255, 90, 0, 0.05);
    padding-left: 30px;
}

/* Hover Dropdown for Desktop */
@media (min-width: 992px) {
    .nav-item.dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.3s ease;
    }

    .nav-link {
        font-family: 'prompt';
        font-size: 18px;
        font-weight: 300;
        color: #101010 !important;
        text-transform: uppercase;
        margin: 0 10px;
        transition: color 0.3s;
    }


    .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-item.dropdown:hover .nav-link i {
        transform: rotate(180deg);
    }
}

/* Arrow rotation for Mobile Clicks */
.nav-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Hero Content */
.hero-content {

    position: absolute;
    z-index: 10;
    color: white;
    padding-top: 13%;


}

.welcome-text {
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 36px */
    text-transform: uppercase;

}

.company-name {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 36px */
    text-transform: uppercase;
    Margin-bottom: 32px;

}

.company-name span {
    color: var(--primary-orange);
}

.partner-text {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.alibaba-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.alibaba-text span {
    color: var(--primary-orange);
}

.slogan {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 44px;
    height: 30px;
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 60px;
    height: 24px;
}

.subtitle span {
    color: var(--primary-orange);
}




.live-chat {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: black;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.live-chat:hover {
    transform: scale(1.05);
}

.live-chat i {
    font-size: 2.5rem;
    color: #25D366;
}

/* ================= GENERAL SECTIONS ================= */
.section-padding {
    padding: 70px 0;
    position: relative;
}

.section-header h2 {
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.section-header h2 span {
    color: var(--primary-orange);
}


.about-section {
    background-color: var(--bg-light-blue);
    padding: 60px 0;
    overflow: hidden;
    /* Prevents skewed elements from causing scroll */
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.about-title {
    font-weight: 800;
    font-size: 3rem;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.about-title span {
    color: var(--primary-orange);
}

.about-text {
    font-family: inter;
    color: #333;
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.4;
    font-family: inter;
}

.expanded-text {
    text-align: justify;
    margin-top: 5px;
    line-height: 1.6;
    color: #555;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bars-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* Space between the red and orange rows */
}

/* Shared row styling */
.graphic-row {
    position: absolute;
    left: 70.7%;
    display: flex;
    gap: 6px;
    /* Space between individual blocks */
}

.graphic-org-row {
    margin-top: 30px;
    position: absolute;
    left: 70%;
    display: flex;
    gap: 4px;
    /* Space between individual blocks */
}


/* Shared block styling */
.block {
    transform: skewX(-15deg);
    /* Creates the slanted parallelogram shape */
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    /* Subtle shadow underneath */
}

/* --- Top Row (Red) Specifics --- */
.row-red .main-block {
    width: 140px;
    height: 20px;
    background-color: #ff1a1a;

}

.row-red .small-block {
    width: 12px;
    height: 20px;
    background-color: #ff1a1a;
}

/* --- Bottom Row (Orange) Specifics --- */
/* Notice the orange row is thicker in the original image */
.row-orange .main-block {
    width: 140px;
    height: 32px;
    background-color: #ff6600;
}

.row-orange .small-block {
    width: 16px;
    height: 32px;
    background-color: #ff6600;
}





/* Mobile Adjustments */
@media (max-width: 768px) {
    .about-title {
        font-size: 2.2rem;
    }

    .about-section {
        padding: 40px 0;
    }

    .partner-logo img {
        width: 80px;
    }

    .brand-text img {
        width: 100px;
    }

}


.content-block {
    margin-bottom: 4rem;
}


.content-img {
    border-radius: 12px;
    width: 668px;
    height: 422px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.content-details {
    padding-left: 94px;
    font-family: inter;
}

.block-title {
    font-family: 'prompt';
    font-weight: 600;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.block-title span {
    color: var(--primary-orange);
}

.block-subtitle {
    color: var(--Secondary-color, #010101);
    font-family: inter;
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    line-height: 54px;
    /* 150% */
    letter-spacing: -0.05px;

}

.block-subtitle span {
    color: var(--primary-orange);
}

.custom-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: inter;
}

.custom-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--primary-orange);

    font-size: 1.1rem;
}

.btn-small {
    padding: 8px 20px;
    font-size: 0.75rem;
}

/* ================= SPECIFIC SECTIONS ================= */
/* Services */
.service-main-card {
    background-color: var(--card-bg);
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-card {
    background-color: var(--card-bg);
    border-radius: 18px;
    padding: 26px 48px 64.66px 48px;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    align-self: stretch;
}

.service-card-title {
    margin-top: 10px;
    color: var(--primary-orange);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.service-card-details {
    font-size: 12px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 90, 0, 0.1);
    border: 1px solid rgba(255, 90, 0, 0.2);
}

.service-icon {
    font-size: 2rem;
    color: var(--primary-orange);
    margin-bottom: 15px;
}

/* Counters & Map */
g:hover {
    transform: scale(1.01);
    transition: 1s;
    border: 1px solid var(--primary-orange);
}

.counter-box {
    text-align: center;
    margin-bottom: 20px;
}

.counter-icon {
    border: 2px solid var(--primary-orange);
    border-radius: 32px;
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    color: var(--primary-orange);
    margin-bottom: 15px;
    box-shadow: 6px 6px 0 0 #FF6203;
    background: #fff;
}

.counter-num {
    color: #626262;
    text-align: center;
    font-family: Prompt;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.text-muted {
    color: #626262;
    text-align: center;
    font-family: Prompt;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.map-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    opacity: 0.8;
}

.stat-small {
    color: #000;

    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -4px;
}

.text-muted-small {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Video Block */
.video-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.video-title {
    color: #010101;
    font-family: Raleway;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    background: var(--primary-orange);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.video-box:hover .play-btn {
    transform: scale(1.1);
}

.video-details {

    color: #010101;
    text-align: justify;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;


}

.video-details {

    color: #010101;
    text-align: justify;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.training-details {
    color: #010101;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Filter Events */
.filter-btn {
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 600;
    margin-right: 10px;
    transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    color: white;
}

/* Footer */
footer {
    background-color: #2a2a2a;
    color: white;
    padding: 60px 0 30px;
    position: relative;
    border-top: 10px solid #e04f00;
    border-left: 1px solid #e04f00;
    margin-top: 80px;
}

.footer-form {
    background-color: var(--primary-orange);
    align-items: center;
    padding: 30px;
    border-radius: 15px;
}

.footer-form input,
.footer-form textarea {
    border-radius: 20px;
    border: none;
    padding: 8px 28px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;

    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

}

.footer-form textarea {
    border-radius: 15px;
}

.footer-form .btn-submit {
    background: #333;
    color: white;
    justify-content: center;
    align-items: center;

    border-radius: 50px;
    padding: 10px 28px;
    font-weight: bold;
    border: none;
}

.social-icons a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: var(--primary-orange);
}

/* Animations */
.anim-element {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.anim-up {
    transform: translateY(40px);
}

.anim-left {
    transform: translateX(40px);
}

.anim-right {
    transform: translateX(-40px);
}

.anim-element.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Mobile Specific Fixes */
@media (max-width: 991px) {
    .navbar-collapse {
        background: white;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        margin-top: 10px;
    }

    .btn-custom {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }



    .custom-dropdown {
        box-shadow: none;
        border: none;
        border-left: 2px solid var(--primary-orange);
        border-radius: 0;
        margin-left: 10px;
        margin-top: 0;
        background: #fafafa;
    }



    .alibaba-text {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 2.2rem;
    }

    .slogan {
        font-size: 25px;
        margin-botom: 20px;
    }

    .subtitle {
        font-size: 15px;
    }
}
