/*
Theme Name: Enfold Child
Description: A Child Theme for the Enfold WordPress Theme customized for https://devalclub.org/. This setup is ideal for safely adding modifications and styles while ensuring smoother theme updates.
Version: 1.0
Author: Mobifilia
Author URI: https://www.mobifilia.com/
Template: enfold
*/


/*-------------------------------
* Root - Variables
--------------------------------*/
:root {
    --primary: #FFD731;
    --secondary: #DE1F4A;
    --white: #FFFFFF;
    --text-primary: #191C24;
    --darkYellow: rgba(255, 182, 37, 0.96);
    --bg-primary: #F4F4F5;
    --lavender-gray: #D6D3E4;
    --lavender-light: rgba(214, 211, 228, .4);
}

body {
    font-family: 'Afacad', sans-serif;
}

/*-------------------------------
* Animations
--------------------------------*/
@keyframes bounceIn {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(30deg);
    }
    75% {
        -webkit-transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

/*-------------------------------
* Common CSS
--------------------------------*/
#top .av-siteloader-wrap {
    background-color: var(--text-primary);
}

#top .av-siteloader-wrap .av-preloading-logo {
    animation: rotate 1.5s infinite linear;
}

#top .av-siteloader {
    margin-top: -77px;
    width: 64px;
    height: 64px;
    border-width: 4px;
    border-color: rgba(235, 235, 235, .2);
    border-left-color: var(--primary);
}

#top .main_color .input-text, 
#top .main_color input[type='text'], 
#top .main_color input[type='input'], 
#top .main_color input[type='password'], 
#top .main_color input[type='email'], 
#top .main_color input[type='number'], 
#top .main_color input[type='url'], 
#top .main_color input[type='tel'], 
#top .main_color input[type='search'],
#top .main_color input[type='submit'],
#top .main_color textarea, 
#top .main_color select,
#top .input-text, 
#top input[type='text'], 
#top input[type='input'], 
#top input[type='password'], 
#top input[type='email'], 
#top input[type='number'], 
#top input[type='url'], 
#top input[type='tel'], 
#top input[type='search'],
#top input[type='submit'],
#top textarea, 
#top select {
    font-family: "Afacad", sans-serif;
}

.template-page .entry-content-wrapper h1, 
.template-page .entry-content-wrapper h2 {
    text-transform: inherit;
}

.color-dodge {
    background-blend-mode: color-dodge;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 2px;
    /*position: absolute;*/
}

.wpcf7 form .wpcf7-response-output {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    margin: 1em 0.5em 1em;
}

#top #wrap_all #header .main_menu .av-main-nav .av-menu-button-colored {
    display: none;
}

#top #wrap_all #header .main_menu .av-main-nav .av-menu-button-colored > a {
    position: relative;
    overflow: hidden;
    height: 50px !important;
    background: linear-gradient(0deg, var(--white), var(--white));
    color: var(--text-primary);
    border-color: var(--white);
    font-size: 18px;
    font-weight: 600;
    transition: all ease-in-out .2s !important;
    border-radius: 10px;
    width: 160px;
    margin-left: 10px;
    margin-top: 18px;
}

#top.white-header #wrap_all #header .main_menu .av-main-nav .av-menu-button-colored > a {
    background: linear-gradient(0deg, var(--primary), var(--primary));
}

#top .elementor-element .btn-solid .elementor-button-link {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, var(--primary), var(--primary));
    color: var(--text-primary);
    border-color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    transition: all ease-in-out .2s !important;
}

#top .elementor-element .btn-solid .elementor-button-link:before,
#top #wrap_all .header_color .av-menu-button-colored > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/03/btn-bg-1.png') no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all linear .3s !important;
}

#top .elementor-element .btn-outline .elementor-button-link:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/03/btn-bg-1.png') no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all linear .3s !important;
}

#top .elementor-element .btn-solid .elementor-button-link:hover:before,
#top .elementor-element .btn-outline .elementor-button-link:hover:before,
#top #wrap_all .header_color .av-menu-button-colored > a:hover:before {
    transform: scale(1.5);
}

#top .elementor-element .btn-solid .elementor-button-link .elementor-button-text,
#top .elementor-element .btn-outline .elementor-button-link .elementor-button-text,
#top .elementor-element .btn-outline .elementor-button-link .elementor-button-icon,
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    transform: translateY(0px);
    transition: all linear .3s !important;
}

#top .elementor-element .btn-solid .elementor-button-link:hover .elementor-button-text,
#top .elementor-element .btn-outline .elementor-button-link:hover .elementor-button-text,
#top .elementor-element .btn-outline .elementor-button-link:hover .elementor-button-icon,
#top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text {
    transform: translateY(2px);
}

#top .elementor-element .btn-outline .elementor-button-link {
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, transparent, transparent);
    border: 1px solid var(--white);
    font-size: 1.125rem;
    font-weight: normal;
    transition: all linear .3s !important;
}

#top .elementor-element .btn-outline-dark .elementor-button-link {
    border: 1px solid var(--secondary);
}

#top .elementor-element .btn-solid .elementor-button-link:hover,
#top .elementor-element .btn-solid .elementor-button-link:focus,
#top .elementor-element .btn-outline .elementor-button-link:hover,
#top .elementor-element .btn-outline .elementor-button-link:focus,
#top .footer-page-content .elementor-element .btn-outline .elementor-button-link:focus,
#top #wrap_all #header .main_menu .av-main-nav .av-menu-button-colored > a:hover,
#top.white-header #wrap_all #header .main_menu .av-main-nav .av-menu-button-colored > a:hover {
    background: linear-gradient(0deg, rgba(196, 130, 30, 0.2), rgba(196, 130, 30, 0.2)), linear-gradient(0deg, var(--primary), var(--primary));
    border-color: transparent;
    opacity: 1;
    color: var(--text-primary);
}

#top .pointer-none {
    pointer-events: none;
}

#top .hidden {
    display: none;
}


/*-------------------------------
* Header
--------------------------------*/
#top .header-scrolled,
#top .header-scrolled-full,
#top .header-scrolled #header_main,
#top .header-scrolled-full #header_main {
    background-color: var(--text-primary);
    border: none;
}

#top #header #header_main {
    border: none;
}

#header_main .container {
    height: 88px !important;
    line-height: 88px !important;
    /*max-width: 100%;*/
    /*padding: 0 20px;*/
}

#top #header_main .logo {
    display: flex;
    align-items: center;
}

#top #header_main .logo a {
    height: auto;
    max-height: 88px !important;
}

#top #header_main .logo img {
    max-height: 88px !important;
}

#top #header_main .av-main-nav > li > a {
    font-size: 18px;
    font-weight: 400;
    height: 80px !important;
    line-height: 88px !important;
}

#top #header_main > .container, 
#top #header_main > .container .main_menu .av-main-nav > li > a, 
#top #header_main #menu-item-shop .cart_dropdown_link {
    opacity: 1;
}

#top .av_header_transparency .avia-menu-fx,
#top .avia-menu-fx {
    left: 10px;
    bottom: 22%;
    width: calc(100% - 1.11em);
    transform: scale(1,1) translate(0, 2px);
}

#top .menu .menu-item.current-page-ancestor .avia-menu-fx,
#top .menu .menu-item.current-page-ancestor:hover .avia-menu-fx {
    opacity: 1;
    visibility: visible;
}

#top #header_main .main_menu .sub-menu {
    background-color: var(--white);
    width: 90px;
    border: none;
    border-radius: 10px;
}

#top #header_main .main_menu .sub-menu a {
    font-size: 16px;
    color: var(--text-primary);
    background-color: transparent;
    border: none;
    padding: 5px 12px;
    line-height: normal;
}

#top #header_main .main_menu .sub-menu a:hover {
    color: var(--darkYellow);
}

#top #header_main .main_menu .sub-menu .current-lang a {
    font-weight: 700;
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
    position: relative;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 16px;
    color: var(--text-primary);
    background-color: transparent;
    border-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    opacity: 1;
}

/*-------------------------------
* White - Header
--------------------------------*/
#top.white-header .header-scrolled,
#top.white-header .header-scrolled-full,
#top.white-header .header-scrolled #header_main,
#top.white-header .header-scrolled-full #header_main,
#top.white-header #header,
#top.white-header .header_bg {
    background-color: var(--bg-primary);
    border: none;
}

.white-header #header_main .av-main-nav > li > a {
    color: var(--text-primary);
}

#top.white-header #header_main .menu .menu-item:hover a,
#top.white-header #header_main .menu .menu-item.current-menu-item a,
#top.white-header #header_main .menu .menu-item.current-page-ancestor a,
#top.white-header #header_main .menu .menu-item.lang-item a:hover {
    color: var(--secondary);
}

#top.white-header #header_main .menu .menu-item.lang-item a,
#top.white-header #header_main .menu .menu-item.current-menu-item.current-lang a {
    color: var(--text-primary);
}

#top.white-header #header_main .menu .menu-item:hover a .avia-menu-fx,
#top.white-header #header_main .menu .menu-item.current-menu-item a .avia-menu-fx,
#top.white-header #header_main .menu .menu-item.current-page-ancestor a .avia-menu-fx {
    background-color: var(--primary);
    border-color: var(--primary);
}

/*-------------------------------
* Home - Hero Section
--------------------------------*/
#top .home-banner .elementor-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#top .home-slider .ls-media-unmute {
    display: none !important;
}

/*-------------------------------
* Our Offering
--------------------------------*/
.elementor .our-offering-section {
    position: unset;
}

.elementor .our-offering-section:before {
    top: 580px;
    left: 0;
}

.language-mr .elementor .our-offering-section:before {
    top: 535px;
}

#top .our-offerings-details .elementor-image-box-img img {
    margin: 0 auto;
}

/*-------------------------------
* Heritage
--------------------------------*/
#top .heritage-main-wrap .heritage-hero-section {
    
}

#top .heritage-main-wrap .heritage-hero-section .elementor-widget-container p {
    margin-bottom: 0;
}

#top .heritage-main-wrap .heritage-hero-section .elementor-widget-container p strong {
    color: var(--primary);
    font-weight: 400;
}

#top .gayan-samaj-slider {
    display: none;
    position: relative;
    width: 100%;
    /*min-height: 72vh;*/
    overflow: hidden;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 40px;
    margin: 80px auto !important;
}

#top .gayan-samaj-slider .slide {
    /*width: 100%;*/
    /*height: 50vh;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 100%;*/
    /*transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out !important;*/
    /*opacity: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

#top .gayan-samaj-slider .slide.zoom-out {
    animation: zoomOut 0.6s ease forwards;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

#top .gayan-samaj-slider .slide:nth-child(odd) {
    flex-direction: row; /* Image left, Content right */
}

#top .gayan-samaj-slider .slide .slide:nth-child(even) {
    flex-direction: row-reverse; /* Image right, Content left */
}

#top .gayan-samaj-slider .slide .slide-text,
#top .gayan-samaj-slider .slide .slide-image {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s ease !important;
}

#top .gayan-samaj-slider .slide .slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* **Image & Content Styling** */
#top .gayan-samaj-slider .slide .slide-image {
    height: auto;
    /*transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;*/
    flex-shrink: 0;
    width: 50%;
}

#top .gayan-samaj-slider .slide .slide-text {
    position: relative;
    width: 50%;
    /*transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;*/
    color: var(--white);
    padding: 20px;
}

#top .gayan-samaj-slider .slide .slide-text h2 {
    font-family: 'Afacad', sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
}

#top .gayan-samaj-slider .slide .slide-text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 35px;
    margin-bottom: 0;
}

/* **Animation Effect** */
#top .gayan-samaj-slider .slide.active {
    /*transform: translateX(-100%);*/
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
    animation: zoomIn 0.6s ease forwards;
}

#top .gayan-samaj-slider .slide.zoom-out {
    animation: zoomOut 0.6s ease forwards;
}

/* **Animate Image and Content Separately** */
#top .gayan-samaj-slider .slide.active:nth-child(odd) .slide-image,
#top .gayan-samaj-slider .slide.active:nth-child(even) .slide-image,
#top .gayan-samaj-slider .slide.active:nth-child(odd) .slide-text,
#top .gayan-samaj-slider .slide.active:nth-child(even) .slide-text {
    transform: translateX(0);
    opacity: 1 !important;
    /*transform: scale(1) !important;*/
    animation: zoomOut 0.6s ease forwards;
}

/*#top .gayan-samaj-slider .slide.active:nth-child(odd) .slide-text,*/
/*#top .gayan-samaj-slider .slide.active:nth-child(even) .slide-text {*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*    animation: zoomOut 0.6s ease forwards;*/
/*}*/

#top .gayan-samaj-slider .slide.active .slide-image {
    transition-delay: 0.2s;
}

#top .gayan-samaj-slider .slide.active .slide-text {
    transition-delay: 0.3s;
}

/* **Move Content & Image Before Slide Appears** */
#top .gayan-samaj-slider .slide .slide-image,
#top .gayan-samaj-slider .slide .slide-text {
    opacity: 0;
}

#top .gayan-samaj-slider .slide:nth-child(odd) .slide-image {
    transform: translateX(0px);
    text-align: left;
}

#top .gayan-samaj-slider .slide:nth-child(odd) .slide-text {
    transform: translateX(-500px);
}

#top .gayan-samaj-slider .slide:nth-child(even) .slide-image {
    transform: translateX(0px);
    text-align: right;
}

#top .gayan-samaj-slider .slide:nth-child(even) .slide-text {
    transform: translateX(500px);
}

#top .gayan-samaj-slider .prev-btn {
    /*position: absolute;*/
    /*bottom: 20px;*/
    /*padding: 12px 24px;*/
    /*background: #fff;*/
    /*color: #333;*/
    /*border: none;*/
    /*font-size: 16px;*/
    /*cursor: pointer;*/
    /*transition: all 0.3s ease;*/
}

#top .gayan-samaj-slider .prev-btn {
    /*right: 50%;*/
    /*transform: translateX(50%);*/
    display: none; /* Hide Previous Button initially */
}

#top .gayan-samaj-slider .next-prev-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*
#top .gayan-samaj-slider .prev-btn,
#top .gayan-samaj-slider .next-btn {
    position: relative;
    color: var(--white);
    font-family: 'Afacad', sans-serif;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    width: 285px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}*/

#top .gayan-samaj-slider .next-slide-preview {
    position: absolute;
    width: 285px;
    height: 192px;
    overflow: hidden;
    top: -60px;
    right: 0;
}

#top .gayan-samaj-slider .next-slide-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    opacity: 0.2;
}

.heritage-slider .heritage-items {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: end;
}


.heritage-slider .heritage-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

.heritage-slider .heritage-inner .heritage-image,
.heritage-slider .heritage-inner .heritage-content {
    flex: 1;
}

.heritage-slider .heritage-inner .heritage-image img {
    height: 441px;
    object-fit: cover;
    object-position: center;
}

.heritage-slider .heritage-inner .heritage-content {
    color: var(--white);
}

.heritage-slider .heritage-inner .heritage-content .heritage-title {
    color: var(--primary);
    font-family: 'Afacad', sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
}

.heritage-slider .heritage-inner .heritage-content .heritage-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 0;
}

.heritage-slider .heritage-items .slick-prev {
    order: 2;
    background-image: url('/wp-content/uploads/2025/04/chevron-left-white.svg');
}

.heritage-slider .heritage-items .slick-list {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
}

.heritage-slider .heritage-items .slick-next {
    order: 3;
    background-image: url('/wp-content/uploads/2025/04/chevron-right-white.svg');
    margin-left: 10px;
}

.heritage-slider .heritage-items .slick-arrow {
    padding: 2px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--white);
    border-radius: 4px;
    color: var(--white);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    flex-shrink: 0;
}

.heritage-slider .heritage-items .slick-arrow:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.heritage-slider .heritage-items .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.heritage-lazy-img {
    filter: blur(10px);
    transition: filter 0.4s ease-out !important;
}

.heritage-lazy-img[slick-loaded="true"] {
    filter: blur(0);
}

/*Musical Legacy*/
/* Masonry Grid */
.musical-masonry-grid {
    column-count: 8;
    column-gap: 0;
}

.musical-legacy-item {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.musical-legacy-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -8px;
}

/* Hidden class */
.hidden {
    display: none;
}

/* Modal Styles */
.musical-legacy-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
}
#musical-legacy-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
}
.musical-legacy-modal-container {
    position: relative;
    width: 100%;
    display: flex;
    padding: 20px;
    min-height: calc(100% - (0.75rem * 1));
}
.musical-legacy-inner {
    position: relative;
    overflow: hidden;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.musical-legacy-modal-container .modal-left {
    position: relative;
    z-index: 1;
}
.musical-legacy-modal-container .modal-left img {
    border-radius: 20px;
    width: 372px;
    height: 568px;
    object-fit: cover;
}
.musical-legacy-modal-container .modal-right {
    width: 60%;
    padding: 30px 30px 30px 58px;
    background-color: var(--text-primary);
    backdrop-filter: blur(20px);
    color: var(--white);
    border-radius: 30px;
    margin-left: -28px;
}
.musical-legacy-modal-container .musical-legacy-link {
    color: var(--white);
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.musical-legacy-modal-container .musical-legacy-link:hover {
    color: var(--primary);
}
.musical-legacy-modal-container .musical-legacy-link:hover svg path {
    fill: var(--primary);
}
.musical-legacy-modal-container #musical-legacy-modal-title {
    font-weight: 400;
}
.musical-legacy-modal-container #musical-legacy-modal-content {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
#close-modal {
    position: absolute;
    top: 14px;
    right: 0;
    background: var(--white);
    border: none;
    padding: 2px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    border-radius: 50%;
}
#close-modal img {
    width: 20px;
    height: 20px;
}


/*-------------------------------
* Art Institute
--------------------------------*/
#top .art-institute-wrap > .elementor-element,
#top .art-institute-wrap > .elementor-element:before {
    transition: all linear .3s !important;
}

#top .art-institute-wrap > .nrutya-section:hover,
#top .art-institute-wrap > .sangeet-section:hover,
#top .art-institute-wrap > .nattya-section:hover {
    opacity: 1;
    --overlay-opacity: 1;
}

#top .art-institute-wrap > .nrutya-section:hover {
    background-color: rgba(2, 29, 43, .6);
}

#top .art-institute-wrap > .sangeet-section:hover {
    background-color: rgba(99, 33, 75, .6);
    opacity: .8;
}

#top .art-institute-wrap > .nattya-section:hover {
    background-color: rgba(68, 51, 31, .6);
    opacity: .8;
}

#top .art-institute-wrap .elementor-element:hover:before {
    transform: scale(1.2);
}

#top .art-institute-wrap > .nrutya-section:hover .btn-explore,
#top .art-institute-wrap > .sangeet-section:hover .btn-explore,
#top .art-institute-wrap > .nattya-section:hover .btn-explore {
    opacity: 1;
    visibility: visible;
    transition: all linear .3s !important;
}

#top .art-institute-wrap .btn-explore {
    opacity: 0;
    visibility: hidden;
    transition: all linear .3s !important;
}

#top .art-institute-wrap .btn-explore .elementor-button-icon svg {
    width: 44px;
    height: 20px;
}

/*-------------------------------
* Nrutya
--------------------------------*/
#top .page-menu .menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    gap: 20px;
}

#top .page-menu .menu .menu-item {
    position: relative;
    padding: 0 6px;
}

#top .page-menu .menu .menu-item:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    background-color: var(--secondary);
    width: 100%;
    height: 2px;
    transition: all linear .2s !important;
    opacity: 0;
    visibility: hidden;
}

#top .page-menu .menu .menu-item:hover:after,
#top .page-menu .menu .menu-item.current-menu-item:after {
    opacity: 1;
    visibility: visible;
}

#top .page-menu .menu .menu-item a {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
}

#top .page-menu .menu .menu-item a:hover,
#top .page-menu .menu .menu-item.current-menu-item a,
#top #header .menu .menu-item.current-page-ancestor a {
    color: var(--primary);
}

#top .bhartnatyam-title {
    display: none;
}

#top .learn-kathak-bharatnatyam-wrap img {
    mix-blend-mode: lighten;
}

#top .learn-kathak-bharat-detail > .elementor-element:not(:last-child):after {
    content: '';
    position: absolute;
    right: 24px;
    top: 16px;
    height: 90px;
    width: 2px;
    background-color: var(--secondary);
}

.learn-kathak-bharat-detail .elementor-widget-container p {
    margin-bottom: 0;
}

.learn-kathak-bharat-detail .elementor-widget-container p strong {
    color: var(--primary);
    font-weight: 400;
}

#top .classical-dance-train-sec .e-n-tabs-heading .e-n-tab-title:first-child {
    border-radius: 10px 0 0 10px;
}

#top .classical-dance-train-sec .e-n-tabs-heading .e-n-tab-title:last-child {
    border-radius: 0 10px 10px 0;
}

#top .classical-dance-train-sec .e-n-tabs-heading .e-n-tab-title {
    min-width: 182px;
    cursor: pointer;
}

#top .classical-dance-train-sec .level-title .elementor-widget-container {
    background-color: var(--primary);
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--text-primary);
    border-radius: 0px 0px 20px 20px;
    padding: 16px 20px 16px 20px;
    min-width: 290px;
    text-align: center;
}

#top .admission-guidelines-wrap .fee-payment-tbl thead tr {
    background-color: var(--lavender-light);
}

#top .admission-guidelines-wrap .fee-payment-tbl thead tr th {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    border-color: #e1e1e1;
}

#top .admission-guidelines-wrap .fee-payment-tbl tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

#top .admission-guidelines-wrap .fee-payment-tbl tbody tr td {
    font-size: 1rem;
    border-color: #e1e1e1;
}

#top .choose-sangeet-vidyalay .elementor-heading-title strong {
    color: var(--secondary);
    font-weight: normal;
}

/*-------------------------------
* Theatre
--------------------------------*/
#top .theatre-hero-section .hero-btns .elementor-element,
#top .theatre-hero-section .hero-btns .elementor-element .elementor-button {
    width: 100%;
}

#top .upcoming-event-section.not-enough-slides,
#top .blog-wrap.not-enough-slides {
    padding-bottom: 60px;
}

#top .theatre-inner-details {
    min-height: 260px;
}

#top .theatre-inner-details-mr {
    min-height: 328px;
}

#top .event-item {
    text-align: center;
}

#top .event-thumbnail img {
    object-fit: cover;
    height: 39vh;
}

#top .event-carousel .event-details {
    background-color: var(--primary);
    padding: 20px 10px;
    margin-top: 6px;
}

#top .event-carousel .event-details .event-title {
    font-family: 'Afacad', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--text-primary);
}

#top .event-carousel .event-details .event-datetime {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-primary);
}

#top .event-carousel .nxtprev-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 20px;
}

#top .event-carousel .btn {
    padding: 2px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--text-primary);
    border-radius: 4px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

#top .event-carousel .btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

/*#top .event-carousel #prevBtn,*/
/*#top .event-carousel #nextBtn {*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

#top .event-carousel #prevBtn {
    background-image: url('/wp-content/uploads/2025/04/chevron_left.svg');
}

#top .event-carousel #nextBtn {
    background-image: url('/wp-content/uploads/2025/04/chevron_right.svg');
}

#top .upcoming-event-section .no-events {
    font-size: 1.25rem;
    text-align: center;
    font-weight: normal;
    color: var(--secondary);
}

#top .ideal-for-functions-section .elementor-image-box-img {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#top .ideal-for-functions-section .elementor-image-box-img img {
    height: 208px;
    object-fit: cover;
}

#top .ideal-for-functions-section .btn-solid,
#top .ideal-for-functions-section .btn-solid .elementor-button {
    width: 100%;
}

/*-------------------------------
* Compitition
--------------------------------*/
#top .ongoing-competition-section .elementor-image-box-content {
    padding: 0 20px 20px;
}

#top .ongoing-competition-section .elementor-image-box-content .elementor-image-box-title {
    min-height: 96px;
}

#top .cultural-event-table {
    width: 100%;
}

#top .cultural-event-table .elementor-shortcode {
    overflow: auto;
}

#top .cultural-event-table thead th,
#top .cultural-event-table tbody td {
    color: var(--white);
    border: none;
    border-bottom: 1px solid #CFCFCF;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0;
}

#top .cultural-event-table thead th {
    background-color: #364772;
}

#top .cultural-event-table tbody tr:nth-child(even) td {
    background-color: #282D39;
}

#top .cultural-event-table tbody tr td:first-child {
    max-width: 325px;
    min-width: 325px;
}

#top .cultural-event-table .no-events{
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
}

#top .upcoming-compitition-section .btn-solid, 
#top .upcoming-compitition-section .elementor-button,
#top .donation-options .btn-outline, 
#top .donation-options .elementor-button {
    width: 100%;
}

/*-------------------------------
* Make a Donation
--------------------------------*/
#top .donation-options {
    border: 1px solid transparent;
    background-image: linear-gradient(88.62deg, #292E3B 0.07%, var(--primary) 101.03%);
    border-right-color: rgba(255, 215, 49, 0.8);
}

#top .donation-options:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    margin: 0 -1px;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    border-radius: 18px;
}

#top .elementor-element.donation-options .elementor-button {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0.75px;
}

#top .donation-options .upi-icon .elementor-button-content-wrapper {
    align-items: center;
}

#top .donation-options .upi-icon .elementor-button svg {
    width: 70px;
}

/*-------------------------------
* History
--------------------------------*/
.history-timeline-container {
    background-color: #101219;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.history-timeline-container .timeline-items {
    display: flex;
    align-items: center;
}

.timeline-items {
    width: 100%;
}

.timeline-items .timeline-item {
    position: relative;
    color: var(--white);
    width: 100%;
}

.history-timeline-container .timeline-items .slick-slide {
    min-height: 460px; /* match your design */
    box-sizing: border-box;
}

.timeline-items .timeline-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 240px;
    height: 100%;
    border: 1.2px solid var(--primary);
    border-right: 0;
    border-bottom: 0;
    border-radius: 46px 40px 0px 48px;
}

.timeline-item .timeline-year-music .timeline-year {
    font-size: 3rem;
    font-weight: 400;
    padding: 16px 0 0 30px;
}

.timeline-items .timeline-item .timeline-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-items .timeline-item .timeline-image {
    flex-shrink: 0;
    margin-left: -54px;
    margin-right: -30px;
}

.timeline-items .timeline-item .timeline-image img {
    width: 535px;
}

.timeline-item .timeline-content .timeline-text .timeline-title {
    font-size: 1.75rem;
    font-weight: 400;
    color: var(--primary);
    letter-spacing: .4px;
    margin-bottom: 28px;
}

.timeline-item .timeline-content .timeline-text .timeline-desc {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
}

.history-timeline-container .appenddots-wrapper {
    position: absolute;
    right: 0;
    max-height: 250px;
    overflow-y: auto;
    /*padding: 10px 0;*/
    width: 100px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.history-timeline-container .appenddots-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.timeline-items .slick-dots,
.appenddots .slick-dots {
    position: relative;
    top: 0px;
    /*right: -150px;*/
    right: -18px;
    margin: 0;
    display: grid;
    gap: 8px;
}

.timeline-items .slick-dots:before,
.appenddots .slick-dots:before {
    content: '';
    position: absolute;
    top: 0;
    /*right: 64px;*/
    right: 94px;
    height: 100%;
    width: 7px;
    background: linear-gradient(180deg, #181B23 0%, #373F53 49.5%, #181B23 100%);
}

.timeline-items .slick-dots li,
.appenddots .slick-dots li {
    position: relative;
    display: block;
}

.timeline-items .slick-dots li .custom-dot,
.appenddots .slick-dots li .custom-dot {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    padding: 0;
}

.timeline-items .slick-dots li .custom-dot:focus,
.appenddots .slick-dots li .custom-dot:focus {
    outline: none;
    box-shadow: none;
}

.timeline-items .slick-dots li .custom-dot .dot-circle,
.appenddots .slick-dots li .custom-dot .dot-circle {
    width: 5px;
    height: 5px;
    background-color: var(--white);
    opacity: .5;
    border-radius: 50%;
    transition: background-color 0.3s ease !important;
}

.timeline-items .slick-dots li .custom-dot .dot-year,
.appenddots .slick-dots li .custom-dot .dot-year {
    font-family: 'Afacad', sans-serif;
    font-size: 1.25rem;
    color: var(--white);
    opacity: 0;
    visibility: hidden;
}

.timeline-items .slick-dots li.slick-active .custom-dot .dot-circle,
.timeline-items .slick-dots li .custom-dot:hover .dot-circle,
.appenddots .slick-dots li.slick-active .custom-dot .dot-circle,
.appenddots .slick-dots li .custom-dot:hover .dot-circle {
    position: relative;
    right: 2px;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.timeline-items .slick-dots li.slick-active .custom-dot .dot-year,
.timeline-items .slick-dots li .custom-dot:hover .dot-year,
.appenddots .slick-dots li.slick-active .custom-dot .dot-year,
.appenddots .slick-dots li .custom-dot:hover .dot-year {
    font-weight: 500;
    opacity: 1;
    visibility: visible;
}

.timeline-items .slick-dots li.slick-active .custom-dot .dot-circle:after,
.timeline-items .slick-dots li .custom-dot:hover .dot-circle:after,
.appenddots .slick-dots li.slick-active .custom-dot .dot-circle:after,
.appenddots .slick-dots li .custom-dot:hover .dot-circle:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 14px;
    height: 1px;
    background-color: var(--white);
}

#top .club-leader-slide .leader-image img {
    width: 256px;
    object-fit: cover;
}

#top .club-leaders-carousel { 
    display: flex; 
    overflow: hidden; 
}

#top .club-leaders-carousel .club-leader-slide { 
    min-width: 280px; 
    /*cursor: pointer;*/
    text-align: center; 
}

#top .club-leader-slide .leader-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--primary);
}

#top .club-leader-slide .leader-subtitle {
    font-size: 1rem;
    font-weight: normal;
    color: var(--white);
}

#top .club-leaders-carousel-wrap .nxtprev-btn,
#top .gayan-samaj-slider .nxtprev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

#top .gayan-samaj-slider .nxtprev-btn {
    justify-content: start;
}

#top .club-leaders-carousel-wrap .nxtprev-btn .btn,
#top .leader-modal .modal-nxtprev-btn .btn,
#top .gayan-samaj-slider .nxtprev-btn .btn {
    padding: 2px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--white);
    border-radius: 4px;
    color: var(--white);
    background-color: transparent;
}

#top .club-leaders-carousel-wrap .nxtprev-btn .btn:hover,
#top .leader-modal .modal-nxtprev-btn .btn:hover,
#top .gayan-samaj-slider .nxtprev-btn .btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

#top .club-leaders-carousel-wrap .nxtprev-btn .btn,
#top .leader-modal .modal-nxtprev-btn .btn,
#top .gayan-samaj-slider .nxtprev-btn .btn {
    background-repeat: no-repeat;
    background-position: center;
}

#top .club-leaders-carousel-wrap .nxtprev-btn .btn:disabled,
#top .leader-modal .modal-nxtprev-btn .btn:disabled,
#top .event-carousel .btn:disabled,
#top .blog-post-items .slick-arrow.slick-disabled,
#top .event-slider .slick-arrow.slick-disabled,
#top .gayan-samaj-slider .nxtprev-btn .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#top .club-leaders-carousel-wrap .nxtprev-btn .carousel-prev,
#top .leader-modal .modal-nxtprev-btn .modal-prev,
#top .gayan-samaj-slider .nxtprev-btn .prev-btn {
    background-image: url('/wp-content/uploads/2025/04/chevron-left-white.svg');
}

#top .club-leaders-carousel-wrap .nxtprev-btn .carousel-next,
#top .leader-modal .modal-nxtprev-btn .modal-next,
#top .gayan-samaj-slider .nxtprev-btn .next-btn {
    background-image: url('/wp-content/uploads/2025/04/chevron-right-white.svg');
}

#top .leader-modal { 
    display: none; 
    position: relative; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 2;
    margin-top: -520px;
}

#top .leader-modal .modal-content {
    position: relative;
    background: #1F2536;
    color: var(--white);
    padding: 20px; 
    max-width: 100%; 
    margin: 5px auto; 
    border-radius: 20px;
}

#top .leader-modal .leader-inner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

#top .leader-modal .leader-inner-content .leader-title-img {
    text-align: center;
    flex: 0 0 30%;
}

#top .leader-modal .leader-inner-content #modal-image {
    margin-top: -50px;
    margin-bottom: -50px;
}

#top .leader-modal .leader-inner-content #modal-image img {
    width: 345px;
    object-fit: contain;
}

#top .leader-modal .leader-inner-content #modal-title {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

#top .leader-modal .leader-inner-content #modal-title,
#top .leader-modal .leader-inner-content #modal-subtitle {
    color: var(--primary);
    font-weight: normal;
}

#top .leader-modal .leader-inner-content #modal-subtitle {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#top .leader-modal .leader-inner-content #modal-description {
    font-size: 1.125rem;
    font-weight: normal;
    text-align: left;
    line-height: 1.55;
    flex: 0 0 70%;
}

#top .leader-modal .leader-inner-content #modal-description p {
    margin-top: 0;
    margin-bottom: 0;
}

#top .leader-modal .leader-inner-content #modal-description p:not(:last-child) {
    margin-bottom: 8px;
}

#top .leader-modal .leader-inner-content #modal-description ul {
    list-style: none;
    margin-bottom: 8px;
}

#top .leader-modal .leader-inner-content #modal-description ul li {
    position: relative;
    padding-left: 16px;
}

#top .leader-modal .leader-inner-content #modal-description ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: var(--primary);
    border-radius: 50%;
}

#top .leader-modal .close-modal {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 
    margin-left: auto;
    font-size: 1.5rem;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid var(--white);
    background-image: url('/wp-content/uploads/2025/04/close-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin-bottom: 20px;
}

#top .leader-modal .close-modal:hover,
#top .blog-post-items .slick-arrow:hover,
#top .event-slider .slick-arrow:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

#top .leader-modal .modal-nxtprev-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 20px;
}

/*-------------------------------
* Blogs
--------------------------------*/
#top .blog-post-container .slick-track {
    display: flex;
}

#top .blog-post-container .blog-post-item,
#top .blog-post-container .blog-link {
    display: grid;
    height: auto;
}

#top .blog-post-container .blog-post-item:not(:first-child) .blog-post-content,
#top .event-slider .event-item:not(:first-child) .event-content {
    margin-left: 20px;
}

#top .blog-post-container .blog-post-item .blog-post-content {
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
}

#top .blog-post-container .blog-post-item .blog-post-content .blog-image {
    margin-bottom: 20px;
}

#top .blog-post-container .blog-post-item .blog-post-content .blog-image img {
    object-fit: cover;
    object-position: center;
    height: 284px;
    border-radius: 2px;
}

#top .blog-post-container .blog-post-item .blog-post-content .blog-title {
    font-family: 'Afacad', sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: var(--text-primary);
}

#top .blog-post-container .blog-post-item .blog-meta {
    color: var(--text-primary);
    font-size: 0.875rem;
    font-weight: 400;
}

#top .blog-post-container .blog-post-item .blog-meta span {
    position: relative;
    display: inline-block;
    opacity: .75;
}

#top .blog-post-container .blog-post-item .blog-meta .read-time:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--text-primary);
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: middle;
}

#top .blog-post-items .slick-arrow,
#top .event-slider .slick-arrow {
    position: absolute;
    bottom: -90px;
    right: 0;
    z-index: 1;
    padding: 2px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--text-primary);
    border-radius: 4px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    line-height: 0;
}

#top .blog-post-items .slick-prev,
#top .event-slider .slick-prev {
    right: 58px;
    background-image: url('/wp-content/uploads/2025/04/chevron_left.svg');
}

#top .blog-post-items .slick-next,
#top .event-slider .slick-next {
    background-image: url('/wp-content/uploads/2025/04/chevron_right.svg');
}

#top .show-details-wrap {
    position: fixed;
    /*top: 140px;*/
    width: calc(1200px / 3);
    z-index: 10;
  /*right: calc((100vw - 1200px) / 2);*/
}

#top .show-details-wrap  .show-details-list {
    margin: 0;
    display: grid;
    gap: 8px;
    padding: 16px;
    background-color: var(--text-primary);
    border-radius: 5px;
}

#top .show-details-wrap .show-details-list li {
    display: flex;
    align-items: start;
    gap: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 28px;
}

#top .show-details-wrap .show-details-list li .show-detail-icon {
    position: relative;
    top: 4px;
    color: #fff;
}

#top .show-details-wrap .show-details-list li .show-location {
    color: var(--primary);
    line-height: normal;
    position: relative;
    top: 2px;
}

#top .show-details-wrap .show-details-list li svg {
    width: 20px;
}

#top .show-details-wrap .show-details-list li .show-location svg {
    width: 18px;
}

#top .post-tags-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

#top .post-tags-list li {
    background-color: var(--bg-primary);
    padding: 4px 8px;
    color: var(--text-primary);
    font-size: 14px;
    border-radius: 4px;
}

#top .eael-filterable-gallery-item-wrap .gallery-item-caption-over {
    display: none;
}

/*-------------------------------
* Reports
--------------------------------*/
#top .report-year-filter .select-year {
    display: flex;
    align-items: center;
    gap: 8px;
}

#top .report-year-filter .select-year label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    flex-shrink: 0;
}

#top .report-year-filter .select-year #report_year_filter {
    font-family: 'Afacad', sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    border-radius: 8px;
    background-color: var(--text-primary);
    color: var(--white);
    padding: 14px 20px;
    height: 50px;
    max-width: 160px;
    min-width: 160px;
    background-image: url(/wp-content/uploads/2025/04/arrow-down-white.svg);
    background-position: 93% 14px;
    cursor: pointer;
}

#top .report-year-filter .no-reports,
#top #report_results .loading {
    text-align: center;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 30px 0;
}

#top .report-year-filter .report-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

#top .report-year-filter .report-item div {
    background-color: #2B313F;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: var(--white);
    flex: 0 0 32.33%;
    width: 100%;
}

#top .report-year-filter .report-item .report-title {
    font-family: 'Afacad', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 8px;
    margin-bottom: 10px;
}

#top .report-year-filter .report-item .report-title span {
    display: block;
    font-size: 1rem;
}

#top .report-year-filter .report-item a {
    color: var(--primary);
    font-size: 1.375rem;
    line-height: 1.5rem;
}

#top .report-year-filter .report-item a:hover {
    color: var(--darkYellow);
}

#top .report-year-filter .report-item .not-found {
    opacity: .5;
    cursor: not-allowed;
}

#top .report-year-filter .report-item .not-available {
    font-family: 'Afacad', sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3rem;
    margin-top: 8px;
    color: var(--primary);
}

#top .performance-exposure-wrap .eael-animate-flip .eael-elements-flip-box-front-container:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background-image: url('/wp-content/uploads/2025/05/flip-1.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 25px;
    margin: 0 auto;
}

#top .performance-exposure-wrap .eael-animate-flip .eael-elements-flip-box-rear-container:before {
    content: '';
    position: absolute;
    width: 93%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/05/blur.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*-------------------------------
* Admission Form
--------------------------------*/
#top .wpcf7-form .admission-form label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}

#top .wpcf7-form .admission-form .wpcf7-form-control {
    border-color: var(--lavender-gray);
    color: var(--text-primary);
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

#top .wpcf7-form .admission-form .wpcf7-form-control.wpcf7-date {
    border: 1px solid var(--lavender-gray);
    padding: 0 8px;
}

#top .wpcf7-form .admission-form .wpcf7-form-control.wpcf7-date:focus {
    outline: none;
}

#top .wpcf7-form .admission-form .wpcf7-checkbox {
    display: block;
    margin-top: 16px;
    height: auto;
}

#top .wpcf7-form .admission-form .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 16px;
    color: var(--text-primary);
}

#top .wpcf7-form .admission-form input[type="checkbox"] {
    color: var(--primary);
    background-color: var(--primary);
}

#top .wpcf7-form .admission-form .submit-admission-btn .wpcf7-form-control {
    background-color: var(--darkYellow);
    width: auto;
    margin: 0 auto;
    display: flex;
}

#top .wpcf7-form .admission-form + .wpcf7-response-output {
    color: var(--text-primary);
    font-size: 16px;
}

#top .wpcf7-form .admission-form.competition-form > div {
    margin-bottom: 20px;
}

#top .wpcf7-form .admission-form.competition-form label {
    display: block;
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

#top .wpcf7-form .admission-form.competition-form label + br {
    display: none;
}

#top .wpcf7-form .admission-form.competition-form .wpcf7-form-control.wpcf7-file, 
#top .wpcf7-form .admission-form.competition-form .wpcf7-form-control.wpcf7-checkbox {
    background-color: transparent !important;
}

#top .wpcf7-form .admission-form.competition-form .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #191C24;
    color: var(--white);
    font-family: 'Afacad';
    font-size: 18px;
}

#top .wpcf7-form .admission-form.competition-form .wpcf7-textarea {
    resize: none;
    height: auto;
}

#top .wpcf7-form .admission-form.competition-form .qr-code-img {
    display: flex;
    margin: 20px auto 30px;
    width: 400px;
    border-radius: 5px;
}

#top .wpcf7-form .admission-form.competition-form .wpcf7-list-item-label {
    color: var(--white);
}

#top .wpcf7-form .admission-form.competition-form .wpcf7-form-control.wpcf7-file {
    margin-top: 4px;
    width: auto;
    height: auto;
}

#top .wpcf7-form .admission-form.competition-form .small-note {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

#top .admission-form.competition-form + .wpcf7-response-output {
    color: var(--white);
}

#top .admission-form.competition-form .wpcf7-not-valid-tip {
    position: absolute;
}

#top .competition-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* Standard */
#top .competition-form input[type="file"]::file-selector-button {
    background-color: var(--darkYellow);
    color: var(--text-primary);
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Afacad', sans-serif;
    font-size: 16px;
}

/* Firefox fallback */
#top .competition-form input[type="file"]::-moz-file-upload-button {
    background-color: var(--darkYellow);
    color: var(--text-primary);
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Afacad', sans-serif;
    font-size: 16px;
}

/*-------------------------------
* Single Post
--------------------------------*/
#top .competition-post ul,
#top .bullet-list ul {
    margin: 0;
    display: grid;
    gap: 10px;
}

#top .competition-post ul li,
#top .bullet-list ul li {
    position: relative;
    padding-left: 20px;
}

#top .competition-post ul li:before,
#top .bullet-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 100%;
}

#top .reward-details .eael-infobox {
    height: 100%;
}

#top .competition-post strong {
    color: var(--darkYellow);
}

#top .reward-details .infobox-content strong {
    font-size: 24px;
    margin: 6px 0;
    display: inline-block;
    color: var(--white);
}

#top .reward-details .infobox-content div + div p:last-child {
    opacity: .8;
}

.single-post .post-entry.single-big .entry-content {
    font-size: 16px;
    color: var(--text-primary);
}

.single-post .post-entry.single-big strong {
    color: var(--text-primary);
}

#top .fullsize .template-blog .post .entry-content-wrapper>* {
    max-width: 100%;
}

#top .event-closed-box {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    text-align: center;
}

#top .event-closed-box strong {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
    margin-bottom: 6px;
}

#top .facilitator-list li {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
}

/*-------------------------------
* Footer
--------------------------------*/
#top .footer-page-content .container {
    max-width: 100%;
    padding: 0;
}
    
#top .footer-page-content .main_color {
    background-color: var(--text-primary);
    border: none;
}

#top .footer-page-content .main_color main {
    padding: 0;
}

#top .footer-second-section .footer-form form {
    margin-bottom: 0;
}

.footer-page-content .footer-inner-section.is-layout-flex {
    align-items: self-start;
    gap: 0;
    display: grid;
    grid-template-columns: 1.5fr 3fr;
}

/*.footer-page-content .hard-light:before {*/
/*    mix-blend-mode: hard-light;*/
/*}*/

.footer-page-content .footer-first-section .wp-block-cover__inner-container,
.footer-page-content .footer-note-section .wp-block-cover__inner-container {
    padding: 16px;
}

.footer-page-content .footer-first-section .wp-block-cover__inner-container p,
.footer-page-content .footer-note-section .wp-block-cover__inner-container p {
    font-family: "Gloock", Sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    max-width: 290px;
}

#top .footer-second-section .footer-form {
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #1B1E2A;
    border-radius: 0 0 24px 24px;
    padding: 50px 20px;
}

#top .footer-second-section .footer-form .elementor-widget-container {
    max-width: 690px;
    width: 100%;
}

#top .footer-second-section .footer-form .form-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 400;
}

#top .footer-second-section .footer-form .form-subtitle {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

#top .footer-second-section .footer-form .phone-btn-wrap,
#top .footer-second-section .footer-form .phone-no {
    position: relative;
}

#top .footer-second-section .footer-form .phone-btn-wrap p {
    margin: 0;
}

#top .footer-second-section .footer-form .phone-no .phone-code {
    position: absolute;
    left: 16px;
    top: 14px;
    color: var(--white);
    font-size: 18px;
}

#top .footer-second-section .footer-form .wpcf7 .wpcf7-tel {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2);
    border-radius: 16px;
    padding-left: 48px;
    padding-right: 150px;
    color: var(--white);
    font-size: 18px;
    height: 48px;
    margin-bottom: 0;
}

#top .footer-second-section .footer-form .wpcf7 .wpcf7-form-control:focus {
    outline: none;
    border: 1px solid var(--white);
}

#top .footer-second-section .footer-form .phone-btn-wrap .send-btn {
    position: absolute;
    top: 4px;
    right: 4px;
}

#top .footer-second-section .footer-form .send-btn .wpcf7-submit {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--text-primary);
    letter-spacing: .2px;
    border-radius: 12px;
    height: 40px;
    background-color: var(--darkYellow);
    box-shadow: 0px 2px 4px 0px #8A5C0052;
}

#top .footer-second-section .footer-form .send-btn .wpcf7-submit:focus {
    border: none;
    outline: none;
}

#top .footer-second-section .footer-form .phone-btn-wrap .send-btn .wpcf7-spinner {
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    margin: 0 auto;
}

.footer-page-content .footer-note-section {
    display: none;
}

.footer-page-content .footer-contact-info .wp-block-column {
    flex: auto;
}

.footer-page-content .footer-contact-info .contact-info-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-page-content .footer-contact-info .elementor-icon svg {
    width: 0.9em;
}

.footer-page-content .footer-contact-info .contact-number a {
    color: var(--white);
    font-weight: 600;
}

.footer-page-content .footer-contact-info .contact-number a:hover {
    color: var(--primary);
}

.footer-page-content .location-details .location {
    opacity: .8;
    mix-blend-mode: luminosity;
}

#top .footer-page-content .elementor-element .btn-outline .elementor-button-link {
    display: inline-block;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 10px;
    font-size: 16px;
    height: 40px;
}

#top .footer-page-content .elementor-element .btn-outline .elementor-button-link:hover {
    border-color: var(--primary);
    color: var(--text-primary);
}

#top .footer-page-content .elementor-element .btn-outline .elementor-button-link:hover svg path,
#top .footer-page-content .elementor-element .btn-outline .elementor-button-link:focus svg path {
    fill: var(--text-primary);
}

.footer-page-content .map-btn-section .icon-btn .wp-element-button {
    position: relative;
    padding-left: 48px;
}

.footer-page-content .map-btn-section .direction-icon .wp-element-button {
    background-image: url('/wp-content/uploads/2025/03/direction-icon.svg');
    background-repeat: no-repeat;
    background-position: 18px 9px;
}

#top .copyrights-wrap a:hover {
    color: var(--primary);
}

#tooltipText {
    visibility: hidden;
    background-color: var(--white);
    color: var(--text-primary);
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s !important;
    font-size: 0.75rem;
}

#top #scroll-top-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

#top #scroll-top-link:hover {
    background-color: var(--darkYellow);
    border-color: var(--darkYellow);
}

#top #scroll-top-link svg {
    stroke: var(--text-primary) !important;
    fill: var(--text-primary);
}


html.gayan-scroll-locked {
    /*overflow: hidden;*/
}

/*.gayan-slider-section {
    width: 100%;
    height: 100vh;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.gayan-slider-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
}

.gayan-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.6s ease-out;
}

.gayan-slide.visible {
    opacity: 1;
    transform: scale(1);
}

.slide-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    max-width: 1000px;
    width: 100%;
}

.slide-image {
    flex: 1;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.slide-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-nav-buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.slider-nav {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
    background-color: #444;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.slider-nav:disabled {
    background-color: #999;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .slide-inner {
        flex-direction: column;
    }

    .slide-content {
        text-align: center;
    }
}*/


/*-------------------------------
* @Media
--------------------------------*/
@media (min-width: 1900px) {
    #top .footer-page-content .container {
        max-width: 1340px;
        padding: 0 50px;
    }
    #top .default-container {
        max-width: 1340px;
    }
    /*#top .dance-level-details, */
    #top .gayan-samaj-slider,
    #top .about-venue-section .about-venue-inner-sec {
        max-width: 1440px;
        margin: 0 auto;
    }
    #top .about-venue-section .about-venue-inner-sec {
        padding: 0 20px;
    }
}

@media (max-width: 1166px) {
    .responsive #top #wrap_all #header,
    .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed;
        top: 0;
    }
    .responsive #top #wrap_all .av-logo-container {
        padding: 0 20px;
    }
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: 0;
        left: auto;
        right: 0;
        display: block;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block;
    }
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: var(--text-primary);
    }
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency .av-logo-container {
        padding: 0 20px;
    }
    #top .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner {
        width: 30px;
        right: 0;
    }
    #top .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:before {
        width: 18px;
        right: 0;
    }
    #top .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:after {
        width: 24px;
        right: 0;
    }
    #top.white-header .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner,
    #top.white-header .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:before,
    #top.white-header .av-burger-menu-main .av-hamburger:not(.is-active) .av-hamburger-inner:after {
        background-color: var(--text-primary);
    }
    #top .is-active .av-hamburger-box {
        width: 20px;
    }
    #top .is-active .av-hamburger-box .av-hamburger-inner,
    #top .is-active .av-hamburger-box .av-hamburger-inner:after {
        background-color: var(--secondary);
    }
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        background: var(--text-primary);
    }
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
        color: var(--white);
        font-size: 16px;
        border-color: #343434;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .current-menu-item a,
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        color: var(--primary);
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu .current-menu-item a {
        color: var(--primary);
        font-weight: normal;
    }
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .sub-menu a {
        color: var(--white);
    }
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        background-color: #343434;
    }
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul .av-menu-button-colored a {
        overflow: hidden;
        position: relative;
        background: linear-gradient(0deg, var(--white), var(--white));
        padding: 0;
        display: none;
    }
    .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .av-menu-button-colored a:hover {
        background: linear-gradient(0deg, rgba(196, 130, 30, 0.2), rgba(196, 130, 30, 0.2)), linear-gradient(0deg, var(--primary), var(--primary));
        opacity: 1;
    }
    #top #av-burger-menu-ul {
        vertical-align: top;
        padding-top: 200px !important;
    }
    .language-en .av-burger-overlay-scroll:before,
    .language-mr .av-burger-overlay-scroll:before {
        content: '';
        position: absolute;
        top: 120px;
        left: 40px;
        width: 200px;
        height: 50px;
        background-repeat: no-repeat;
    }
    .language-en .av-burger-overlay-scroll:before {
        background-image: url('/wp-content/uploads/2025/02/Club-Logo.png');
        background-size: 85%;
    }
    .language-mr .av-burger-overlay-scroll:before {
        background-image: url('/wp-content/uploads/2025/02/Marathi-Logo.png');
        background-size: 80%;
    }
    #top #header_main .main_menu .sub-menu {
        background-color: var(--enfold-header-color-bg);
    }
    #top .musical-masonry-grid {
        column-count: 6;
    }
    #top .performance-exposure-wrap .eael-elements-flip-box-container:not(.eael-template) {
        height: 520px;
    }
    #top .ongoing-competition-section .elementor-image-box-content .elementor-image-box-title {
        min-height: 72px;
    }
}

@media (max-width: 1024px) {
    #top .event-item {
        flex: 0 0 calc(100% / 3 - 10px);
    }
    .history-timeline-container {
        max-width: 780px;
    }
    .timeline-items .slick-dots,
    .appenddots .slick-dots {
        /*right: -75px;*/
        right: -20px;
    }
    .timeline-items .slick-dots:before,
    .appenddots .slick-dots:before {
        /*right: 59px;*/
    }
    .timeline-items .slick-dots li .custom-dot .dot-year,
    .appenddots .slick-dots li .custom-dot .dot-year {
        font-size: 1.125rem;
    }
    #top .eael-animate-flip .eael-elements-flip-box-rear-container:before {
        width: 90%;
    }
    #top .show-details-wrap {
        position: relative;
        width: auto;
    }
}

@media (max-width: 992px) {
    .elementor .our-offering-section:before {
        top: 500px;
    }
    .language-mr .elementor .our-offering-section:before {
        top: 487px;
    }
    #top .musical-masonry-grid {
        column-count: 5;
    }
    #top .classical-dance-train-sec .level-title .elementor-widget-container {
        font-size: 1.25rem;
        min-width: 180px;
    }
    #top .event-carousel .event-details .event-title {
        font-size: 1.25rem;
    }
    #top .event-carousel .event-details .event-datetime {
        font-size: 1rem;
    }
    #top .ongoing-competition-section .elementor-image-box-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    #top .report-year-filter .report-item .report-title {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    #top .report-year-filter .report-item a {
        font-size: 1.125rem;
    }
    .history-timeline-container {
        flex-direction: column;
        align-items: start;
    }
    .history-timeline-container .appenddots-wrapper {
        position: relative;
        width: 100%;
        max-height: 100%;
    }
    .history-timeline-container .timeline-items {
        /*display: block;*/
    }
    .timeline-items .slick-dots li .custom-dot {
        flex-direction: column;
    }
    .timeline-items .slick-dots,
    .appenddots .slick-dots {
        position: relative;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
        gap: 4px;
    }
    .timeline-items .slick-dots:before,
    .appenddots .slick-dots:before {
        top: 0px;
        right: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background: linear-gradient(90deg, #181B23 0%, #373F53 49.5%, #181B23 100%);
    }
    .timeline-items .slick-dots li .custom-dot,
    .appenddots .slick-dots li .custom-dot {
        gap: 14px;
        flex-direction: column;
    }
    .timeline-items .slick-dots li.slick-active .custom-dot .dot-circle:after,
    .timeline-items .slick-dots li .custom-dot:hover .dot-circle:after,
    .appenddots .slick-dots li.slick-active .custom-dot .dot-circle:after,
    .appenddots .slick-dots li .custom-dot:hover .dot-circle:after {
        left: auto;
        top: 5px;
        width: 1px;
        height: 14px;
    }
    .timeline-items .slick-dots li .custom-dot .dot-year,
    .appenddots .slick-dots li .custom-dot .dot-year {
        font-size: 1rem;
    }
    #top .club-leaders-carousel-wrap .nxtprev-btn .btn, 
    #top .leader-modal .modal-nxtprev-btn .btn,
    .heritage-slider .heritage-items .slick-arrow {
        width: 34px;
        height: 34px;
    }
    #top .performance-exposure-wrap .eael-elements-flip-box-container:not(.eael-template) {
        height: 425px;
    }
    #top .eael-animate-flip .eael-elements-flip-box-rear-container:before {
        width: 93%;
    }
    .timeline-items .timeline-item .timeline-image {
        width: 65%;
    }
    #top .home-slider,
    #top .home-slider .ls-wrapper.ls-bg-outer,
    #top .home-slider .ls-layers,
    #top .home-slider .ls-wrapper.ls-z,
    #top .home-slider .ls-bg-wrap,
    #top .home-slider .ls-slide-backgrounds {
        height: 50vh !important;
    }
    .heritage-slider .heritage-inner {
        gap: 16px;
    }
    .heritage-slider .heritage-inner .heritage-image img {
        height: auto;
    }
    .heritage-slider .heritage-inner .heritage-content .heritage-title {
        font-size: 28px;
    }
    .heritage-slider .heritage-inner .heritage-content .heritage-desc {
        margin-top: 24px;
    }
    #top .theatre-inner-details {
        min-height: 302px;
    }
    #top .theatre-inner-details-mr {
        min-height: 370px;
    }
}

@media (max-width: 768px) {
    #top .ongoing-competition-section .elementor-image-box-content .elementor-image-box-title {
        min-height: 72px;
    }
    #top .leader-modal .leader-inner-content #modal-title {
        font-size: 1.25rem;
    }
    #top .leader-modal .leader-inner-content #modal-subtitle {
        font-size: 1.125rem;
    }
    .single-post .post-entry.single-big {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    #top #header_main .logo a {
        max-height: 48px !important;
    }
    #top #header_main .logo img {
        max-height: 42px !important;
    }
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }
    #top .home-slider,
    #top .home-slider .ls-wrapper.ls-bg-outer,
    #top .home-slider .ls-layers,
    #top .home-slider .ls-wrapper.ls-z,
    #top .home-slider .ls-bg-wrap,
    #top .home-slider .ls-slide-backgrounds {
        /*height: 90dvh !important;*/
        height: 80dvh !important;
    }
    #top .home-slider .ls-bg-wrap img {
        /*height: 90dvh !important;*/
        /*object-fit: cover;*/
    }
    #top .home-slider .artist-image {
        height: auto !important;
        width: 300px !important;
        margin-left: -120px !important;
    }
    #top .art-institute-wrap .btn-explore {
        opacity: 1;
        visibility: visible;
    }
    #top .gayan-samaj-slider {
        margin-bottom: 0;
    }
    #top .gayan-samaj-slider .slide .slide-content {
        flex-direction: column;
    }
    #top .gayan-samaj-slider .slide .slide-content-even {
        flex-direction: column-reverse;
    }
    #top .gayan-samaj-slider .slide .slide-image,
    #top .gayan-samaj-slider .slide .slide-text {
        width: 100%;
    }
    #top .gayan-samaj-slider .slide .slide-text h2,
    .heritage-slider .heritage-inner .heritage-content .heritage-title {
        font-size: 24px;
    }
    #top .gayan-samaj-slider .slide .slide-text p,
    .heritage-slider .heritage-inner .heritage-content .heritage-desc {
        margin-top: 20px;
    }
    #top .gayan-samaj-slider .next-btn {
        /*margin-top: 60px;*/
    }
    #top .musical-masonry-grid {
        column-count: 4;
    }
    #top .learn-kathak-bharat-detail > .elementor-element:not(:last-child):after {
        right: auto;
        top: auto;
        left: 0;
        bottom: -8px;
        height: 2px;
        width: 50%;
    }
    #top .classical-dance-train-sec .e-n-tabs-heading .e-n-tab-title:first-child, #top .classical-dance-train-sec .e-n-tabs-heading .e-n-tab-title:last-child {
        border-radius: 10px;
    }
    #top .admission-guidelines-wrap .fee-payment-tbl thead tr th {
        font-size: 1rem;
    }
    #top .ideal-for-functions-section .elementor-image-box-img {
        margin-bottom: 14px;
    }
    #top .ideal-for-functions-section .elementor-image-box-img img {
        width: 100%;
    }
    #top .ideal-for-functions-section .elementor-image-box-content {
        padding: 0 10px;
    }
    #top .cultural-event-table table {
        white-space: nowrap;
    }
    #top .ongoing-competition-section .elementor-image-box-content .elementor-image-box-title {
        min-height: unset;
    }
    #top .cultural-event-table tbody tr td:first-child {
        max-width: 200px;
        min-width: 200px;
        white-space: normal;
    }
    #top .report-year-filter .report-item,
    #top .leader-modal .leader-inner-content {
        flex-direction: column;
    }
    #top .leader-modal .leader-inner-content #modal-description {
        font-size: 1rem;
        line-height: 1.5;
    }
    #top .report-year-filter .report-item div,
    #top .leader-modal .leader-inner-content .leader-title-img,
    #top .leader-modal .leader-inner-content #modal-description {
        flex: 0 0 100%;
    }
    #top .leader-modal .leader-inner-content #modal-image img {
        width: auto;
    }
    .history-timeline-container {
        /*height: 100vh;*/
        overflow: hidden;
        max-width: 100%;
    }
    .timeline-items {
        min-height: 100%;
    }
    .timeline-items .timeline-item {
        padding: 0px 0;
        /*height: 85dvh;*/
        /*box-sizing: border-box;*/
        max-height: 100%;
    }
    .timeline-item .timeline-year-music .timeline-year {
        font-size: 2rem;
    }
    .timeline-items .timeline-item .timeline-content {
        overflow: hidden;
    }
    .timeline-items .timeline-item .timeline-content {
        flex-direction: column;
    }
    .timeline-items .timeline-text {
        padding-top: 4px;
        padding-left: 20px;
    }
    .timeline-item .timeline-content .timeline-text .timeline-title {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
    .timeline-item .timeline-content .timeline-text .timeline-desc {
        font-size: 1.125rem;
    }
    .timeline-items .slick-dots li .custom-dot .dot-year,
    .appenddots .slick-dots li .custom-dot .dot-year {
        font-size: 0.875rem;
    }
    .timeline-items .slick-dots,
    .appenddots .slick-dots {
        gap: 0;
    }
    #top .elementor-element.donation-options .elementor-button {
        height: 50px;
    }
    #top .performance-exposure-wrap .eael-elements-flip-box-container:not(.eael-template) {
        height: 510px;
    }
    #top .performance-exposure-wrap .eael-animate-flip .eael-elements-flip-box-rear-container:before {
        width: 85%;
    }
    .timeline-items .timeline-item .timeline-image,
    #top .ongoing-competition-section .elementor-image-box-img img {
        width: 100%;
    }
    .heritage-slider .heritage-inner {
        flex-direction: column;
    }
    .learn-kathak-bharat-detail .elementor-widget-container p {
        margin-top: 6px;
    }
    .heritage-slider .heritage-inner .heritage-content .heritage-desc {
        font-size: 18px;
        line-height: 24px;
    }
    #top .theatre-inner-details,
    #top .theatre-inner-details-mr {
        min-height: unset;
    }
    #top .performance-exposure-wrap .eael-elements-flip-box-front-container .eael-elements-flip-box-padding {
        max-width: 300px;
        margin: 0 auto;
    }
    #top .performance-exposure-wrap .eael-elements-flip-box-rear-container .eael-elements-flip-box-content {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    #top .home-slider, #top .home-slider .ls-bg-wrap .ls-bg-video {
        /*height: 80vh !important;*/
    }
    #top .home-slider .ls-bg-wrap .ls-bg-video {
        background-position: 0 !important;
        transform: translateX(-50%) translateY(0px) !important;
    }
    #top .home-slider .slider-title {
        margin-top: -160px !important;
    }
    #top .home-slider .slider-desc {
        margin-top: -100px !important;
    }
    .footer-page-content .footer-contact-info .wp-block-column {
        width: 100%;
    }
    .elementor .our-offering-section:before,
    .language-mr .elementor .our-offering-section:before {
        top: 230px;
    }
    #top .footer-second-section .footer-form .wpcf7 .wpcf7-tel {
        padding-right: 134px;
    }
    #top .footer-second-section .footer-form .send-btn .wpcf7-submit {
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer-page-content .map-btn-section .direction-icon .wp-element-button {
        background-position: 14px 9px;
    }
    .footer-page-content .map-btn-section .copy-icon .wp-element-button {
        background-position: 12px 9px;
    }
    .footer-page-content .map-btn-section .icon-btn .wp-element-button {
        padding-right: 36px;
        padding-right: 14px;
    }
    #top .musical-masonry-grid {
        column-count: 2;
    }
    #top .elementor-element .btn-solid .elementor-button-link, #top .elementor-element .btn-outline .elementor-button-link {
        width: 100%;
    }
    #top .event-slider {
        gap: 0;
    }
    #top .event-item {
        flex: 0 0 100%;
    }
    #top .event-thumbnail img {
        height: 55vh;
        width: 100%;
    }
    .blog-post-container .blog-post-item .blog-post-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #top .club-leaders-carousel .club-leader-slide {
        min-width: 310px;
    }
}