.mybreadcrumb {
    display: none !important;
}

#air-handlers .learn-more-button {
    margin-bottom: 45px;
}

#air-handlers .learn-more,
#air-handlers .contact {
    background-color: #152C73;
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-size: 22px;
    text-decoration: none;
}

#air-handlers .learn-more:hover,
#air-handlers .contact:hover {
    background-color: white;
    color: #152C73;
    box-shadow: 0 10px 20px rgba(170, 170, 170, 0.5);
}



.intro .intro-titles {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 850px;
    position: relative;
    background-position: center center;
}

/* .intro .head-intro {
    padding: 30px;
    padding-top: 220px;
    padding-left: 100px;
} */

.head-intro h1 p {
    font-size: 42px;
    margin-bottom: 35px;

}

.head-intro p {
    font-size: 20px;
    margin-bottom: 25px;
}

.head-intro .note {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 50px;
}


.head-intro h1,
.head-intro p {
    color: #fff;
}

.optimize .optimize-titles {
    margin-top: 80px;
    margin-bottom: 80px;
}

.optimize .optimize-titles h1 {
    font-size: 38px;
    color: #152C73;
}


.container-fluid-optimize {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.optimize .optimization-item {
    background-color: #00aeef;
    color: white;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 250px;
}

.optimize .optimization-item h3 {
    font-size: 22px;
}

.optimize .optimization-item p {
    font-size: 16px;
}

.optimize .row {
    display: flex;
    flex-wrap: wrap;
}

.optimize .col-12,
.optimize .col-md-6,
.optimize .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.why {
    background-size: cover;
    background-position: center;
    position: relative;
    /* height: 795px */
    min-height: 100vh;
}

.why .why-titles h1,
.why .ensure-titles h1 {
    font-size: 28px;
}

.why .why-titles {
    padding-top: 100px;
}

.why .ensure-titles {
    margin-top: 30px;
}

.why .ensure-titles p {
    color: #fff;
}

.european-description-container {
    position: relative;
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.european-description-container .european-description {
    color: #152C73;
    font-size: 18px;
}

.european-description-container .envelopes-image {
    position: absolute;
    top: -90px;
    right: -60px;
    width: 200px;
    height: auto;
    z-index: 10;
}

.european-description-container .envelopes-image img {
    width: 105%;
    height: auto;
    border-radius: 15px;
}


.benefit-title {
    margin-top: 80px;
}

.benefit-subtitle {
    margin-bottom: 80px;
}

.benefit-subtitle h1 {
    font-size: 24px;
}

.container-fluid-benefit {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.benefit-item {
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 250px;
    text-align: center;
}

.benefit-item .icon {
    margin-bottom: 15px;
}

.benefit-item h3 {
    font-size: 22px;
}

.benefit-item img {
    max-width: 100px;
    height: auto;
}



.container-fluid-optimize {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.why .container-fluid-optimize .optimization-item {
    background-color: #fff;
    color: #152C73;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 250px;
}

.why .container-fluid-optimize .optimization-item h3 {
    font-size: 22px;
}

.why .container-fluid-optimize .optimization-item p {
    font-size: 16px;
}

.why .container-fluid-optimize .row {
    display: flex;
    flex-wrap: wrap;
}

.row-selecting {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.row-selecting>.selecting-item:nth-last-child(1):nth-child(odd) {
    grid-column: span 2;
    width: 50%;
    margin: auto;
}

.selecting-item {
    background-color: #fff;
    color: #152C73;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.selecting-item h3 {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.hrs_description {
    padding-top: 70px;
}

.hrs_description p {
    font-size: 18px;
}


@media screen and (max-width: 998px) {
    .intro .intro-titles {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
        /* height: 950px; */
        position: relative;
    }

    .intro .head-intro {
        /* width: 50%; */
        padding: 20px;
        text-align: center !important;
        padding-top: 50px;
    }
}

@media screen and (min-width: 999px) {

    .intro .head-intro {
        /* width: 50%; */
        padding: 30px;
        padding-top: 220px;
        padding-left: 100px;
    }
}


@media screen and (max-width: 768px) {

    .head-intro h1 p {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .head-intro p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #air-handlers .learn-more,
    #air-handlers .contact {
        background-color: #152C73;
        color: white;
        padding: 15px 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
    }

    .optimize .optimize-titles {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .optimize .optimize-titles h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .benefit-title {
        margin-top: 50px;
    }

    .container-fluid-benefit {
        margin-top: 40px;
    }

    .benefit-subtitle h1 {
        font-size: 18px;
    }

    .why .why-titles {
        padding-top: 50px;
    }
}