/* CSS extracted from salesbuddy.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;
    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 {
    min-height: 550px;
    height: auto;
    background-color: #ffffff;
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.div-black {
    background-color: #000000;
}

.global-img {
    background-image: url("../image/.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.discover-page {
    background-image: linear-gradient(#050403);
    min-height: 750px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.discover-box {
    width: 280px;
    max-width: 100%;
    height: auto;
    min-height: 480px;
    /* Increased to fit content without overflow */
    border-radius: 10px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid #b0bcc4;
    transition: transform 0.3s ease, box-shadow 0.3s ease, z-index 0.3s;
    background-color: #1a1a1a;
    /* Assuming dark theme bg for boxes based on parent */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.discover-box:hover {
    z-index: 10;
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(250, 250, 250, 0.15);
}

.delay1 {
    transition-delay: 0.1s;
}

.delay2 {
    transition-delay: 0.4s;
}

.delay3 {
    transition-delay: 0.8s;
}

.delay4 {
    transition-delay: 1.0s;
}

hr {
    border-color: #b0bcc4;
    width: 100%;
}

/* Extracted from salesbuddy.html inline styles */
.header-logo {
    width: 220px;
    height: 50px;
    cursor: pointer;
}

.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;
    width: 20px;
    height: 20px;
}

.text-center {
    text-align: center;
}

.hero-main-title {
    font-size: 57px;
    margin-top: 0px;
    padding-top: 80px;
    line-height: normal;
}

.hero-subtitle {
    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 Section */
.feature-section-container {
    display: flex;
    gap: 50px;
    min-height: 495px;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-text-block {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

.feature-title,
.feature-title-blue {
    font-weight: 500;
    font-size: 40px;
    margin-top: 60px;
}

.feature-title-blue {
    color: #0072bc;
    font-size: 30px;
}

.feature-desc-highlight {
    font-size: 20px;
    color: #f79a64;
}

.feature-desc {
    font-size: 20px;
}

.feature-cta-black {
    margin-top: 30px;
    background-color: black;
    border-color: black;
    color: #ffffff;
}

/* Images */
.feature-img-container-1,
.feature-img-container-2,
.feature-img-container-3 {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-img-container-1 img,
.feature-img-container-2 img,
.feature-img-container-3 img {
    max-width: 100%;
    height: auto;
}

.feature-img-container-2 {
    margin-top: 120px;
}

.feature-desc-white-bold {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.feature-desc-white {
    font-size: 20px;
    color: white;
}

.feature-cta-white {
    margin-top: 10px;
    background-color: white;
    border-color: white;
    color: black;
}

/* Pricing Section */
.discover-title {
    padding-top: 40px;
    text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
}

.pricing-container {
    min-height: 420px;
    /* height: auto would be better */
    height: auto;
    padding-top: 50px;
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.pricing-icon-container {
    width: 100%;
    height: 100px;
    text-align: center;
}

.pricing-icon {
    margin-top: 20px;
    width: 80px;
    height: 80px;
}

.pricing-content {
    text-align: center;
    width: 90%;
    height: auto;
    line-height: 25px;
    padding-bottom: 10px;
}

.pricing-plan-title {
    text-align: center;
    color: #0072bc;
}

.pricing-price {
    font-size: 40px;
    color: #ffffff;
}

.pricing-divider-container {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.pricing-cta {
    margin-top: 20px;
    background-color: #0072bc;
    border-color: #0072bc;
    color: #ffffff;
    width: auto;
    padding: 10px 20px;
}

.pricing-features {
    color: rgb(150, 150, 150);
    /* Darker gray might not be visible on black bg, adjusted to lighter */
}

.pricing-price-original {
    text-decoration: line-through;
    font-size: 20px;
}

.pricing-price-period {
    font-size: 20px;
}

/* Trusted Section */
.trusted-section {
    min-height: 500px;
    height: auto;
    padding-bottom: 50px;
}

.trusted-header {
    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;
}

.trusted-title-small {
    font-size: 35px;
    line-height: normal;
}

.trusted-grid {
    min-height: 300px;
    padding-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.trusted-item-img-container {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.trusted-item-img {
    margin: 0;
    width: 150px;
    height: 150px;
}

.trusted-item-text-container {
    width: 250px;
    min-height: 100px;
    line-height: 25px;
    margin: 0 auto;
}

.trusted-item-title {
    text-align: center;
    color: #0072bc;
}


/* Media Queries */
@media (max-width: 768px) {
    .feature-section-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .feature-section-container .animate-to-left,
    .feature-section-container .animate-to-right {
        order: -1;
        width: 100%;
    }

    .hero-main-title {
        font-size: 40px;
    }

    .feature-title,
    .feature-title-blue,
    .trusted-title-small,
    .discover-title {
        font-size: 32px;
        margin-top: 30px;
    }

    .feature-img-container-1,
    .feature-img-container-2,
    .feature-img-container-3 {
        margin-top: 20px;
    }
}