
/*==============================================
    BANNER ONE - CAREON PREMIUM CARD V2
===============================================*/

.banner-one {
    position: relative;
    display: block;

    background: url("../../images/resources/consulta-con-ginecologa-obstetra-y-ginecologa-oncologa-en-cdmx-y-edomex.png") no-repeat center center;
    background-size: cover;

    overflow: hidden;
    padding: 80px 0;

    animation: scaleUpAndFadeIn 2s ease-out forwards;
}

/* ANIMACIÓN */
@keyframes scaleUpAndFadeIn {
    0% { opacity: 0; transform: scale(1.08); }
    100% { opacity: 1; transform: scale(1); }
}

/* OVERLAY SUAVE PROFESIONAL */
.banner-one::before {
    content: "";
    position: absolute;
    inset: 0;

   

    z-index: 1;
}

/* CONTENEDOR */
.banner-one .container,
.banner-one .row,
.banner-one [class^="banner-one__"] {
    position: relative;
    z-index: 2;
}

/*==============================================
    🔥 NUEVA CARD IZQUIERDA (DISEÑO PREMIUM)
===============================================*/

.banner-one__left {
    margin-top: 124px;
    padding: 44px;

    position: relative;
    overflow: hidden;

    /* GLASS + GRADIENTE SUAVE */
    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.92),
        rgba(var(--careon-extra-rgb),0.85)
    );

    border-radius: 26px;

    border: 1px solid rgba(var(--careon-base-rgb), 0.25);

    backdrop-filter: blur(14px);

    box-shadow:
        0 25px 60px rgba(var(--careon-black-rgb), 0.15),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

/* 💎 DECORACIÓN SUPERIOR (PUNTO MÉDICO MODERNO) */
.banner-one__left::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;

    width: 200px;
    height: 200px;

    background: radial-gradient(
        circle,
        rgba(var(--careon-base-rgb), 0.28),
        transparent 70%
    );

    filter: blur(2px);
}

/* SEGUNDO BRILLO */
.banner-one__left::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;

    width: 220px;
    height: 220px;

    background: radial-gradient(
        circle,
        rgba(var(--color6), 0.12),
        transparent 70%
    );
}

/* CONTENIDO ENCIMA */
.banner-one__left > * {
    position: relative;
    z-index: 1;
}

/*==============================================
    SUBTITLE
===============================================*/

.banner-one__sub-title {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: var(--careon-base);
    background: rgba(var(--careon-base-rgb), 0.08);
    border: 1px solid rgba(var(--careon-base-rgb), 0.35);
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 18px;

}

/* TITLE */
.banner-one__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.35;

    margin: 18px 0 22px;

    color: var(--careon-black);
}

/* TEXT */
.banner-one__text {
    margin-bottom: 28px;

    color: var(--careon-gray);
    line-height: 1.75;
}

/*==============================================
    CALLS
===============================================*/

.banner-one__call {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.banner-one__call-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--careon-base);
    color: var(--careon-white);

    font-size: 20px;

    box-shadow: 0 10px 25px rgba(var(--careon-base-rgb), 0.35);

    transition: 0.3s ease;
}

.banner-one__call-icon:hover {
    background: var(--color6);
}

.banner-one__call-content {
    margin-left: 15px;
}

.banner-one__call-sub-title {
    font-size: 14px;
    color: var(--careon-gray);
}

.banner-one__call-number a {
    font-size: 17px;
    font-weight: 700;
    color: var(--careon-black);
}

/*==============================================
    RESPONSIVE
===============================================*/

@media (max-width: 991px) {

    .banner-one__left {
        margin-top: 50px;
        padding: 30px;
    }

    .banner-one__title {
        font-size: 40px;
    }
}

/*==============================================
    MOBILE BACKGROUND CHANGE (YA INCLUIDO)
===============================================*/

@media (max-width: 575px) {

    .banner-one {
        background: url("../../images/resources/consulta-con-ginecologa-obstetra-y-ginecologa-oncologa-en-naucalpan-mexico.webp") no-repeat center center;
        background-size: cover;
    }

    .banner-one__title {
        font-size: 32px;
    }
}

/*==============================================
    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
===============================================*/