﻿body {
    font-family: 'Montserrat-regular';
}

.hero-left-banner-widget-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    gap: 80px; /* reduced from 170px */
    background-size: cover;
    background-position: center;
}


    .hero-media-section.col-md-4 {
        justify-content: center;
        display: flex;
        align-items: center;
        min-width: 500px;
    }
    .left-text-content p {
        font-family: 'Montserrat-regular';
        font-size: 32px;
        font-weight: bold;
        color: #ffffff;
        letter-spacing: 0.5px;
        line-height: 1.7;
        text-align: left;
        max-width: 500px;
        padding-left: 42px;
    }

        .hero-left-banner-widget-container .media-secion img, .hero-left-banner-widget-container .media-secion video {
            max-width: 100%;
            height: auto;
        }

        .hero-left-banner-widget-container .content-section {
            flex: 1 1 500px;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-top: 30px;
            padding-bottom: 16px;       
            text-align: left;
            align-items: flex-start;
}

        .hero-left-banner-widget-container .content-section h2 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 6px;
            color: #fff;
            font-family: 'Montserrat-regular';
        }

        .hero-left-banner-widget-container .content-section a {
            background-color: #ffcf54;
            color: #12284A;
            padding: 5px 30px;
            text-decoration: none;
            display: inline-block;
            text-transform: capitalize;
            border-radius: 25px;
            font-family: "Montserrat-medium";
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            margin-top:20px;
        }

        .hero-left-banner-widget-container .content-section p {
            font-size: 22px;
            line-height: 1.6;
            color: #fff;
            text-align: left;
            max-width: 668px;
        }

/* Responsive */

@media (max-width: 1289px) {
    .hero-left-banner-widget-container {
        padding: 30px 40px;
        gap: 5px;
    }

    .hero-media-section.col-md-4 {
        min-width: unset;
        flex: 1 1 100%;
    }

    .left-text-content p {
        font-size: 26px;
        line-height: 1.5;
        padding-left: 0;
        max-width: 100%;
        text-align: left;
    }
    .hero-left-banner-widget-container .content-section {
        text-align: center;
        align-items: center;
    }
    .hero-left-banner-widget-container .content-section p {
        font-size: 18px;
    }

    .hero-left-banner-widget-container .content-section a {
        font-size: 16px;
        padding: 8px 24px;
    }
}
@media (max-width: 580px) {
    .hero-left-banner-widget-container {
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        align-items: flex-start;
    }

        .hero-media-section.col-md-4,
        .hero-left-banner-widget-container .content-section {
            width: 100%;
            flex: 1 1 100%;
            margin-top: 0;
        }

    .left-text-content p {
        font-size: 22px;
        line-height: 1.4;
        padding-left: 0;
        text-align: left;
    }

    .hero-left-banner-widget-container .content-section p {
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-left-banner-widget-container .content-section a {
        font-size: 15px;
        padding: 8px 20px;
        margin-top: 16px;
        width: 100%;
        text-align: center;
    }
}
