#welcome_wrapper .swiper-button-prev,
#welcome_wrapper .swiper-button-next {
    color: #bebebe;
    transition: color 0.3s ease;
    bottom: 0% !important;
    width: 50%;
    top: 90%;
    height: 120px;
    border-top: 1px solid var(--color-border);
}

#welcome_wrapper .swiper-button-next {
    right: 0;
}

#welcome_wrapper .swiper-button-prev {
    left: 0;
}

#welcome_wrapper .swiper-button-prev,
#welcome_wrapper .swiper-button-next {
    color: #ffffff;
}

.icon-service-open {
    font-size: 40px;
    color: white;
    background: #1c2539;
    width: 70px;
    justify-content: center;
    display: flex;
    height: 70px;
    align-items: center;
    border-radius: 10px;
    top: 20px;
    position: relative;
}

.icon-service {
    font-size: 40px;
    color: white;
    background: #20282d;
    width: 70px;
    justify-content: center;
    display: flex;
    height: 70px;
    align-items: center;
    border-radius: 10px;
    top: 20px;
    position: relative;
}

form select {
    width: 100%;
    padding: 0 15px;
    min-height: 54px;
}

svg.svg-x-twitter {
    width: 18px;
    fill: white;
}

.icon-services-list {
    font-size: 45px;
}

.header-submenu .menu-link {
    border-radius: unset;

}


.recent-post .card-blog-list-media {
    height: 160px !important;
}

#label_accept_conditions a,
.list-unstyled-custom a {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-button--family);
    font-style: normal;
    line-height: 1;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--color-primary);
    text-decoration: none;
    -webkit-padding-after: var(--style-cta-underline-offset);
    padding-block-end: var(--style-cta-underline-offset);
}

.custom-link-text {
    font-weight: 500;
    font-family: var(--font-button--family);
    font-style: normal;
    line-height: 1;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--color-primary);
    text-decoration: none;
    -webkit-padding-after: var(--style-cta-underline-offset);
    padding-block-end: var(--style-cta-underline-offset);
}

.list-unstyled-custom {
    list-style: none;
    padding-left: 0px;
}

@media (max-width: 991px) {

    .our-services .service-content-inner i,
    .our-services .service-content-inner .heading {
        display: none;
    }
}

.our-services .service-list {
    background: rgb(181 178 179) !important;
}

.text-blue {
    color: rgb(28 37 57) !important;
}

.border-blue {
    border-color: rgb(28 37 57) !important;
}

.service-list .accordion-li .icon {

    color: rgb(28 37 57) !important;
}

.card-team-content a {
    color: white;
    transition: all 0.3s;
}




.card-team .card-team-content {
    opacity: 1;
    transform: translateY(0px);
}

.card-team:after {
    opacity: 1;
    background: linear-gradient(180deg, rgba(28, 37, 57, 0) 40%, #1c2539 100%);
}

.sidebar-filter .sidebar-widget+.sidebar-widget {
    opacity: 1;
    transform: translateZ(0);
}

/* El estado cerrado por defecto */
.accordion-li .accordion-content {
    display: none;
    /* O height: 0; overflow: hidden; para animaciones */
    transition: all 0.3s ease;
}

/* El estado abierto cuando JS agrega la clase */
.accordion-li.active .accordion-content {
    display: block;
    /* O height: auto; */
}

/* Cambiar los iconos +/- */
.accordion-li .icon-minus-circle {
    display: none;
}

.accordion-li.active .icon-minus-circle {
    display: block;
}

.accordion-li.active .icon-plus-circle {
    display: none;
}

/* Asegurar que el UL permita scroll horizontal y oculte la barra si deseas */
.service-list {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    /* Opcional: ocultar barra de scroll */
    scrollbar-width: none;
    /* Firefox */
}

.service-list::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

/* Contenedor relativo */
.accordion-wrapper {
    position: relative;
    width: 100%;
}

/* Estilo base de las flechas */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    /* O el color de fondo que prefieras */
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s;
    color: #333;
    /* Color de la flecha */
}

.nav-arrow:hover {
    background-color: #f0f0f0;
}

/* Posiciones */
.arrow-prev {
    left: -20px;
}

/* Ajusta según el diseño si quieres que estén más afuera o adentro */
.arrow-next {
    right: -20px;
}

/* Clase para ocultar flechas cuando no son necesarias */
.nav-arrow.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Ajuste responsive: En móviles a veces estorban, puedes ocultarlas o hacerlas más pequeñas */
@media (max-width: 768px) {
    .nav-arrow {
        display: none;
    }

    /* En móviles el scroll táctil suele ser suficiente */
}

@media (max-width: 600px) {
    .title-slider {
        font-size: 40px;

    }
}

@media (max-width: 460px) {
    .title-slider {
        font-size: 30px;

    }

    #welcome_wrapper .swiper-button-prev,
    #welcome_wrapper .swiper-button-next {

        top: 94%;
        height: 50px;
    }
}

@media (max-width: 430px) {
    .title-slider {
        font-size: 30px;

    }

    .description-slider {
        font-size: 13px;
    }

    .content-slider .button-slider {
        padding: 5px 5px 5px 17px;
        font-size: 13px;
    }

    .content-description-slider {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 470px) {
    .title-slider {
        font-size: 23px;

    }


}

@media (max-width: 690px) {
    .title-breadcrumb {
        font-size: 30px;

    }
}

@media (max-width: 390px) {
    .title-breadcrumb {
        font-size: 25px;

    }
}

.content-editor {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align) !important;
    background-color: var(--bs-body-bg) !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: transparent !important;
}