/* Home Banner Block - General Styles */

.section-new-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.section-new-banner h1{ 
    font-size: clamp(2.8125rem, 2.054rem + 3.2362vw, 5.9375rem)!important;
    line-height: 92%!important; 
}

.banner .sec1 .banntxt {
    gap: clamp(2rem, 1.2718rem + 3.1068vw, 5rem);
}

.banner .sec1 .banimg img {
    border-radius: 0;
}

.section-new-banner .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Banner Buttons */
.section-new-banner .banner-btns {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    outline: 0 !important;
}

.section-new-banner .banner-btns .btn-call {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F5A623, #F45421);
    color: #fff;
    border-radius: 50px;
    padding: 14px 2.5rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
    outline: 0 !important;
}

.section-new-banner .banner-btns .btn-call .btn-call-label {
    font-family: "Gotham Book";
    font-size: 17px;
    font-weight: 600;
}

.section-new-banner .banner-btns .btn-call .btn-call-number {
    font-family: "Gotham";
    font-size: 24px;
    font-weight: 900;
}

.section-new-banner .banner-btns .btn-call:hover {
    opacity: 0.9;
}

.section-new-banner .banner-btns .btn-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 18px 2.5rem;
    text-decoration: none;
    font-family: "Gotham";
    font-size: 20px;
    font-weight: 700;
    outline: 0 !important;
    height: 75px;
}

.section-new-banner .banner-btns .btn-quote:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Promo Cards Swiper */
.section-new-banner .promo-cards-wrap {
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}


.section-new-banner .promo-cards-swiper {
    overflow: hidden;
}

.section-new-banner .promo-card {
    background: url('/wp-content/themes/aiims/assets/images/cards-bg.png') no-repeat center center;
    background-size: 100% 100%;
    border-radius: 15px;
    padding: 2rem 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    height: 100%;
    margin-bottom: 40px;
}

.section-new-banner .promo-card-heading {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.section-new-banner .promo-card-value {
    color: #FFF;
    text-align: center;
    font-family: "Gotham Ultra";
    font-size: clamp(3.75rem, 2.2336rem + 2.3694vw, 5.076875rem);
    font-style: normal;
    font-weight: 1000;
    line-height: 120%; /* 97.475px */
}

.section-new-banner .promo-card-label {
    color: #FFF;
    font-family: Gotham;
    font-size: 29.931px;
    font-style: normal;
    font-weight: 1000;
    line-height: 87%; /* 26.04px */
    letter-spacing: -0.299px;
    text-transform: uppercase;
}

.section-new-banner .promo-card-desc {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: -1.12px;
    height: 50px;
}

.section-new-banner .promo-card-btn {
    margin-bottom: -20px;
}

.section-new-banner .promo-card-btn a {
    color: white;
    font-family: "Gotham";
    font-size: 17px;
    font-weight: 700;
    padding: 10px 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 95.758px;
    border: 2px solid #FFF;
    background: linear-gradient(90deg, #F79124 0%, #F25D24 100%);
    height: 50px;
    display: flex;
    align-items: center;
}

.banner .sec1 .bannner-wrap{
    padding: 5rem 10rem 16rem;
}

.section-cards {
    margin-top: clamp(-15.625rem, -2.2321rem + -11.1607vw, -9.375rem);
    padding-bottom: 20px;
}

.mt-n10rem {
    margin-top: -16rem;
}

.hcontact-wrap .secontact {
    padding: 8rem 0;
    margin-top: -1px;
}

.starlogo-sm {
    display: none;
}

.reviewtext {
    gap: 20px;
}

.revtext .fs-33, .revtext-2 {
    font-size: clamp(0.625rem, 0.2761rem + 1.4887vw, 2.0625rem)!important;
}

.sicon img {
    width: clamp(2.625rem, 1.821rem + 3.4304vw, 5.9375rem);
}

.btxt .fs-28 {
    font-size: clamp(1.25rem, 1.0831rem + 0.712vw, 1.9375rem)!important;
}

.hidden-lg {display: none;}

@media only screen and (max-width: 1400px) {
    .banner .sec1 .bannner-wrap{
        padding: 5rem 5rem 11rem;
    }

    .banner .sec1 .banntxt .btxt {
        width: 80%;
    }
}

@media only screen and (max-width: 1023px) {
    .promo-cards-wrap .width-2 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .starlogo {
        right: 0;
        width: auto;
        bottom: unset;
        top: unset;
    }

    .starlogo img {
        width: 120px;
    }
}

@media only screen and (max-width: 768px) {

    .section-new-banner .banner-btns{
        flex-direction: column;
        align-items: start;
    }

    .section-new-banner .banner-btns a{
        width: 90%;
    }
    
    .banner .sec1 .bannner-wrap {
        padding: 5rem 2rem 11rem;
    }
}

@media only screen and (max-width: 600px) {
    .section-new-banner .promo-card-value {
        font-size: 36px;
    }

    .section-new-banner .promo-card-label {
        font-size: 24px;
    }

    .section-new-banner .promo-cards-wrap {
        padding: 1rem 0;
    }

    .section-new-banner .banner-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner .sec1 .banntxt .btxt {
        width: 100%;
        padding-bottom: 0!important;
    }

    .banner .sec1 .banimg img {
        background: #0090AF;
    }

    .section-new-banner .banner-btns .btn-call .btn-call-number {
        font-size: 20px;
    }

    .section-new-banner .banner-btns .btn-quote {
        font-size: 16px;
        padding: 14px 2rem;
        display: none;
    }

    .mt-n10rem {
        margin-top: -12rem!important;
    }
}

@media only screen and (max-width: 600px) {
    .hidden-lg {display: block;}

    .hidden-sm {display: none;}

    .side-tab-quote {
        display: none;
    }

    .banner .sec1 .bannner-wrap {
        padding: 0;
    }

    .reviewtext {
        padding-top:50px;
        padding-inline: 20px;
    }

    .btxt-wrapper {
        padding-inline: 20px;
    }

    .starlogo {
        display: none;
    }
    .starlogo-sm {
        display: block;
        width:98.205px;
    }

    .banner .sec1 .banntxt .reviewtext .sicon {
        margin-right: 0;
    }

    .bannner-wrap {
        background: #0090AF;
    }

    .section-new-banner h1, .btxt .fs-28 {
        text-align: center;
    }

    .reviewtext {
        justify-content: center;
    }

    .btxt-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .promo-cards-wrap .width-2 {
        padding-right: 0;
    }

    .banimg-2 {
        margin-top: -65px;
    }

    .abtn.banner-btns {
        width: 100%;
    }

    .abtn.banner-btns .btn-call{
        width: 80%;
        margin: auto;
    }


}

@media only screen and (max-width: 441px) {
    .mt-n10rem {
        margin-top: -13rem!important;
    }

    .hcontact-wrap .secontact {
        padding: 9rem 0;
    }
}

/* Sticky Side Tab - Get A Quote */
.side-tab-quote {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: linear-gradient(180deg, #F79124 0%, #F25D24 100%);
    color: #fff;
    text-decoration: none;
    padding: 1.5rem 0.65rem;
    border-radius: 15px 0 0 15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "Gotham";
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease;
}

.side-tab-quote:hover {
    padding-right: 0.9rem;
    color: #fff;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.25);
}

/* Mobile Sticky Bottom Bar */
.mobile-sticky-bar {
    display: none;
}

@media only screen and (max-width: 600px) {
    .side-tab-quote {
        display: none;
    }

    .mobile-sticky-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #5BC4E2;
        padding: 10px 15px;
        gap: 10px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
        height: 79px;
    }

    .mobile-sticky-bar .msb-call {
        display: flex;
        align-items: center;
        gap: 8px;
        background: transparent;
        color: #fff;
        text-decoration: none;
        font-family: "Gotham";
        font-size: clamp(0.75rem, 0.5417rem + 0.8889vw, 0.875rem);
        font-weight: 800;
        white-space: nowrap;
        letter-spacing: 0.5px;
    }

    .mobile-sticky-bar .msb-call .msb-text {
        border: 2.5px solid #fff;
        border-radius: 50px;
        padding: 14px 20px;
    }
    

    .mobile-sticky-bar .msb-call .msb-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #F5A623, #F45421);
        border-radius: 50%;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .mobile-sticky-bar .msb-call .msb-icon svg {
        width: 20px;
        height: 20px;
    }

    .mobile-sticky-bar .msb-quote {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #F5A623, #F45421);
        border-radius: 50px;
        color: #fff;
        text-decoration: none;
        padding: 14px 10px;
        font-family: "Gotham";
        font-size: clamp(0.75rem, 0.5417rem + 0.8889vw, 0.875rem);
        font-weight: 800;
        white-space: nowrap;
        border: 2.5px solid #fff;
    }

    body {
        padding-bottom: 80px;
    }
}