/* NEW CSS FOR MYTHROS MU*/
/* HOMEPAGE */
.homepage_hero-section-registration-btn {
    background: #ba963c;
    padding: 15px 24px;
    font-family: "Montserrat", Sans-Serif !important;
    border-radius: 1px solid white !important;
}

    .homepage_hero-section-discord-btn {
        display: inline-flex;
        gap: .6rem;
        align-items: center;
        background: transparent;
        padding: 15px 24px;
        transition: all .3s ease;
        color: white !important;
        fill: white !important;
        font-family: "Montserrat", Sans-Serif !important;
    }
    
    .homepage_hero-section-registration-btn:hover,
    .homepage_hero-section-discord-btn:hover {
        transform: translateY(-3px);
    }
    
    .homepage-hero-section-btn-wrapper {
        display: inline-flex;
        gap: 1rem;
    }
    
    /* hero section */
    .homepage_hero-main-section {

        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        /*height: 650px !important;*/
        object-fit: cover !important;
        object-position: bottom;
        z-index: -1;
    }
    
    .homepage_hero-section-heading {
        font-weight: normal;
    }
    
    
    .homepage_hero-section-main-wrapper {
        position: relative !important;
    }
    
    .timer_div_title {
        color: var(--secondary) !important;
    }
    
    .blog-content {
        background: rgba(35, 35, 45, 0.8);
    }
    
    .blog-meta {
        padding: 20px 30px 0px;
        background-color: #1E201E;
    }
    
    .blog-meta {
        color: #ba963c;
        fill: #ba963c;
        font-size: 16px;
    }
    
    .blog-title {
        color: #F6EFD2;
        margin-bottom: 0;
    }

    .homepage_announcement-description {
        display: flex;
        flex-direction: column;
    }
    
    .text-default {
        color: white !important;
    }
    
    .homepage_announcement-description p {
        color: white !important;
        font-size: 16px !important;
    }
    
    .homepage_see-all-btn {
        font-size: 1.3rem;
        color: white;
        transition: all .3s ease;
        transform: translateY(0);
        font-family: 'Montserrat', sans-serif !important;
    }
    
    .homepage_see-all-btn:hover {
        color: #ba963c;
        transform: translateY(-3px);
    }
    
    li {
        color: white;
        font-size: 1rem;
    }
    
    .homepage_boss-timer-btn-wrapper {
      display: flex;
      justify-content: center;
    }
    
    .homepage_boss-timer-btn {
        display: inline-flex;
        padding: 12px 24px;
        background-color: #a780d9;
        font-weight: bold;
        cursor: pointer;
        transition: all .3s ease;
        
    }
    
     .homepage_boss-timer-btn:hover {
        transform: translateY(-3px);
     }    
    .expander {
        margin-bottom: 0;
        color: white;
    }
    
    .event-name p {
        color: #ba963c !important;
    }
    
    .event-time p,
    .event-time span {
        color: white !important;
    }
    
    /* hero section */
    /* Hero Base */
.hero {
  position: relative;
  height: 100vh;
  min-height: 80vh;
  width: 100%;
  background: url("https://home.mythrosmu.com/assets/default/images/hero-section-new-minified.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -135px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        margin-top: 80px !important;
        background: url("https://home.mythrosmu.com/assets/default/images/hero-section-new-mobile.png") center/cover no-repeat;
    }
}

/* Dark Overlay for readability */
.hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(0,0,0,0.3), 
    rgba(0,0,0,0.4)
  );
}

/* Content */
.hero-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 2;
  color: #fff;
  animation: fadeIn 1.2s ease-in-out;
}

@media (max-width: 767px) {
    .hero-content {
        /*margin-top: 400px;*/
        /*min-height: 767px;*/
        margin-top: -4rem;
        grid-template-columns: 1fr;
        
    }
}

.homepage_hero-featured-img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .homepage_hero-featured-img {
        display: none;
    }
}

.homepage_hero-featured-img img {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px); /* adjust height of floating */
  }
  100% {
    transform: translateY(0px);
  }
}



.hero-logo {
  max-width: 420px;
  margin: 0 auto 1.5rem;
  filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.6));
}

.hero-tagline {
  /*font-size: 1.3rem;*/
  display: flex;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-shadow: 0 0 8px rgba(0,0,0,0.9);
}

/* Buttons */
.hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-red {
  border: 1px solid #F7374F !important;
  background: transparent;
}

.btn-red:hover {
  background: #F7374F;
}

.btn-discord {
  background: #5865f2;
  color: #fff;
}

.btn-discord:hover {
  background: #4752c4;
}

.homepage_hero-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
}

.homepage_hero-text-section h1 {
    margin: 0;
}

@media (min-width: 368px) {
    .homepage_hero-text-section {
        margin-top: 120px;
    }
}

#timer_div_title { 
    color: var(--tertiary) !important;
    font-size: 45px;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* footer section */
.cta-footer {
  background: url("https://home.mythrosmu.com/assets/default/images/footer-section-bg-img.jpg") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 170px 20px;
  position: relative;
}

.cta-content {
    display: grid;
    justify-content: center;
}

.cta-content h2 {
  font-weight: 700;
  line-height: 1.2;
}

.cta-content h2 span {
  font-weight: 400;
}



.cta-btn {
  display: inline-flex;
  border: 2px solid #e63946;
  padding: 12px 28px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
  /*font-family: 'Montserrat', sans-serif !important;*/
}

.cta-btn:hover {
  background: #e63946;
  color: #fff;
  transform: translateY(-3px);
}


/* countdown test */

/* Heading */
.homepage_countdown-main-wrapper {
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1px;
  margin-top: -4rem;
}

.homepage_countdown-main-wrapper h1 span {
  color: var(--danger);
  font-weight: 700;
}

/* Countdown layout */
#countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Each time block */
.time-box {
  text-align: center;
  min-width: 80px;
}

.time-box span {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  color: var(--primary);
}

.time-box small {
  font-size: 0.9rem;
  text-transform: lowercase;
  opacity: 0.8;
}

.time-box span {
    font-size: 3rem !important;
    margin-bottom: .4rem;
}

.homepage_countdown-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.homepage_countdown-main-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url("https://home.mythrosmu.com/assets/default/images/dark-lord-bg-img-minified.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    margin-top: -4rem;
}


/* HEADER NAV */
    .loader-logo img {
        width: 150px !important;
        height: auto;
    }
    
    .header_hero-section {
        margin-top: -135px;
        padding-top: 260px !important;
    }
    
    
    @media (min-width: 992px) {
        .header_nav-main-menu {
            position: relative;
            font-weight: bold !important;
        }
        
        .header_nav-main-menu:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 30px;
            height: 2px;
            width: 0;
            background-color: #a780d9;
            transition: width 0.4s ease;
        }
        
        .header_nav-main-menu.header_sticky-nav-main-menu:before {
            bottom: 1.3rem;
        }
        
        .header_nav-main-menu:hover:before {
          width: 100%;
        }
        
        .header_nav-main-menu:hover {
          color: #a780d9 !important;
          transition: all .3s ease;
        }
        
        .header_nav-main-menu:hover .fas.fa-chevron-down.fs-12,
        .header_desktop-mega-menu:hover .fas.fa-chevron-down.fs-12 {
          transform: rotate(180deg);
          color: #a780d9;
          transition: all .3s ease;
        }
    
    }
    
    @media (max-width: 767px) {
        .fa-chevron-down {
            display: none;
        }
    }
    
    
    /* mega menu blur */
    .header_desktop-mega-menu {
      background: rgba(0, 0, 0, 0.3);
      backdrop-filter: blur(12px); 
      -webkit-backdrop-filter: blur(12px);
    }
    
    .header-nav_main-wrapper {
      background: rgba(85, 88, 121, .1) !important;
      backdrop-filter: blur(12px) !important;
      -webkit-backdrop-filter: blur(12px) !important;
    }
    
    /* header nav logo */
    .header_header-nav-logo {
        width: 90px !important;
        height: auto;
    }
    
    @media (min-width: 992px) {
        /* about game sub menu */
        .header_about-game-sub-menu {
            position: relative;
            color: #ffcc00;
            font-weight: bold !important;
            text-transform: uppercase;
        }
        
        /*.header_about-game-sub-menu:before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    bottom: -7px;*/
        /*    width: 100%;*/
        /*    height: 2px;*/
        /*    color: #a97017 !important;*/
        /*    background-color: #E2DDB4;*/
        /*}*/
    }
    
    .header_top-header-right {
        position: relative;
        color: #f9f0e2;
        
    }
    
    .header_top-header-right:hover {
        color: #e0b149 !important;
    }
    
    .header_top-header-right:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -16px;
        height: 2px;
        width: 0;
        background-color: #e0b149;
        transition: width 0.4s ease;
    }
    
    .header_top-header-right:hover:before {
        width: 100%;
    }
    
    /* login input */
    .vs-btn2.black-skew:before,.vs-btn2.gradient-btn:before{
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        background-image: none;
        background-color: #E43636;
    }
    
    .fa.fa-user.form-login-icon,
    .fa.fa-lock.form-login-icon {
        color: #E43636;
    }
    
    .header_server-title {
        color: #ba963c;
        font-weight: bold;
    }
    
    .container {
        max-width: 1400px;
    }
    
    .header_sign-up-btn:hover {
        transform: translateY(-3px);
        /*background-color: #a780d9 !important;*/
        opacity: .9;
    }
    
    .header_sign-up-btn,
    .header_login-btn {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: bold;
    }
    
    .header_login-btn {
        background: transparent !important;
        border: 1px solid var(--tertiary);
        transition: all .3s ease;
    }
    
    .header_login-btn:hover {
        transform: translateY(-3px);
        background: var(--tertiary) !important;
    }
    
    
    /* FOOTER  */
    .footer_footer-submenu {
    transition: all .3s ease;
}

    .footer_footer-submenu:hover {
      transform: translateY(-2px);
      color: #e0b149 !important;
    }
    
    .footer_footer-submenu i {
        transition: all .3s ease;
    }
    
    .footer_footer-submenu:hover i {
        color: #e0b149 !important;
        /*transform: translateY(-2px);*/
    }
    
    
    .footer_social-media-icon {
        transition: all .3s ease;
    }
    
    .footer_social-media-icon:hover i {
        
        transform: translateY(-2px);
    }
    
    .contact-info.footer_footer-submenu:hover {
        transform: translateY(0);
    }
    
    .widget_title {
        color: var(--danger) !important;
        font-weight: bold;
    }
    
    .footer-wrapper {
        background: #1D1616;
    }

    .footer_copyright-section:after {
        content: none !important;
    }

    .footer_copyright-section {
        position: relative;
        display: inline-block;
        color: white !important;
        transition: all .3s ease;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 1rem;
        transition: all .3s ease;
        font-size: .8rem !important;
    }
    
    .footer_copyright-section:hover {
        color: #E43636 !important;
    }
    
    .footer_copyright-section:before {
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        bottom: 1.6rem;
        width: 0;
        background-color: #E43636;
        transition: width 0.3s ease;
    }
    
    .footer_copyright-section:hover:before {
        width: 100%;
    }

    
    
    .footer_copyright-section:hover:before {
        width: 100%;
    }
    
    
    .footer_copyright-section:hover {
        background: none !important;
    }
    
    .footer_back-to-top i {
        background-image: none !important;
        background-color: #E43636;
    }
    
    .footer_back-to-top {
        transition: all .3s ease;
    }
    
    .footer_back-to-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 25px rgba(246, 239, 210, .45);
        border-radius: 9999px;
    }
    
    .social-links {
        margin-top: 1rem;
    }
    
    
    /* ABOUT US */
/* Card Styling*/
.about-page_card-item {
    border: none;
    border-radius: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #11191f;
    height: 100%;
    transition: all .2s ease;
}

.about-page_card-item:hover {
    transform: translateY(-4px);
}

.about-page_card-header {
    border-bottom: 1px solid #80D8C3;
    padding: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: border-right .2s ease;
}

.about-us-golden-invasion_monster {
    color: #0dcaf0;
}

.about-page_item-location {
    color: var(--primary);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.about-page_location-highlight {
    color: #FFF1D5;
}

.about-page_section-title {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.about-page_section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e94560 0%, #0f3460 100%);
}

/* table two column layout - flex */
.about-us_upgrade-info {
  background: rgba(35, 35, 45, 0.8);
  padding: 1.5rem;
  color: #fff;
}

.about-us_upgrade-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2rem;
  align-items: center;
}


.about-us_upgrade-grid .about-us_header {
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.5rem;
}

.about-us_upgrade-grid .about-us_item {
  color: white;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all .2s ease;
}

.about-us_item:hover {
  transform: translateY(-2px);
}

.about-us_upgrade-grid .about-us_rate {
  font-weight: 500;
  text-align: right;
  color: #E2DDB4;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all .2s ease;
}

.about-us_rate:hover  {
  font-weight: bold;
  transform: translateY(-2px);
}

.about-us-golden-invasion_card-body:hover {
    transform: translateY(-4px);
}

.about-us-golden-invasion_reward {
    font-size: 1rem;
    margin-bottom: 0;
    color: #FFF1D5;
}

.about-us-golden-invasion_location {
    font-size: 1rem;
    color: #FFF1D5;
}


/* mini boss, chaos machine */
.combination-section {
  display: grid;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.combination-header,
.combination-row {
  display: grid;
  grid-template-columns: 1fr 180px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 16px;
}

.combination-header {
  background: #ba963c;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17.6px;
}

.combination-row {
  background: rgba(35, 35, 45, 0.8);
  color: #DED3C4;
  border: 1px solid rgba(186, 150, 60, 0.3);
  transition: background 0.2s, transform 0.2s;
}

.combination-row:hover {
  background: rgba(167, 128, 217, 0.15);
  transform: translateX(4px);
}

.combination-row div:last-child {
  text-align: right;
  font-weight: bold;
  color: #a780d9;
}

/* test */
        .search-input {
            background: #34495e;
            border: 2px solid #4a6572;
            color: #ecf0f1;
            padding: 12px 20px;
            transition: all 0.3s;
        }
        .search-input:focus {
            background: #34495e;
            border-color: #3498db;
            color: #ecf0f1;
            box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
        }
        .search-input::placeholder {
            color: #bdc3c7;
        }
        .sorting-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 1rem;
        }
        .sort-btn {
            background: #34495e;
            color: #3498db;
            border: 2px solid #3498db;
            padding: 8px 15px;
            transition: all 0.3s;
            border-radius: 30px;
        }
        .sort-btn:hover, .sort-btn.active {
            background: #3498db;
            color: #ecf0f1;
        }
        .filter-btn {
            background: #34495e;
            color: #9b59b6;
            border: 2px solid #9b59b6;
            border-radius: 30px !important;
            padding: 8px 15px;
            transition: all 0.3s;
        }
        .filter-btn:hover, .filter-btn.active {
            background: #9b59b6;
            color: #ecf0f1;
        }
        .no-results {
            text-align: center;
            padding: 40px;
            color: #7f8c8d;
            display: none;
        }
        .no-results i {
            font-size: 3rem;
            margin-bottom: 15px;
            color: #4a6572;
        }
        .stats-bar {
            background: #2c3e50;
            padding: 15px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }
        .about-page_card-item {
            background: #2c3e50;
            transition: transform 0.3s ease;
            height: 100%;
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }
        .about-page_card-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
        }
        .about-page_card-header {
            background: #34495e;
            padding: 15px;
            border-bottom: 1px solid #4a6572;
        }
        .about-page_item-name {
            color: #3498db;
            font-weight: 600;
            text-transform: normal !important;
        }
        .card-body {
            background: rgba(35, 35, 45, 0.8)!important;
            padding: 20px;
        }
        .about-page_item-location {
            color: #bdc3c7;
            margin-bottom: 0;
        }

        
        .about-page_section-title {
            color: var(--primary);
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid var(--primary);
        }
        
        .about-page_card-item {
            background: rgba(25, 25, 35, 0.8);
            /*border-radius: 5px;*/
            color: #fff;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .about-page_card-item:hover {
            transform: translateY(-5px);
            /*box-shadow: 0 5px 15px rgba(200, 155, 60, 0.3);*/
        }
        
        .about-page_card-header {
            /*background: linear-gradient(to right, var(--primary, #785828);*/
            padding: 0.75rem 1rem;
            border-bottom: 1px solid var(--primary);
        }
        
        .about-page_item-name {
            color: #fff;
            font-weight: 600;
            font-size: 1.1rem;
        }
        
        .about-page_item-location {
            margin-bottom: 0;
            color: var(--primary);
        }
        
        .about-page_location-highlight {
            color: var(--primary);
            font-weight: 500;
        }
        

        
        .card {
            position: relative;
        }
        
        .about-us-golden-invasion_reward, .about-us-golden-invasion_location {
            margin-bottom: 0.5rem;
            color: #d9d9d9;
        }
        
        .about-us-golden-invasion_reward strong, .about-us-golden-invasion_location strong {
            color: var(--primary);
        }
        
        .item-count {
            background: rgba(200, 155, 60, 0.2);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.9rem;
            color: var(--primary);
            border: 1px solid var(--primary);
        }
        
        
        /* server info section */
        .about_server-info-section {
            background: rgba(35, 35, 45, 0.8);
            border: 1px solid #444;
        }
        
        .about-page_page-title {
            padding: 20px 30px 30px;
            background: rgba(35, 35, 45, 0.8);
            border: 1px solid #444;
            margin-bottom: 1.5rem;
        }
        
        .about-page_page-title h2 {
            margin-bottom: 0;
        }
        
        
/* in-game commands */
.command-section {
  display: grid;
  gap: 8px;
}

h6 {
    margin-bottom: 0;
}

.header_header-btn-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
    height: 100%;
}

/* mini invasion */
