/* CSS extracted from sales.html */

/* Prevent horizontal overflow */

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.div-recruit {
    min-height: 500px;
    height: auto;
    background-color: aliceblue;
    background-image: url("../image/solutionBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    /* changed from contain to cover for better responsive bg */
    background-position: center;
    padding-bottom: 50px;
}

.free-btn {
    background-color: #0072bc;
    color: #ffffff;
    font-weight: 550;
}

.free-btn:hover {
    border-color: #0072bc;
    background-color: #ffffff;
    color: #000000;
}

.div-para-4,
.div-white,
.div-black-sales,
.sales-bg-white {
    min-height: 550px;
    height: auto;
    background-color: #ffffff;
    /* Default, overridden by specific classes */
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.sales-bg-white {
    background-color: white;
}

.div-black-sales {
    background-color: #000000;
}

.global-img {
    background-image: url("../image/.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Extracted from sales.html inline styles */
.nav-dropdown-medium {
    width: 240px;
}

.nav-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.nav-dropdown-large {
    width: 350px;
}

.nav-column-header-simple {
    text-align: center;
    font-weight: 550;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.text-center {
    text-align: center;
}

.hero-title-sales {
    font-size: 65px;
    margin-top: 0px;
    padding-top: 80px;
}

.hero-highlight-blue {
    color: #0072bc;
}

.hero-desc {
    font-size: 18px;
    color: #f79a64;
    padding: 0 20px;
}

.hero-btn-primary {
    padding: 10px 20px;
    align-self: center;
}

.hero-btn-secondary {
    border-color: #ffffff;
    padding: 10px 20px;
    align-self: center;
}

/* Feature Sections Generic */
.feature-section-container,
.sales-content-flex {
    display: flex;
    gap: 50px;
    min-height: 495px;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Text Blocks */
.feature-text-block,
.sales-text-section {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

/* Image Containers */
.feature-img-container-1,
.feature-img-container-2,
.feature-img-container-3,
.sales-image-section {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-img-1,
.feature-img-2,
.feature-img-3,
.sales-image-responsive {
    width: 100%;
    height: auto;
    max-width: 450px;
}

/* Typography & Titles */
.feature-title-lg {
    font-weight: 500;
    font-size: 40px;
    margin-top: 60px;
}

.feature-highlight-orange-lg {
    font-size: 35px;
    color: #f79a64;
}

.feature-desc {
    font-size: 20px;
}

.feature-title-blue-sales,
.sales-section-title {
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
    color: #0072bc;
}

.sales-section-title {
    font-size: 40px;
    color: black;
}

/* Override for specific section */

.sales-section-highlight {
    font-size: 35px;
    color: #f79a64;
}

.sales-section-desc {
    font-size: 20px;
}

.feature-desc-bold-white {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.feature-desc-white {
    font-size: 20px;
    color: white;
}

/* Buttons & Links */
.btn-black {
    margin-top: 30px;
    background-color: black;
    border-color: black;
    color: #ffffff;
}

.link-black {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    color: black;
}

.btn-white {
    margin-top: 30px;
    background-color: white;
    border-color: white;
    color: black;
}

.link-white {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    color: white;
}

.btn-sales-try {
    margin-top: 30px;
    background-color: black;
    border-color: black;
    color: #ffffff;
    padding: 7px 15px;
}

.link-sales-learn {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    color: black;
}

/* Content Grid Area (Recruitment/Solutions) */
.solutions-section-sales {
    min-height: 530px;
    padding-bottom: 50px;
}

.solutions-header-container {
    padding-top: 40px;
    text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

.solutions-title-main {
    font-size: 35px;
    color: #f79a64;
}

.solutions-title {
    font-size: 35px;
    color: #f79a64;
}

.solutions-grid {
    min-height: 250px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.solution-card {
    display: flex;
    justify-content: center;
}

.solution-card-content {
    width: 320px;
    height: auto;
    /* Allow growth */
    min-height: 200px;
    line-height: 25px;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.solution-card-content:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.solution-card-title {
    text-align: center;
    color: #0072bc;
}

.solution-card-desc {
    margin-left: 0;
    text-align: justify;
}

.solutions-cta-container {
    text-align: center;
    padding: 20px;
}

.btn-marketing-solutions {
    background-color: #0072bc;
    color: #ffffff;
}

.btn-blue-marketing {
    background-color: #0072bc;
    color: #ffffff;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {

    .feature-section-container,
    .sales-content-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .feature-section-container .animate-to-left,
    .feature-section-container .animate-to-right,
    .sales-content-flex .animate-to-left,
    .sales-content-flex .animate-to-right {
        order: -1;
        /* Images on top? Or keep text on top? Let's keep natural order usually but user might want image first. 
                      Actually, usually text first on mobile is better for SEO/Reading, but visuals are nice. 
                      Let's stick to natural DOM order for now, but ensure width is 100%. */
        width: 100%;
    }

    .hero-title-sales {
        font-size: 40px;
    }

    .sales-section-title,
    .feature-title-blue-sales {
        font-size: 32px;
        margin-top: 30px;
    }

    .sales-section-highlight {
        font-size: 28px;
    }

    .link-sales-learn,
    .link-white,
    .link-black {
        margin-left: 0;
        display: block;
        /* Stack link below button */
    }

    .feature-img-container-2,
    .feature-img-container-3,
    .sales-image-section {
        margin-top: 20px;
    }
}