/* Base */
@font-face {
    font-family: aspal;
    src: url(aspal.otf);
}

body {
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: aspal;
}

.text-black {
    color: #000 !important;
}

.bg-black {
    background: #000 !important;
}

.yellow {
    color: #bd9a00;
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu {
    position: relative;
}

.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2);
}

.btn {
    border-width: 2px;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}

.btn.btn-primary {
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    color: #000;
    background-color: transparent !important;
}

.bg-black {
    background: #000;
}

.form-control {
    height: 47px;
}

.form-control:active,
.form-control:focus {
    border-color: #f1ce2d;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-section {
    padding: 4.5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 7em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    font-size: 30px;
    color: #dee2e6;
    position: relative;
}

.site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f1ce2d;
}

.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #f1ce2d;
}

.border-top {
    border-top: 1px solid #ced4da !important;
}

.site-footer {
    padding: 4em 0;
    background: #333333;
}

.site-footer p {
    color: #8c8c8c;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #b3b3b3;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 20px;
    color: #fff;
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bg-image.center {
    background-position: top center;
}

.bg-image.fixed {
    background-position: fixed !important;
}

.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative;
}

.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-image.overlay-primary:before {
    background: rgba(102, 16, 242, 0.9);
}

.bg-image.overlay-info:before {
    background: rgba(47, 240, 193, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9);
}

/* Navbar */
.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
}

.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #f1ce2d;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #f1ce2d;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #f1ce2d;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar a.active {
    color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #06060682;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}

/* Blocks */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover.inner-page,
.site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh);
}

.site-blocks-cover h1 {
    font-weight: 700;
    color: #fff;
}

.site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: #fff;
}

.play-button {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.play-button > span {
    position: absolute;
    top: 50%;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

.play-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.heading-wrap {
    position: relative;
}

.heading-wrap.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.heading-wrap h2 {
    font-size: 50px;
    position: relative;
    padding-top: 30px;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .heading-wrap h2 {
        font-size: 30px;
    }
}

.heading-wrap h2:before {
    width: 80px;
    height: 2px;
    background: #f1ce2d;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading-wrap .back-text,
.heading-wrap .back-text-dark {
    z-index: 0;
    line-height: 1;
    top: .5em;
    left: 50%;
    margin-top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 800;
    font-size: 200px;
    position: absolute;
    width: 100%;
    color: #f7f7f7;
    text-transform: uppercase;
}

.heading-wrap .back-text-dark {
    color: #e3e3e3 !important;
}

.item-class {
    position: relative;
    display: block;
    overflow: hidden;
}

.item-class img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    z-index: 1;
}

.item-class:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: #000;
    opacity: .3;
}

.item-class .text {
    z-index: 3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.item-class .text .class-heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.item-class .text .class-price {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    background: #f1ce2d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 2px solid transparent;
}

.item-class:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-class:hover .class-price {
    background: transparent;
    border: 2px solid #fff;
}

.centernonloop .owl-item {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: .5;
}

.centernonloop .owl-item.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.centernonloop .owl-item:hover {
    opacity: 1;
}

.sched,
.blog {
    display: block;
    background-color: #fff;
}

.sched .text,
.sched .bg-image,
.blog .text,
.blog .bg-image {
    width: 100%;
}

@media (min-width: 992px) {

    .sched .text,
    .sched .bg-image,
    .blog .text,
    .blog .bg-image {
        width: 50%;
    }
}

.sched h3,
.blog h3 {
    font-size: 20px;
}

.sched .text,
.blog .text {
    padding: 30px;
}

.sched .sched-time,
.blog .sched-time {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.sched .bg-image,
.blog .bg-image {
    background-size: cover;
    background-position: center center;
}

@media (max-width: 991.98px) {

    .sched .bg-image,
    .blog .bg-image {
        height: 200px;
    }
}

.position-relative {
    position: relative;
}

.img-overlap-1,
.img-overlap-2 {
    max-width: 100%;
}

.img-overlap-2 {
    bottom: -20%;
    right: -10%;
    max-width: 70%;
    position: absolute;
    border: 10px solid #fff;
}

.blog .media h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.blog .media .post-meta {
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.blog .media > a {
    width: 40%;
}

.logo {
    width: 100px;
}

@media (max-width: 767.98px) {
    .blog .media > a {
        width: 100%;
        margin-bottom: 30px;
    }

    .logo {
        width: 50px;
    }

    .class-heading {
        font-size: 10px !important;
    }
}

.item {
    border: none;
    margin-bottom: 30px;
    border-radius: 4px;
}

.item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.item a img {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.item .item-wrap {
    display: block;
    position: relative;
}

.item .item-wrap:after {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.item .item-wrap > span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.item .item-wrap:hover:after {
    opacity: 1;
    visibility: visible;
}

.item .item-wrap:hover span {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.filters .btn.active {
    background: transparent !important;
    color: #000 !important;
    border-color: #f1ce2d !important;
}

.site-footer ul li {
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
}

.form-subscribe .btn.btn-primary:hover,
.form-subscribe .btn.btn-primary:active,
.form-subscribe .btn.btn-primary:focus {
    background: #f1ce2d !important;
    color: #fff;
}

.pricing .price {
    color: #000;
}

.pricing .price .currency {
    position: relative;
    top: -1em;
    font-size: 20px;
}

.pricing .price .number {
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.pricing li.text-muted:before {
    color: #dee2e6;
}

.accordion .accordion-item h2 {
    font-size: 18px;
}

.accordion .accordion-item h2 a {
    padding: 10px 0px;
    display: block;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.accordion .accordion-item h2 a:before {
    position: absolute;
    font-family: "icomoon";
    content: "\f196";
    font-size: 20px;
    left: 0;
    top: .4em;
}

.accordion .accordion-item h2 a[aria-expanded="true"] {
    color: #f1ce2d;
}

.accordion .accordion-item h2 a[aria-expanded="true"]:before {
    content: "\f147";
}

.accordion .accordion-item .accordion-body {
    padding: 10px 30px;
}

.accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-primary {
    background: #f1ce2d;
    color: #000 !important;
    border: 2px solid #f1ce2d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

.btn-primary:hover {
    background: #000;
    color: black;
    border: 2px solid #f1ce2d;
}



.text-primary {
    color: #f1ce2d !important;
}

.video-container {
    position: relative;
    display: inline-block;
}

.play-button-team {
    position: absolute;
    top: 50%;
    left: 40%;
    background-color: #f1ce2d;
    border: none;
    color: white;
    font-size: 100px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50%;
}

.play-button-team:hover {
    background-color: #d2b32a;
}

#playButtonManu.hidden {
    display: none;
}

#playButtonCris.hidden {
    display: none;
}

.sanacionCarouselImg {
    object-fit: cover;
    height: 280px;
    object-position: 50% 40%;
}


/* Improved dropdown styles */
.site-navbar .has-children {
    position: relative;
}

.site-navbar .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 200px;
    background: #303030;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease;
    z-index: 10;
}

.site-navbar .has-children:hover > .dropdown {
    visibility: visible;
    opacity: 1;
}

/* Improve mobile menu toggle */
.site-menu-toggle {
    display: inline-block;
    padding: 10px;
}

/* Space between social icons */
.social-links a {
    margin-left: 10px;
}

.social-links a span {
    font-size: 25px;
    color: #a39018;
    transition: color 0.3s ease;
}

.social-links a span:hover {
    font-size: 25px;
    color: #ffe225;
    transition: color 0.3s ease;
}

/* Ensure logo is properly sized on all devices */
.logo {
    max-height: 50px;
    width: auto;
}

/* Estilos para header y hero */
.site-navbar-wrap {
    width: 100%;
    background-color: #303030;
}

/* Ajusta el hero para que empiece después del header */
.site-blocks-cover {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Media queries para ajustar el posicionamiento en distintos dispositivos */
@media (min-width: 992px) {
    .hero-bg-image {
        margin-top: 80px !important;
        background-position: 40% 15% !important;
    }
}

@media (max-width: 991px) {
    .site-blocks-cover {
        background-position: 75% center;
    }

    .hero-bg-image {
        margin-top: 30px !important;
        background-position: 73% 15% !important;
    }
}

/* Presentation */
.callout {
    background-color: #303030;
    color: white;
    border-radius: 8px;
    border-bottom: 3px solid #f1ce2d;
}

/* Service Cards Layout */
.service-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Service Images */
.service-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    height: 100%;
    transition: transform 0.5s ease;
}

.service-card:hover .service-image {
    transform: scale(1.05);
}

/* Text Content */
.service-text {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-text h3 {
    color: #f1ce2d;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.service-text p {
    flex-grow: 1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-text .btn {
    align-self: flex-start;
    transition: all 0.3s ease;
}

.service-text .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Featured Service Specific */
.row .mx-auto .service-card .service-image {
    min-height: 350px;
    background-position: center 30%;
}

/* Mobile Responsive Fixes */
@media (max-width: 767px) {
    .service-cards{
        padding: 0px;
    }

    .service-card {
        border-radius: 0px;
    }
    /* Consistent card layout for all cards on mobile */
    .service-card .row {
        flex-direction: column !important;
    }

    /* Featured card needs image on top, text below on mobile */
    .row .mx-auto .service-card .row .col-md-6 {
        width: 100%;
    }

    /* Force image to top for featured card */
    .row .mx-auto .service-card .row .col-md-6:first-child {
        order: -1;
    }

    .service-image {
        min-height: 200px;
    }

    .service-text {
        padding: 1.5rem;
    }

    /* Consistent button size */
    .service-text .btn {
        width: 100%;
        padding: 0.75rem;
        text-align: center;
        margin-top: 0.5rem;
    }

    /* Fix embedded images in smaller cards */
    .service-text .service-image {
        margin: 1rem 0;
        height: 200px;
        order: -1;
    }

    /* For the smaller cards, move image to top */
    .col-lg-6 .service-card {
        display: flex;
        flex-direction: column;
    }

    .col-lg-6 .service-card .service-image {
        order: -1;
    }

    /* Special case for embedded images */
    .service-text > .service-image {
        margin-top: -1.5rem !important;
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
        width: calc(100% + 3rem);
        border-radius: 8px 8px 0 0;
    }
}

/* Enhanced Styling */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #f1ce2d;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    z-index: 2;
}

.service-card:hover::before {
    transform: scaleY(1);
}

/* Make all service text backgrounds dark */
.service-text {
    background-color: #303030 !important;
    color: white !important;
}

.divider {
    height: 10vh;
    width: 100%;
    background: #f1ce2d;
}

/* Responsive video container */
.ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
}

.ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Button adaptations for mobile */
@media (max-width: 576px) {
    .d-flex.flex-wrap {
        flex-direction: column;
        align-content: center;

    }

    .d-flex.flex-wrap .btn {
        margin: 0.5rem 0;
        width: 100%;
    }
}

/* Gallery Section Styling */
.gallery-section {
    background-color: #f8f9fa;
    position: relative;
}



/* Heading Styles */
.gallery-section .subheading {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f1ce2d;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.gallery-section .heading-line {
    height: 3px;
    width: 60px;
    background-color: #f1ce2d;
    margin-top: 1rem;
}

/* Filter Button Styling */
.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.filter-btn {
    background: transparent;
    border: 2px solid #f1ce2d;
    color: #303030;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    margin: 0 5px 10px;
}

.filter-btn:hover, .filter-btn.active {
    background-color: #f1ce2d;
    color: #303030;
    box-shadow: 0 5px 15px rgba(241, 206, 45, 0.3);
}

/* Gallery Item Styling */
.gallery-grid {
    margin-bottom: 2rem;
}

.gallery-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item .item-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    transition: all 0.8s ease;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.gallery-item:hover .img-overlay {
    opacity: 1;
}

.gallery-item .work-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    z-index: 2;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-item:hover .work-info {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item .work-info h3 {
    color: white;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.gallery-item .work-info span {
    color: #f1ce2d;
    font-size: 0.85rem;
    font-weight: 500;
}

.gallery-item .icon-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #f1ce2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.gallery-item:hover .icon-wrap {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item .icon-wrap span {
    color: #303030;
    font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gallery-item img {
        height: 250px;
    }

    .filters {
        padding: 0 10px;
    }

    .filter-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .gallery-section .heading-wrap h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .gallery-item {
        margin-bottom: 15px;
    }

    .gallery-item img {
        height: 200px;
    }

    #loadMore {
        width: 100%;
    }
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-content {
    position: relative;
    z-index: 2;
}

.about-content h2 {
    position: relative;
    display: inline-block;
}

.about-content h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #f1ce2d;
}

.about-image-container {
    transition: transform 0.3s ease;
}

.about-image-container:hover {
    transform: scale(1.02);
}

/* General Section Styling */
.site-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.site-section.bg-light {
    background-color: #f8f9fa;
}

.site-section.bg-dark {
    background-color: #303030;
    color: #fff;
}

/* Card Styling */
.card {
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card.bg-dark {
    background-color: #303030;
    color: #fff;
}

.card.bg-primary {
    background-color: #f1ce2d;
    color: #000;
}

.card .price-tag {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f1ce2d;
}

.card .price-tag .text-decoration-line-through {
    font-size: 1rem;
    color: #ccc;
}

/* Button Styling */
.btn-primary {
    background-color: #f1ce2d;
    color: #000;
    border: 2px solid #f1ce2d;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border-color: #f1ce2d;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.25rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .card {
        margin-bottom: 1.5rem;
    }

    .btn-lg {
        width: 100%;
        text-align: center;
    }
}

/* New Section Styling */
.journey-section {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #fff8e1, #fff);
    overflow: hidden;
}

/* Curved Section Dividers */
.custom-shape-divider-top,
.custom-shape-divider-bottom {
    position: absolute;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top {
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom {
    bottom: 0;
    left: 0;
}

.custom-shape-divider-top svg,
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top .shape-fill,
.custom-shape-divider-bottom .shape-fill {
    fill: #f1ce2d;
    opacity: 0.1;
}

/* Section Title with Animated Underline */
.section-title h2 {
    color: #303030;
}

.title-underline {
    position: relative;
    height: 4px;
    width: 80px;
    background-color: #f1ce2d;
    margin: 10px auto 0;
    border-radius: 4px;
    overflow: hidden;
}

.title-underline:after {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

/* Tabs for Mobile Navigation */
.content-tabs .nav-pills {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.content-tabs .nav-link {
    background-color: #fff;
    color: #303030;
    border-radius: 0;
    padding: 12px 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.content-tabs .nav-link.active {
    background-color: #f1ce2d;
    color: #303030;
    box-shadow: 0 3px 10px rgba(241, 206, 45, 0.3);
}

/* Journey Timeline (Mobile) */
.journey-timeline {
    position: relative;
    padding: 30px 0;
}

.journey-item {
    display: flex;
    margin-bottom: 30px;
    opacity: 0.7;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.journey-item.active {
    opacity: 1;
    transform: scale(1);
}

.journey-item:last-child {
    margin-bottom: 0;
}

.journey-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(241, 206, 45, 0.4);
    transition: transform 0.3s ease;
}

.journey-item.active .icon-circle {
    transform: scale(1.1);
}

.journey-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.journey-content h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #303030;
    font-size: 18px;
}

.journey-content p {
    color: #666;
    margin-bottom: 0;
    font-size: 15px;
}

/* Event Card (Mobile) */
.event-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.date-stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #f1ce2d;
}

.date-circle {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #303030;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.date-circle .day {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.date-circle .month {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-details {
    padding: 25px 20px;
}

.event-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303030;
}

.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
}

.meta-item i {
    color: #f1ce2d;
    font-size: 16px;
    margin-right: 6px;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    background-color: #f1ce2d;
    color: #303030;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 10px;
    box-shadow: 0 3px 8px rgba(241, 206, 45, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-map:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(241, 206, 45, 0.4);
}

/* Timeline in Event Card */
.timeline {
    position: relative;
    margin-top: 30px;
    padding-left: 20px;
}

.timeline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #f1ce2d;
}

.timeline-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -29px;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f1ce2d;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #f1ce2d;
}

.timeline-content h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px;
    color: #303030;
}

.timeline-content p {
    margin-bottom: 0;
    color: #666;
}

/* Desktop Design */
/* Experience Card */
.experience-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-header-custom {
    background: linear-gradient(135deg, #f1ce2d 0%, #f1a72d 100%);
    padding: 20px 25px;
    color: #303030;
}

.card-header-custom h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: center;
}

.experience-timeline {
    padding: 30px 25px;
    position: relative;
    flex-grow: 1;
}

.timeline-connector {
    position: absolute;
    left: 45px;
    top: 60px;
    bottom: 60px;
    width: 3px;
    background-color: #f1ce2d;
    opacity: 0.3;
}

.experience-step {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.experience-step:last-child {
    margin-bottom: 0;
}

.step-number {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #f1ce2d;
    color: #303030;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    box-shadow: 0 5px 10px rgba(241, 206, 45, 0.3);
    position: relative;
    z-index: 1;
}

.step-content {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px 20px;
    flex-grow: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-step:hover .step-content {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #303030;
    display: flex;
    align-items: center;
}

.step-content p {
    color: #666;
    margin-bottom: 0;
}

.experience-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.experience-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.experience-card:hover .experience-img img {
    transform: scale(1.05);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
}

/* Event Details Card */
.event-details-card {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event-header {
    background-color: #303030;
    color: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
}

.calendar-preview {
    background-color: #fff;
    color: #303030;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.calendar-month {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #f1ce2d;
}

.calendar-day {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin: 5px 0;
}

.calendar-year {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    opacity: 0.7;
}

.event-title-area {
    flex-grow: 1;
}

.event-badge {
    display: inline-block;
    background-color: #f1ce2d;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.event-title-area h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    color: white;
}

.event-subtitle {
    opacity: 0.7;
    margin-bottom: 0;
    font-size: 15px;
}

.event-info {
    padding: 25px;
    flex-grow: 1;
}

.info-item {
    display: flex;
    margin-bottom: 30px;
}

.info-item:last-child {
    margin-bottom: 0;
}
.info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #303030;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(241, 206, 45, 0.3);
}

.info-content {
    flex-grow: 1;
}

.info-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #303030;
}

.info-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-content p {
    margin-bottom: 5px;
}

.map-link {
    display: inline-flex;
    align-items: center;
    color: #f1ce2d;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.map-link:hover {
    color: #d2b32a;
    text-decoration: underline;
}

.time-schedule {
    padding-left: 10px;
    border-left: 2px solid rgba(241, 206, 45, 0.3);
}

.time-marker {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.time-marker:last-child {
    margin-bottom: 0;
}

.marker-time {
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}

.marker-line {
    position: absolute;
    left: -12px;
    top: 5px;
}

.marker-dot {
    width: 20px;
    height: 20px;
    background-color: #f1ce2d;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #f1ce2d;
}

.marker-label {
    font-size: 14px;
    color: #666;
}

.location-preview {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.location-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.location-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #f1ce2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #303030;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(241, 206, 45, 0.5);
    }
    70% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 0 10px rgba(241, 206, 45, 0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(241, 206, 45, 0);
    }
}

.location-preview:hover img {
    transform: scale(1.05);
}

/* Fix for the background-repeat property */
.location-preview {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-repeat: no-repeat; /* Fixed typo: was "no-rpeeat" */
    background-size: cover;
}

/* Fix for the background-position property */
.site-blocks-cover {
    position: relative;
    background-size: cover;
    background-position: center center; /* Replaced "fixed" with correct position value */
    min-height: 600px;
    height: calc(100vh);
    overflow: hidden;
}

/* Mobile optimizations for journey-section */
.journey-section {
    position: relative;
    padding: 3rem 0;
    overflow: hidden;
}

/* Responsive curved dividers */
.custom-shape-divider-top,
.custom-shape-divider-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.custom-shape-divider-top {
    top: 0;
}

.custom-shape-divider-bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top svg,
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

@media (max-width: 767px) {
    .custom-shape-divider-top svg,
    .custom-shape-divider-bottom svg {
        height: 30px;
    }
}

/* Mobile optimization for content */
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 1.75rem;
    }

    .journey-item {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .event-card {
        padding: 1rem;
    }

    .date-circle {
        width: 60px;
        height: 60px;
    }

    .event-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .meta-item {
        margin-bottom: 0.5rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 40px;
    }

    .timeline-dot {
        left: 16px;
    }
}

/* Optimizing interactive elements for touch */
@media (max-width: 767px) {
    .btn-map,
    .nav-link,
    .filter-btn {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    .map-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    /* Enhance tap targets */
    .info-icon,
    .icon-circle,
    .step-number {
        min-width: 44px;
        min-height: 44px;
    }
    .icon-circle:before{
        display: none;
    }
    /* Add more space for tab navigation */
    .content-tabs .nav-pills {
        margin-bottom: 1.5rem;
    }
    .content-tabs .nav-pills .nav-item{
        width: 50%;
    }
    .content-tabs .nav-pills .nav-item .first-pill{
       border-radius: 30px 0px 0px 30px;
        width: 100%;
    }
    .content-tabs .nav-pills .nav-item .second-pill{
        border-radius: 0px 30px 30px 0px;
        width: 100%;
    }

    .content-tabs .nav-link {
        padding: 0.75rem;
    }
}

/* Fix layout when space is limited */
@media (max-width: 575px) {
    .event-header {
        flex-direction: column;
        text-align: center;
    }

    .calendar-preview {
        margin: 0 auto 1rem;
    }

    .info-item {
        flex-direction: column;
        text-align: center;
    }

    .info-icon {
        margin: 0 auto 1rem;
    }
}

/* Bonus Material Section Styles */
.bonus-card {
    background-color: #212529;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    color: white;
}

.bonus-header {
    background-color: #f1ce2d;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.bonus-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    color: #f1ce2d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.bonus-header h3 {
    font-weight: 700;
    color: #212529;
    margin: 0;
    font-size: 1.75rem;
}

.bonus-content {
    display: flex;
    flex-direction: column-reverse;
}

.bonus-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.bonus-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(33, 37, 41, 0) 0%, rgba(33, 37, 41, 0.8) 100%);
}

.bonus-items {
    padding: 2rem;
}

.bonus-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1.25rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.bonus-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}

.bonus-item-icon {
    color: #f1ce2d;
    font-size: 1.5rem;
    margin-right: 1rem;
    min-width: 30px;
}

.bonus-item-text p {
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.bonus-note {
    display: block;
    font-size: 0.875rem;
    opacity: 0.7;
    font-style: italic;
}

/* Media queries for responsive design */
@media (min-width: 768px) {
    .bonus-content {
        flex-direction: row;
    }

    .bonus-image-container {
        width: 40%;
        height: auto;
    }

    .bonus-items {
        width: 60%;
    }

    .bonus-card {
        border-radius: 1.5rem;
    }
}

@media (max-width: 576px) {
    .bonus-header {
        padding: 1.25rem;
    }

    .bonus-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 1.25rem;
        margin-right: 1rem;
    }

    .bonus-header h3 {
        font-size: 1.5rem;
    }

    .bonus-items {
        padding: 1.5rem;
    }

    .bonus-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }
}

/* Modern, Minimalist Feature Cards Section */
.info-section {
    padding: 3rem 0;
}

.feature-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-header {
    display: flex;
    align-items: center;
    padding: 1.75rem 1.75rem 0.75rem;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background-color: #f1ce2d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.5rem;
    color: #212529;
}

.feature-header h3 {
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
    position: relative;
}

.feature-header h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #f1ce2d;
    margin-top: 0.5rem;
}

.feature-intro {
    padding: 0 1.75rem;
    margin-bottom: 1.5rem;
    color: #555;
}

/* Testimonials Specific Styles */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0 1.75rem 1.75rem;
}

.testimonial-item {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.testimonial-content {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.testimonial-item:hover .testimonial-content {
    background-color: #212529;
    color: white;
}

.person-avatar {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 1rem;
}

.person-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.view-text {
    font-size: 0.85rem;
    color: #97891f;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.view-text i {
    margin-left: 0.25rem;
    font-size: 1rem;
}

.testimonial-item:hover .view-text {
    opacity: 1;
}
.testimonial-item:hover h5 {
    color: white;
}
.testimonial-item:hover .view-text {
    color: white;
}

/* Guidelines Specific Styles */
.guidelines-content {
    padding: 0 1.75rem 1rem;
    flex: 1;
}

.guidelines-section {
    margin-bottom: 1.5rem;
}

.guidelines-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #212529;
}

.custom-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.custom-list li:before {
    content: '✦';
    color: #f1ce2d;
    position: absolute;
    left: 0;
    top: 0;
}

.materials-box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1.25rem;
}

.material-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.material-item:last-child {
    margin-bottom: 0;
}

.material-item i {
    color: #f1ce2d;
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

.feature-image {
    margin-top: auto;
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

.feature-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-card:hover .feature-image img {
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .testimonial-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 767px) {
    .feature-header {
        padding: 1.5rem 1.5rem 0.5rem;
    }

    .guidelines-features-card{
        margin-top: 1rem;
    }
    .feature-intro,
    .guidelines-content,
    .testimonial-grid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .icon-wrapper {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 1.25rem;
    }

    .feature-header h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .guidelines-features-card{
        margin-top: 1rem;
    }

    .feature-image {
        max-height: 160px;
    }
}

.pricing-section {
    padding: 3rem 0;
}

.pricing-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pricing-icon {
    width: 70px;
    height: 70px;
    background-color: #f1ce2d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 10px 20px rgba(241, 206, 45, 0.3);
}

.pricing-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #0b0b0b;
}

.title-underline {
    height: 3px;
    width: 60px;
    background-color: #f1ce2d;
    margin: 0 auto;
}

.pricing-card {
    background-color: #303030;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-top: 5px solid rgba(255, 255, 255, 0.1);
}

.pricing-card.featured {
    border-top: 5px solid #f1ce2d;
    transform: translateY(-10px);
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card.featured:hover {
    transform: translateY(-15px);
}

.pricing-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #f1ce2d;
    color: #303030;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.pricing-card-header {
    padding: 2rem 1.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-card-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #fff;
}

.pricing-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.pricing-card-body {
    padding: 2rem 1.5rem;
    text-align: center;
}

.price-amount {
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-flex;
    align-items: baseline;
}

.currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1ce2d;
    margin-right: 0.25rem;
}

.amount {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.original-price {
    position: absolute;
    top: -1.25rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    text-decoration: line-through;
    font-weight: 600;
}

.pricing-features {
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
}

.feature-item i {
    color: #f1ce2d;
    margin-right: 0.75rem;
    font-size: 0.9rem;
}

.pricing-note {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.pricing-note i {
    color: #f1ce2d;
    margin-right: 0.5rem;
}

.pricing-card-footer {
    padding: 0 1.5rem 2rem;
    text-align: center;
}

.pricing-btn {
    display: inline-block;
    background-color: transparent;
    color: #f1ce2d;
    border: 2px solid #f1ce2d;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
}

.pricing-btn:hover {
    background-color: #f1ce2d;
    color: #303030;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(241, 206, 45, 0.3);
}

.featured-btn {
    background-color: #f1ce2d;
    color: #303030;
}

.featured-btn:hover {
    background-color: #e5bf1a;
    border-color: #e5bf1a;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .pricing-card.featured {
        transform: translateY(0);
        margin-top: 2rem;
    }

    .pricing-title {
        font-size: 2rem;
    }

    .pricing-icon {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .amount {
        font-size: 2.5rem;
    }

    .original-price {
        font-size: 1rem;
        top: -1rem;
    }
}

/* Satya Testimonials Section Styles */
.satya-testimonials {
    padding: 3rem 0;
}

.satya-section-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.satya-title-divider {
    height: 3px;
    width: 60px;
    background-color: #f1ce2d;
    margin: 0 auto 1.5rem;
}

.satya-section-lead {
    font-size: 1.1rem;
    color: #777;
    max-width: 700px;
    margin: 0 auto;
}

/* Text Testimonials Tab System */
.satya-testimonial-tabs {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.satya-tab-navigation {
    display: flex;
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.satya-tab-btn {
    background: none;
    border: none;
    padding: 0.5rem;
    margin-right: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.satya-tab-btn::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #f1ce2d;
    transition: width 0.3s ease;
}

.satya-tab-btn.active::after {
    width: 100%;
}

.satya-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.satya-tab-btn:hover .satya-avatar {
    transform: scale(1.1);
}

.satya-tab-content {
    flex: 1;
    padding: 1.5rem;
    position: relative;
}

.satya-tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.satya-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.satya-quote-card {
    position: relative;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.satya-quote-mark {
    position: absolute;
    top: -15px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f1ce2d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    font-size: 1.25rem;
}

.satya-quote-text {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #555;
}

.satya-quote-author {
    text-align: right;
    font-weight: 700;
    color: #303030;
}

/* Video Testimonials */
.satya-video-testimonials {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.satya-testimonial-header {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.satya-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #f1ce2d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.25rem;
    color: #303030;
}

.satya-testimonial-header h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.satya-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1.5rem;
}

.satya-video-item {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.satya-video-content {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.satya-video-item:hover .satya-video-content {
    background-color: #303030;
    color: white;
    transform: translateY(-3px);
}

.satya-person-avatar {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    background-color: #f1ce2d;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    margin-right: 1rem;
}

.satya-person-info h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.satya-view-text {
    font-size: 0.85rem;
    color: #f1ce2d;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.satya-view-text i {
    margin-left: 0.25rem;
    font-size: 0.9rem;
}

.satya-video-item:hover .satya-view-text {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .satya-section-title {
        font-size: 2rem;
    }

    .satya-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .satya-video-testimonials {
        margin-top: 2rem;
    }

    .satya-quote-text {
        font-size: 0.95rem;
    }

    .satya-tab-navigation {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .satya-video-grid {
        grid-template-columns: 1fr;
    }

    .satya-tab-btn {
        margin-right: 0.5rem;
    }

    .satya-avatar {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

.site-footer {
    background-color: #303030;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

.footer-heading {
    color: #f1ce2d;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #f1ce2d;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-links a:hover {
    color: #f1ce2d;
    transform: translateX(5px);
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: #f1ce2d;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #f1ce2d;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #f1ce2d;
    color: #303030;
    transform: translateY(-3px);
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary-dark {
    background: #f1ce2d;
    color: #000 !important;
    border: 2px solid #f1ce2d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    transition: ease-in-out 0.5s all;

}

.btn-primary-dark:hover, btn-primary-dark:focus, .btn-primary-dark:active {
    color: white!important;
    background-color: transparent !important;
    transition: ease-in-out 0.5s all;
}

/* Equipo Section Styles */
.equipo-bio-section {
    background-color: #000;
    padding: 40px 0;
}

.equipo-bio-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.equipo-bio-content p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Video Container Styles */
.equipo-video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.equipo-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.equipo-video-preview {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.equipo-video-expanded {
    aspect-ratio: auto;
    object-fit: contain;
    background-color: #000;
}

.equipo-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.equipo-play-overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.equipo-play-icon {
    width: 80px;
    height: 80px;
    fill: #f1ce2d;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.equipo-play-overlay:hover .equipo-play-icon {
    transform: scale(1.1);
}

.equipo-video-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .equipo-bio-section {
        padding: 30px 0;
    }

    .equipo-video-preview {
        aspect-ratio: 16/9;
    }

    .equipo-play-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .equipo-bio-section {
        padding: 20px 0;
    }

    .equipo-play-icon {
        width: 50px;
        height: 50px;
    }
}

/* Estilos para la sección de horarios */
.schedule-options {
    padding: 0 1.75rem 1.75rem;
}

.schedule-item {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.schedule-item:hover {
    background-color: #303030;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.schedule-day {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.schedule-day i {
    color: #f1ce2d;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.schedule-day h5 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.schedule-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.time-badge {
    background-color: #f1ce2d;
    color: #303030;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    display: inline-block;
}

.time-or {
    margin: 0 1rem;
    font-weight: 600;
}

.schedule-divider {
    text-align: center;
    margin: 1rem 0;
    font-weight: 600;
    color: #777;
}

@media (max-width: 767px) {
    .schedule-time {
        flex-direction: column;
        align-items: flex-start;
    }

    .time-badge {
        margin-bottom: 0.5rem;
    }

    .time-or {
        margin: 0.5rem 0;
    }
}