/* style/index-why-choose-huebet-hubet.css */
.page-index-why-choose-huebet-hubet {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-index-why-choose-huebet-hubet__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-index-why-choose-huebet-hubet__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-index-why-choose-huebet-hubet__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-index-why-choose-huebet-hubet__highlight {
    color: #FFCC00; /* Accent color */
}

.page-index-why-choose-huebet-hubet__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-index-why-choose-huebet-hubet__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Accent color */
    color: #003366; /* Main color for text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-index-why-choose-huebet-hubet__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-index-why-choose-huebet-hubet__cta-button--secondary {
    background-color: #004d99; /* Slightly lighter blue */
    color: #ffffff;
    border: 1px solid #003366;
    margin-top: 20px;
}

.page-index-why-choose-huebet-hubet__cta-button--secondary:hover {
    background-color: #003366;
    border-color: #FFCC00;
}

.page-index-why-choose-huebet-hubet__cta-button--primary {
    background-color: #FFCC00;
    color: #003366;
}

.page-index-why-choose-huebet-hubet__cta-button--primary:hover {
    background-color: #e6b800;
}

.page-index-why-choose-huebet-hubet__cta-button--large {
    padding: 18px 35px;
    font-size: 1.25em;
}

.page-index-why-choose-huebet-hubet__content-section {
    padding: 60px 0;
}

.page-index-why-choose-huebet-hubet__bg-light {
    background-color: #ffffff;
}

.page-index-why-choose-huebet-hubet__intro-paragraph {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
}

.page-index-why-choose-huebet-hubet__section-title {
    font-size: 2.5em;
    color: #003366; /* Main color */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    border-bottom: 3px solid #FFCC00; /* Accent color */
    display: inline-block;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.page-index-why-choose-huebet-hubet__sub-section-title {
    font-size: 1.8em;
    color: #004d99; /* Slightly lighter blue */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFCC00; /* Accent color */
    padding-left: 15px;
}

.page-index-why-choose-huebet-hubet__paragraph {
    font-size: 1em;
    margin-bottom: 15px;
    color: #333;
}

.page-index-why-choose-huebet-hubet__link {
    color: #004d99;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-index-why-choose-huebet-hubet__link:hover {
    color: #FFCC00;
}

.page-index-why-choose-huebet-hubet__keyword {
    font-weight: bold;
    color: #003366;
}

.page-index-why-choose-huebet-hubet__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-index-why-choose-huebet-hubet__feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-index-why-choose-huebet-hubet__hero-title {
        font-size: 2.5em;
    }

    .page-index-why-choose-huebet-hubet__hero-subtitle {
        font-size: 1.1em;
    }

    .page-index-why-choose-huebet-hubet__section-title {
        font-size: 2em;
    }

    .page-index-why-choose-huebet-hubet__sub-section-title {
        font-size: 1.5em;
    }

    .page-index-why-choose-huebet-hubet__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-index-why-choose-huebet-hubet__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }

    .page-index-why-choose-huebet-hubet__content-section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-index-why-choose-huebet-hubet__hero-title {
        font-size: 2em;
    }

    .page-index-why-choose-huebet-hubet__hero-subtitle {
        font-size: 1em;
    }

    .page-index-why-choose-huebet-hubet__section-title {
        font-size: 1.8em;
    }

    .page-index-why-choose-huebet-hubet__sub-section-title {
        font-size: 1.3em;
    }

    .page-index-why-choose-huebet-hubet__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-index-why-choose-huebet-hubet__cta-button--large {
        padding: 12px 25px;
        font-size: 1em;
    }
}