/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background: #fff; /* Fondo blanco como base */
     padding-top: 70px; /* Espacio para el navbar fijo */
     margin: 0;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
     display: block;
     margin: 0 auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*-- navigation--*/

/* Navbar principal */
.navigation.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 15px 0;
    min-height: 70px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

/* Logo en el navbar */
.navbar-brand.logo {
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
}

.navbar-brand.logo img {
    height: 45px;
    width: auto;
    margin-right: 12px;
}

.navbar-brand.logo .logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Links del navbar */
.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 12px 24px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navigation.navbar-dark .navbar-nav .nav-link:hover,
.navigation.navbar-dark .navbar-nav .nav-link:focus {
    color: #f4a111 !important;
    background-color: rgba(244, 161, 17, 0.2);
    transform: translateY(-1px);
}

.navigation.navbar-dark .navbar-nav .nav-link.active {
    background-color: rgba(244, 161, 17, 0.3);
    color: #fff !important;
    border: 2px solid rgba(244, 161, 17, 0.6);
}

/* Botón hamburguesa */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 10px 14px;
    background-color: rgba(0, 20, 53, 0.8);
    border-radius: 10px;
    display: none; /* Oculto por defecto */
    transition: all 0.3s ease;
    position: relative;
    z-index: 1040;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(244, 161, 17, 0.6);
    outline: none;
}

.navbar-toggler:hover {
    background-color: rgba(244, 161, 17, 0.8);
    border-color: rgba(244, 161, 17, 0.9);
    transform: scale(1.05);
}

.navbar-toggler.collapsed {
    background-color: rgba(244, 161, 17, 0.9);
    border-color: rgba(244, 161, 17, 1);
}

.navbar-toggler-icon {
    width: 26px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(90deg);
}

/* Navegación transparente en desktop */
@media (min-width: 992px) {
    .navigation.navbar {
        background-color: rgba(0, 0, 0, 0.05);
        padding: 20px 0;
    }
    
    .navigation.navbar.scrolled {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 12px 0;
    }
    
    .navbar-toggler {
        display: none;
    }
}

/* Responsive para móvil */
@media (max-width: 991.98px) {
    .navigation.navbar {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }
    
    .navbar-collapse {
        background-color: rgba(0, 20, 53, 0.98);
        margin-top: 15px;
        border-radius: 15px;
        padding: 25px 15px;
        border: 2px solid rgba(244, 161, 17, 0.4);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        z-index: 1020;
        width: calc(100% - 30px);
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateY(-20px);
    }
    
    .navbar-collapse.show {
        max-height: 500px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: block !important;
    }
    
    .navigation.navbar-dark .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 15px 20px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        color: #fff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        display: block;
        width: 100%;
        border-radius: 8px;
        transition: all 0.3s ease;
        opacity: 0;
        animation: slideInLeft 0.5s ease forwards;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(1) { animation-delay: 0.1s; }
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(2) { animation-delay: 0.2s; }
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(3) { animation-delay: 0.3s; }
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(4) { animation-delay: 0.4s; }
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(5) { animation-delay: 0.5s; }
    .navigation.navbar-dark .navbar-nav .nav-link:nth-child(6) { animation-delay: 0.6s; }
    
    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link:hover {
        background-color: rgba(244, 161, 17, 0.4);
        transform: translateY(-2px);
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(244, 161, 17, 0.3);
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link.active {
        background-color: rgba(244, 161, 17, 0.6);
        color: #fff !important;
        border-radius: 10px;
        border: 1px solid rgba(244, 161, 17, 0.8);
        box-shadow: 0 4px 12px rgba(244, 161, 17, 0.3);
    }
    
    .navbar-toggler {
        display: block !important;
        position: relative;
        z-index: 1040;
    }
    
    /* Overlay para cerrar el menú al hacer clic fuera */
    .navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
    }
}

/*-- header area --*/

.header {
     width: 100%;
     margin: 0;
     padding: 0;
}

/* Logo styles - simplificado */
.logo a img {
     height: auto;
     width: auto;
     max-height: 50px;
}

.logo-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
}

.full_bg {
     background: linear-gradient(135deg, #001935 0%, #7c0ef7 60%, #f4a111 100%);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding-top: 0; /* Sin padding para que el gradiente llegue hasta arriba */
     margin-top: -70px; /* Compensar el padding-top del body */
     padding-top: 70px; /* Añadir el padding aquí para el contenido */
     min-height: 100vh; /* Asegurar que cubra toda la pantalla */
     position: relative;
}

.banner_main {
     position: relative;
     padding-bottom: 50px;
     padding-top: 50px;
     min-height: 90vh;
     display: flex;
     align-items: center;
}

.banner_main .carousel {
     width: 100%;
}

.yoga_box {
     text-align: left;
     padding-top: 0; /* Removemos el padding-top para centrar mejor */
     display: flex;
     flex-direction: column;
     justify-content: center;
     height: 100%;
}

.banner_po {
     position: inherit;
     display: flex;
     align-items: center;
     min-height: 70vh;
}

.yoga_box span {
     color: #fff;
     font-size: 28px;
     line-height: 20px;
     font-weight: bold;
}

.yoga_box h1 {
     font-size: 150px;
     font-weight: bold;
     color: #f4a111;
     line-height: 150px;
}

.yo_img {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
}

.yo_img figure {
     margin: 0;
     display: flex;
     align-items: center;
     justify-content: center;
}

.yo_img figure img {
     max-height: 500px;
     width: auto;
     object-fit: contain;
}

.yoga_box h1 strong {
     color: #fff;
}

.yoga_box .yoga_btn {
     float: left;
     font-size: 18px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: bold;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 80px;
     height: 80px;
     background: #f4a111;
     opacity: 1;
     font-size: 20px;
     color: #fff;
     top: 46%;
     border-radius: 40px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #001935;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     left: 9%;
}

#myCarousel .carousel-control-next {
     right: 9%;
}

/* Ajuste para móvil - flechas más abajo */
@media (max-width: 767.98px) {
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        width: 45px;
        height: 45px;
        top: 92%; /* Casi al final de la sección, debajo del botón de contacto */
        font-size: 12px;
        border-radius: 23px;
        z-index: 10;
        opacity: 0.9;
    }
    
    #myCarousel .carousel-control-prev {
        left: 20%;
    }

    #myCarousel .carousel-control-next {
        right: 20%;
    }
}

/* Para dispositivos muy pequeños - flechas al final */
@media (max-width: 480px) {
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        top: 95%; /* Casi al borde inferior de la sección */
        font-size: 11px;
        border-radius: 20px;
    }
    
    #myCarousel .carousel-control-prev {
        left: 25%;
    }

    #myCarousel .carousel-control-next {
        right: 25%;
    }
    
    .carousel-indicators {
        bottom: 5%; /* Muy cerca del final para dispositivos pequeños */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #myCarousel .carousel-control-prev,
    #myCarousel .carousel-control-next {
        width: 65px;
        height: 65px;
        top: 80%;
        font-size: 18px;
        border-radius: 32px;
    }
    
    #myCarousel .carousel-control-prev {
        left: 8%;
    }

    #myCarousel .carousel-control-next {
        right: 8%;
    }
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
}

/* Ajustar indicadores para móvil */
@media (max-width: 767.98px) {
    .carousel-indicators {
        bottom: 8%; /* Arriba de las flechas en móvil */
        margin-bottom: 0;
    }
    
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 3px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-indicators {
        bottom: 25px;
    }
}


/** end banner section **/

.titlepage {
     text-align: center;

}

.titlepage h2 {
     font-size: 50px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     padding-top: 40px;
}

.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 15px;
     padding-bottom: 40px;

     display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #001935;
     color: #fff;
     padding: 9px 0px;
     width: 100%;
     max-width: 177px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** our classes section **/

.classes {
     padding: 30px 0;
     background-color: #fff;
}

.our_yoga {
     text-align: center;
}

.our_yoga figure {
     margin: 0;
}

.our_yoga h3 {
     margin-top: 30px;
     font-size: 30px;
     line-height: 20px;
     color: #3e3e3e;
     text-transform: uppercase;
     font-weight: bold;
     padding-bottom: 8px;
}

.our_yoga span {
     font-size: 17px;
     line-height: 20px;
     font-weight: bold;
     color: #b7b6b6;
}

.margin_bott {
     margin-bottom: -30px;
}

.margin_top {
     margin-top: -10px;
}

.yoga_btn {
     max-width: 292px;
     height: 60px;
     padding: 15px 0;
     margin-top: 45px;
     margin-top: 45px !important;
     border-radius: 30px;
     margin: 0 auto;
     display: block;
}


/** end our classes section **/


/** middle section **/

.middle {
     background: #7c0ef7;
     margin: 0 61px 0 61px;
     padding: 20px;
}

.middle .titlepage {
     text-align: left;
     max-width: 554px;
     float: right;
     width: 100%;
}

.middle .titlepage h2 {
     color: #fff;
     padding-bottom: 30px;
}

.middle .titlepage p {
     color: #fff;
     font-weight: normal;
     font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     border-bottom: #fff solid 1px;
     padding-bottom: 35px;
}

.yoga_img figure {
     margin: 0;
}

.yoga_img figure img {
     width: 100%
}

.padding_right0 {
     padding-right: 0;
}

.ye_b5n {
     background: #f4a111;
     text-transform: uppercase;
     margin-top: 50px;
}

.ye_b5n:hover {
     background: #fff;
     color: #f4a111;
}


/** end middle section **/


/** about section **/

.about {
     background-color: #fff;
     padding-top: 90px;
}

.about .titlepage {
     text-align: center;
}

.about .titlepage span {
     font-family: 'Open Sans', sans-serif;
}

.about_img {
     margin-top: 0px;
     margin-right: 46px;
     margin-bottom: 30px;
     margin-left: 46px
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** middle section **/

.balance {
     background: #7c0ef7;
     margin: 0 0px 0 0px;
}

.balance .titlepage {
     text-align: left;
     max-width: 554px;
     float: left;
     width: 100%;
}

.balance .titlepage h2 {
     color: #fff;
     padding-bottom: 30px;
}

.balance .titlepage p {
     color: #fff;
     font-weight: normal;
     font-family: 'Open Sans', sans-serif;
     font-size: 16px;
     border-bottom: #fff solid 1px;
     padding-bottom: 35px;
}

.yoga_img figure {
     margin: 0;
}

.yoga_img figure img {
     width: 100%
}

.padding_left0 {
     padding-left: 0;
}


/** end middle section **/


/** about section **/

.pricing_main {
     background-color: #fff;
     padding-top: 5px;
}

.pricing_main .titlepage {
     text-align: center;
}

.pricing_main .titlepage span {
     font-family: 'Open Sans', sans-serif;
}

.pricing {
     text-align: center;
     font-family: 'Open Sans', sans-serif;
     padding: 45px 40px 0px 40px;
}

.pricing h4 {
     color: #151515;
     font-size: 30px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 30px;
}

.pricing h3 {
     margin-bottom: 40px;
     font-size: 83px;
     padding-bottom: 35px;
     color: #151515;
     line-height: 74px;
     font-weight: bold;
}

.pricing h3 span {
     color: #f4a111;
}

.pricing h3::before {
     position: absolute;
     content: "";
     background-color: #6a16f3;
     width: 150px;
     height: 9px;
     bottom: 0px;
     border-radius: 7px;
}

.pricing p {
     font-weight: bold;
     color: #151515;
     padding-bottom: 40px;
     font-size: 17px;
     line-height: 28px;
}

.dark_bg {
     background: #252525;
     font-weight: normal;
     text-transform: uppercase;
}

.ho_bor {
     border-right: #cfb5fa solid 5px;
     border-left: #cfb5fa solid 5px;
}

.ho_bor .read_more {
     background: #f4a111;
}

.ho_bor .read_more:hover {
     background: #252525;
}


/** end about section **/


/** pepole section **/

.pepole {
     padding-top: 30px;
     background: #fff;
}

.parile0 {
     padding-left: 0;
     padding-right: 0;
}

.relative2 {
     position: inherit;
     padding: 0px 50px 80px 50px;
     text-align: left;
     border-top: #6816ef solid 111px;
}

.relative2 i {
     margin-top: -54px;
     position: relative;
     display: block;
}

.relative2 span {
     color: #151515;
     display: block;
     font-size: 30px;
     font-weight: 500;
     font-family: 'Open Sans', sans-serif;
}

.relative2 p {
     color: #151515;
     font-size: 17px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     font-weight: normal;
}

.testimo_ban_bg {
     background: #fff;
     box-shadow: 0 0px 237px rgba(22, 22, 23, 0.11);
}

.qusright {
     padding-right: 10px
}

.qusleft {
     padding-left: 10px
}

.aliq {
     padding: 0px 0px 0px 40px;
}

#testimo .carousel-control-prev,
#testimo .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 20px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#testimo .carousel-control-prev:hover,
#testimo .carousel-control-next:hover,
#testimo .carousel-control-prev:focus,
#testimo .carousel-control-next:focus {
     background: #6816ef;
     color: #fff;
}

#testimo .carousel-control-prev {
     left: 0px;
}

#testimo .carousel-control-next {
     right: inherit;
     left: 7%;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.carousel-indicators {
     display: none;
}


/** end pepole section **/


/** contact section **/

.contact {
     background: #7c0ef7;

}

.contact .titlepage {
     text-align: left;
}

.contact .titlepage h2 {
     color: #fff;
}

.main_form {
     padding: 40px 80px;
     background: #fff;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #f4a111;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #7c0ef7;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: #7c0ef7;
     padding-top: 40px;
     text-align: center;
}

.newslatter {
     padding-bottom: 60px;
}

.newslatter h4 {
     font-weight: 600;
     font-size: 35px;
     line-height: 30px;
     text-align: center;
     color: #fff;
}



.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 55px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 64%;
     height: 70px;
     background: #fff;
     color: #d5d2d2;
     font-size: 20px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #001935;
     color: #fff;
     padding: 5px 0px;
     max-width: 270px;
     width: 100%;
     font-weight: normal;
     text-transform: uppercase;
     height: 70px;
     border: #fff solid 15px;
}

.sub_btn:hover {
     background-color: #f4a111;
     transition: ease-in all 0.5s;
     color: #fff;
}

.footer h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     display: table;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

ul.social_icon {
     margin-left: 15px;
     padding-top: 15px;
     width: 100%;
     float: left;
     text-align: center;
}

ul.social_icon {
     display: flex;
     justify-content: center;
     gap: 15px; /* Espaciado entre los iconos */
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap:  wrap;
     font-size: 24px;
     border-radius: 30px;
     margin: 0 3px;
     color: #001935;
     background: #fff;
     width: 40px;
     height: 39px;
}

ul.social_icon li a:hover {
     color: #f4a111;
}

.copyright {
     margin-top: 15px;
     background-color: #7c0ef7;
     box-shadow: 3px 0px 10px rgba(255, 255, 255, 0.42);

}

.many {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: normal;
     text-align: left;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     padding-top: 26px;
     font-weight: normal;
     padding-bottom: 20px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f4a111;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
     background-color: #6a16f3 !important;
     background: transparent;
}

.inner_page .navigation.navbar {
     padding-top: 24px !important;
}

.back_re {
     background-color: #7c0ef7;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 20px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .gallery {
     padding-top: 90px;
}

.inner_page .blog {
     margin-top: 90px;
}

.ballet_box {
     text-align: left;
     padding-top: 18%;
}

.ballet_box span {
     color: #fff;
     font-size: 28px;
     line-height: 20px;
     font-weight: bold;
}

.ballet_box h1 {
     font-size: 150px;
     font-weight: bold;
     color: #f4a111;
     line-height: 150px;
}

.ballet_box h1 strong {
     color: #fff;
}

.ballet_box .ballet_btn {
     float: left;
     font-size: 18px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: bold;
}

.ballet_btn {
     max-width: 292px;
     height: 60px;
     padding: 15px 0;
     margin-top: 45px;
}

.ballet_img figure {
     margin: 0;
}

.ballet_img figure img {
     width: 100%
}

/* Imagen decorativa chica en el banner principal */
.banner-girl-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 40%;
  z-index: 2;
}
.banner-girl-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .banner-girl-img {
    max-width: 60%;
    right: 10px;
  }
}

/* Responsivo para el logo y texto en pantallas pequeñas */
@media (max-width: 768px) {
    .logo a img {
        width: 70px;
        height: 70px;
    }
    .logo-text {
        font-size: 18px;
        margin: 5px 0 0 0;
    }
    .logo-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* Eliminar completamente la línea superior */
.border_top1 {
     display: none;
}

/* Media queries para padding del body */
@media (max-width: 767.98px) {
    body {
        padding-top: 60px; /* Menos padding en móvil */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        padding-top: 65px; /* Padding intermedio para tablet */
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 70px; /* Padding completo para desktop */
    }
}

/* Wrapper para asegurar fondos blancos en secciones específicas */
.white-bg-section {
    background-color: #fff;
}

/* Asegurar que todas las secciones después del header tengan fondo blanco por defecto */
.about,
.classes,
.pricing_main,
.pepole {
    background-color: #fff !important;
}

/* Mantener el gradiente solo en la primera sección */
html, 
.main-layout {
    background: #fff;
}

/* Media queries para el centrado del carrusel */
@media (max-width: 767.98px) {
    .banner_main {
        min-height: 85vh;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .banner_po {
        min-height: 60vh;
    }
    
    .yoga_box h1 {
        font-size: 80px;
        line-height: 80px;
    }
    
    .yoga_box span {
        font-size: 20px;
    }
    
    .yo_img figure img {
        max-height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_main {
        min-height: 80vh;
    }
    
    .banner_po {
        min-height: 65vh;
    }
    
    .yoga_box h1 {
        font-size: 120px;
        line-height: 120px;
    }
    
    .yo_img figure img {
        max-height: 400px;
    }
}

/* Asegurar espacio suficiente en móvil para las flechas */
@media (max-width: 767.98px) {
    .banner_main {
        padding-bottom: 80px; /* Más espacio abajo para las flechas */
    }
    
    .full_bg {
        padding-bottom: 20px; /* Espacio adicional */
    }
}