
.new-layout .header-with-side-info{
    height: inherit;
    width: inherit;
    height: 357px;
}
.new-layout .header-with-side-info-container{
    width: 100%;
    height: inherit;
    display: flex;
    gap:10px;
}

.new-layout .header-with-side-info-title-and-numbers {
    gap: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding: 0 140px 70px;
}

.new-layout .header-with-side-info-banner-stats .header-stat-title{
    font-size: 30px;
    font-weight: 600;
}

.new-layout .header-with-side-info-banner-stats p:first-child {
    font-size: 30px;
    font-weight: 600;
}

.new-layout .header-with-side-info-banner-stats p {
    font-size: 13px;
    font-weight: 500;
}

.new-layout .header-with-side-info-banner{
    width: 77%;
    border-radius: 13px;
    height: inherit;
    position: relative;
}

.new-layout .header-with-side-info-banner-img{
    height: inherit;
    border-radius: 13px;
    position: absolute;
    width: 100%;
    filter: brightness(0.8);
}

[dir=rtl] .new-layout .header-with-side-info-banner h1{
    font-size: 49px;
}

.new-layout .header-with-side-info-banner h1{
    color: white;
    font-size: 38px !important;
    width: 100%;
    text-align: center;
    font-weight: 700;
    line-height: 37px;
}

.new-layout .header-with-side-info-metrices{
    width: 33%;
    height: inherit;
    display: flex;
    flex-direction: column;
    gap:10px;
}

[dir=rtl] .new-layout .header-with-side-info-metrice{
    font-family: 'tajawal';
}

.new-layout .header-with-side-info-metrice{
    width: 100%;
    height: 50%;
    border-radius: 13px;
    position: relative;
    font-family: 'Nunito';
}

.new-layout .header-with-side-info-metric-title {
    font-size: 20px;
    line-height: 20.5px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.new-layout .header-with-side-info-metrice-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}

.new-layout .header-with-side-info-banner-stats{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-around;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, -0.61);
    border-radius: 13px;
    backdrop-filter: blur(7px);
    padding:1%;
}

.new-layout .header-with-side-info-banner-stats p{
    margin:0px;
}

.new-layout .header-with-side-info-metrice > div {
    position: absolute;
    z-index: 1;
    /* padding:4%; */
    gap: 2%;
}

/* Small laptops including the MacBook Air */
@media (max-width: 1600px) {
    .new-layout .header-with-side-info-title-and-numbers {
        padding: 0 100px 70px;
    }

    .new-layout .header-with-side-info-banner-stats p:first-child {
        font-size: 22px;
    }
}

@media (max-width: 1280px) {
    [dir=rtl] .new-layout .header-with-side-info-metric-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .new-layout .header-with-side-info {
        display: none;
    }
}

.new-layout /*
===========================
 extra css for air quality
===========================
*/

/* Circular progress bar */
.air-quality-mobile-progress-circle,
.new-layout .progress-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-layout .progress-ring {
    transform: rotate(-90deg); /* Start from the bottom */
}

.new-layout .progress-ring-mobile {
    transform: rotate(90deg); /* Start from the bottom */
}

.new-layout .progress-ring-bg,
.new-layout .progress-ring-circle,
.new-layout .progress-ring-circle-mobile {
    fill: none;
    stroke-width: 10;
    cx: 60;
    cy: 60;
    r: 50;
}

.new-layout .progress-ring-bg {
    stroke: #ddd;
}

.new-layout .progress-ring-circle-mobile {
    stroke: url(#aqi-gradient-mobile);
    stroke-linecap: round;
    stroke-dasharray: 314; /* 2 * π * r (50) */
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 1.5s ease-out, stroke 0.5s;
}

.new-layout .progress-ring-circle {
    stroke: url(#aqi-gradient); /* Gradient will be updated dynamically */
    stroke-linecap: round;
    stroke-dasharray: 314; /* 2 * π * r (50) */
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 1.5s ease-out, stroke 0.5s;
}

.new-layout .progress-text {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.new-layout /* Circular progress bar */

[dir=rtl] .header-with-side-info-metrice.airq {
    font-family: 'tajawal';
}

.new-layout .header-with-side-info-metrice.airq {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito';
    background-color: #E4FAFF99;
    padding: 14px;
    cursor: pointer;
}

.new-layout .header-with-side-info-metrice:not(.airq) > div {
    padding: 20px;
}

.new-layout .header-with-side-info-metrice.airq > div {
    position: relative;
}

[dir=rtl] .new-layout .header-with-side-info-metrice.airq img {
    transform: scaleX(-1);
}

.new-layout .air-quality-progress-container {
    display: flex;
    padding: 0 !important;
}

.new-layout .progress-container {
    transform: scale(0.8) translateX(10px);
}

.new-layout .progress-ring {
    transform: rotate(90deg);
}

.new-layout .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.new-layout .text-container p {
    margin: 0;
}

.new-layout #aqi-status {
    font-weight: bold;
}

/* Greater than small laptops including the MacBook Air */
@media (min-width: 1600px) {
    .new-layout .header-with-side-info-metrice.airq {
        padding: 10px;
    }
}

/* extra css for air quality */
@media (max-width: 480px) {
    .new-layout #aqi-healthy-advice-mobile {
        display: none;
    }



    .new-layout /* Target only the active/center carousel item */
    .service-discover-slide-wrapper .owl-item.center .service-discover-slide-item-small-title {
        font-size: 10px !important;
    }

    .new-layout .service-discover-slide-wrapper .owl-item.center .service-discover-slide-item-large-title {
        font-size: 10px !important;
    }


}
