/*==============================================
# Banner One - Algólogo Hero V2
===============================================*/
.algologo-hero-v2 {
    position: relative;
    display: block;
    padding: 155px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 15%, rgba(0, 140, 216, 0.18) 0%, transparent 30%),
        radial-gradient(circle at 0% 95%, rgba(7, 74, 170, 0.10) 0%, transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #eefaff 48%, #dff5fb 100%);
    z-index: 1;
}

.algologo-hero-v2__circle-one {
    position: absolute;
    right: -110px;
    top: -90px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 140, 216, 0.12);
    z-index: -1;
}

.algologo-hero-v2__circle-two {
    position: absolute;
    left: -170px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(7, 74, 170, 0.08);
    z-index: -1;
}

.algologo-hero-v2__left {
    margin-top: 0;
    max-width: 660px;
    padding: 35px 0;
}

.algologo-hero-v2__label {
    display: inline-flex;
    padding: 10px 18px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(0, 140, 216, 0.12);
    color: var(--color2);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.algologo-hero-v2__title {
    color: var(--color1);
    font-size: 70px;
    line-height: 76px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: -1.5px;
    margin: 0 0 18px;
}

.algologo-hero-v2__subtitle {
    display: inline-flex;
    padding: 9px 18px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(0, 140, 216, 0.45);
    color: var(--color1);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
}

.algologo-hero-v2__text {
    max-width: 620px;
    color: var(--color5);
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 36px;
}

.algologo-hero-v2__contact-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.algologo-hero-v2__call {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 250px;
    padding: 15px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 140, 216, 0.15);
    box-shadow: 0 18px 45px rgba(7, 74, 170, 0.10);
    transition: all 420ms ease;
}

.algologo-hero-v2__call:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(7, 74, 170, 0.16);
}

.algologo-hero-v2__call-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 18px;
    border: none;
    background: linear-gradient(135deg, var(--color1), var(--color2));
    color: var(--white);
    font-size: 21px;
}

.algologo-hero-v2__call-content {
    margin-left: 0;
}

.algologo-hero-v2__call-subtitle {
    color: var(--color6);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 8px;
}

.algologo-hero-v2__call-number {
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
}

.algologo-hero-v2__call-number a {
    color: var(--color1);
}

.algologo-hero-v2__right {
    position: relative;
    margin-left: 40px;
}

.algologo-hero-v2__image-box {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.algologo-hero-v2__image-bg {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.75), rgba(0,140,216,0.16));
    border: 1px solid rgba(0, 140, 216, 0.18);
    box-shadow: 0 35px 90px rgba(7, 74, 170, 0.13);
    z-index: 1;
}

.algologo-hero-v2__image-bg::before {
    content: "";
    position: absolute;
    inset: 35px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
}

.algologo-hero-v2__image {
    position: relative;
    z-index: 3;
}

.algologo-hero-v2__image img {
    width: 100%;
    max-height: 660px;
    object-fit: contain;
    animation: topBottom 3s ease-in-out infinite;
    filter: drop-shadow(0 35px 55px rgba(7, 74, 170, 0.18));
}

.algologo-hero-v2__floating-card {
    position: absolute;
    left: 10px;
    bottom: 92px;
    max-width: 295px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 20px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 20px 55px rgba(7, 74, 170, 0.18);
    z-index: 5;
}

.algologo-hero-v2__floating-card span {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 15px;
    background: rgba(0, 140, 216, 0.12);
    color: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.algologo-hero-v2__floating-card p {
    color: var(--color5);
    font-size: 15px;
    line-height: 21px;
    font-weight: 900;
    margin: 0;
}

@media (max-width: 1199px) {
    .algologo-hero-v2__title {
        font-size: 58px;
        line-height: 66px;
    }

    .algologo-hero-v2__right {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .algologo-hero-v2 {
        padding: 125px 0 80px;
    }

    .algologo-hero-v2__image-box {
        min-height: auto;
    }

    .algologo-hero-v2__image-bg {
        width: 430px;
        height: 430px;
    }
}

@media (max-width: 767px) {
    .algologo-hero-v2 {
        padding: 110px 0 70px;
    }

    .algologo-hero-v2__title {
        font-size: 40px;
        line-height: 47px;
    }

    .algologo-hero-v2__text {
        font-size: 16px;
        line-height: 28px;
    }

    .algologo-hero-v2__contact-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .algologo-hero-v2__call {
        width: 100%;
        min-width: auto;
    }

    .algologo-hero-v2__image-bg {
        width: 310px;
        height: 310px;
    }

    .algologo-hero-v2__floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 18px;
        max-width: 100%;
    }
}


/*==============================================
    Banner Two
===============================================*/
.banner-two {
    position: relative;
    display: block;
    background-color: var(--color3);
    padding: 210px 0 90px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

.banner-two__shape-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 58.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.banner-two__left {
    position: relative;
    display: block;
    margin-right: 60px;
    margin-top: 35px;
}

.banner-two__review-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.banner-two__review-img-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-two__review-img-box li {
    position: relative;
    display: block;
}

.banner-two__review-img-box li+li {
    margin-left: -25px;
}

.banner-two__review-img-box li:last-child {
    z-index: 1;
}

.banner-two__review-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    border-radius: 50%;
    z-index: 1;
}

.banner-two__review-img img {
    width: 100%;
    border: 2px solid var(--careon-white);
    border-radius: 50%;
}

.banner-two__review-count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--careon-black);
    border: 2px solid var(--careon-white);
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.banner-two__review-count {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-two__review-count h3 {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px !important;
    font-family: var(--careon-font) !important;
}

.banner-two__review-count span {
    font-size: 18px;
    color: var(--careon-white);
    font-weight: 700;
    line-height: 18px;
    font-family: var(--careon-font);
}

.banner-two__review-content-box {
    position: relative;
    display: block;
}

.banner-two__review-content-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 23px;
}

.banner-two__review-rating-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.banner-two__review-rating-box p {
    font-size: 18px;
    color: var(--careon-black);
    font-weight: 700;
    line-height: 18px;
}

.banner-two__review-start {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-two__review-start span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--careon-primary);
}

.banner-two__title {
    font-size: 75px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.1em;
    margin-top: 30px;
    margin-bottom: 23px;
}

.banner-two__title span {
    font-weight: 300;
}

.banner-two__title .split-line {
    text-transform: none;
}

.banner-two__text {
    margin-bottom: 31px;
}

.banner-two__btn-box {
    position: relative;
    display: block;
}

.banner-two__btn-box .thm-btn {
    background-color: var(--careon-base);
}

.banner-two__btn-box .thm-btn::before,
.banner-two__btn-box .thm-btn:after {
    background-color: var(--careon-black);
}

.banner-two__counter-box {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--careon-black-rgb), .20);
    padding-top: 20px;
    margin-top: 25px;
}

.banner-two__counter {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-two__counter li {
    position: relative;
    display: block;
}

.banner-two__counter-single {
    position: relative;
    display: block;
}

.banner-two__counter-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

.banner-two__counter-count h3 {
    font-size: 32px;
    color: var(--careon-black);
    font-weight: 800;
    line-height: 32px !important;
    font-family: var(--careon-font) !important;
}

.banner-two__counter-count span {
    font-size: 32px;
    color: var(--careon-black);
    font-weight: 800;
    line-height: 32px;
    font-family: var(--careon-font);
}

.banner-two__counter-text {
    font-size: 15px;
    color: var(--careon-gray);
    font-weight: 400;
}

.banner-two__right {
    position: relative;
    display: block;
    margin-left: 4px;
}

.banner-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    animation: topBottom 3s ease-in-out infinite;
    z-index: 1;
}

.banner-two__img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.banner-two__img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.banner-two__img>img {
    width: 100%;
    border: 4px solid var(--careon-white);
    border-radius: 10px;
}

.banner-two__call {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 15px 22px 15px;
    background-color: var(--careon-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    bottom: 10px;
    right: 10px;
}

.banner-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.banner-two__call-icon img {
    width: auto;
}

.banner-two__call-number {
    margin-left: 20px;
}

.banner-two__call-number p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    color: var(--careon-gray);
    font-weight: 400;
    margin-bottom: 11px;
}

.banner-two__call-number h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.banner-two__call-number h5 a {
    color: var(--careon-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-two__call-number a:hover {
    color: var(--careon-base);
}

























/*==============================================
    End
===============================================*/