@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/***** General CSS *****/


/*font-family: "Lato", sans-serif;*/

body {
    word-break: break-word;
    font: 15px/25px 'Space Grotesk', sans-serif;
    /*font: 15px/25px 'Poppins', sans-serif;*/
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 45px;
    line-height: 52px;
    color: #242424;
    font-weight: 600;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Space Grotesk', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


/*Mobile Menu*/

.site-mobile-menu-box .menu-btn svg {
    width: 60px;
    height: 60px;
    background: #fff;
    display: grid;
    place-content: center;
    border-radius: 50px;
    margin-left: auto;
    padding: 0 5px 0 19px;
}

.site-mobile-menu-box .path1,
.site-mobile-menu-box .path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.site-mobile-menu-box .cross {
    stroke-dashoffset: 68;
}

.site-mobile-menu-box .mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.site-mobile-menu-box .hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}


/* menu-icon */


/* menu-box */

.site-mobile-menu-box .me-15px {
    margin-right: 15px !important;
}

.site-mobile-menu-box .menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 4;
    display: none;
    background: linear-gradient(135deg, #063d24 0%, /* Darker emerald green start */
    #082e1b 15%, /* Deep forest green fade */
    #0a0a1f 30%, /* Dark blue-black */
    #1a0a2e 50%, /* Purple-blue */
    #16213e 70%, /* Deep blue */
    #0f3460 85%, /* Navy */
    #ff3b3b 100%/* Red finish */
    );
}

.site-mobile-menu-box .menu-btn {
    position: relative;
    z-index: 5;
}

.site-mobile-menu-box .menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

.site-mobile-menu-box .menu-box>nav a {
    font-size: 30px;
    color: white;
    text-transform: uppercase;
    font-family: #000;
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
}

.site-mobile-menu-box .menu-box>nav a:after {
    position: absolute;
    content: "";
    width: 0;
    bottom: -5px;
    height: 2px;
    background: var(--primary);
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.site-mobile-menu-box .menu-box>nav a:hover:after {
    width: 100%;
}

.mob-menu-icon {
    text-align: end;
}

.site-mobile-menu-box {
    display: none;
}


/*Mobile  Menu*/

.menuSec {
    padding: 0px 0;
}

header {
    background: #fff;
    border-bottom: none !important;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 0px 10px;
    font-size: 17px;
    text-transform: capitalize;
    /*font-family: lato;*/
    font-weight: 600;
}

.logo a img {
    width: 42%;
    /* margin: 0 auto; */
    display: block;
    animation: float 4s ease-in-out infinite;
    padding: 10px 0;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ff7b3b;
}

.headbtn {
    text-align: right;
}

ul.for-textlet {
    text-align: left;
}

ul.minr {
    /*margin-right: -50px;*/
    display: block;
}

ul.minl {
    /*margin-left: -50px;*/
    display: block;
}

header {
    padding: 5px 0;
}

.thmbtn {
    border: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow 0s ease, opacity .25s ease;
    background: #fc783a;
    color: #fff;
    /* padding: 10px 20px; */
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 18px;
}

header .thmbtn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

a.thmbtn:hover {
    background: #000;
    color: #fff;
}


/*banner css start */

section.main_slider img {
    width: 100%;
    object-fit: cover;
    height: 90vh;
}


/*.banner_text a:hover {

    background: #fff;

    color: #000;

}*/

.banner_img img {
    width: 88% !important;
    height: auto !important;
    text-align: right;
    margin: 0 0 0 auto;
    display: block;
}

section.main_slider .carousel-caption {
    background: rgba(12, 12, 12, 0.81);
}

.banner_text h5 {
    font-size: 25px;
    font-weight: 200;
    color: rgb(255 118 57);
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 41px;
    margin-bottom: 0;
}

.banner_text h2 {
    font-size: 45px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 49px;
    font-weight: 900;
}


/*.banner_text a {

    border-width: 0px;

    border-style: none;

    border-color: rgb(255, 255, 255);

    background: #fc783a;

    color: #fff;

    border-radius: 25px;

    font-size: 20px;

    font-weight: 500;

    padding: 7px 38px;

}*/

section.main_slider .carousel-control-prev,
section.main_slider .carousel-control-next {
    display: unset;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.main_slider .carousel-control-prev-icon,
section.main_slider .carousel-control-next-icon {
    height: 3rem;
    width: 3rem;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    position: relative;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators [data-bs-target]:before {
    content: '';
    background: #fff;
    font-size: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin: auto;
}

.carousel-indicators .active:before {
    background: #000;
}


/*banner css end*/


/*about css*/

.about-sec {
    position: relative;
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}


/* Animated background elements */

.about-sec::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.08) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    border-radius: 50%;
    animation: pulse 8s ease-in-out infinite;
}

.about-sec::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 165, 0, 0.08) 0%, transparent 70%);
    bottom: -150px;
    right: -150px;
    border-radius: 50%;
    animation: pulse 10s ease-in-out infinite reverse;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
}

.about-txt {
    position: relative;
    z-index: 2;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #f0f0f0;
    transition: all 0.5s ease;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.about-txt:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.15);
    border-color: #FF8C42;
}


/* Decorative corner elements */

.about-txt::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: -2px;
    left: -2px;
    border-top: 4px solid #FF6B35;
    border-left: 4px solid #FF6B35;
    border-radius: 20px 0 0 0;
    transition: all 0.5s ease;
}

.about-txt::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -2px;
    right: -2px;
    border-bottom: 4px solid #FFA500;
    border-right: 4px solid #FFA500;
    border-radius: 0 0 20px 0;
    transition: all 0.5s ease;
}

.about-txt:hover::before,
.about-txt:hover::after {
    width: 100px;
    height: 100px;
}

.about-txt h3 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    font-weight: 700;
}


/*.about-txt h3::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 4px;
            background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 50%, #FFA500 100%);
            border-radius: 2px;
            animation: expandLine 2s ease-out forwards;
        }

        @keyframes expandLine {
            to {
                width: 100%;
            }
        }*/

.about-txt p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.about-txt p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: calc(100% - 16px);
    background: linear-gradient(180deg, #FF6B35, #FFA500);
    border-radius: 2px;
    opacity: 0;
    animation: fadeInLeft 0.8s ease-out forwards;
}

.about-txt p:nth-child(2)::before {
    animation-delay: 0.3s;
}

.about-txt p:nth-child(3)::before {
    animation-delay: 0.6s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.about-img {
    text-align: right;
    overflow: hidden;
    border-radius: 17px;
    transition: 1s all;
}

.about-img:hover {
    transform: scale(1.1);
}


/*about css*/


/*services css*/

.services {
    background: #000;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 255, 157, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.ser-head {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.ser-head h4 {
    font-size: 60px;
    font-weight: 800;
    background: linear-gradient(135deg, #00ff9d 0%, #00d4ff 50%, #00ff9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    animation: glow 3s ease-in-out infinite;
    line-height: normal;
}

.ser-head h4::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #00ff9d, transparent);
    border-radius: 2px;
}

@keyframes glow {
    0%,
    100% {
        filter: drop-shadow(0 0 20px rgba(0, 255, 157, 0.5));
    }
    50% {
        filter: drop-shadow(0 0 40px rgba(0, 255, 157, 0.8));
    }
}

.ser-bx {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(0, 255, 157, 0.2);
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    min-height: 400px;
}

.ser-bx::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 157, 0.1), transparent);
    transition: left 0.7s;
}

.ser-bx:hover::before {
    left: 100%;
}

.ser-bx::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(0, 255, 157, 0.1) 0%, transparent 70%);
    transition: transform 0.6s;
}

.ser-bx:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.ser-bx:hover {
    /*transform: translateY(-15px) scale(1.02);*/
    border-color: #00ff9d;
    box-shadow: 0 20px 60px rgba(0, 255, 157, 0.3), 0 0 40px rgba(0, 255, 157, 0.2), inset 0 0 30px rgba(0, 255, 157, 0.05);
}

.ser-bx img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.ser-bx:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 0 20px #00ff9d);
    transform: scale(1.15) rotate(5deg);
}

.ser-bx h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}

.ser-bx:hover h6 {
    color: #00ff9d;
    transform: scale(1.05);
}

.ser-bx p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.ser-bx:hover p {
    color: rgba(255, 255, 255, 0.95);
}

.ser-btn {
    text-align: center;
    margin-top: 60px;
}


/* Floating particles animation */

@keyframes float {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(-10px) translateX(-10px);
    }
    75% {
        transform: translateY(-15px) translateX(5px);
    }
}

.services::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(0, 255, 157, 0.3), transparent), radial-gradient(2px 2px at 60% 70%, rgba(0, 212, 255, 0.3), transparent), radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(2px 2px at 80% 10%, rgba(0, 255, 157, 0.3), transparent);
    background-size: 200% 200%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

@media (max-width: 768px) {
    .ser-head h4 {
        font-size: 40px;
    }
    .ser-bx {
        padding: 30px 20px;
    }
    .menuSec .col-md-8.col-sm-6.col-6.d-none.d-md-block {
        display: block !important;
    }
    .menuSec .col-md-8.col-sm-6.col-6.d-none.d-md-block ul.minr.activeclass {
        display: none;
    }
    .logo {
        position: relative;
    }
    .site-mobile-menu-box .menu-box a img {
        width: 60px;
        margin: 10px auto 0;
        display: block;
        filter: invert(1);
    }
}

@media (max-width: 769px) {
    .slicknav_menu {
        display: none;
    }
    .site-mobile-menu-box {
        display: block;
    }
    .site-mobile-menu-box span.for-mobile.d-none {
        display: block !important;
    }
}


/*services css*/


/*GAllery Start*/

.gallery-sec {
    position: relative;
    padding: 140px 0 160px;
    background: #000;
    overflow: hidden;
}

.bg-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(124, 58, 237, 0.15) 0%, transparent 50%), radial-gradient(circle at 85% 80%, rgba(236, 72, 153, 0.15) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    animation: bgPulse 15s ease-in-out infinite;
}

@keyframes bgPulse {
    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient( 0deg, rgba(255, 255, 255, 0.02) 0px, transparent 2px, transparent 4px);
    pointer-events: none;
    z-index: 1;
}

.galler-head {
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}

.title-wrapper {
    position: relative;
    display: inline-block;
}

.galler-head h2 {
    font-size: clamp(48px, 8vw, 120px);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -4px;
    position: relative;
    line-height: 0.9;
    margin: 0;
}

.title-gradient {
    background: linear-gradient(135deg, #fff 0%, #7c3aed 25%, #ec4899 50%, #3b82f6 75%, #fff 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 8s ease infinite;
}

@keyframes gradientFlow {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.title-outline {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.subtitle {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-top: 20px;
    text-transform: uppercase;
}

.gallery-wrapper {
    position: relative;
    z-index: 10;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 16px;
    position: relative;
}

.gal-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.gal-item:nth-child(1) {
    grid-column: span 10;
    grid-row: span 2;
}

.gal-item:nth-child(2) {
    grid-column: span 6;
    grid-row: span 2;
}

.gal-item:nth-child(3) {
    grid-column: span 6;
    grid-row: span 1;
}

.gal-item:nth-child(4) {
    grid-column: span 5;
    grid-row: span 1;
}

.gal-item:nth-child(5) {
    grid-column: span 5;
    grid-row: span 1;
}

.gal-item:nth-child(6) {
    grid-column: span 5;
    grid-row: span 2;
}

.gal-item:nth-child(7) {
    grid-column: span 6;
    grid-row: span 1;
}

.gal-item:nth-child(8) {
    grid-column: span 5;
    grid-row: span 1;
}

.gal-item:nth-child(n+9) {
    grid-column: span 5;
    grid-row: span 1;
}

.gal-item::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, transparent 30%, rgba(124, 58, 237, 0.6) 50%, rgba(236, 72, 153, 0.6) 70%, transparent 90%);
    background-size: 200% 200%;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
    animation: holoRotate 3s linear infinite;
}

@keyframes holoRotate {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.gal-item:hover::before {
    opacity: 1;
}

.gal-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient( 45deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
    transform: translateX(-100%) translateY(-100%);
    transition: transform 0.8s ease;
}

.gal-item:hover::after {
    transform: translateX(100%) translateY(100%);
}

.gal-item:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(124, 58, 237, 0.3), inset 0 0 40px rgba(255, 255, 255, 0.05);
}

.gal-img {
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 280px;*/
    height: 280px;
    overflow: hidden;
}

.gal-item:nth-child(1) .gal-img,
.gal-item:nth-child(2) .gal-img,
.gal-item:nth-child(6) .gal-img {
    height: 350px;
    /*min-height: 500px;*/
}

.gal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: brightness(0.85) contrast(1.1) saturate(1.2);
}

.gal-item:hover .gal-img img {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1) contrast(1.15) saturate(1.3);
}

.gal-item {
    transform-origin: center;
}

.gal-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    transition: all 0.5s ease;
}

.gal-item:hover .gal-number {
    transform: scale(1.2) rotate(360deg);
    background: rgba(124, 58, 237, 0.3);
    border-color: #7c3aed;
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.6);
}

.gal-item {
    animation: itemReveal 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

.gal-item:nth-child(1) {
    animation-delay: 0.1s;
}

.gal-item:nth-child(2) {
    animation-delay: 0.15s;
}

.gal-item:nth-child(3) {
    animation-delay: 0.2s;
}

.gal-item:nth-child(4) {
    animation-delay: 0.25s;
}

.gal-item:nth-child(5) {
    animation-delay: 0.3s;
}

.gal-item:nth-child(6) {
    animation-delay: 0.35s;
}

.gal-item:nth-child(7) {
    animation-delay: 0.4s;
}

.gal-item:nth-child(8) {
    animation-delay: 0.45s;
}

@keyframes itemReveal {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.9);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.galler-btn {
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 10;
}

.gal-img a {
    position: relative;
    display: block;
    height: 100%;
}

.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: particleFloat 15s linear infinite;
}

.particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    left: 25%;
    animation-delay: -3s;
}

.particle:nth-child(3) {
    left: 40%;
    animation-delay: -6s;
}

.particle:nth-child(4) {
    left: 55%;
    animation-delay: -9s;
}

.particle:nth-child(5) {
    left: 70%;
    animation-delay: -12s;
}

.particle:nth-child(6) {
    left: 85%;
    animation-delay: -5s;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) scale(1);
        opacity: 0;
    }
}

@media (max-width: 1400px) {
    .gallery-grid {
        grid-template-columns: repeat(12, 1fr);
    }
    .gal-item:nth-child(1) {
        grid-column: span 8;
    }
    .gal-item:nth-child(2) {
        grid-column: span 4;
    }
    .gal-item:nth-child(3),
    .gal-item:nth-child(4),
    .gal-item:nth-child(5) {
        grid-column: span 4;
    }
    .gal-item:nth-child(6) {
        grid-column: span 6;
    }
    .gal-item:nth-child(7),
    .gal-item:nth-child(8) {
        grid-column: span 6;
    }
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .gal-item:nth-child(1) {
        grid-column: span 8;
        grid-row: span 1;
    }
    .gal-item:nth-child(2),
    .gal-item:nth-child(3),
    .gal-item:nth-child(4),
    .gal-item:nth-child(5),
    .gal-item:nth-child(6),
    .gal-item:nth-child(7),
    .gal-item:nth-child(8) {
        grid-column: span 4;
        grid-row: span 1;
    }
    .gal-img {
        min-height: 250px !important;
    }
}

@media (max-width: 768px) {
    .gallery-sec {
        padding: 80px 0 100px;
    }
    .galler-head {
        margin-bottom: 60px;
    }
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
    .gal-item {
        grid-column: span 4 !important;
        grid-row: span 1 !important;
    }
    .gal-img {
        min-height: 220px !important;
    }
    .gal-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .thmbtn {
        padding: 20px 45px;
        font-size: 13px;
        letter-spacing: 2px;
    }
}


/*GAllery end*/


/*Booking Start*/

.book-seasion-txt {
    text-align: center;
}

.book-seasion-txt h4 {
    color: #fff;
    font-size: 38px;
    margin: 0 0 30px;
    line-height: 60px;
    text-transform: capitalize;
}

.book-seasion-txt h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    margin: 30px 0;
}

.book-seasion-txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 30px;
}

.book-seasion-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.book-seasion-txt ul li svg {
    width: 25px;
    fill: #ff7d3c;
}

.book-seasion-txt ul li span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

section.book-seasion-sec {
    position: relative;
    background: #000;
    padding: 100px 0;
}

section.book-seasion-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 255, 157, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

section.book-seasion-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(0, 255, 157, 0.3), transparent), radial-gradient(2px 2px at 60% 70%, rgba(0, 212, 255, 0.3), transparent), radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(2px 2px at 80% 10%, rgba(0, 255, 157, 0.3), transparent);
    background-size: 200% 200%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.book-seasion-txt {
    position: relative;
    z-index: 1;
}


/*Booking Start*/


/*Footer Start*/

footer {
    width: 100%;
    background: linear-gradient(135deg, #063d24 20%, /* Darker emerald green start */
    #082e1b 25%, /* Deep forest green fade */
    #0a0a1f 30%, /* Dark blue-black */
    #1a0a2e 50%, /* Purple-blue */
    #16213e 70%, /* Deep blue */
    #0f3460 85%, /* Navy */
    #ff3b3b 100%/* Red finish */
    );
    /*background: linear-gradient(  135deg,  #063d24 0%,     #082e1b 15%,     #0a0a1f 30%,     #1a0a2e 50%,    #16213e 70%,   #0f3460 85%,    #ff3b3b 100%  );*/
    /*background: linear-gradient(135deg, #0a0a1f 0%, #1a0a2e 25%, #16213e 50%, #0f3460 75%, #0a192f 100%);*/
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}


/* Animated background layers */

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(255, 107, 107, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(78, 205, 196, 0.15) 0%, transparent 40%), radial-gradient(circle at 40% 80%, rgba(149, 225, 211, 0.1) 0%, transparent 40%);
    animation: backgroundMove 20s ease-in-out infinite;
}

footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient( 0deg, transparent, transparent 2px, rgba(78, 205, 196, 0.03) 2px, rgba(78, 205, 196, 0.03) 4px);
    animation: scanlines 10s linear infinite;
}

@keyframes backgroundMove {
    0%,
    100% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(-10%) translateY(-5%);
    }
    50% {
        transform: translateX(-5%) translateY(-10%);
    }
    75% {
        transform: translateX(-15%) translateY(-3%);
    }
}

@keyframes scanlines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}


/* Wave effect at top */

.wave-container {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.wave-path-1 {
    animation: wave-animation 15s ease-in-out infinite;
}

.wave-path-2 {
    animation: wave-animation 12s ease-in-out infinite reverse;
    opacity: 0.5;
}

.wave-path-3 {
    animation: wave-animation 18s ease-in-out infinite;
    opacity: 0.3;
}

@keyframes wave-animation {
    0%,
    100% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(-25%) translateY(5px);
    }
    50% {
        transform: translateX(0) translateY(10px);
    }
    75% {
        transform: translateX(25%) translateY(5px);
    }
}

.footer-logo {
    position: relative;
}

.footer-logo::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(78, 205, 196, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

.footer-logo img {
    max-width: 180px;
    /*filter: drop-shadow(0 0 30px rgba(78, 205, 196, 0.4));*/
    filter: invert(1) brightness(50.5);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

.footer-logo img:hover {
    /*filter: drop-shadow(0 0 50px rgba(78, 205, 196, 0.8)) drop-shadow(0 0 80px rgba(255, 107, 107, 0.4));*/
    transform: scale(1.1) rotate(-5deg);
}

.footer_social {
    gap: 0;
    justify-content: space-between;
}

.footer-logo {
    text-align: center;
}

.footer_social {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    padding: 0;
    justify-content: center;
}

.footer_social li {
    position: relative;
}

.footer_social li::before {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 14px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #95e1d3, #f38181);
    background-size: 300% 300%;
    opacity: 0;
    transition: opacity 0.4s ease;
    animation: gradientRotate 6s ease infinite;
    z-index: -1;
    filter: blur(10px);
}

@keyframes gradientRotate {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.footer_social li:hover::before {
    opacity: 1;
}

.footer_social li a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 22px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.footer_social li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    border-radius: 50%;
    z-index: -1;
}

.footer_social li a:hover::before {
    width: 200%;
    height: 200%;
}

.footer_social li a:hover {
    transform: translateY(-12px) scale(1.2);
    border-color: transparent;
    box-shadow: 0 15px 40px rgba(78, 205, 196, 0.5), 0 0 30px rgba(255, 107, 107, 0.3);
}

.footer_social li:nth-child(1) a:hover {
    animation: wiggle 0.5s ease;
}

.footer_social li:nth-child(2) a:hover {
    animation: bounce 0.6s ease;
}

.footer_social li:nth-child(3) a:hover {
    animation: spin 0.7s ease;
}

.footer_social li:nth-child(4) a:hover {
    animation: shake 0.5s ease;
}

@keyframes wiggle {
    0%,
    100% {
        transform: translateY(-12px) scale(1.2) rotate(0deg);
    }
    25% {
        transform: translateY(-12px) scale(1.2) rotate(-10deg);
    }
    75% {
        transform: translateY(-12px) scale(1.2) rotate(10deg);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(-12px) scale(1.2);
    }
    50% {
        transform: translateY(-20px) scale(1.3);
    }
}

@keyframes spin {
    0% {
        transform: translateY(-12px) scale(1.2) rotate(0deg);
    }
    100% {
        transform: translateY(-12px) scale(1.2) rotate(360deg);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateY(-12px) scale(1.2) translateX(0);
    }
    25% {
        transform: translateY(-12px) scale(1.2) translateX(-5px);
    }
    75% {
        transform: translateY(-12px) scale(1.2) translateX(5px);
    }
}

.footer-link h5,
.footer-contact h5 {
    color: #30d194;
    /*color: #4ecdc4;*/
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(78, 205, 196, 0.5);
}

.footer-link h5::after,
.footer-contact h5::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #95e1d3);
    background-size: 200% 100%;
    border-radius: 2px;
    animation: gradientSlide 3s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(78, 205, 196, 0.6);
}

@keyframes gradientSlide {
    0%,
    100% {
        background-position: 0% 50%;
        width: 70px;
    }
    50% {
        background-position: 100% 50%;
        width: 90px;
    }
}

.footer-link h5::before,
.footer-contact h5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #ff6b6b;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px #ff6b6b;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-50%) scale(1.5);
    }
}

.footer-link ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.footer-contact ul {
    grid-template-columns: 1fr;
}

.footer-link ul li,
.footer-contact ul li {
    position: relative;
}

.footer-link ul li a,
.footer-contact ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(78, 205, 196, 0.2);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.footer-link ul li a::before {
    content: '→';
    position: absolute;
    left: -40px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #4ecdc4;
    font-size: 20px;
    font-weight: bold;
}

.footer-link ul li a::after,
.footer-contact ul li a::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.1), rgba(255, 107, 107, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.footer-link ul li a:hover,
.footer-contact ul li a:hover {
    background: rgba(78, 205, 196, 0.15);
    color: #4ecdc4;
    padding-left: 40px;
    transform: translateX(8px) scale(1.05);
    border-color: #4ecdc4;
    box-shadow: 0 10px 30px rgba(78, 205, 196, 0.3), inset 0 0 20px rgba(78, 205, 196, 0.1);
}

.footer-link ul li a:hover::before {
    left: 18px;
    opacity: 1;
}

.footer-link ul li a:hover::after,
.footer-contact ul li a:hover::after {
    opacity: 1;
}

.footer-contact ul li a {
    word-break: break-word;
}

.footer-bottom-sec {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    margin-top: 80px;
    padding: 35px 0;
    border-top: 2px solid rgba(78, 205, 196, 0.3);
    box-shadow: inset 0 1px 30px rgba(78, 205, 196, 0.1);
    position: relative;
}

.footer-bottom-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(78, 205, 196, 0.1) 50%, transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%,
    100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.footer-copy p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.footer-pay {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-pay img {
    max-width: 250px;
    filter: brightness(0.9) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
    transition: all 0.5s ease;
}

.footer-pay img:hover {
    filter: brightness(1.2) drop-shadow(0 8px 25px rgba(78, 205, 196, 0.4));
    transform: scale(1.08) translateY(-3px);
}


/* Floating orbs */

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.3;
    pointer-events: none;
    animation: orbFloat 20s ease-in-out infinite;
}

.orb:nth-child(1) {
    width: 300px;
    height: 300px;
    background: rgba(255, 107, 107, 0.3);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.orb:nth-child(2) {
    width: 250px;
    height: 250px;
    background: rgba(78, 205, 196, 0.3);
    top: 60%;
    right: 10%;
    animation-delay: 7s;
}

.orb:nth-child(3) {
    width: 200px;
    height: 200px;
    background: rgba(149, 225, 211, 0.3);
    bottom: 20%;
    left: 50%;
    animation-delay: 3s;
}

@keyframes orbFloat {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(-20px, 20px);
    }
    75% {
        transform: translate(20px, 30px);
    }
}


/* Particle system */

.particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 10px currentColor;
}

.particle.small {
    animation: particleFloat 12s infinite;
}

.particle.medium {
    animation: particleFloat 15s infinite;
}

.particle.large {
    animation: particleFloat 18s infinite;
}

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0) scale(0);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-1000px) translateX(100px) scale(1.5);
    }
}


/* Responsive Design */

@media (max-width: 991px) {
    .footer-link ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-pay {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    footer {
        padding-top: 70px;
    }
    .footer-link ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-link h5,
    .footer-contact h5 {
        font-size: 22px;
    }
    .footer_social li a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .wave-container svg {
        height: 60px;
    }
}

@media (max-width: 576px) {
    .footer-link ul {
        grid-template-columns: 1fr;
    }
    .footer-bottom-sec .row>div {
        text-align: center;
    }
    .footer-pay {
        justify-content: center;
    }
    .wave-container svg {
        height: 40px;
    }
    .gal-item {
        min-height: 220px !important;
        height: 220px !important;
        min-width: 220px !important;
    }
    .gal-item:nth-child(1) .gal-img,
    .gal-item:nth-child(2) .gal-img,
    .gal-item:nth-child(6) .gal-img {
        height: 220px;
        /* min-height: 500px; */
    }
    .gal-item a,
    .gal-item img {
        width: 100% !important;
        height: 100% !important;
        object-position: top;
    }
}

.container.relativecontainer {
    position: relative;
    z-index: 999;
}

.footer-bottom-sec {
    position: relative;
    z-index: 999;
}


/*Footer Start*/

.gal-img a {
    position: relative;
    display: block;
}

.gal-img a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: #abb7c263;
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
}

.gal-img {}

.gal-img img {
    margin-bottom: 0;
}

.gal-img a {
    margin-bottom: 20px;
}

.gal-img a:hover:before {
    opacity: 1;
    /* right: 0; */
    /* left: unset; */
    width: 100%;
    transition: 0.5s all;
}


/*Inner About Start*/

section.set-part-sec {
    position: relative;
    background: #000;
    padding: 100px 0;
}

section.set-part-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 255, 157, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

section.set-part-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(0, 255, 157, 0.3), transparent), radial-gradient(2px 2px at 60% 70%, rgba(0, 212, 255, 0.3), transparent), radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(2px 2px at 80% 10%, rgba(0, 255, 157, 0.3), transparent);
    background-size: 200% 200%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.set-part-txt h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.set-part-txt p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 400;
}

.set-part-txt h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.inner-about-sec {
    background: #fff !important;
}

.inner-about-sec h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}


/*Inner About Start*/


/*inner servive Start*/

.inner-service-sec {
    padding: 100px 0;
    position: relative;
    background: #ffffff;
}

.inner-service-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(78, 205, 196, 0.08), transparent 50%), radial-gradient(circle at 80% 80%, rgba(78, 205, 196, 0.05), transparent 50%), radial-gradient(circle at 50% 20%, rgba(78, 205, 196, 0.06), transparent 50%);
    pointer-events: none;
}

.inner-service-head {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    animation: fadeInDown 1s ease;
}

.inner-service-head h2 {
    font-size: 72px;
    font-weight: 800;
    background: linear-gradient(135deg, #2a9d8f 0%, #4ecdc4 25%, #7ee8e0 50%, #4ecdc4 75%, #2a9d8f 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
    to {
        background-position: 200% center;
    }
}

.inner-service-head h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(-50%);
    width: 150px;
    height: 5px;
    background: linear-gradient(90deg, #2a9d8f, #4ecdc4, #7ee8e0, #4ecdc4);
    border-radius: 50px;
    animation: pulse 2s infinite;
    box-shadow: 0 0 20px rgba(78, 205, 196, 0.6);
}

.inner-service-head p {
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0 20px;
}

.service-row {
    margin-bottom: 100px;
    position: relative;
    animation: fadeInUp 1s ease;
}

.service-row:hover .inner-service-img img {
    transform: scale(1.05) rotate(2deg);
}

.inner-service-txt {
    padding: 40px;
    background: #ffffff;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    border: 2px solid;
    border-image: linear-gradient(135deg, #2a9d8f, #4ecdc4, #7ee8e0, #4ecdc4) 1;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 40px rgba(78, 205, 196, 0.15);
}

.inner-service-txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(78, 205, 196, 0.1), transparent);
    transition: left 0.6s ease;
}

.inner-service-txt:hover::before {
    left: 100%;
}

.inner-service-txt:hover {
    background: #ffffff;
    border-image: linear-gradient(135deg, #7ee8e0, #4ecdc4, #2a9d8f, #4ecdc4) 1;
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(78, 205, 196, 0.25), 0 0 40px rgba(78, 205, 196, 0.15);
}

.inner-service-txt h4 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    position: relative;
    padding-left: 25px;
}

.inner-service-txt h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 60%;
    background: linear-gradient(180deg, #2a9d8f, #4ecdc4, #7ee8e0);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(78, 205, 196, 0.6);
}

.inner-service-txt p {
    color: #555555;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.inner-service-txt ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.inner-service-txt ul li {
    padding: 20px 25px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.08), rgba(126, 232, 224, 0.08));
    border-left: 4px solid #4ecdc4;
    border-radius: 15px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(78, 205, 196, 0.1);
}

.inner-service-txt ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #2a9d8f;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(42, 157, 143, 0.6);
}

.inner-service-txt ul li:hover {
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.15), rgba(126, 232, 224, 0.15));
    border-left-color: #7ee8e0;
    transform: translateX(10px);
    padding-right: 60px;
    box-shadow: 0 10px 30px rgba(78, 205, 196, 0.2);
}

.inner-service-txt ul li:hover::before {
    opacity: 1;
    right: 20px;
}

.inner-service-txt ul li strong {
    float: right;
    background: linear-gradient(135deg, #2a9d8f, #4ecdc4);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 16px;
    margin-left: 15px;
    box-shadow: 0 5px 15px rgba(78, 205, 196, 0.3);
}

.inner-service-txt em {
    display: block;
    padding: 20px;
    background: linear-gradient(135deg, rgba(42, 157, 143, 0.08), rgba(78, 205, 196, 0.08));
    border-radius: 15px;
    border-left: 3px solid #2a9d8f;
    color: #555555;
    font-size: 15px;
    margin-top: 20px;
    font-style: italic;
    box-shadow: 0 5px 15px rgba(78, 205, 196, 0.1);
}

.inner-service-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(78, 205, 196, 0.25), 0 0 40px rgba(78, 205, 196, 0.15);
    height: 100%;
    border: 3px solid #4ecdc4;
}

.inner-service-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(42, 157, 143, 0.3), rgba(78, 205, 196, 0.3));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.inner-service-img:hover::before {
    opacity: 1;
}

.inner-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
    min-height: 400px;
}

.inner-middleservice-sec {
    margin: 100px 0;
    padding: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        transform: translateX(-50%) scaleX(1.2);
    }
}

@media (max-width: 768px) {
    .inner-service-head h2 {
        font-size: 48px;
    }
    .inner-service-txt h4 {
        font-size: 32px;
    }
    .service-row {
        margin-bottom: 60px;
    }
    .inner-service-txt {
        margin-bottom: 30px;
        padding: 20px !important;
    }
}


/*inner servive Start*/


/*Rockchase Start*/

section.inner-banner-sec {
    background: #000;
    padding: 70px 0;
}

.inner-banner-txt {
    text-align: center;
}

.inner-banner-txt h1 {
    font-size: 68px;
    line-height: 78px;
    font-weight: 700;
    color: #fff;
}

.inner-banner-txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.inner-banner-txt ul li a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.inner-banner-txt ul li span {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

section.rockchase-sec {
    padding: 100px 0;
}

.rockchase-box {
    box-shadow: 0 0 5px 0 #0000005e;
    padding: 40px;
    background: #fff;
}

.rockchase-img img {
    min-height: 390px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.rockchase-txt {
    text-align: center;
    padding: 30px 0 0;
}

.rockchase-txt h4 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}

.rockchase-txt h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.rockchase-txt span {
    display: block;
    line-height: 26px;
    color: #000;
}

.rockchase-txt a {
    margin-top: 20px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.rockchase-box:hover .rockchase-img img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}


/*Rockchase Start*/


/*Coaches Start*/

section.coaches-sec {
    padding: 100px 0;
}

.coaches-box {
    background: #f1f1f1;
    padding: 40px 20px;
    border-radius: 30px;
    text-align: center;
    margin: 0 0 30px;
    min-height: 610px;
}

.coaches-img img {
    width: auto;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.coaches-img {
    margin: 0 0 20px;
    display: block;
}

.coaches-txt h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}

.coaches-txt span {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 20px;
    display: block;
    margin: 0 0 20px;
}

.coaches-txt p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}

.coaches-txt a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.coaches-box:hover .coaches-img img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.coaches-head h2 {
    color: #fc783a;
}


/*Coaches Start*/


/*Contact Start*/

section.contact-sec {
    padding: 100px 0;
}

.contact-touch h2 {
    color: #fc783a;
    font-size: 45px;
}

.contact-touch ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}

.contact-touch ul li a {
    color: #000;
}

.contact-touch ul li i {
    font-size: 20px;
    color: #fc783a;
}

.contact-touch h3 {
    font-size: 30px;
    line-height: 40px;
}

.contact-touch ul li svg {
    fill: #fc783a;
    width: 30px;
}

.contact-form input {
    width: 100%;
    height: 45px;
    margin: 0 0 20px;
    border: 1px solid #cbcbcb;
    padding: 0 20px;
    color: #000;
}

.contact-form input::placeholder {
    color: #000;
}

.contact-form textarea {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #cbcbcb;
    padding: 20px;
    color: #000;
    height: 200px;
}

.contact-form textarea::placeholder {
    color: #000;
}


/*Contact Start*/


/*master class detail*/

section.master-detail {
    padding-top: 90px;
    padding-bottom: 50px;
}

.msdetail-txt h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.msdetail-txt p {
    color: #7a7a7a;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.msdetail-txt h4 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.msdetail-txt a {
    color: #000;
}

a.regin-btn {
    background: #fc783a;
    max-width: fit-content;
    padding: 10px 20px;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px;
}

.register-from {
    background: #fff;
    display: block;
    padding: 39px 40px 30px 40px;
    box-shadow: 4px -1px 8px #ddd;
    border-radius: 20px;
}

.register-from label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 10px;
}

.register-from label span {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
    font-style: italic;
    font-weight: 500;
}

.register-from input {
    width: 100%;
    border: 1px solid #bdbdbd;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
}

label.rd-inp {
    display: block;
}

label.rd-inp p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

label.rd-inp p input {
    width: fit-content;
    margin-bottom: 0;
}

.register-from textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    color: #000;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.register-from {}

.register-from h6 input {
    width: fit-content;
    margin-bottom: 0;
}

.register-from h6 {
    font-weight: 400;
    font-size: 16px;
}

.register-from h6 a {
    text-decoration: underline;
    color: #fc783a;
}

.submit-btn button {
    background: #fc783a;
    max-width: fit-content;
    padding: 10px 30px;
    display: block;
    color: #fff;
    /* margin-bottom: 40px; */
    margin-top: 20px;
    border: none;
    text-transform: uppercase;
    outline: none;
}

.msdetail-txt.shdab ul li {
    color: #7a7a7a;
    list-style: disc;
    line-height: 1.9;
    margin-bottom: 15px;
}

.msdetail-txt.shdab ul {
    padding-left: 20px;
}


/*master class detail*/


/*coach detail*/

section.coach-detail-sec {
    padding: 90px 0;
}

.dt-img {
    position: relative;
    border-radius: 17px;
    transition: 1s all;
}

.dt-img img {
    border-radius: 17px;
}

.dt-img:hover {
    transform: scale(1.1);
}

.dt-txt {
    background-color: #F1F1F1;
    border-radius: 17px;
    padding: 30px 20px;
}

.dt-txt {}

.dt-txt h1 {
    font-size: 28px;
    color: #3d7f88;
    font-weight: 600;
    line-height: 29px;
}

.dt-txt h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
}

.dt-txt ul li {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    list-style: disc;
    margin-bottom: 10px;
}

.dt-txt ul {
    padding-left: 20px;
}

.dt-txt p a {
    color: #000;
}

.dt-txt p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}


/*coach detail*/


/*terms*/

section.terms {
    padding: 90px 0;
}

.terms-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.terms-content ul {
    padding-left: 20px;
    list-style: disc;
}


/*terms*/

@media only screen and (min-width: 520px) and (max-width: 767px) {
    li.for-mobile {
        display: block !important;
    }
    .gal-img img {
        height: 300px;
    }
    .logo a img {
        width: 18%;
        padding: 10px 0;
    }
    header .thmbtn {
        display: none;
    }
    .banner_text {
        text-align: center;
    }
    .banner_text h5 {
        font-size: 16px;
        font-weight: 500;
    }
    .banner_text h2 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 600;
    }
    .menuSec .row.align-items-center.justify-content-end {
        justify-content: center !important;
    }
    .banner_img {
        margin-top: 50px;
    }
    .banner_img img {
        width: 76% !important;
        margin: 0 auto !important;
    }
    section.main_slider img {
        height: 65vh;
    }
    section.main_slider .carousel-control-prev,
    section.main_slider .carousel-control-next {
        display: none;
    }
    .banner_text a {
        font-size: 18px;
        padding: 5px 25px;
    }
    .about-txt {
        padding: 0;
        margin-bottom: 50px;
    }
    .ser-bx {
        margin-bottom: 40px;
    }
    .book-seasion-txt ul {
        display: inline-block;
    }
    .book-seasion-txt ul li {
        display: inline;
        padding: 0 17px;
        margin: 10px 0;
    }
    .book-seasion-txt h4 {
        font-size: 16px;
    }
    section.book-seasion-sec {
        background-attachment: inherit;
        background-size: cover;
        padding: 150px 0;
        background-repeat: no-repeat;
    }
    .inner-service-head p {
        font-size: 16px;
        line-height: 25px;
    }
    section.inner-service-sec {
        padding: 60px 0px;
    }
    .inner-service-img img {
        width: 100%;
        margin: 20px 0;
    }
    .inner-banner-txt h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    section.inner-banner-sec {
        padding: 20px 0;
    }
    .rockchase-box {
        margin-bottom: 30px;
        min-height: unset;
    }
    .msdetail-img img {
        margin-bottom: 30px;
    }
    .msdetail-txt h2 {
        font-size: 18px;
    }
    .msdetail-txt p {
        font-size: 15px;
    }
    .dt-img img {
        margin-bottom: 30px;
    }
    .contact-touch ul li {
        font-size: 14px;
    }
    .event-title h2 {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
    .community-detail-text h2 {
        font-size: 25px !important;
        margin-bottom: 0 !important;
    }
    .lastest-text-points ul li {
        white-space: unset !important;
        font-size: 13px !important;
    }
    .ticket-body {
        margin-bottom: 30px !important;
    }
    .community-detail-text h4 {
        font-weight: 500 !important;
    }
    header {
        padding: 10px 0 !important;
    }
    .ser-bx {
        min-height: auto !important;
    }
    .register-from input {
        padding: 5px 10px;
    }
    .register-from label {
        font-size: 14px;
    }
    .register-from h6 {
        font-size: 14px;
    }
    .coaches-head h2 {
        font-size: 30px !important;
    }
    .lastest-text-points-row {
        height: auto !important;
    }
    .contact-touch h2 {
        font-size: 30px !important;
    }
    section.contact-sec {
        padding: 50px 0;
    }
    .contact-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    li.for-mobile {
        display: block !important;
    }
    .footer-link h5::before, .footer-contact h5::before{
    	display: none;
    }
    .contact-touch h2 {
        font-size: 30px !important;
    }
    section.contact-sec {
        padding: 50px 0;
    }
    .contact-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .lastest-text-points-row {
        height: auto !important;
    }
    .coaches-head h2 {
        font-size: 30px !important;
    }
    .register-from input {
        padding: 5px 10px;
    }
    .register-from label {
        font-size: 14px;
    }
    .register-from h6 {
        font-size: 14px;
    }
    .ser-bx {
        min-height: auto !important;
    }
    header {
        padding: 10px 0 !important;
    }
    .event-title h2 {
        font-size: 25px !important;
        line-height: 1.5 !important;
    }
    .community-detail-text h2 {
        font-size: 25px !important;
        margin-bottom: 0 !important;
    }
    .lastest-text-points ul li {
        white-space: unset !important;
        font-size: 13px !important;
    }
    .ticket-body {
        margin-bottom: 30px !important;
    }
    .community-detail-text h4 {
        font-weight: 500 !important;
    }
    .gal-img img {
        height: 200px;
    }
    .col-lg-3.col-md-6.col-12.powrd {
        order: 3;
        margin-top: 20px;
    }
    .col-lg-3.col-md-6.col-12.powrd p.powerd-pera {
        margin-bottom: 0;
    }
    .logo a img {
        width: 43px;
        padding: 0px 0;
        margin: auto;
        animation: unset;
    }
    header.sticky .logo a img {
        width: 41px !important;
        animation: unset !important;
    }
    .about-img {
        text-align: center !important;
    }
    header .thmbtn {
        display: none;
    }
    .banner_text {
        text-align: center;
    }
    .banner_text h5 {
        font-size: 16px;
        font-weight: 500;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 1.3;
    }
    .banner_img {
        margin-top: 50px;
    }
    .banner_img img {
        width: 76% !important;
        margin: 0 auto !important;
    }
    section.main_slider img {
        height: 90vh;
    }
    .banner_img {
    /*display: none;*/
}
    section.main_slider .carousel-control-prev,
    section.main_slider .carousel-control-next {
        display: none;
    }
    .banner_text a {
        font-size: 18px;
        padding: 5px 25px;
    }
    .about-txt {
        padding: 20px 12px;
        margin-bottom: 50px;
    }
    .about-txt h3 {
        font-size: 22px !important;
    }
    .ser-bx {
        margin: 15px 0;
        height: auto;
    }
    .book-seasion-txt ul {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0;
        justify-content: flex-start;
    }
    .footer-logo img {
        max-width: 80px;
    }
    .book-seasion-txt ul li {
        display: inline;
        padding: 0 17px;
        margin: 10px 0;
    }
    .book-seasion-txt h4 {
        font-size: 16px;
    }
    section.book-seasion-sec {
        background-attachment: inherit;
        background-size: cover;
        padding: 150px 0;
        background-repeat: no-repeat;
    }
    .inner-service-head p {
        font-size: 16px;
        line-height: 25px;
        padding: 0;
    }
    section.inner-service-sec {
        padding: 60px 0px;
    }
    .inner-service-img img {
        width: 100%;
        margin: 0px 0;
    }
    .inner-service-txt ul li {
        padding: 10px;
    }
    .inner-middleservice-sec .row {
        flex-direction: column-reverse;
    }
    .inner-banner-txt h1 {
        font-size: 36px;
        line-height: 1.3;
    }
    section.inner-banner-sec {
        padding: 20px 0;
    }
    .rockchase-box {
        margin-bottom: 30px;
        min-height: unset;
    }
    .msdetail-img img {
        margin-bottom: 30px;
    }
    .msdetail-txt h2 {
        font-size: 18px;
    }
    .msdetail-txt p {
        font-size: 15px;
    }
    .dt-img img {
        margin-bottom: 30px;
    }
    .contact-touch ul li {
        font-size: 14px;
    }
}

.slicknav_nav a:hover {
    background: #fc783a;
    color: #fff;
}

header {
    border-bottom: 1px solid #d9d9d9;
}

section.about-sec.inner-about-sec .about-txt h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.inner-service-head p {
    font-weight: 400;
}

.rockchase-box {
    min-height: 840px;
    margin-bottom: 10px; 
}


/*.coachdt-txt {

  display: flex;

  align-items: flex-start;

  gap: 20px;

}



.coachdt-txt img {

  max-width: 300px;

  height: auto;

  margin-left: auto;

  border-radius: 8px;

}



.coachdt-txt h1,

.dt-txt p {

  flex: 1;

}*/


/*.about-txt h3 {

    color: #242424;

    margin-bottom: 8px;

    font-size: 15px;

    font-weight: 600;

}*/

.about-txt h3 {
    color: #ff7a3b;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}

.inner-about-sec h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}


/*.book-seasion-txt h3 {

    color: #fff;

    font-size: 20px;

    

    margin: 0 0 30px;

    line-height: 30px;

}*/

.set-part-txt h3 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
}

.rockchase-txt p {
    display: block;
    line-height: 26px;
    color: #000;
}

span.has-error.help-block {
    display: block;
}

ol,
ul {
    padding-left: 0px !important;
}


/*events Start*/

.lastest-sec {
    padding: 100px 0;
}

.lastest-heading h2 {
    color: #000;
    margin-bottom: 0px;
}

.lastest-heading p {
    width: 47%;
    margin: 0 auto;
    color: #000;
}

.no-padding {
    padding: 0 !important;
}

.lastest-number {
    background: #05bcbf;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: pulse-animation 2s infinite;
}

.lastest-number span {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}

.lastest-text-points-row {
    border: 2px solid #dadada;
    border-left: none;
    display: flex;
    align-items: center;
    height: auto;
}

.lastest-text-points-row .row {
    width: 100%;
}

.lastest-text-points h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.lastest-text-points {
    padding-left: 35px;
}

.lastest-text-points ul li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-top: -2px;
}

.lastest-text-points ul {
    line-height: 35px;
    margin-bottom: 0;
}

.lastest-text-points ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
}

.lastest-text-btn {
    text-align: end;
    margin-top: 20px;
}

.lastest-row {
    margin-top: 50px;
}

.lastest-text-btn a {
    background: #05bcbf;
    padding: 14px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    animation: pulse-animation 2s infinite;
}

.lastest-img img {
    width: 100%;
    height: 348px;
    object-fit: cover;
}

.events-head h2 {
    font-size: 70px;
}


/*events End*/


/*event Detail Start*/

.community-detail-sec {
    padding: 100px 0;
}

.community-detail-text h2 {
    text-transform: capitalize;
    color: #000;
}

.community-detail-sec p {
    color: #000;
    margin-bottom: 20px;
}

.community-detail-images img {
    width: 100%;
    max-height: 700px;
    margin-bottom: 50px;
    object-fit: cover;
}

.community-detail-text a {
    margin-top: 30px;
    display: block;
    width: fit-content;
}

.community-detail-row {
    margin-top: 20px;
}

.community-detail-sec .row {
    align-items: center;
}

.event-title h2 {
    font-size: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.enents-photogallery {
    padding: 70px 0;
}

.detailgal-head {
    text-align: center;
}

.detailgal-head h2 {
    font-size: 60px;
    margin-bottom: 50px;
}

.detailgal-img a img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 15px;
    /* box-shadow: 0 0 0 4px #a1a1a1d1; */
}


/*event Detail End*/

.lastest-text-points {
    padding: 0;
    margin-bottom: 30px;
}

.lastest-text-points ul li {
    color: #000;
    font-weight: 500;
    line-height: 60px;
}

span.eventprice {
    font-weight: 800;
    font-size: 20px;
}

.lastest-text-points ul li i {
    /* color: #fc783a; */
}

.lastest-text-points ul li img {}

.community-detail-sec p {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.lastest-text-points h4 {}

.community-detail-text h4 {
    font-weight: 800;
    color: #000;
    margin-bottom: 30px;
}

.ticket-box {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    width: 100%;
}

.ticket-header {
    background: linear-gradient(135deg, #fc783a 0%, #68d6dd70 100%);
    color: white;
    padding: 25px;
    border-radius: 15px 15px 0 0;
    text-align: center;
}

.ticket-body {
    padding: 10px 20px;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #667eea;
    background: white;
    color: #667eea;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.qty-btn:hover {
    background: #667eea;
    color: white;
}

.qty-display {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    min-width: 50px;
    text-align: center;
}

.amount-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.amount-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.amount-value {
    font-size: 25px;
    font-weight: bold;
    color: #667eea;
}

.btn-cart {
    background: linear-gradient(135deg, #10a2ab 0%, #96dce1 100%);
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    transition: transform 0.3s;
}

.btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.price-tag {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.ticket-header h2 {
    font-size: 25px;
    color: #fff;
}

.ticket-header {
    padding: 10px 20px;
}

.ticket-body select {
    padding: 10px 10px;
    font-size: 14px;
}

.amount-section {
    padding: 10px;
}

.events-main .lastest-text-points ul li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-top: -2px;
}

.events-main .lastest-text-points ul {
    line-height: 35px;
    margin-bottom: 0;
}

.events-main .lastest-text-points ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
    line-height: unset;
}

.events-main .lastest-text-points {
    padding: 0;
    margin-bottom: 30px;
    padding-left: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .menuSec ul li a {
        font-size: 12px;
        padding: 10px 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul li a {
        font-size: 10px;
        padding: 10px 5px;
    }
    header .thmbtn {
        padding: 10px 10px;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 1.5;
    }
    .lastest-text-btn a {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul li a {
        font-size: 10px;
        padding: 8px 5px;
    }
    ul.minl {
        margin-left: -10px;
    }
    header .thmbtn {
        font-size: 10px;
        padding: 11px 15px;
    }
    .menuSec .container {
        max-width: 100%;
    }
    .banner_text h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .about-img {
        margin-top: 40px;
    }
    .ser-bx {
        min-height: auto;
        margin-bottom: 30px;
    }
    .about-txt p {
        font-size: 14px;
    }
    .inner-about-sec h6 {
        font-size: 14px;
    }
    .inner-service-head p {
        font-size: 16px;
    }
    .inner-service-txt p {
        font-size: 16px;
    }
    .rockchase-img img {
        height: 200px;
    }
    .rockchase-box {
        padding: 40px 20px;
        min-height: auto;
    }
    .rockchase-txt h4 {
        font-size: 15px;
    }
    .rockchase-txt h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .rockchase-txt p {
        font-size: 12px;
    }
    .rockchase-txt a {
        font-size: 13px;
        padding: 10px;
        height: auto;
    }
    .lastest-number span {
        font-size: 12px;
    }
    .events-main .lastest-text-points ul li {
        white-space: unset;
        font-size: 11px;
        font-weight: 500;
    }
    .lastest-img img {
        height: 310px;
    }
    .lastest-text-points-row {
        height: auto;
        padding: 6px 0;
    }
    .lastest-text-btn a {
        font-size: 13px;
        padding: 10px 20px;
    }
    .lastest-sec.events-main {}
    .lastest-sec.events-main .lastest-text-points h2 {
        line-height: 1.5;
        font-size: 14px;
    }
    .lastest-sec.events-main .lastest-text-points span.eventprice {
        font-size: 13px;
    }
}

.lastest-text-btn {
    text-align: end;
    margin: 0 0 50px 0;
}

i.fa.fa-pound-sign {
    margin: 0 10px 0 0px;
}

li.refresh {
    white-space: pre-line !important;
    line-height: 26px !important;
    /*margin: 0px 0 0 10px !important;*/
    /* text-align: center; */
}

i.fa.fa-utensils {
    font-size: 19px;
    margin: 0 0 20px 0;
}

section.event-detailpage * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section.event-detailpage {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #ffffff;
    line-height: 1.6;
    color: #1a202c;
}

section.event-detailpage .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

section.event-detailpage .community-detail-sec {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

section.event-detailpage .event-title {
    text-align: center;
    margin-bottom: 60px;
}

section.event-detailpage .event-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

section.event-detailpage .event-title h2 {
    font-size: 3.5em;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
}

section.event-detailpage .community-detail-images {
    margin-bottom: 60px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #f1f5f9;
}

section.event-detailpage .community-detail-images img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

section.event-detailpage .community-detail-images:hover img {
    transform: scale(1.02);
}

section.event-detailpage .community-detail-text {
    margin-top: 40px;
}

section.event-detailpage .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

section.event-detailpage .col-lg-8 {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 0 16px;
}

section.event-detailpage .col-lg-4 {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 16px;
}

section.event-detailpage .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 16px;
}

section.event-detailpage .section-header {
    font-size: 2em;
    color: #0f172a;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

section.event-detailpage .info-card {
    background: white;
    padding: 32px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    margin-bottom: 32px;
}

section.event-detailpage .lastest-text-points ul {
    list-style: none;
}

section.event-detailpage .lastest-text-points li {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 15px;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

section.event-detailpage .lastest-text-points li:last-child {
    border-bottom: none;
}

section.event-detailpage .lastest-text-points li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

section.event-detailpage .lastest-text-points li i {
    color: #6366f1;
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
}

section.event-detailpage .lastest-text-points .calender {
    font-weight: 600;
    color: #0f172a;
    background: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
    padding: 16px;
    border-radius: 12px;
    border-bottom: none;
}

section.event-detailpage .contactinfo {
    color: #6366f1;
    text-decoration: none;
    transition: color 0.2s;
}

section.event-detailpage .contactinfo:hover {
    color: #4f46e5;
}

section.event-detailpage .eventprice {
    font-weight: 600;
    color: #059669;
}

section.event-detailpage .content-section {
    margin-bottom: 40px;
}

section.event-detailpage .content-section p {
    font-size: 16px;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.7;
}

section.event-detailpage .content-section h4 {
    font-size: 1.5em;
    color: #0f172a;
    margin: 32px 0 20px;
    font-weight: 700;
}

section.event-detailpage .content-section ul {
    margin-bottom: 28px;
}

section.event-detailpage .content-section ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 32px;
    color: #475569;
    font-size: 16px;
}

section.event-detailpage .content-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.event-detailpage .content-section ul li::after {
    content: '✓';
    position: absolute;
    left: 5px;
    top: 7px;
    color: white;
    font-weight: 700;
    font-size: 11px;
}

section.event-detailpage .content-section ul li p,
section.event-detailpage .content-section ul li h4 {
    margin: 0;
    color: #475569;
    font-size: 16px;
    font-weight: 500;
}

section.event-detailpage .content-section hr {
    border: none;
    height: 1px;
    background: #e2e8f0;
    margin: 40px 0;
}

section.event-detailpage .content-section strong {
    color: #0f172a;
    font-weight: 600;
}

section.event-detailpage .special-guest-card {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 48px;
    border-radius: 24px;
    margin: 48px 0;
    box-shadow: 0 20px 25px -5px rgba(99, 102, 241, 0.3);
    position: relative;
    overflow: hidden;
}

section.event-detailpage .special-guest-card::before {
    content: '🏏';
    position: absolute;
    font-size: 200px;
    opacity: 0.08;
    right: -40px;
    top: -40px;
}

section.event-detailpage .special-guest-card h4 {
    color: white;
    font-size: 1.8em;
    margin-bottom: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

section.event-detailpage .special-guest-card p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
    position: relative;
}

section.event-detailpage .ticket-box {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: sticky;
    top: 24px;
    border: 1px solid #e2e8f0;
}

section.event-detailpage .ticket-header {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    padding: 20px 24px;
    text-align: center;
}

section.event-detailpage .ticket-header h2 {
    color: white;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

section.event-detailpage .ticket-body {
    padding: 24px;
}

section.event-detailpage .form-group {
    margin-bottom: 20px;
}

section.event-detailpage .form-label {
    display: block;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: 0.2px;
}

section.event-detailpage .form-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 13px;
    color: #1a202c;
    background: #f8fafc;
    transition: all 0.2s;
    cursor: pointer;
    font-weight: 500;
}

section.event-detailpage .form-select:focus {
    outline: none;
    border-color: #6366f1;
    background: white;
}

section.event-detailpage .qty-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8fafc;
    padding: 4px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
}

section.event-detailpage .qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

section.event-detailpage .qty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

section.event-detailpage .qty-btn:active {
    transform: translateY(0);
}

section.event-detailpage .qty-display {
    font-size: 1.3em;
    font-weight: 700;
    color: #0f172a;
    min-width: 40px;
    text-align: center;
}

section.event-detailpage .price-summary {
    background: #f8fafc;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 20px;
    border: 2px solid #e2e8f0;
}

section.event-detailpage .price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

section.event-detailpage .price-row:not(:last-child) {
    border-bottom: 1px solid #e2e8f0;
}

section.event-detailpage .price-row.total {
    padding-top: 12px;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
}

section.event-detailpage .price-row .amount {
    font-weight: 600;
    color: #6366f1;
}

section.event-detailpage .price-row.total .amount {
    color: #0f172a;
    font-size: 18px;
}

section.event-detailpage .btn-cart {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

section.event-detailpage .btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

section.event-detailpage .btn-cart:active {
    transform: translateY(0);
}

@media (max-width: 991px) {
    section.event-detailpage .col-lg-8,
    section.event-detailpage .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.event-detailpage .ticket-box {
        position: static;
        margin-top: 40px;
    }
    section.event-detailpage .event-title h2 {
        font-size: 2.5em;
    }
    section.event-detailpage .special-guest-card {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    section.event-detailpage .community-detail-sec {
        padding: 40px 0;
    }
    section.event-detailpage .event-title {
        margin-bottom: 40px;
    }
    section.event-detailpage .event-title h2 {
        font-size: 2em;
    }
    section.event-detailpage .section-header {
        font-size: 1.6em;
    }
    section.event-detailpage .info-card {
        padding: 24px;
    }
    section.event-detailpage .ticket-body {
        padding: 24px;
    }
    section.event-detailpage .special-guest-card {
        padding: 28px 24px;
    }
    section.event-detailpage .special-guest-card h4 {
        font-size: 1.4em;
    }
}

header {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1000;
}

header.sticky .logo a img {
    width: 25%;
    animation: float 4s ease-in-out infinite;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


/*.thmbtn {
            position: relative;
            padding: 15px 30px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: white;
            background: linear-gradient(135deg, #032b1c 0%, #00100a 50%, #00f195 100%);*/


/*background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 50%, #FFA500 100%);*/


/*     border: none;
            border-radius: 50px;
            cursor: pointer;
            overflow: hidden;
            box-shadow: 0 0 20px rgb(0 15 10);
            transition: all 0.4s ease;
            text-decoration: none;
            display: inline-block;
        }*/

.thmbtn {
    position: relative;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    background: linear-gradient(270deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8f00ff, #ff0000);
    background-size: 600% 600%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 15, 10, 0.8);
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
    animation: rainbow 20s ease infinite;
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.thmbtn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: glowSlide 3s linear infinite;
}

@keyframes glowSlide {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.thmbtn:hover {
    transform: translateY(-5px) scale(1.05);
    /*box-shadow: 0 0 40px rgba(255, 107, 53, 0.8),
                        0 0 60px rgba(255, 107, 53, 0.6),
                        0 0 80px rgba(255, 107, 53, 0.4);*/
    box-shadow: 0 0 40px rgb(10 125 0 / 80%), 0 0 60px rgb(20 53 9 / 60%), 0 0 80px rgb(38 71 4 / 40%);
}

.thmbtn:active {
    transform: translateY(-2px) scale(1.02);
}

.banner_text a {
    position: relative;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    /*background: linear-gradient(135deg, #032b1c 0%, #00100a 50%, #00f195 100%);*/
    /*background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 50%, #FFA500 100%);*/
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 15 10);
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
}

.banner_text a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: glowSlide 3s linear infinite;
}

@keyframes glowSlide {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.banner_text a:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 40px rgb(10 125 0 / 80%), 0 0 60px rgb(20 53 9 / 60%), 0 0 80px rgb(38 71 4 / 40%);
}

.banner_text a:active {
    transform: translateY(-2px) scale(1.02);
}


/* WhatsApp Floating Button */

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse-shadow 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float:active {
    transform: scale(0.95);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
    fill: white;
}

@keyframes pulse-shadow {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
}


/* Tooltip */

.whatsapp-tooltip {
    position: fixed;
    bottom: 35px;
    right: 100px;
    background-color: #fff;
    color: #333;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 999;
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}

.whatsapp-float:hover+.whatsapp-tooltip {
    opacity: 1;
}

.footer-btn-fix {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 99999;
}

.footer-btn-fix a {
    font-size: 12px;
    padding: 10px 15px;
}


/* Responsive */

@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
    .whatsapp-tooltip {
        display: none;
    }
    .demo-content h1 {
        font-size: 32px;
    }
    .demo-content p {
        font-size: 16px;
    }
}

p.powerd-pera {
    color: #fff;
    font-size: 16px;
}

p.powerd-pera a {
    font-size: 16px;
    font-weight: 900;
}

p.powerd-pera a:hover {
    color: #fff;
}


/*existing offers css*/

.existing_offers {
    background: linear-gradient( 135deg, #063d24 0%, /* Darker emerald green start */
    #082e1b 15%, /* Deep forest green fade */
    #0a0a1f 30%, /* Dark blue-black */
    #1a0a2e 50%, /* Purple-blue */
    #16213e 70%, /* Deep blue */
    #0f3460 85%, /* Navy */
    #ff3b3b 100%/* Red finish */
    );
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
    min-height: 100vh;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.existing_offers::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(78, 205, 196, 0.3) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(247, 183, 49, 0.2) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.existing_offers .container {
    position: relative;
    z-index: 1;
}

.existing_offers .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.existing_offers .section-title h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 0.8s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.existing_offers .section-title p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.3rem;
    font-weight: 300;
}

.existing_offers .offer-card {
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease;
    animation-fill-mode: both;
}

.existing_offers .offer-card:nth-child(1) {
    animation-delay: 0.1s;
}

.existing_offers .offer-card:nth-child(2) {
    animation-delay: 0.2s;
}

.existing_offers .offer-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.existing_offers .card {
    background: white;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    height: 100%;
}

.existing_offers .card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.existing_offers .card-header {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    padding: 0;
    border: none;
    position: relative;
    overflow: hidden;
}

.existing_offers .card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.existing_offers .card-2 .card-header {
    background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
}

.existing_offers .card-3 .card-header {
    background: linear-gradient(135deg, #f7b731 0%, #f39c12 100%);
}

.existing_offers .icon-box {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.existing_offers .icon-circle {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.existing_offers .icon-circle i {
    font-size: 3.5rem;
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.existing_offers .badge-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #ee5a6f;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.existing_offers .card-2 .badge-custom {
    color: #44a08d;
}

.existing_offers .card-3 .badge-custom {
    color: #f39c12;
}

.existing_offers .card-body {
    padding: 15px;
}

.existing_offers .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 20px;
}

.existing_offers .card-text {
    color: #636e72;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.existing_offers .btn-custom {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white;
    background: linear-gradient(270deg, #ff6b6b, #ee5a6f, #4ecdc4, #44a08d, #ee5a6f, #f7b731, #f39c12);
    background-size: 600% 600%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 15, 10, 0.8);
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
    animation: rainbow 8s ease infinite;
}


/* 🌈 Keyframes for infinite color animation */

@keyframes rainbow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.existing_offers .btn-custom-1 {
    /*  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);*/
    color: white;
    box-shadow: 0 10px 25px rgba(238, 90, 111, 0.4);
}

.existing_offers .btn-custom-1:hover {
    box-shadow: 0 15px 35px rgba(238, 90, 111, 0.6);
    transform: translateY(-2px);
}

.existing_offers .btn-custom-2 {
    /*background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);*/
    color: white;
    box-shadow: 0 10px 25px rgba(78, 205, 196, 0.4);
}

.existing_offers .btn-custom-2:hover {
    box-shadow: 0 15px 35px rgba(78, 205, 196, 0.6);
    transform: translateY(-2px);
}

.existing_offers .btn-custom-3 {
    /*background: linear-gradient(135deg, #f7b731 0%, #f39c12 100%);*/
    color: white;
    box-shadow: 0 10px 25px rgba(247, 183, 49, 0.4);
}

.existing_offers .btn-custom-3:hover {
    box-shadow: 0 15px 35px rgba(247, 183, 49, 0.6);
    transform: translateY(-2px);
}

.existing_offers .timer-badge {
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.existing_offers .timer-1 {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(238, 90, 111, 0.1));
    color: #ee5a6f;
    border: 2px solid rgba(238, 90, 111, 0.3);
}

.existing_offers .timer-2 {
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.1), rgba(68, 160, 141, 0.1));
    color: #44a08d;
    border: 2px solid rgba(68, 160, 141, 0.3);
}

.existing_offers .timer-3 {
    background: linear-gradient(135deg, rgba(247, 183, 49, 0.1), rgba(243, 156, 18, 0.1));
    color: #f39c12;
    border: 2px solid rgba(243, 156, 18, 0.3);
}

@media (max-width: 768px) {
    .existing_offers .section-title h1 {
        font-size: 2.5rem;
    }
    .existing_offers .card-body {
        padding: 25px 15px;
    }
    .existing_offers .icon-circle {
        width: 100px;
        height: 100px;
    }
    .existing_offers .icon-circle i {
        font-size: 2.5rem;
    }
}

@media (max-width: 519px) {
    .existing_offers .card {
        width: 90%;
        margin: auto;
    }
    .existing_offers .badge-custom {
        font-size: 10px;
        padding: 5px 10px;
        top: 10px;
        right: 10px;
    }
    .existing_offers .card-title {
        font-size: 20px;
    }
    .existing_offers .timer-badge {
        font-size: 13px;
        padding: 10px;
        margin-top: 15px;
    }
    .existing_offers .card-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about-txt p {
        font-size: 15px;
    }
    .indoor_league_info .info-card {
        height: auto !important;
    }
    .table-responsive .table {
        width: 1200px;
        overflow-x: scroll;
    }
}


/*existing offers css*/


/* Hero Section */

.indoor_league_hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 20%, #667eea 50%, #764ba2 80%, #0f172a 100%);
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.indoor_league_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.3) 0%, transparent 50%);
    z-index: 0;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.indoor_league_hero .container {
    position: relative;
    z-index: 1;
}

.indoor_league_hero h1 {
    font-size: 4rem;
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 0.8s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.indoor_league_hero p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.indoor_league_hero .btn-hero {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.indoor_league_hero .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.6);
}


/* League Info Section */

.indoor_league_info {
    padding: 80px 0;
    background: #f8f9fa;
}

.indoor_league_info .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.indoor_league_info .section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.indoor_league_info .section-title p {
    font-size: 1.2rem;
    color: #636e72;
}

.indoor_league_info .info-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.indoor_league_info .info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.indoor_league_info .info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.indoor_league_info .info-icon i {
    font-size: 2.5rem;
    color: white;
}

.indoor_league_info .info-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 15px;
    text-align: center;
}

.indoor_league_info .info-card p {
    color: #636e72;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}


/* Standings Table Section */

.indoor_league_standings {
    padding: 80px 0;
    background: white;
}

.indoor_league_standings .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.indoor_league_standings .section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.indoor_league_standings .table-container {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.indoor_league_standings table {
    margin-bottom: 0;
}

.indoor_league_standings thead {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.indoor_league_standings thead th {
    color: white;
    font-weight: 700;
    border: none;
    padding: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.indoor_league_standings tbody tr {
    transition: all 0.3s ease;
}

.indoor_league_standings tbody tr:hover {
    background: #f8f9fa;
    transform: scale(1.02);
}

.indoor_league_standings tbody td {
    padding: 18px;
    vertical-align: middle;
    color: #2d3436;
    font-weight: 500;
}

.indoor_league_standings .rank-badge {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-weight: 700;
}

.indoor_league_standings .rank-1 {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #1a1a2e;
}

.indoor_league_standings .rank-2 {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    color: #1a1a2e;
}

.indoor_league_standings .rank-3 {
    background: linear-gradient(135deg, #cd7f32, #e59866);
    color: white;
}


/* Schedule Section */

.indoor_league_schedule {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.indoor_league_schedule .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.indoor_league_schedule .section-title h2 {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.indoor_league_schedule .match-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.indoor_league_schedule .match-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.indoor_league_schedule .match-date {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.indoor_league_schedule .teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.indoor_league_schedule .team {
    text-align: center;
    flex: 1;
}

.indoor_league_schedule .team h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 10px;
}

.indoor_league_schedule .vs {
    font-size: 1.5rem;
    font-weight: 900;
    color: #667eea;
    padding: 0 30px;
}

.indoor_league_schedule .match-time {
    text-align: center;
    margin-top: 20px;
    color: #636e72;
    font-weight: 600;
    font-size: 1.1rem;
}


/* Registration CTA */

.indoor_league_cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 20%, #10b981 50%, #059669 80%, #0f172a 100%);
    background-size: 400% 400%;
    animation: gradientFlow 15s ease infinite;
    text-align: center;
    position: relative;
}

.indoor_league_cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
}

.indoor_league_cta .container {
    position: relative;
    z-index: 1;
}

.indoor_league_cta h2 {
    font-size: 3.5rem;
    font-weight: 900;
    color: white;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.indoor_league_cta p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.indoor_league_cta .btn-register {
    background: white;
    color: #10b981;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.indoor_league_cta .btn-register:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.5);
    background: #10b981;
    color: white;
}

@media (max-width: 768px) {
    .indoor_league_hero h1 {
        font-size: 2.5rem;
    }
    .indoor_league_info .section-title h2,
    .indoor_league_standings .section-title h2,
    .indoor_league_schedule .section-title h2 {
        font-size: 2rem;
    }
    .indoor_league_cta h2 {
        font-size: 2rem;
    }
    .indoor_league_schedule .teams {
        flex-direction: column;
    }
    .indoor_league_schedule .vs {
        padding: 15px 0;
    }
}

.reqbtn a {
    color: #fff;
    text-decoration: unset;
}

.footer_social li a.facebook {
    background-color: #1877F2;
    /* Facebook Blue */
}

.footer_social li a.twitter {
    background-color: #1DA1F2;
    /* Twitter Blue */
}

.footer_social li a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border: 1px solid #fda16d;
}

.footer_social li a.linkedin {
    background-color: #0077B5;
    /* LinkedIn Blue */
}
.slot-list span {
    color: black !important;
}
.slot-card.border p {
    color : black;
}
.slot-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin: 20px 0 0 0 !important;
}

.set-part-txt ul li {
    margin-bottom: 15px;
    border-left: 4px solid #4ecdc4;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(78, 205, 196, 0.2);
    transition: all 0.4s 
cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
}

.set-part-txt ul li:hover{
	background: rgba(78, 205, 196, 0.15);
    color: #4ecdc4;
    padding-left: 40px;
    transform: translateX(8px) scale(1.05);
    border-color: #4ecdc4;
    box-shadow: 0 10px 30px rgba(78, 205, 196, 0.3), inset 0 0 20px rgba(78, 205, 196, 0.1);
}

.set-part-txt ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #2a9d8f;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    text-shadow: 0 0 10px rgba(42, 157, 143, 0.6);
}


section.innerpagesbnn {
    background: #000;
    padding-top: 80px;
}
section.innerpagesbnn .galler-head h2 {
    font-size: clamp(48px, 8vw, 70px);
}
section.innerpagesbnn .bg-gradient {
    inset: unset;
}
.ser-bx img {
    margin: 0 auto;
    margin-bottom: 10px !important;
}
.ser-slider .slick-active {
    opacity: 1;
    margin: 0px 20px;
}

.ser-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}
.ser-slider .slick-dots li.slick-active button:before {
    color: #8700f1;
    opacity: 1;
    font-size: 20px;
}
.ser-slider .slick-dots li {
    margin: 0 5px;
}
.ser-slider  .slick-dots {
    bottom: -50px;
}
.about-txt ul {
    list-style: disc;
    padding-left: 20px !important;
}

.about-txt ul li {
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
}

.video-box video {
    width: 100%;
    height: 70vh;
    object-fit: contain;
    background: #000;
}

section.video-sec {
    /*padding: 90px 0;*/
    position: relative;
}
section.video-sec {
    background: #000;
}

section.video-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 255, 157, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

section.video-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(2px 2px at 20% 30%, rgba(0, 255, 157, 0.3), transparent), radial-gradient(2px 2px at 60% 70%, rgba(0, 212, 255, 0.3), transparent), radial-gradient(1px 1px at 50% 50%, rgba(255, 255, 255, 0.3), transparent), radial-gradient(2px 2px at 80% 10%, rgba(0, 255, 157, 0.3), transparent);
    background-size: 200% 200%;
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}