/********** Template CSS **********/
:root {
    --p_verde: #18b4b0;
    --p_morado: #6b5bd8;
    /* --p_morado: #7566db; */
    --p_azul: #1277AC;
    /* --p_azul: #68ccf0; */
    --p_naranja: #f2964d;
    --p_verdeclaro: #afd652;
    --p_rosado: #C72C66;
    /* --p_rosado: #ed5482; */
    
    --s_morado: #9f98ff;
    --s_azul: #a3ebff;
    --s_naranja: #ffb482;
    --s_verdeclaro: #deff7b;
    --s_rosado: #ff91b5;

    --t_morado: #d4d1fc;
    --t_azul: #ddfafe;
    --t_naranja: #fce4c2;
    --t_verdeclaro: #f3ffc0;
    --t_rosado: #ffdeeb;
    
    --primary: #18b4b0;
    --secondary: #18b4b0;
    --primary2: white;
    --primary3: #ed5482;
    --secondary2: #f2964d;
    --light: #F0F6FF;
    --dark: #262B47;

    --light_gray: #f6f6f6;
}

.logo-nav-docokids {
    width: 172px;
    height: 45px;
}

input, textarea {
    -webkit-touch-callout: text; /* iOS Safari */
      -webkit-user-select: text; /* Safari */
       -khtml-user-select: text; /* Konqueror HTML */
         -moz-user-select: text; /* Old versions of Firefox */
          -ms-user-select: text; /* Internet Explorer 10+/Edge */
              user-select: text; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.h4 {
    font-size: calc(1.275rem + .3vw);
    /* font-size: 1.5rem; */
    line-height: 1.2;
    display: block;
    margin-bottom: .5rem;
    font-weight: bold !important;
}

/* Hide arrows from numeric inputs */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows from numeric inputs */
/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

body {
    color:#6b6c6e;
    background-color: #fff;
}

.hidden {
    overflow: hidden;  /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

strong {
    color: var(--dark) !important;
}

.plan-buy-button {
    margin-top: 0;
    margin-bottom: 0.8rem;
    margin-right: 0.8rem;
}

.plan-gift-button {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.bi {
    width:1em;
    height:1em;
    fill:currentcolor
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.bg-primary-rosado {
    background: var(--p_rosado);
    -webkit-text-fill-color: white;
}

.bg-primary-naranja {
    background: var(--p_naranja);
    -webkit-text-fill-color: white;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 45px 0;
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--dark) !important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent transparent transparent;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary) !important;
    }

    .navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background: linear-gradient(to bottom right, var(--primary), var(--secondary));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

img {
    max-width: 100%;
    height: auto !important;
}

/*** Seccion features ***/
#feactures-main-container {
    max-width:60rem;
    margin-top:100px;
}

.pink-svg {
    margin-bottom: -2px;
}

/*** Footer ***/
footer {
    position:relative;
    z-index:9;
}
.footer {
    padding-top: 2rem;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-social_2 {
    margin-right: 15px;
}

.footer .btn.btn-social_2:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.title_card_plan {
    margin-bottom: -9px !important;
    height: 50px !important; 
    display:flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover,
.sticky-top.navbar-custom .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

.color-text-success {
    color: var(--p_verde);
}

.color-text-error {
    color: var(--p_rosado);
}

.color-text-warning {
    color: var(--p_naranja);
}

.color-text-info {
    color: var(--p_morado);
}

.border-text-success {
    border-color: var(--p_verde) !important;
}

.border-text-error {
    border-color: var(--p_rosado) !important;
}

.border-text-warning {
    border-color: var(--p_naranja) !important;
}

.border-text-info {
    border-color: var(--p_morado) !important;
}

.bg-modal-success {
    background-color: #c3f1ef;
}

.bg-modal-error {
    background-color: var(--t_rosado);
}

.bg-modal-warning {
    background-color: var(--t_naranja);
}

.bg-modal-info {
    background-color: var(--t_morado);
}

.color-p-dark {
    color: var(--dark);
}

.nindex-style {
    margin-top: 2rem;
    z-index: 99 !important;
}

@media (max-width: 328px) {
    .nindex-style {
        margin-top: 3rem;
    }
}

/** carousel suscripcion **/
#carousel_suscripcion {
    position: relative;
}

#carousel_suscripcion .owl-stage-outer {
    display: flex;
}

#carousel_suscripcion .owl-stage {
    display: flex;
}

#carousel_suscripcion .owl-item {
    display: flex;
    align-items: stretch;
}

#carousel_suscripcion .item {
    display: flex;
    flex-direction: column;
    min-width: 402px;
}

#carousel_suscripcion .card {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#carousel_suscripcion .card-body {
    flex: 1;
}

#carousel_suscripcion .card-footer {
    margin-top: auto;
}

#carousel_suscripcion .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

/* Ajustes adicionales para mejorar la apariencia */
#carousel_suscripcion .owl-nav .owl-prev,
#carousel_suscripcion .owl-nav .owl-next {
    pointer-events: auto;
    background-color: var(--dark);
    opacity: 0.6;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ocultar {
    visibility: hidden;
}  

/* Ocultar flechas en pantallas grandes si es necesario */
@media (min-width: 1200px) {
    #carousel_suscripcion .owl-nav {
        display: none;
    }
}

@media (max-width: 1399px) {
    #carousel_suscripcion .item {
        min-width: 350px;
    }
}

@media (max-width: 1239px) {
    #carousel_suscripcion .item {
        min-width: 346px;
    }
}

@media (max-width: 1219px) {
    #carousel_suscripcion .item {
        min-width: 344px;
    }
}

@media (max-width: 1216px) {
    #carousel_suscripcion .item {
        min-width: 342px;
    }
}

@media (max-width: 991px) {
    #carousel_suscripcion .item {
        min-width: 323px;
    }
}

@media (max-width: 767px) {
    #carousel_suscripcion .item {
        min-width: -webkit-fill-available;
    }
    #carousel_suscripcion .card {
        min-height: 0px;
    }
    .ocultar {
        display: none;
    }
}

/* Valor por defecto → Chrome, Edge, Opera, etc. (Blink) */
.swiper-3d .swiper-wrapper{
    transform-style: preserve-3d;
}

/* Sólo Gecko y WebKit */
body.is-gecko  .swiper-container.swiper-3d .swiper-wrapper,
body.is-webkit .swiper-container.swiper-3d .swiper-wrapper{
    transform-style: flat !important;
    overflow: visible !important;
}

.product-saving {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 1px 4px;
    font-size: 14px;
    border-radius: 4px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}

.product-saving p {
    font-weight: 500;
}

.shadow-btn {
    box-shadow: 0px 4px 8px -2px rgba(9, 30, 66, 0.25), 0px 0px 0px 1px rgba(9, 30, 66, 0.08);
}

.f-size15 {
    font-size: 15px;
}

.text-color-check {
    color: #2F8319;
}

.text-color-no-check {
    color: #E21715;
}

.btn-plans {
    font-size: 18px;
}

.btn-plans:hover {
    color: white;
}

.color-text-dark {
    color: var(--bs-dark)
}

.swiper-container {
    width: 100%;
    max-width: 100%; /* Asegúrate de que no exceda el ancho del contenedor */
    margin: auto;
    padding: 20px 0;
    overflow: hidden; /* Oculta cualquier desbordamiento */
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    flex-shrink: 0; /* Evita que se reduzcan de tamaño */
    width: 280px; /* Define un ancho fijo para las tarjetas */
    max-width: 100%; /* Asegura que se mantengan dentro del contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: transform 0.3s ease, z-index 0.3s ease;
    cursor: pointer;
}

.card-item {
    width: 100%; /* Ajusta la tarjeta al ancho del slide */
    /* height: 400px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    /* transform: scale(0.85); */
    cursor: pointer;
}

.card-item:hover {
    /* transform: scale(1); */
    cursor: pointer;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--dark);
    transition: color 0.3s;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: var(--dark);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--dark);
}

@media (max-width: 1200px) {
    .swiper-button-prev, .swiper-button-next {
        display: block !important;
    }
}

.plus-text {
    color: #414b66;
    font-weight: 500;
}

.pink-text {
    color: #68ccf0;
    font-weight: 700;
    font-size: 36px;
}

.color-azul-landing {
    color: #414b66;
}

.color-verde-landing {
    color: #18b4b0;
}

.color-rosa-landing {
    color: #68ccf0;
}

.color-p-landing {
    color: #4f4f4f;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.bg-light-verde-landing {
    background: #eafffe;
}

.bg-light-azul-landing {
    background: #f0f6ff;
}

.bg-light-rosa-landing {
    background: #e7fbfd;
}

.text-color-verde-landing {
    background: #18b4b0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-color-azul-landing {
    background: #68ccf0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-verde-landing {
    background: #18b4b0;
    color: white;
    font-weight: 500;
}

.btn-primary-azul-landing {
    background: #68ccf0;
    color: white;
    font-weight: 500;
}

.bg-verde-landing {
    background: #18b4b0;
}

.bg-azul-landing {
    background: #68ccf0;
}

.product-badge-landing {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.product-badge-landing::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 36px;
    background: #68ccf0;
    transform: rotate(-45deg) translateY(-18px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.product-badge-landing::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #68ccf0;
    z-index: -1;
    box-shadow: 90px -90px #68ccf0;
}

.product-badge-landing > p {
    position: absolute;
    text-align: center;
    color: #fff;
    transform: rotate(-45deg) translateY(-13px) translateX(-3px);
    max-width: 87% !important;
}

.bg-color-verde-landing {
    background-color: #45756D;
}

.bg-color-azul-landing {
    background-color: #68ccf0;
}

.logo-grayscale {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-grayscale:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.wave-container {
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    position: relative;
    display: block;
    width: 100%; /* Cubre todo el ancho */
}

.wave-top {
    bottom: 99%;
}

#back-to-top-two {
    border: 2px solid white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: none; /* Oculto inicialmente */
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: normal;
    background-color: #414b66;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

#back-to-top-two:hover {
    background-color: #414b66;
}

.pediatra.hidden {
    display: none;
}

.btn-view-more:hover {
    color: var(--bs-dark);
}

#chat-to-whatsapp {
    border: 2px solid white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    height: 48px;
    background-color: #0dc143;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
}

#chat-to-whatsapp:hover {
    background-color: #0dc143;
}

.testimonial-card {
    display: flex;
    flex-direction: column; /* Alinea los elementos verticalmente */
    align-items: center;    /* Centra los elementos horizontalmente */
    justify-content: center; /* Centra los elementos verticalmente */
    margin: 0 15px 15px 15px;
}

.testimonial-slider {
    z-index: 1;
}

.testimonial-slider .slick-list {
    margin: 0 -15px; /* Compensa el margen horizontal para que no desborde */
}

.testimonial-card p,
.testimonial-card img {
    margin: 0 0 10px; /* Margen inferior */
}

.slick-dots li button:before {
    color: #414b66;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #414b66;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-38 {
    font-size: 38px;
}

.fs-42 {
    font-size: 42px;
}

.title-landing {
    font-size: clamp(2.2rem, 2vw + 1.5rem, 3.5rem);
}

@media (max-width: 425px) {
    .fs-18 {
        font-size: 16px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .fs-22 {
        font-size: 16px;
    }
    .fs-24 {
        font-size: 16px;
    }
    .fs-30 {
        font-size: 18px;
    }
    .fs-42 {
        font-size: 26px;
    }
    .title-landing {
        font-size: 26px;
    }
    .free-trial-condition {
        font-size: 12px;
    }
    .pink-text {
        font-size: 18px;
    }
    .last-container-landing {
        padding-bottom: 5rem !important;
    }
    .navbar-toggler-title {
        font-size: 18px;
    }
    .navbar-light .navbar-nav .nav-link-font {
        font-size: 16px;
    }
    #chat-to-whatsapp {
        font-size: 16px;
    }
    #back-to-top-two {
        font-size: 22px;
    }
    .logo-nav-docokids-landing {
        width: 140px !important;
    }
}

.img-testimonial {
    width:80px;
    height:80px;
    object-fit:cover;
}

.img-pediatrician {
    width:150px;
    height:150px;
    object-fit:cover;
}

.btn-global-container {
    z-index: 10;
}

.free-trial-condition {
    bottom: -25px;
    left: 0px;
    color: #4f4f4f;
}

.footer .btn.btn-social-landing:hover {
    color: #414b66;
}

/* Contenedor de las esquinas decorativas */
.corner-decor {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #414b66;
    z-index: 1;
}

/* Triángulo superior izquierdo */
.corner-decor.top-left {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 80% 0, 0 80%);
    border-radius: 5px;
}

/* Triángulo inferior derecho */
.corner-decor.bottom-right {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 100%, 0 120%, 120% 0);
    border-radius: 5px;
}

.landing-global-container {
    font-family: "Montserrat", serif;
}

.landing-global-container h1,
.landing-global-container .h1,
.landing-global-container h2,
.landing-global-container .h2,
.landing-global-container h3,
.landing-global-container .h3,
.landing-global-container h4,
.landing-global-container .h4,
.landing-global-container h5,
.landing-global-container .h5,
.landing-global-container h6,
.landing-global-container .h6 {
    font-family: "Montserrat", serif;
}

.navbar-light .navbar-nav .nav-link-font {
    font-family: "Montserrat", serif;
    color: #414b66;
}

.v-responsive {
    position: relative;
    padding-bottom: 56.25%; /* Relación de aspecto 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Opcional, para un fondo negro */
}

.v-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

lite-youtube {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

lite-youtube .lty-playbtn .lyt-visually-hidden {
    display: none;
}

lite-youtube .lty-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
}

lite-youtube .lty-playbtn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,0.13,34,0,34,0S12.21,0.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24 S67.94,13.05,66.52,7.74z" fill="%23f00"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>') no-repeat center center;
    background-size: 100%;
}

.invisible-item {
    visibility: hidden;
}

.hero-image-wrapper {
    box-shadow: 0 0 120px 40px rgba(65, 75, 102, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.hero-image-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* llena el contenedor recortando un poquito si hace falta */
    display: block;
}

@media (max-width: 991px) {
    .hero-image-wrapper {
        box-shadow: 0 0 120px 40px rgba(65, 75, 102, 0.1);
    }
}