:root {
    --brand-text-color: #1D4C84;
    --primary-bg-color: #00325D;
    --primary-text-color: #00325D;
    --white-text-color: #fff;
    --blue-cta-bg-color: #0077CD;
    --orange-cta-bg-color: #DE7C00;
    --secondary-text-color: #FFA40D;
    --white-bg-color: #fff;
    --smoke-bg-color: #E9E9E9;
    --philips-hero-yellow: #FEA500;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.primary-header-fixed {
    height: 92px;
}

.border-bottom-thick {
    border-bottom: 10px solid #00A9EB;
}

.brand-text-left {
    color: var(--brand-text-color);
    font-family: 'Neue Frutiger', sans-serif;
}

.header-logo-right {
    height: 28.2px;
    width: 137px;
    object-fit: contain;
}

.subheader-section {
    background-color: var(--primary-bg-color);
    height: 84.2px;
    overflow: visible;
}

.subheader-section .container {
    background-color: transparent !important;
    height: 100%;
}

.philips-logo {
    position: absolute;
    z-index: 10;
}

.philips-logo svg {
    height: 100px;
    width: auto;
}

.hero-full-width {
    height: 85vh;
    width: 100%;
    overflow: hidden;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-headline {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    color: var(--primary-text-color);
}

.custom-blue-btn {
    background-color: var(--blue-cta-bg-color);
    border: none;
    padding: 15px 55px;
    font-size: 24px;
    font-weight: 600;
    color: var(--white-text-color);
}

.custom-blue-btn:hover {
    background-color: var(--blue-cta-bg-color);
}

.lead-form-section {
    background-image: url('../assets/images/form_bg.webp');
    background-size: 120%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

.product-image-col {
    background-color: transparent;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50px;
}

.form-content-col {
    background-color: var(--primary-bg-color);
    color: var(--white-text-color);
    min-height: 600px;
}

.text-highlight-yellow {
    color: var(--secondary-text-color);
}

.cta-btn-orange {
    background-color: var(--orange-cta-bg-color);
    border: none;
    color: var(--white-text-color);
    transition: background-color 0.2s ease-in-out;
}

.cta-btn-orange:hover {
    background-color: var(--orange-cta-bg-color);
}

.form-control-lg {
    border: none;
    background-color: var(--white-bg-color);
    padding: 12px 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
    border-color: var(--orange-cta-bg-color);
}

.why-choose-section {
    background-image: url(../assets/images/Why_choose_philips.png);
    background-size: 115%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.why-choose-text h2 {
    color: var(--white-text-color);
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
}

.why-choose-text p {
    color: var(--white-text-color);
    font-size: 1.15rem;
    font-weight: 600;
}

.bring-convo-section {
    background-image: url(../assets/images/Bring_conversation_back.jpeg);
    background-size: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.bring-convo-section h2 {
    color: var(--primary-text-color);
    font-size: 2.2rem;
    line-height: 1.3;
}

.bring-convo-section .small {
    font-size: 0.85rem;
    opacity: 0.9;
}

.bring-convo-content {
    gap: 4rem;
}

.bring-convo-features p {
    margin-bottom: 0.5rem;
    color: var(--primary-text-color);
    font-size: 1.15rem;
}

.feature-image-wrapper {
    max-height: 400px;
}

.feature-content {
    min-height: 300px;
    padding-left: 2rem;
    gap: 1.5rem;
}

.feature-item h5 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-text-color);
    margin-bottom: 0.5rem;
}

.feature-item ul {
    margin: 0;
    margin-left: 10px;
    padding-left: 1.2rem;
}

.feature-item li {
    font-size: 1rem;
    color: var(--primary-text-color);
    font-weight: 600;
    list-style-type: disc;
}

.pt-7 {
    padding-top: 5rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.bg-light {
    background-color: var(--smoke-bg-color) !important;
}

.ai-content-wrapper {
    background-color: var(--primary-bg-color);
    padding: 3rem;
}

.ai-content-inner {
    gap: 2.5rem;
    max-width: 90%;
}

.object-fit-cover {
    object-fit: cover;
}

.fast-charge-row {
    background-image: url('../assets/images/Charge_in_hr.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    overflow: hidden;
}

.fast-charge-content h2 {
    color: var(--white-text-color);
    font-size: 2.5rem;
    line-height: 1.5;
}

.fast-charge-content p {
    color: var(--white-text-color);
    font-size: 1rem;
}

.fast-charge-icon {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

.clear-speech-content-wrapper {
    background-color: var(--philips-hero-yellow);
    padding: 3rem;
    gap: 2rem;
}

.clear-speech-content-wrapper h2 {
    color: var(--primary-text-color);
    font-size: 2rem;
    line-height: 1.3;
}

.clear-speech-content-wrapper p {
    color: var(--primary-text-color);
    font-size: 1.25rem;
    font-weight: 600;
}

.clear-speech-content-inner {
    gap: 2rem;
}

.clear-speech-image-wrapper {
    height: 100%;
    overflow: hidden;
}

.clear-speech-image-wrapper img {
    object-fit: none;
    object-position: 0% 60%;
    transform: scale(1.1);
}

.bluetooth-row {
    background-image: url('../assets/images/premiume_sound.webp');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 500px;
    border-radius: 6px;
    overflow: hidden;
}

.bluetooth-content h2 {
    color: var(--primary-text-color);
    font-size: 2rem;
    line-height: 1.5;
}

.bluetooth-content-p {
    color: var(--primary-text-color);
    font-size: 1rem;
    max-width: 95%;
    line-height: 1.5;
}

.bluetooth-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
}

.bluetooth-icon-row {
    width: 90%;
}

.bg-footer {
    background-color: var(--primary-bg-color);
}

.footer-link {
    color: var(--white-text-color);
    text-decoration: none;
    font-size: 1rem;
}

.footer-link:hover {
    text-decoration: underline;
    color: var(--white-text-color);
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .fast-charge-row {
        background-position: center top;
        min-height: auto;
    }

    .fast-charge-content {
        padding: 2rem;
    }

    .clear-speech-content-wrapper {
        padding: 2rem;
        min-height: 350px;
    }

    .clear-speech-image-wrapper .mob-img {
        object-fit: none;
        object-position: 0% 40%;
        transform: scale(1);
    }

    .bluetooth-row {
        background-position: center top;
        min-height: auto;
    }

    .bluetooth-content {
        padding: 2rem;
    }

    .bluetooth-icon {
        bottom: 1rem;
        right: 1rem;
    }

}

@media (max-width: 991px) {
    .lead-form-section {
        background-size: cover;
        background-position: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-image-col {
        display: none !important;
    }

    .form-content-col {
        padding: 3rem 1.5rem !important;
        min-height: auto;
    }

    .lead-form-section .col-lg-6 {
        padding: 0 !important;
    }

    .why-choose-section {
        background-size: cover;
        background-position: center;
    }

    .why-choose-text {
        padding: 3rem 1.5rem !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-align: center;
    }

    .why-choose-text p {
        margin-left: 4rem;
        text-align: start;
    }

    .bring-convo-section {
        background-size: cover;
        background-position: center;
    }

    .bring-convo-section .col-lg-8 {
        padding: 3rem 1.5rem !important;
    }

    .bring-convo-content {
        gap: 2rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .fast-charge-content h2 {
        font-size: 1.8rem !important;
    }

    .subheader-section {
        height: 66px;
        overflow: visible;
    }

    .philips-logo svg {
        height: 70px;
        width: auto;
    }

    .hero-headline {
        font-size: 1.75rem;
        line-height: 1.4;
    }

    .custom-blue-btn {
        padding: 10px 45px;
        font-size: 20px;
        font-weight: 600;
    }
}

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

.toast {
    display: none;
    width: 100%;
    padding: 12px 40px 12px 16px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.25s ease;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.toast .toast-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    opacity: 0.8;
}

.toast .toast-close:hover {
    opacity: 1;
}

.toast.success {
    background-color: #28a745;
}

.toast.error {
    background-color: #dc3545;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}