.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.section-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0d83fd;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.features .nav-tabs {
    border: 0;
    background-color: color-mix(in srgb, #0d83fd, transparent 96%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 6px;
    width: auto;
}

.features .nav-item {
    margin: 0;
    padding: 0 5px 0 0;
}

.features .nav-item:last-child {
    padding-right: 0;
}

.features .nav-link {
    background-color: none;
    color: #3f3f3f;
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    margin: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: #0058FF;
    border-color: #0058FF;
}

@media (max-width: 468px) {
    .features .nav-link {
        padding: 8px 20px;
    }
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.features .nav-link:hover {
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.features .nav-link:hover h4 {
    color: var(--accent-color);
}

.features .nav-link.active {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.features .nav-link.active h4 {
    color: var(--contrast-color);
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.features .tab-pane h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    bottom: 0;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-top: 10px;
}

.features .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--accent-color);
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.s130 {
    display: flex;
    justify-content: center;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.s130 form {
    width: 100%;
    max-width: 800px;
}



.s130 form .inner-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 34px;
    overflow: hidden;
    background: #fff;
}


.s130 form .inner-form .input-field {
    height: 48px;
}

.s130 form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}

.s130 form .inner-form .input-field input::placeholder {
    color: #999;
    font-size: 16px;
}

.s130 form .inner-form .input-field input:hover,
.s130 form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

.s130 form .inner-form .input-field.first-wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
    background: #f8f9fa;
}

.s130 form .inner-form .input-field.first-wrap input {
    flex-grow: 1;
    padding-left: 15px;
}

.s130 form .inner-form .input-field.first-wrap .svg-wrapper {
    display: flex;
    padding-left: 20px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
}

.s130 form .inner-form .input-field.first-wrap svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

.s130 form .inner-form .input-field.second-wrap {
    min-width: 120px;
}

.s130 form .inner-form .input-field.second-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #0d6efd;
    transition: all 0.2s ease-out;
    font-weight: 400;
    padding: 0 24px;
}

.s130 form .inner-form .input-field.second-wrap .btn-search:hover {
    background: #0b5ed7;
}

.s130 form .inner-form .input-field.second-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

/* Estilos comunes para el buscador grande */
.s130 {
    display: flex;
    justify-content: center;
}

.s130 .inner-form {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 34px;
    overflow: hidden;
    background: #fff;
}

.s130 .input-field.first-wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    height: 68px;
}

.s130 .input-field.first-wrap .svg-wrapper {
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
}

.s130 .input-field.first-wrap svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

/* Input de texto */
.s130 .search-input {
    flex-grow: 1;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    outline: none;
}

.s130 .search-input::placeholder {
    color: #999;
    font-size: 16px;
}

/* Select personalizado para que se vea igual */
.s130 .custom-select-search {
    flex-grow: 1;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 40px 0 15px;
    /* Espacio para la flecha */
    font-size: 16px;
    color: #000;
    appearance: none;
    /* Quita la flecha por defecto */
    cursor: pointer;
    /* Agregar flecha personalizada */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.s130 .custom-select-search:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body {
    background-color: #F0F7FF;
}

/* ===== PROGRAMA DE APEGO – PLM STYLE ===== */

.card_apego {
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.favorite {
    display: flex;
    padding: 10px;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #0b5ed7;
}

.favorite i {
    font-size: 21px;
    cursor: pointer;
    color: #717275;
}

.favorite i:hover {
    color: #0d83fd;
}

.favorite i:active {
    color: #0d83fd;
}

.card_apego:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

/* Imagen */
.card_img_programa {
    background: #f4f8ff;
    padding: 24px;
    border-bottom: 1px solid #e3ecff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_img_programa img {
    object-fit: contain;
}

/* Cuerpo */
.card-body_programa {
    background: #e9f2ff;
    padding: 10px;
}



.card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2a44;
}

.card-text {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 10px;
}

/* Hover link */
a.text-decoration-none:hover .card-body_programa {
    background: #dbe9ff;
}

.btn-getstarted {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 20px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
  border: none;
}

.btn-getstarted:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.btn-outline-primary {
    border: none;
}

.service-card {
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    /* display: inline-block !important; */
    position: relative;
    overflow: hidden;
}

.service-card img {
    /* width: 100%; */
    width: 80% !important;
    padding: 8px !important;

}

.service-card .icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #0d83fd;
    font-size: 28px;
    transition: all .3s ease;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 20px !important;
    position: relative;
}

.service-card_episodio {
    height: 100%;
    padding: 30px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 10px;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.service-card_episodio h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f2a44;
    text-align: left;
}

.service-card_episodio p {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f2a44;
    text-align: left;
}

.service-card_episodio .icon {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    color: #0d83fd;
    font-size: 28px;
    transition: all .3s ease;
    line-height: 1;
    margin-bottom: 16px;
}

.service-card_episodio img {
    width: 100%;
}


.rounded-pill {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 22px;
    color: #0133A1;
}

.rounded-pill i {
    transition: all 0.3s ease;
}

.rounded-pill:hover i {
    color: #0133A1;
    cursor: pointer;
}

.rounded-pill:hover i.bi-star::before {
    content: "\f586";
    /* bi-star-fill icon code */
}

.rounded-pill.active i,
.rounded-pill:active i {
    color: #0133A1;
    cursor: pointer;
}

.rounded-pill.active i.bi-star::before,
.rounded-pill:active i.bi-star::before {
    content: "\f586";
    /* bi-star-fill icon code */
}

.service-card .interaction {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 8px;
}

.service-card .interaction h3 {
    color: #0f2a44;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.service-card .interaction h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    bottom: 0;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}


.service-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d83fd;
    font-size: 15px;
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
}

.accordion-template {
    border: none;
    margin-bottom: 1rem;
    border-radius: 15px;
}

.accordion-template-button {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Contenedor de la imagen (span) con posición relativa */
.accordion-template-button .img-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

/* La imagen dentro del contenedor */
.accordion-template-button .img-wrapper img {
    display: block;
    width: 66px;
    height: auto;
}

/* Línea azul debajo de la imagen usando ::after en el contenedor */
.accordion-template-button .img-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #0d83fd;
    left: 3px;
    /* Centrado */
    bottom: -8px;
    /* Separación de la imagen */
}

.bg-light {
    background-color: white !important;
    border-radius: 15px;
}


/* Articulo atlas */
.titulo_atlas_medico {
    font-size: 16px;
    font-weight: 600;
    color: #12438B;
    margin-bottom: 1rem;
}

.titulo_atlas {
    font-size: 24px;
    color: rgba(33, 37, 41, 0.75);
    font-weight: bolder;
    text-align: left;
    margin: 0;
    padding: 0;
}

.descripcion_atlas {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    padding: 0;
    color: rgba(33, 37, 41, 0.75);
}

.categoria_atlas {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #12438B;
}


.feature-item .feature-accion {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.icon_imgs {
    border-radius: 16px;
}

.sub-card-pharma {
    border: 1.5px solid rgba(22, 85, 255, 0.4);
    background: linear-gradient(145deg, #ffffff, #eef4ff);
    border-radius: 16px;
}

.contenido {
    border-radius: 32px;
}

.profile .profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile .profile-name {
    font-size: 1rem;
    margin: 0;
    font-weight: bolder;
    color: #0133A1;
}

.contact-label {
    font-size: 1rem;
    margin: 0;
    color: rgba(33, 37, 41, 0.75);
}

.reproductor {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #0f2a44;
    gap: .5rem;
    position: relative;
}

.reprod_btn {
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    color: #0133A1;
    gap: .5rem;
}

.duracions_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.duracions_container_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.duracions_container p {
    font-size: 16px;
    color: #3f3f3f;
    margin: 0;
}

.titulo_publicacion .info_text {
    background-color: #0133A1;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.profile-detail-block {
    border: 1px solid #0133A1;
    border-radius: 100px;
    padding: 15px 25px;
    gap: 15px;
}

.podcast_content_container {
    width: 75%;
}

.progress-container {
    width: 100%;
    max-width: 750px;
    height: 14px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    background-color: #80d0c7;
    transition: width .5s ease-in-out;
    border-radius: 10px;
    width: 0%;
}

/* Estilos para el dropdown de velocidad */
.profile-detail-block .dropdown {
    flex-shrink: 0;
    white-space: nowrap;
}

.profile-detail-block .dropdown .btn {
    flex-shrink: 0;
}

/* Eliminar animación del dropdown y ajustar posición */
.profile-detail-block .dropdown-menu {
    transition: none !important;
    animation: none !important;
    margin-top: 0.125rem !important;
}

.profile-detail-block .dropdown-menu.show {
    animation: none !important;
}

.play_button {
    color: #0133A1;
}

.pause_button {
    color: #0133A1;
}

/* Contenedor del progress bar */
.progress-bar-container {
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 90%;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* Redondea solo abajo */
}

/* Barra de progreso azul */
.progress-bar {
    height: 100%;
    background: #1655ff;
    /* Azul como en tu imagen */
    transition: width 0.3s ease;
    border-radius: 10px;
    /* Redondea solo esquina inferior izquierda */
}

.progress-bar-container_principal {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.progress-bar_principal {
    height: 100%;
    background: #1655ff;
    /* Color azul */
    transition: width 0.3s ease;
    border-radius: 10px;
}

.accions_botones {
    display: flex;
    justify-content: flex-end;
}

.titulo_atlas_modal {
    font-size: 20px;
    color: rgba(33, 37, 41, 0.75);
    font-weight: bolder;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 1;
}
.banner{
        position: sticky;
    top: 100px;
    right: 0;
    width: 100%;
}



/* Responsive */
@media (max-width: 768px) {
    .s130 form {
        max-width: 100%;
    }

    .s130 form .inner-form .input-field.second-wrap {
        min-width: 100px;
    }

    .s130 form .inner-form .input-field.second-wrap .btn-search {
        padding: 0 16px;
        font-size: 14px;
    }

    .feature-item .feature-accion {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        gap: 1rem;
    }

    .titulo_atlas_medico {
        font-size: 16px;
        font-weight: 600;
        color: #12438B;
        margin-bottom: 0;
    }

    /* Ajustes para el reproductor en móvil */
    .podcast_content_container {
        width: 100%;
    }

    .profile-detail-block {
        padding: 10px 15px;
        gap: 8px;
    }

    /* Ajustar solo el tamaño de los botones, no forzar display */
    .play_button,
    .pause_button {
        font-size: 40px !important;
        margin-right: 5px !important;
    }

    .progress-container {
        max-width: 100%;
    }

    /* Ajustar tamaños de fuente */
    .profile-detail-block span {
        font-size: 12px;
    }

    /* El dropdown de velocidad puede bajar si es necesario */
    .dropdown_speed {
        margin-left: 0 !important;
        margin-top: 0;
    }

    .dropdown_speed span {
        font-size: 12px;
    }

    .dropdown_speed .btn {
        font-size: 12px;
        width: 60px;
        padding: 4px 8px;
    }
}

@media (max-width: 1024px) {
    .service-card_episodio {
        height: 100%;
        padding: 10px;
        padding-bottom: 0;
        background: #fff;
        border-radius: 10px;
        transition: all .3s ease;
        display: flex;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

    .duracions_container_card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }
}

@media (max-width: 991px) {

    .service-card {
        flex-direction: column;
        padding: 20px;
    }

    .service-card .icon {
        width: 100%;
        margin-right: 16px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        color: #0d83fd;
        font-size: 28px;
        transition: all .3s ease;
        line-height: 1;
        padding: 1rem;
    }

    .reproductor {
        display: flex;
        flex-direction: column;
        text-align: left;
        color: #0f2a44;
        align-items: center;
    }

    .service-card img {
        width: 75%;
        padding: 8px;
    }


    /* Fila superior */
    .card-top {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .card-title h3 {
        font-size: 18px;
        margin: 0;
    }

    /* Cuerpo abajo */
    .card-body {
        gap: 12px;
    }

    .service-card p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .podcast_content_container {
        width: 100%;
    }

    .duracions_container {
        padding: 10px 0;
    }

    .service-card_episodio {
        height: 100%;
        padding: 30px;
        background: #fff;
        border-radius: 10px;
        transition: all .3s ease;
        display: flex;
        position: relative;
        overflow: hidden;
        margin: auto;
        align-items: center;
    }



}

/* Media query específica para pantallas muy pequeñas */
@media (max-width: 576px) {
    .profile-detail-block {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Ajustar solo el tamaño, JavaScript controla la visibilidad */
    .play_button,
    .pause_button {
        font-size: 35px !important;
    }

    .profile-detail-block {
        border: 1px solid #0133A1;
        border-radius: 15px;
        padding: 15px 25px;
        gap: 15px;
    }

    /* La velocidad baja en pantallas muy pequeñas */
    .dropdown_speed {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 10px !important;
    }

    .duracions_container {
        padding: 10px 0;
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .service-card_episodio {
        height: 100%;
        padding: 30px;
        background: #fff;
        border-radius: 10px;
        transition: all .3s ease;
        display: flex;
        position: relative;
        overflow: hidden;
        margin: auto;
        flex-direction: column;
        align-items: center;
    }

    .service-card_episodio .icon {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: flex-start;
        border-radius: 16px;
        color: #0d83fd;
        font-size: 28px;
        transition: all .3s ease;
        line-height: 1;
        margin-bottom: 16px;
    }

    .service-card_episodio img {
        width: 100%;
        height: 210px;
    }
}




.tooltip-custom {
    /* display: none; */
    /* Oculto por defecto */
    position: absolute;
    bottom: 110%;
    /* Encima del botón */
    left: 50%;
    transform: translateX(-50%);
    background-color: #0133A1;
    /* Color oscuro (bg-dark) */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10;
}
 
/* Flecha del tooltip */
.tooltip-custom::after {
    content: "";
    position: absolute;
    top: 100%;
    /* Debajo del tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #0133A1 transparent transparent transparent;
}

/* .img-fluid {
  width: auto;
  max-height: auto;
} */


@media (max-width: 991px) {
    .service-card .icon {
        width: 100% !important;
        margin-right: 16px;
        background: color-mix(in srgb, #0d83fd, transparent 90%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #0d83fd;
        font-size: 28px;
        transition: all .3s ease;
        line-height: 1;
        padding: 1rem;
    }

    .container_podcast_controls {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

      /* .icon {
        width: 100% !important;
    } */
    

  
}

@media (max-width: 768px) {

    .feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

  

    .img-fluid {
        width: 75% !important;
        height: 180px;
        object-fit:cover;
    }

    .play_button {
        font-size: 65px !important;
    }

    .pause_button {
        font-size: 65px !important;
    }

    .play_pause_progress_container {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;
        /* background-color: #0058FF; */
        /* background-color: purple; */
    }

    .progess_bar_container {
        /* display: flex !important;
        align-items: center !important;
        flex-grow: 1;  */
        /* align-self: stretch !important; */
        width: 100% !important;
    }

    .dropdown_speed {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    
}


































/* 
h4 {
  font-size: var(--h4-font-size);
}
.sticky {
  position: sticky;
  top: 100px;
  right: 0;
  width: 100%;
}

.section-title-wrap {
  position: relative;
}

.section-title-wrap::after {
  content: "";
  background: var(--section-bg-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.section-title {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 10px 25px;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

main {
  position: relative;
  z-index: 1;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}



.custom-block {
  border: 2px solid var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s ease;
}

.custom-block:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border-color: transparent;
  transform: translateY(-3px);
}

.custom-block-info {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
}

.custom-block-image-wrap {
  position: relative;
  display: block;
  height: 100%;
}

.custom-block-image-wrap > a {
  display: block;
}

.custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
  width: 100%;
  height: 212px;
}

.custom-block .custom-block-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
  opacity: 0.25;
}

.custom-block-btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.custom-block-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  font-size: var(--p-font-size);
  color: var(--white-color);
  text-align: center;
  width: 32.5px;
  height: 32.5px;
  line-height: 32.5px;
  transition: all 0.3s;
}

.custom-block-icon:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.custom-block .custom-btn {
  font-size: var(--menu-font-size);
  padding: 7px 15px;
}

.custom-block .custom-block-info + div .badge {
  background-color: var(--dark-color);
  color: var(--white-color);
  border-radius: 50px !important;
  font-size: var(--menu-font-size);
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-block .custom-block-info + div .badge:hover {
  background-color: var(--secondary-color);
}

.custom-block-full {
  background-color: var(--white-color);
  border-color: transparent;
}

.custom-block-full:hover {
  border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
  padding: 20px;
  padding-bottom: 0;
}

.custom-block-full .custom-block-image {
  width: 100%;
  height: 210px;
}

.custom-block-full .social-share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px;
}

.custom-block-top small {
  color: var(--p-color);
  font-family: var(--title-font-family);
}

.custom-block-top .badge {
  background-color: var(--secondary-color);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  height: 26.64px;
  line-height: 20px;
}

.custom-block-bottom a:hover span {
  color: var(--primary-color);
}

.custom-block-bottom a span {
  font-family: var(--title-font-family);
  color: var(--p-color);
  text-transform: uppercase;
  margin-left: 3px;
}

.custom-block-overlay {
  border-color: transparent;
  padding: 0;
}

.custom-block-overlay .custom-block-image {
  margin: auto;
  width: 100%;
  height: 210px;
  transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
  padding: 15px;
  padding-bottom: 0;
}

.custom-block-overlay-info {
  padding: 15px 20px 20px 20px;
}



.profile-block {
  margin-top: 10px;
}

.profile-block-image {
  border-radius: var(--border-radius-large);
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.profile-block p strong {
  display: block;
  font-family: var(--title-font-family);
}

.profile-detail-block {
  border: 1px solid var(--primary-color);

  border-radius: var(--border-radius-large);
  padding: 25px 35px;
}

.profile-detail-block p {
  margin-bottom: 0;
}




.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


.progress-container {
  width: 370px;
  height: 14px;
  background-color: #e0e0e0; 
  border-radius: 10px; 
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #80D0C7;
  transition: width 0.5s ease-in-out;
  border-radius: 10px;
}

.play_button {
  cursor: pointer;
} */