.preloader .animation-preloader .txt-loading{
    color: #f8ca14!important;
    position: relative;
}
.preloader .animation-preloader .spinner{
    border-top-color: f8ca14!important;
}
.preloader p{
    color: #f8ca14;
}
.header-logo img{ 
    width: 120px;
    height: auto;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-1 .hero-image{
    margin-top: 50px;
    margin-left: -50px;
}
.section_title{
    margin-bottom: 20px;
}
.hero_description_text{
    line-height: 1.5!important;
    letter-spacing: 2px!important;
    font-size: 18px!important;
}
/* .section2_txt p {

    width: 250px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    cursor: pointer;
}
.gt-about-box-item:hover .section2_txt p {
    white-space: normal;
    overflow: visible;
    background: #111; 
    z-index: 10;
    position: relative;
} */
      
/* .section2_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    max-height: 4.5em; 
    position: relative;
    cursor: pointer;
  }

    .gt-about-box-item:hover .section2_txt p {
    -webkit-line-clamp: unset;
    max-height: none;
    white-space: normal;
    background: #111; 
    z-index: 10;
  }  */

/* Clean hover effect for section2_txt

/* Stable, smooth text clamp with hover expand inside gt-about-box */
/* .section2_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em; 
    line-height: 1.5;
    transition: max-height 0.4s ease, -webkit-line-clamp 0.4s ease;
    margin: 0;
    will-change: max-height;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  

  .gt-about-box:hover .section2_txt p {
    -webkit-line-clamp: unset;
    max-height: 300px;
    white-space: normal;
    overflow: visible;
  }
   */

   .no_margin{
    margin-left: 0px !important;
    margin-right: 0px !important;
   }
   .sidebar_logo{
    width: 175px;
    height: auto;
   }
   .sidebar_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   }
   .gradient_text {
    background-image: linear-gradient(to right, #f8ca14 0%, #f8ca14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }
  .gt-theme-btn{
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
    color: #1a4992;
    font-size: 17px;
    font-weight: 900;

  }
  .header-main .main-menu ul li a {
    font-weight: 900!important;

  }
  .main-menu ul li.active a {
    color:#f8ca14!important;
  }
  #mobile-menu ul li.active a {
    color:#f8ca14!important;
  }
.gt-section-title h2 span{
    color:#f8ca14!important;
}

  @media (max-width: 1600px) {
    .hero-1 .hero-content h1 {
        font-size: 75px;
    }
}
.ticket_btn{

    color: var(--gt-theme);
    background-color: var(--gt-white);
    background-image: none;
}
.ticket_btn:hover {
    background-image: linear-gradient(to right, #FF0808 0%, #7A0202 50%, #FF0808 100%);
    color: var(--gt-white);
}
.footer_logo img{ 
    width: 175px !important;
    height: auto !important;
}
.extra_padding_top{
    padding-top: 120px;
}html {
    scroll-behavior: smooth;
}

/* FAQs Section Styles */
.gt-faq-section {
    /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
    position: relative;
    padding: 80px 0;
}

.gt-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.gt-faq-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 25px;
    padding: 50px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

/* Removed gradient border from FAQ wrapper */

.accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.accordion-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}

.accordion-button {
    background: transparent;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    padding: 25px 30px;
    text-align: left;
    width: 100%;
    transition: all 0.4s ease;
    position: relative;
    letter-spacing: 0.5px;
}

.accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.accordion-button:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.4s ease;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.accordion-body {
    background: rgba(255, 255, 255, 0.02);
    color: #cccccc;
    font-size: 16px;
    line-height: 1.7;
    padding: 25px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

/* FAQ Section Title Styling */
.gt-faq-section .gt-section-title-2 h6 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.gt-faq-section .gt-section-title-2 h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 50px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* Enhanced Navigation Styles */
#mobile-menu ul li {
    margin: 2px 0;
    padding: 0;
}

#mobile-menu ul li a {
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 5px;
    display: block;
    position: relative;
    margin: 0;
}

#mobile-menu ul li.active a {
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 8px 15px !important;
    margin: 0 !important;
}

#mobile-menu ul li a:hover {
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 0 !important;
}

/* Animation trigger classes */
.gsap-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.gsap-animate.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gt-faq-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .accordion-button {
        font-size: 16px;
        padding: 20px 25px;
    }
    
    .accordion-body {
        font-size: 14px;
        padding: 20px 25px;
    }
    
    .gt-faq-section .gt-section-title-2 h2 {
        font-size: 2.5rem;
    }
}

/* Enhanced Back to Top Button */
.gt-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.gt-back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gt-back-to-top:hover {
    background: linear-gradient(135deg, #f7931e, #ff6b35);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* Section transitions */
section {
    transition: all 0.3s ease;
}

/* Active navigation indicator */
#mobile-menu ul li.active a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: linear-gradient(90deg, #ff6b35, #f7931e); */
    /* background: linear-gradient(90deg, #FF0808 0%, #00130B 100%); */
    background-image: linear-gradient(to right,#faa64d 0%, #facb3f 100%);
    transform: scaleX(1);
    transition: transform 0.3s ease;
}

#mobile-menu ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: linear-gradient(90deg, #ff6b35, #f7931e); */
    /* background: linear-gradient(90deg, #FF0808 0%, #00130B 100%); */
    background-image: linear-gradient(to right, #faa64d 0%, #facb3f 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

#mobile-menu ul li a:hover::before {
    transform: scaleX(1);
}
.section_two{
    background-color: #1a4992;
    padding: 80px 0px;
}
@media (max-width: 991px) {
    .section_two {
        padding: 20px 0;
    }
}
.gt-about-wrapper .gt-about-content .gt-about-box-wrapper .gt-about-box-item .gt-about-box.bg-color{
    background-color: #f8ca14;
}
.text_color{
    color: #1a4992!important;
}
.gt-about-wrapper .gt-about-image.gt-about-image-2::before{
    border: 1px solid #f8ca14;
}
.section2_subtxt{
    color: #fff;
}
.text_color_eve{
    color: #fff;
}
.gt-section-title h6::after {
    background-image: linear-gradient(to right,#faa64d 0%, #facb3f 100%);
}
.section_three{
    background-color: #1a4992;
}
.gt-section-title-2 h6::before{
    background: linear-gradient(268deg, #faa64d 0%, #faa64d 100%);
}
.gt-section-title-2 h6::after {
    background: linear-gradient(268deg, #faa64d 0%, #faa64d 100%);
}

.section_scrool{
    background-color: #1a4992;
}
.gt-gaming-card-item .gt-gaming-image::before {
    background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, #faa64d 100%);
}
.gt-gaming-card-item .gt-gaming-image .gt-gaming-content h6{
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
    color: #1a4992;
    clip-path: polygon(24% 0, 88% 0, 100% 0, 100% 77%, 100% 100%, 0 100%, 0 80%, 0 30%, 7% 0) !important;
}
.gt-game-bg-section::before{
    background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, #faa64d 100%);
}

.gt-theme-btn:hover.gt-style-border{
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
}

.video_section{
    background-color: #1a4992;
}
.gt-video-wrapper .gt-video-content h6{
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
    color: #1a4992;
}
.gt-video-wrapper .gt-video-content .gt-theme-btn{
    color: #f8ca14;
}
.gt-video-wrapper .gt-video-content .gt-theme-btn:hover{
    color: #1a4992;
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%);
}

.section_sponsor{
    background-color: #1a4992;
}
.gt-brand-box{
    background-color: #0a0a0a1a;
}
.sponsor_img{
    width: 100%;
    height: auto;
}
.sponsor_img img{
    width: 100%;
    height: auto;
}
.ticket_section{
    background-color: #1a4992;
    margin-bottom: 0px!important;
    padding: 20px 0;
}
.ticket_btn{
    color: #f8ca14;
}
.ticket_btn:hover {
    color: #1a4992;
    background-image: linear-gradient(to right, #facb3f 0%, #faa64d 50%, #facb3f 100%)!important;
}
.faq_section{
    background-color: #1a4992!important;
}
.cosplay_title{
    color: #f8ca14;
}
.cosplay_btn{
    color: #1a4992;
    background-color:#fff;
}
.cosplay_btn:hover{
    
    color: #1a4992!important;
    background-color: #f8ca14;

}
.game_name{
    padding: 6px;
    font-size: 18px;
}
.add_margin_top{
    margin-top: 50px;
}


@media (max-width: 991px) {
    .for_img {
        height: auto;
    }
}

.social-icon:hover {
    color: #f8ca14;
    transform: translateY(-2px);
}






/* Loading animation for sections */
.section-loading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.section-loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile menu improvements */
.mobile-menu {
    transition: all 0.3s ease;
}

.mean-container .meanmenu-reveal {
    transition: all 0.3s ease;
}

/* Focus states for accessibility */
a:focus,
button:focus {
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    html {
        scroll-behavior: auto;
    }
}

/* Multi-color text styling */
.street-stage-text {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.text-gradient {
    background: linear-gradient(45deg, #ff6b35, #f7931e, #ff4757, #2ed573);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease-in-out infinite;
    font-weight: 800;
}

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

/* Hero section mobile responsiveness */
.hero-content {
    padding: 20px 0;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 20px 0;
    color: #ffffff;
    opacity: 0.9;
}

/* Mobile responsive improvements */
@media (max-width: 768px) {
    .hero-content {
        text-align: center;
        padding: 15px 0;
    }
    
    .street-stage-text {
        font-size: 1.1rem !important;
        letter-spacing: 1px;
        margin-bottom: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .hero-description {
        font-size: 1rem;
        line-height: 1.5;
        margin: 15px 0;
        padding: 0 10px;
    }
    
    .section_title {
        font-size: 2.5rem !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    
    .gt-hero-button {
        margin-top: 20px;
    }
    
    .gt-hero-button .gt-theme-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    /* About section mobile fixes */
    .gt-about-content {
        padding: 0 15px;
    }
    
    .gt-about-box-wrapper {
        margin-top: 20px;
    }
    
    .gt-about-box {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .gt-about-box .content h5 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .gt-about-box .content p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    /* Games section mobile fixes */
    .gt-gaming-card-item {
        margin-bottom: 20px;
    }
    
    .gt-gaming-content h3 {
        font-size: 1.2rem;
    }
    
    .gt-gaming-content h6 {
        font-size: 0.9rem;
    }
    
    /* FAQ section mobile fixes */
    .gt-faq-wrapper {
        padding: 20px 15px;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 15px 20px;
    }
    
    .accordion-body {
        font-size: 0.9rem;
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .street-stage-text {
        font-size: 1rem !important;
        letter-spacing: 0.5px;
    }
    
    .section_title {
        font-size: 2rem !important;
    }
    
    .hero-description {
        font-size: 0.9rem;
        padding: 0 5px;
    }
    
    .gt-about-box {
        padding: 12px;
    }
    
    .gt-about-box .content h5 {
        font-size: 1rem;
    }
    
    .gt-about-box .content p {
        font-size: 0.85rem;
    }
}

/* Additional mobile fixes for about section */
@media (max-width: 768px) {
    .gt-about-box-item {
        margin-bottom: 15px;
    }
    
    .gt-about-box {
        min-height: auto;
        height: auto;
        overflow: visible;
    }
    
    .gt-about-box .content {
        padding: 10px;
    }
    
    .gt-about-box .icon {
        margin-bottom: 10px;
    }
    
    .gt-about-box .icon img {
        width: 40px;
        height: 40px;
    }
    
    /* Ensure text doesn't get cut off */
    .section2_txt p {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        -webkit-line-clamp: unset !important;
        max-height: none !important;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Improve spacing for mobile */
    .gt-about-box-wrapper {
        margin-top: 15px;
    }
    
    .gt-about-box-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .gt-about-box {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .gt-about-box .content {
        padding: 8px;
    }
    
    .gt-about-box .icon img {
        width: 35px;
        height: 35px;
    }
    
    .gt-about-box .content h5 {
        font-size: 0.95rem;
        margin-bottom: 5px;
    }
    
    .gt-about-box .content p {
        font-size: 0.8rem;
        line-height: 1.3;
    }
}

/* Ensure proper stacking context */
.gt-faq-section,
.gt-footer-section {
    transform: translateZ(0);
    will-change: auto;
}

/* Compact Footer Styling */
.gt-footer-section {
    padding: 40px 0;
}

.gt-footer-widget-wrapper {
    padding: 20px 0;
}

.gt-footer-widget-items {
    margin-bottom: 0;
}

.gt-footer-logo {
    display: inline-block;
    line-height: 1;
}

.gt-footer-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Footer Menu Styling */
.gt-footer-widget-items .gt-list-area {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.gt-footer-widget-items .gt-list-area li {
    margin: 0;
    padding: 0;
}

.gt-footer-widget-items .gt-list-area li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 8px 0;
    display: block;
}

.gt-footer-widget-items .gt-list-area li a:hover {
    color: #ff6b35;
    transform: translateY(-2px);
}

/* Mobile responsive footer */
@media (max-width: 768px) {
    .gt-footer-widget-wrapper .row {
        text-align: center;
    }
    
    .gt-footer-widget-items .gt-list-area {
        justify-content: center !important;
        gap: 20px;
        margin-top: 20px;
    }
    
    .gt-footer-widget-items .gt-list-area li a {
        font-size: 14px;
        padding: 5px 0;
    }
}

@media (max-width: 480px) {
    .gt-footer-widget-items .gt-list-area {
        gap: 15px;
    }
    
    .gt-footer-widget-items .gt-list-area li a {
        font-size: 13px;
    }
}

/* Desktop Navigation - Show full menu on larger screens */
@media (min-width: 992px) {
    .header__hamburger {
        display: none !important;
    }
    
    .main-menu {
        display: block !important;
    }
    
    .main-menu ul {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .main-menu ul li {
        display: inline-block !important;
        margin: 0 20px !important;
        list-style: none !important;
    }
    
    .main-menu ul li a {
        color: #ffffff !important;
        text-decoration: none !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        transition: all 0.3s ease !important;
        padding: 20px 0 !important;
        display: block !important;
    }
    
    .main-menu ul li a:hover {
        color: #ff6b35 !important;
    }
    
    .main-menu ul li.active a {
    color: #ff6b35 !important;
    padding: 20px 0 !important;
    margin: 0 !important;
}
}

/* Mobile Navigation - Hide full menu on mobile */
@media (max-width: 991px) {
    .main-menu {
        display: none !important;
    }
    
    .header__hamburger {
        display: block !important;
    }
}

/* Mobile Menu Fixes */
.offcanvas__info {
    background: #111111;
}

.offcanvas__content {
    padding: 30px 20px;
}

.offcanvas__logo img {
    max-height: 60px;
    width: auto;
}

/* Mobile Menu Navigation */
.mobile-menu {
    margin: 30px 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu ul li:last-child {
    border-bottom: none;
}

.mobile-menu ul li a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobile-menu ul li a:hover {
    color: #ff6b35;
    padding-left: 10px;
}

.mobile-menu ul li.active a {
    color: #ff6b35;
    background: rgba(255, 107, 53, 0.05);
    padding-left: 15px;
}

/* Social Icons in Mobile Menu */
.offcanvas__social {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.offcanvas__social .social-icon a {
    color: #cccccc;
    font-size: 18px;
    margin: 0 12px;
    transition: all 0.3s ease;
    display: inline-block;
}

.offcanvas__social .social-icon a:hover {
    color: #ff6b35;
    transform: translateY(-2px);
}

/* Ensure menu stays visible */
.offcanvas__info {
    z-index: 9999999;
}

.offcanvas__overlay {
    z-index: 9999998;
}

.offcanvas__wrapper {
    z-index: 9999999;
}

.offcanvas__content {
    z-index: 9999999;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .mobile-menu ul li a {
        font-size: 16px;
        padding: 12px 0;
    }
    
    .offcanvas__social .social-icon a {
        font-size: 18px;
        margin: 0 10px;
    }
}

@media (max-width: 480px) {
    .mobile-menu ul li a {
        font-size: 14px;
        padding: 10px 0;
    }
    
    .offcanvas__social .social-icon a {
        font-size: 16px;
        margin: 0 8px;
    }
}

/* Remove red border from hamburger menu */
.offcanvas__info {
    border-left: none !important;
}

/* Hamburger icon styles */
.sidebar__toggle {
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar__toggle i {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Transform hamburger to X when menu is open */
.info-open .sidebar__toggle i:before {
    content: "\f00d" !important; /* FontAwesome X icon */
    transform: rotate(0deg);
}

/* Remove any existing borders */
.offcanvas__info,
.offcanvas__wrapper,
.offcanvas__content {
    border: none !important;
    box-shadow: none !important;
}

/* GAMING THIRUVIZHA animation similar to hashtag */
.gradient_text {
    animation: gradient-shift 3s ease-in-out infinite;
    /* background: linear-gradient(45deg, #ff6b35, #f7931e, #ff4757, #2ed573); */
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

/* Make gaming card overlay active by default */
/* this for the games section hover stop code  */
/* .gt-gaming-card-item .gt-gaming-image::before {
    transform: scale(1, 1) !important;
    transform-origin: bottom center;
    z-index: 1;


.gt-gaming-card-item .gt-gaming-image .icon {
    opacity: 1 !important;
    visibility: visible !important;
    right: 30px !important;
}

.gt-gaming-card-item .gt-gaming-image .gt-gaming-content {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 30px !important;
} */

