/*==================================================
  DR. FAUSTO - FOOTER LIMPIO
  CTA con imagen real visible + overlay morado
  Sección menos alta
  Color marca:
  --color1: #6a477b;
  --color1-rgb: 106, 71, 123;
==================================================*/

.site-footer.fausto-footer-clean {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/*==================================================
  CTA superior con imagen real
==================================================*/

.fausto-footer-clean__cta {
    position: relative !important;
    display: block !important;
    padding: 55px 0 !important;
    background: #6a477b !important;
    border-top: none !important;
    border-bottom: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

/* Imagen real de fondo */
.fausto-footer-clean__cta-bg-img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Capa morada transparente */
.fausto-footer-clean__cta::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgb(72 29 93 / 50%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Sombra suave para lectura */
.fausto-footer-clean__cta::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.fausto-footer-clean__cta .container,
.fausto-footer-clean__main .container,
.fausto-footer-clean__bottom .container {
    max-width: 1120px !important;
    margin: 0 auto !important;
}

/* Contenido encima de la imagen */
.fausto-footer-clean__cta .container {
    position: relative !important;
    z-index: 3 !important;
}

.fausto-footer-clean__cta-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 22px !important;
    text-align: center !important;
    min-height: 220px !important;
    padding: 34px 32px !important;
}

/* Borde blanco interno */
.fausto-footer-clean__cta-inner::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
   
    z-index: -1 !important;
    pointer-events: none !important;
}

.fausto-footer-clean__cta-content {
    max-width: 760px !important;
    margin: 0 auto !important;
}

.fausto-footer-clean__eyebrow {
    margin: 0 0 10px !important;
    font-family: var(--careon-font) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.96) !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

.fausto-footer-clean__cta-title {
    margin: 0 auto !important;
    max-width: 780px !important;
    font-family: var(--careon-font) !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
    letter-spacing: 0.2px !important;
    color: #ffffff !important;
    text-transform: none !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38) !important;
}

.fausto-footer-clean__cta-text {
    margin: 14px auto 0 !important;
    max-width: 620px !important;
    font-family: var(--careon-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    color: rgba(255, 255, 255, 0.94) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.30) !important;
}

.fausto-footer-clean__cta-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

/*==================================================
  Botones
==================================================*/

.fausto-footer-clean__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 160px !important;
    min-height: 44px !important;
    padding: 13px 24px !important;
    border-radius: 2px !important;
    font-family: var(--careon-font) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 250ms ease !important;
}

.fausto-footer-clean__btn--primary {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #6a477b !important;
}

.fausto-footer-clean__btn--primary:hover {
    background: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.fausto-footer-clean__btn--outline {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.88) !important;
    color: #ffffff !important;
}

.fausto-footer-clean__btn--outline:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #6a477b !important;
}

/*==================================================
  Footer principal
==================================================*/

.fausto-footer-clean__main {
    position: relative !important;
    display: block !important;
    padding: 85px 0 80px !important;
    background: #ffffff !important;
}

.fausto-footer-clean__grid {
    display: grid !important;
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 1.1fr) minmax(260px, 0.9fr) !important;
    gap: 70px !important;
    align-items: flex-start !important;
}

.fausto-footer-clean__brand {
    max-width: 340px !important;
}

.fausto-footer-clean__logo {
    display: inline-flex !important;
    align-items: center !important;
    margin-bottom: 26px !important;
}

.fausto-footer-clean__logo img {
    display: block !important;
    width: auto !important;
    max-width: 210px !important;
    height: auto !important;
}

.fausto-footer-clean__description {
    margin: 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: #4d4351 !important;
}

.fausto-footer-clean__column-title {
    margin: 0 0 26px !important;
    font-family: var(--careon-font) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #6a477b !important;
    text-transform: none !important;
}

.fausto-footer-clean__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fausto-footer-clean__list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
}

.fausto-footer-clean__list li + li {
    margin-top: 22px !important;
}

.fausto-footer-clean__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    background: rgba(106, 71, 123, 0.07) !important;
    color: #6a477b !important;
    font-size: 15px !important;
}

.fausto-footer-clean__list strong {
    display: block !important;
    margin: 0 0 6px !important;
    font-family: var(--careon-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #101A29 !important;
}

.fausto-footer-clean__list p,
.fausto-footer-clean__list a {
    display: inline-block !important;
    margin: 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    color: #4d4351 !important;
    text-decoration: none !important;
    transition: color 250ms ease !important;
}

.fausto-footer-clean__list a:hover {
    color: #6a477b !important;
}

/*==================================================
  Footer bottom
==================================================*/

.fausto-footer-clean__bottom {
    position: relative !important;
    display: block !important;
    padding: 28px 0 75px !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(106, 71, 123, 0.10) !important;
}

.fausto-footer-clean__bottom-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
}

.fausto-footer-clean__copyright {
    margin: 0 !important;
    font-family: var(--careon-font) !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #4d4351 !important;
}

.fausto-footer-clean__copyright a {
    color: #6a477b !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.fausto-footer-clean__copyright a:hover {
    color: #49af9e !important;
}

.fausto-footer-clean__legal {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 18px 26px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fausto-footer-clean__legal li {
    margin: 0 !important;
    padding: 0 !important;
}

.fausto-footer-clean__legal a {
    font-family: var(--careon-font) !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #4d4351 !important;
    text-decoration: none !important;
    transition: color 250ms ease !important;
}

.fausto-footer-clean__legal a:hover {
    color: #6a477b !important;
}

/*==================================================
  Neutralizar estilos anteriores
==================================================*/

.site-footer.fausto-footer-clean .site-footer__bg-shape,
.site-footer.fausto-footer-clean .site-footer__newsletter,
.site-footer.fausto-footer-clean .site-footer__newsletter-inner,
.site-footer.fausto-footer-clean .site-footer__top,
.site-footer.fausto-footer-clean .site-footer__top-inner,
.site-footer.fausto-footer-clean .site-footer__bottom,
.site-footer.fausto-footer-clean .site-footer__bottom-inner,
.site-footer.fausto-footer-clean .footer-widget-two__newsletter-box,
.site-footer.fausto-footer-clean .footer-widget__contact-info,
.site-footer.fausto-footer-clean .footer-widget__page-link,
.site-footer.fausto-footer-clean .footer-widget__contact-list,
.site-footer.fausto-footer-clean .footer-widget__contact-icon,
.site-footer.fausto-footer-clean .footer-widget__contact-content,
.site-footer.fausto-footer-clean .footer-widget__contact-text,
.site-footer.fausto-footer-clean .footer-widget__title,
.site-footer.fausto-footer-clean .site-footer__bottom-menu,
.site-footer.fausto-footer-clean .site-footer__copyright {
    all: unset;
}

.site-footer.fausto-footer-clean .site-footer__top::before,
.site-footer.fausto-footer-clean .site-footer__bottom::before,
.site-footer.fausto-footer-clean .site-footer__newsletter::before,
.site-footer.fausto-footer-clean .site-footer__newsletter-inner::before {
    display: none !important;
}

/*==================================================
  Responsive
==================================================*/

@media (max-width: 1199px) {
    .fausto-footer-clean__cta {
        padding: 50px 0 !important;
    }

    .fausto-footer-clean__cta-title {
        font-size: 28px !important;
    }

    .fausto-footer-clean__grid {
        gap: 50px !important;
    }
}

@media (max-width: 991px) {
    .fausto-footer-clean__cta {
        padding: 48px 0 !important;
    }

    .fausto-footer-clean__cta-inner {
        min-height: 210px !important;
        gap: 20px !important;
        padding: 32px 28px !important;
    }

    .fausto-footer-clean__cta-content {
        margin: 0 auto !important;
    }

    .fausto-footer-clean__cta-text {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .fausto-footer-clean__cta-actions {
        justify-content: center !important;
    }

    .fausto-footer-clean__main {
        padding: 75px 0 70px !important;
    }

    .fausto-footer-clean__grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 46px !important;
    }

    .fausto-footer-clean__brand {
        grid-column: 1 / -1 !important;
        max-width: 620px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .fausto-footer-clean__logo {
        justify-content: center !important;
    }

    .fausto-footer-clean__bottom-inner {
        flex-direction: column !important;
        text-align: center !important;
    }

    .fausto-footer-clean__legal {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .fausto-footer-clean__cta {
        padding: 45px 0 !important;
    }

    .fausto-footer-clean__cta-bg-img {
        object-position: center center !important;
    }

    .fausto-footer-clean__cta::before {
        background: rgba(106, 71, 123, 0.58) !important;
    }

    .fausto-footer-clean__cta-inner {
        min-height: 220px !important;
        padding: 32px 22px !important;
    }

    .fausto-footer-clean__cta-title {
        font-size: 25px !important;
        line-height: 1.32 !important;
    }

    .fausto-footer-clean__cta-text {
        font-size: 15px !important;
    }

    .fausto-footer-clean__main {
        padding: 65px 0 !important;
    }

    .fausto-footer-clean__grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    .fausto-footer-clean__column,
    .fausto-footer-clean__brand {
        text-align: center !important;
    }

    .fausto-footer-clean__list li {
        justify-content: center !important;
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    .fausto-footer-clean__cta {
        padding: 42px 0 !important;
    }

    .fausto-footer-clean__cta::before {
        background: rgba(106, 71, 123, 0.62) !important;
    }

    .fausto-footer-clean__cta-inner {
        min-height: 240px !important;
        gap: 20px !important;
        padding: 30px 18px !important;
    }

    .fausto-footer-clean__eyebrow {
        font-size: 11px !important;
    }

    .fausto-footer-clean__cta-title {
        font-size: 22px !important;
        line-height: 1.32 !important;
    }

    .fausto-footer-clean__cta-actions {
        flex-direction: column !important;
        align-items: stretch !important;
        max-width: 280px !important;
        margin: 0 auto !important;
    }

    .fausto-footer-clean__btn {
        width: 100% !important;
        min-height: 42px !important;
    }

    .fausto-footer-clean__logo img {
        max-width: 190px !important;
    }

    .fausto-footer-clean__description {
        font-size: 14.5px !important;
    }

    .fausto-footer-clean__list li {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .fausto-footer-clean__legal {
        flex-direction: column !important;
        gap: 12px !important;
    }
}








/*==============================================
    Site Footer Two
===============================================*/
.site-footer-two {
    position: relative;
    display: block;
    background-color: var(--careon-extra);
    padding: 120px 0 0;
    z-index: 1;
}

.site-footer-two__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .16;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.site-footer-two__newsletter {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer-two__newsletter-inner-title-box {
    position: relative;
    display: block;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
}

.site-footer-two__newsletter-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 30px;
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: var(--careon-black);
    border: 1px solid rgba(var(--careon-black-rgb), .20);
    border-radius: 50%;
}

.site-footer-two__social a:hover {
    color: var(--careon-white);
    border: 1px solid rgba(var(--careon-black-rgb), 1);
    background-color: var(--careon-black);
}

.site-footer-two__top-inner {
    position: relative;
    display: block;
    padding: 39px 0 80px;
}

.footer-widget-two__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 49px;
    text-transform: capitalize;
}

.footer-widget-two__newsletter-box {
    position: relative;
    display: block;
}

.footer-widget-two__newsletter {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-widget-two__newsletter input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--careon-black-rgb), .10);
    outline: none;
    font-size: 16px;
    color: var(--careon-gray);
    font-weight: 400;
    padding-right: 70px;
    padding-left: 30px;
    border-radius: 30px;
}

.footer-widget-two__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 9px;
    border: none;
    width: 40px;
    height: 40px;
    background-color: var(--careon-black);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-two__newsletter-btn:hover {
    background-color: var(--careon-black);
}

.footer-widget-two__newsletter-btn span {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: var(--careon-white);
}

.footer-widget-two__services {
    position: relative;
    display: block;
    margin-left: 93px;
}

.footer-widget-two__services-link-list {
    position: relative;
    display: block;
}

.footer-widget-two__services-link-list li {
    position: relative;
    display: block;
}

.footer-widget-two__services-link-list li+li {
    margin-top: 15px;
}

.footer-widget-two__services-link-list li a {
    position: relative;
    color: var(--careon-gray);
}

.footer-widget-two__services-link-list li a:hover {
    color: var(--careon-black);
}

.footer-widget-two__contact-info {
    position: relative;
    display: block;
    margin-left: -25px;
}

.footer-widget-two__contact-list {
    position: relative;
    display: block;
}

.footer-widget-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget-two__contact-list li+li {
    margin-top: 16px;
}

.footer-widget-two__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--careon-primary);
    border-radius: 50%;
}

.footer-widget-two__contact-icon span {
    font-size: 16px;
    color: var(--careon-black);
}

.footer-widget-two__contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget-two__contact-text {
    color: var(--careon-black);
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: capitalize;
}

.footer-widget-two__contact-text a {
    color: var(--careon-black);
}

.footer-widget-two__contact-text a:hover {
    color: var(--careon-base);
}

.footer-widget-two__page-link {
    position: relative;
    display: block;
    margin-left: 76px;
}

.site-footer-two__bottom {
    position: relative;
    display: block;
}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
    background-color: var(--careon-white);
    border: 1px solid var(--careon-bdr-color);
    border-top-left-radius: var(--careon-bdr-radius);
    border-top-right-radius: var(--careon-bdr-radius);
    border-bottom: 0;
}

.site-footer-two__copyright {
    position: relative;
    display: block;
}

.site-footer-two__copyright-text {
    color: var(--careon-gray);
}

.site-footer-two__copyright-text a {
    color: var(--careon-base);
    text-transform: capitalize;
}

.site-footer-two__copyright-text a:hover {
    color: var(--careon-black);
}

.site-footer-two__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li a {
    color: var(--careon-gray);
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--careon-black);
}


/*==============================================
    Site Footer Three
===============================================*/
.site-footer-three {
    position: relative;
    display: block;
    background-color: var(--careon-black);
    padding: 80px 0 0;
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.site-footer-three__shape-1 img {
    width: auto;
}

.site-footer-three__logo-and-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.footer-widget-three__logo {
    position: relative;
    display: block;
}

.site-footer-three__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: var(--careon-white);
    background-color: rgba(var(--careon-white-rgb), .10);
    border-radius: 50%;
}

.site-footer-three__social a:hover {
    color: var(--careon-white);
    background-color: var(--careon-base);
}

.site-footer-three__top-inner {
    position: relative;
    display: block;
    padding: 67px 0 103px;
    border-bottom: 1px solid rgba(var(--careon-white-rgb), .20);
    border-top: 1px solid rgba(var(--careon-white-rgb), .20);
}

.footer-widget-three__title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 49px;
    text-transform: capitalize;
    color: var(--careon-white);
}

.footer-widget-three__contact-info {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-widget-three__contact-list li+li {
    margin-top: 16px;
}

.footer-widget-three__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--careon-white-rgb), 0.05);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .footer-widget-three__contact-icon {
    background-color: var(--careon-white);
}

.footer-widget-three__contact-icon span {
    font-size: 16px;
    color: var(--careon-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .footer-widget-three__contact-icon span {
    color: var(--careon-base);
}

.footer-widget-three__contact-content {
    position: relative;
    display: block;
    flex: 1;
}

.footer-widget-three__contact-content span {
    color: rgba(var(--careon-white-rgb), .80);
}

.footer-widget-three__contact-text {
    color: var(--careon-white);
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: capitalize;
}

.footer-widget-three__contact-text a {
    color: var(--careon-white);
}

.footer-widget-three__contact-text a:hover {
    color: var(--careon-base);
}

.footer-widget-three__page-link {
    position: relative;
    display: block;
}

.footer-widget-three__services {
    position: relative;
    display: block;
    margin-left: -25px;
}

.footer-widget-three__services-link-list {
    position: relative;
    display: block;
}

.footer-widget-three__services-link-list li {
    position: relative;
    display: block;
}

.footer-widget-three__services-link-list li+li {
    margin-top: 15px;
}

.footer-widget-three__services-link-list li a {
    position: relative;
    color: rgba(var(--careon-white-rgb), .80);
}

.footer-widget-three__services-link-list li a:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter-box {
    position: relative;
    display: block;
}

.footer-widget-three__newsletter-text {
    color: var(--careon-white);
    margin-bottom: 31px;
}

.footer-widget-three__newsletter {
    position: relative;
    display: block;
}

.footer-widget-three__newsletter input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 2px solid rgba(var(--careon-white-rgb), .20);
    outline: none;
    font-size: 16px;
    color: var(--careon-white);
    font-weight: 400;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.footer-widget-three__newsletter .thm-btn {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn::before,
.footer-widget-three__newsletter .thm-btn::after {
    background-color: var(--careon-white);
}

.footer-widget-three__newsletter .thm-btn span {
   
    font-size: 14px;
}


.footer-widget-three__newsletter .thm-btn-1 {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn-1:hover {
    color: var(--careon-base);
}

.footer-widget-three__newsletter .thm-btn-1::before,
.footer-widget-three__newsletter .thm-btn-1::after {
    background-color: var(--careon-white);
}

.footer-widget-three__newsletter .thm-btn-1 span {
    font-size: 14px;
}



.site-footer-three__bottom {
    position: relative;
    display: block;
}

.site-footer-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 30px;
}

.site-footer-three__copyright {
    position: relative;
    display: block;
}

.site-footer-three__copyright-text {
    color: var(--careon-white);
}

.site-footer-three__copyright-text a {
    color: var(--careon-white);
    text-transform: capitalize;
}

.site-footer-three__copyright-text a:hover {
    color: var(--careon-base);
}

.site-footer-three__bottom-menu-box {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.site-footer-three__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu li a {
    color: var(--careon-white);
}

.site-footer-three__bottom-menu li a:hover {
    color: var(--careon-base);
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/