.mobile
{
  display:none !important;
}
.wow {
  visibility: hidden;
}
h1.intro {
    margin-bottom: 15px;
}
nav.pagetitle {
    color: #143157;
}
button:focus
{
  outline:none;
}
img.logo
{
  height:52px;
}
.mega-nav
{
  margin-top:8px;
}
.main-nav {
  background-color: #e5e1e6; 
}

.main-nav ul li a {
  color: #143157;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-family:"brother-1816";
font-weight:700;
text-decoration:none;
padding: 23px 30px;
}
.main-nav ul li:hover a
{
  color: #143157;
  background:#f1b434;
}
.site-header
{
background-color:#143157;
padding:8px 0px 0px 0px;
}
.header_container-fluid
{
  padding:0px 15px;
margin:0px auto;
max-width:1700px;
}
.site-header .top-bar {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
}

.site-header .top-bar a {
    color: #212529;
    font-weight: 500;
}

.site-header .top-bar a:hover,
.site-header .top-bar a:focus {
    color: #0073e6;
    text-decoration: none;
    outline: 2px solid #0073e6;
    outline-offset: 2px;
}

/* Social Icons */
.site-header .top-bar .d-flex a {
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    transition: background 0.3s, color 0.3s;
}

/* Login Button */
.site-header .top-bar .btn-primary {
    padding: 0.35rem 0.8rem;
    font-size: 0.9rem;
}

/* Navbar */
.navbar-nav .nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}



/* Hamburger Button */
.navbar-toggler:focus {
    outline: 2px solid #0073e6;
    outline-offset: 2px;
}

/* Search Modal */
#searchModal .modal-content {
    border-radius: 8px;
    padding: 1rem;
}

#site-search {
    flex: 1;
}
a.call-button
{
  font-size:1.3rem;
color:#fff;
font-family:"brother-1816";
font-weight:700;
text-decoration:none;
margin-right:10px;
  margin-top: 10px;
}
.socails_icons img
{
  width:35px;
height:35px;
object-fit: cover;
margin: 0px 5px;
}
.login-button
{
  background-color: #d2d654 !important;
    border-color: #d2d654 !important;
    font-size: 1.3rem;
    font-family: "brother-1816";
    font-weight: 700;    text-decoration: none;
    color: #143157;
    padding: 6px 25px;
    text-transform: uppercase;
    margin-left: 10px;

}
.login-button:hover
{
   background-color: #d2d654;
    border-color: #d2d654;
color: #143157;
}
.search_li .btn
{
  margin:0px;
background-color: #d2d654;
    border-color: #d2d654;
    font-size: 1.3rem;
    font-family: "brother-1816";
    font-weight: 700;
    text-decoration: none;
    color: #143157;
    padding: 6px 25px;
    text-transform: uppercase;
border-radius:0px;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}
.search_li .form-control
{
  background-color: #0e223d;
    border: none;
    padding: 13px 15px;
    margin-left: 10px;
    color: #fff;
}
.form-control:focus
{
  outline: none;
    box-shadow: inherit !important;
}
.navbar ul
{
  text-align:right;
}
ul.navbar-nav li
{
    margin-left: 20px !important;
}
ul.navbar-nav li a
{
   text-transform: uppercase;
    font-size: 1.3rem;
    font-family: "brother-1816";
    font-weight: 700 !important;
    text-decoration: none;
    color: #fff !important;
 padding:20px 15px !important;

}
ul.navbar-nav li:hover a
{
  color:#143157 !important;
  background:#f1b434;
}
.top-header-info
{
  margin-bottom:40px;
}
.video-banner {
  position: relative;
  width: 100%;
 aspect-ratio: 1920 / 660;
  overflow: hidden;
}
.video-banner:before
{
  position:absolute;
  top:0px;
  right:-2px;
  width:23%;
  height:100%;
  content:"";
  background:url(https://www.amoa.com/wp-content/uploads/2025/10/home_video_o.svg) no-repeat;
}
.after-video
{
      position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    width: 100%;
    transform: translate(0, -50%);
}
.after-video img
{
  max-width:70%;
}
.video-banner video {
  width: 100%;
  height: 95%;
  object-fit: cover; /* screen fill kare */
}

.join-section {
  background:url(../images/join-bg.jpg) no-repeat center center;
background-size: cover;
  text-align: center;
  padding: 60px 0px;
  margin-top: -33px;
}

.join-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.join-section .intro {
  color: #1a1a1a;
  margin-bottom: 20px;
}

button {
 background-color: #f1b434;
    border-color: #f1b434;
      text-decoration: none;
    color: #143157;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom:0px !important;
border:none;
}
button a
{
  text-decoration: none;
    color: #143157;

}
button a:hover
{
  text-decoration: none;
color: #143157;

}

.latest-news-section {
  background: linear-gradient(90deg, #263063, #3d2e71, #462d77); /* gradient background */
padding:75px 0px !important;
}

.left-latest-news
{
 padding-right:100px;
}

.left-latest-news h1.intro
{
  color: #b9d9eb;
  margin-bottom:30px;
  font-weight: 700;
}
.left-latest-news p.small
{
    font-size: 0.875rem;
    font-family: "brother-1816";
    font-weight: 400;
    color: #fff;
}
.left-latest-news .btn
{
    font-size: 2.25rem;
    font-family: "brother-1816";
    font-weight: 700;
    text-decoration: none;
    color: #143157;
   .btnding: 0px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;

}
.left-latest-news .btn span
{
  margin-left:10px;
 color:#f1b434;
}
.game-masters-section
{
  padding:90px 0px 75px 0px;
}
.events-slider-section
{
  background:#b9d9eb;
padding:90px 0px;
}
.game-masters-section img.rounded
{
  margin:15px 0px;
  width:100%;
height:auto;
}
.game-masters-section h1.intro
{

    font-weight: 900;
    color: #143157;
  text-align: center;
  margin-bottom:20px;
}

.slider-heading {
 font-size: 3.5rem;
    font-family: "brother-1816";
    font-weight: 900;
    color: #143157;
  text-align: center;
text-transform: uppercase;
    margin-bottom: 30px;
}
.event-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-card img {
  width: 100%;
  display: block;
height: 324px;
    object-fit: cover;
    object-position: center;
}
.event-content {
  padding: 1rem;
}
.event-content .date
{
  font-size: 1.5rem;
  font-family: "brother-1816";
    font-weight: 400 !important;
    color: #000000;

}
.event-content .date span
{
  display:block;
  font-weight: 400;
 font-size: 0.875rem;

}
.event-info
{
   min-height:220px;
}
.event-content h3
{

    font-weight: 700;
    color: #000000;

}

.event-content p
{

    font-weight: 400;
    color: #000000;

}
.event-content p.upcoming-event-moreinfo
{
  margin-bottom:0px;
}
.slide-links {
  margin-top: 1rem;
 display: flex;
    justify-content: space-between; 
    align-items: center;     
    gap: 15px;           
    width: 100%;            
    text-align: center;    
    margin: 1rem 0;       
}
.events-slider
{
  display:flex !important;
  justify-content:center;
}
.events-slider-section p.benefits-link
{
  text-align:center;
  margin-top:40px;
   font-size: 1.125rem;
}
a.more_link , .events-slider-section p.benefits-link a
{
  font-size: 1.125rem;
  font-family: "brother-1816";
    font-weight: 700;
    color: #143157;

}
.slide-links button {
  background: #f1b434;
  padding: 7px 15px;
  border-radius: 6px;
  text-decoration: none;

    color: #143157;
    color: #143157;
    margin: 0px;
    border: none;
}
.slide-links button a
{
  color: #143157;
text-decoration: none;
  font-size: 1.125rem;

}
.events-slider-section .owl-nav
{
  display:block !important;
}
.owl-nav button {
  position: absolute;
  top: 40%;
  
}
body div a.event-img
{
  padding:0px !important;
}
.join-today button, .join-today .btn-join-now
{
  padding:7px 15px !important;
}
.owl-nav .owl-prev { 
    background: url(https://www.amoa.com/wp-content/uploads/2025/10/Arrow-left.svg) no-repeat !important;
    height: 118px;
    width: 38px;
    background-size: contain !important;
    font-size: 0px !important;
    position: absolute;
    top: 32%;
    transform: translate(-50%, 0);
    left: -37px;
}
.owl-nav .owl-next {  
    background: url(https://www.amoa.com/wp-content/uploads/2025/10/arrow-right.svg) no-repeat !important;
    height: 118px;
    width: 38px;
    background-size: contain !important;
    font-size: 0px !important;
    position: absolute;
    top: 32%;
    transform: translate(-50%, 0);
    right:-72px;
}
.owl-dots {
  margin-top: 15px;
}

.events-slider-container
{
  max-width:1590px;
margin:0px auto;
padding:0px 15px;
}

@media (min-width: 992px) {
    .right-shape-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        /* background image comes from inline style in PHP */
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: right center;
        clip-path: ellipse(28% 100% at 78% 50%);
        transform: translateX(100%);
        transition: transform 2s ease-out;
    }
    
    .right-shape-image.slide-in {
        transform: translateX(0);
    }

    .left-shape-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        /* background image comes from inline style in PHP */
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left center;
        clip-path: ellipse(50% 121% at 0% 50%);
        transform: translateX(-100%);
        transition: transform 2s ease-out;
    }

    .left-shape-image.slide-in {
        transform: translateX(0);
    }
}

/* Mobile/Tablet - no animation */
@media (max-width: 991px) {
 .right-shape-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: cover;  /* Changed from auto 100% */
        background-position: center center;  /* Changed from right center */
        clip-path: ellipse(28% 100% at 78% 50%);
    }

    .left-shape-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background-repeat: no-repeat;
        background-size: cover;  /* Changed from auto 100% */
        background-position: center center;  /* Changed from left center */
        clip-path: ellipse(50% 121% at 0% 50%);
    }
}


  .section-with-shape {
    position: relative;
    overflow: hidden;
    min-height: 397px;djust based on your content */
  }

  .text-content {
    position: relative;
    z-index: 2;
  }
.shape-text
{
  padding:50px 30px 50px 0px;
}

.section-with-left-shape .shape-text
{
  padding:50px 0px 50px 30px;
}

.shape-text h1.intro
{
   
    font-weight: 900;
    color: #b9d9eb;
   margin-bottom:20px;
  width:100%;
}
.shape-text p
{
    margin-bottom:20px !important;
    color: #fff;
}
.shape-text .btn
{
 font-size: 1.5rem;
    font-family: "brother-1816";
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
padding:0px;
}
.shape-text .btn span {
    margin-left: 10px;
    color: #f1b434;
}
  .section-with-left-shape {
      position: relative;
      overflow: hidden;
      min-height: 397px;Adjust height if needed */
    }

  
    .text-content-right {
      position: relative;
      z-index: 2;
      color: #fff;
    }
.footer-top 
{
  padding:40px 0px;
  border-top:1px solid #B9D9EB;
}
.footer-top .container
{
  max-width:1230px;
margin:0px auto;

}
.footer-top h2
{
  font-size: 1.8rem;
    font-family: "brother-1816";
    font-weight: 700;
    color: #143157;
margin:0px;

}
.footer-top  button
{
  margin-top:0px;
}
.footer-wrapper
{
  background-color:#143157;
padding:20px 0px 150px 0px;
}
.footer-wrapper ul li
{
  margin:0px !important;
}
.footer-wrapper ul li a
{
 font-size: 1.3rem;
    font-family: "brother-1816";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-right: 35px;

}
.footer-wrapper p
{
   font-size: 1.3rem;
    font-family: "brother-1816";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align:right;
}
.gallery-section
{
  background:url(../images/gallery-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:40px 0px 80px 0px;
}
.gallery-section .col-md-6
{
  padding:0px 30px;
}
h2#heading
{
  font-size: 3.5rem;
    font-family: "brother-1816";
    font-weight: 500;
    color: #143157;
    text-transform: uppercase;
   margin-bottom:25px;

}
.gallery-section .gallery-item
{
  width:100%;
}
.gallery-section h3.h5
{
  font-size: 2.25rem;
    font-family: "brother-1816";
    font-weight: 500;
    color: #143157;
    text-transform: uppercase;
   margin-top:25px;

}
.gallery_image
{
  width:40%;
}
.gallery_image img
{
  width:100%;
height:auto;
}
.gallery_info
{
  padding: 0px 35px 0px 30px;
  text-align:left;
  width:60%;
}
.gallery_info h4
{
  font-size:1.5rem;
 font-family: "brother-1816";
    font-weight: 700;
    color: #000;
margin-bottom:5px;
}
.gallery_info ul
{
  padding: 0px;
    padding-left: 23px;
    margin-top: 20px;
}
.gallery_info ul li {
    position: relative;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 16px;
}
.gallery-section article
{
      margin-bottom: 20px;
    background-color: #fff !important;
    padding: 15px !important;
  min-height:300px;
}
#main-content
{
  padding:40px 0px 80px 0px;
}
.landing-section #main-content 
{
    padding: 50px 0px 0px 0px;
}
.quote-section 
{
    padding: 50px 0px 50px 0px !important;
}
.flex-main-content 
{
  border-bottom:none !important;
}
#main-content h1.demolabel
{
  font-weight:700;
  color:#143157;
}
img.featured-img
{ 
  margin:40px 0px 60px 0px;
  width:100%;
  height:auto;
}
#main-content h1.text-editor
{
 font-weight:700;
color:#143157;
margin-bottom:40px;
  max-width:100%;
}
#main-content h1.text-editor a
{
color:#743EAE;
    text-decoration: none;
}
#main-content h2 , #main-content h3 , #main-content h4 , #main-content h5
{
 font-weight:700;
color:#143157;
margin-bottom:20px;
}
#main-content h2 a , #main-content h3 a , #main-content h4 a , #main-content h5 a
{
 color:#743EAE;
    text-decoration: none;

}

#main-content p
{
  font-weight:400;
  color:#1a1a1a;
  margin-bottom:30px;
}
blockquote p
{
      color: #c5299b !important;
    padding: 0px 0px 0px 25px;
    border-left: 20px solid #c5299b;
    font-weight: 500 !important;
  font-size: 1.4rem;
}
#main-content ol
{
  padding-left:15px;
}
#main-content ol li
{
  color:#1a1a1a;
}
#main-content ol li::marker {
  color: #c5299b;     /* number ka color */
}

#main-content ul
{
  padding-left:15px;
}
#main-content ul li
{
  color:#1a1a1a;
  list-style-type: square; /* dot → square */
}
#main-content ul li::marker {
  color: #c5299b;     /* number ka color */
}
.news-section
{
  background:#b9d9eb;
 padding:40px 0px 80px 0px;
}
.news-section .pagetitle
{
  text-transform: uppercase;
}
.news-article
{
  max-width:1380px;
  margin:0px auto;
}
.news-article .news-highlight-title
{
  max-width: 650px;
    margin: 0px auto;
}
.news-article .news-highlight-title a
{
  color:#143157 !important;
 text-decoration: none;

}
.news-article  p.news-highlight-date
{
  text-align: center;
font-weight:400;
}
p.news-highlight-date a
{
  color:#143157 !important;
}
.news-article  p..news-filters select.form-select, a
{
  color:#143157;
 text-decoration: none;

}
.news-article h2#news-title , .news-article h2#news-title a
{
  color:#143157;
  font-weight:700;
  font-size:3.75rem;
 text-decoration: none;
  max-width: 80%;
    margin: 0px auto;

}
.news-article .news-highlight-date a:hover
{
  color:#C5299B !important;
  text-decoration:underline;
}
p.date
{
  color:#143157;
  font-weight:400;
  font-size:1.5rem ;
text-transform: uppercase;
}
.news-article p.date a
{
  text-decoration: none;
  color:#143157;

}
.archive-section .pagetitle span:hover
{
  color:#C5299B !important;
  text-decoration:underline;
}
.news-border
{
 width: 100%;
    border-top: 2px solid #143157;
    max-width: 650px;
    color: #143157;
    margin: 20px auto 10px;
}
.news-filters form
{
  max-width:1380px;
  margin:0px auto;
}
.news-filters
{
  background: linear-gradient(to right, #143157, #582c83);
  padding:40px 0px;
}
.news-filters select.form-select , .right-sidebar select.form-select
{
   width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 15px;
text-transform: none;
  background-image: url("https://www.amoa.com/wp-content/uploads/2025/09/Asset-13.svg");
  background-repeat: no-repeat;
  background-position: right 0px center;
background-size:contain;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Optional: border aur background color set karo */
  background-color: #fff;
}
.right-sidebar select.form-select

{
  border: 1px solid #bddbec;
    margin-bottom: 20px;
}

.news-filters select.form-select option, 
.right-sidebar select.form-select option {
  text-transform: capitalize !important;
}
.right-sidebar input#search
{
  border: 1px solid #bddbec;
    margin-bottom: 20px;
}
.news-filters input#search , .right-sidebar input#search

{
   width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius:0px;
}
.news-masonry
{
  background:#b9d9eb;
 padding:90px 0px 140px 0px;

}
.masonry-grid
{
  max-width:1380px !important;
  margin:0px auto !important;
}
.masonry-grid {
  column-count: 3;       /* desktop = 3 */
  column-gap: 1.5rem;
  max-width:1380px;
  margin:0px auto;
  margin-bottom:80px;
}

.masonry-item {
  break-inside: avoid;
  display: block; /* inline-block se block */
  width: auto;    /* 100% se auto */
  margin: 0 0 30px;
  background: #fff;
}
.masonry-grid-info
{
  padding:20px 15px;
  
}
.masonry-grid-info a
{
  text-decoration:none;
}
.masonry-grid-info h3
{
  color:#143157;
  margin-bottom:25px;
}
.masonry-grid-info h3 a
{
  color:#143157;
  text-decoration: none;

}
.masonry-grid-info p
{
  color: #000000 !important;

}
.masonry-grid-info p a
{
  color: #000000 !important;
}
.masonry-grid-info p span.news-box-cat
{
  font-weight:400;
  font-size:0.875rem;
}
#load-more-news
{
      color: #143157;
    font-weight: 900;
    font-size: 1.8rem;
    background: transparent;
    border: none;
}
img.load-more-img
{
  display:block;
  margin:0px auto;
  width:40px;
}
hr.bottom-border
{
  width: 100%;
    border-top: 2px solid #143157;
    max-width: 750px;
    color: #143157;
    margin: 10px auto;

}
.stayconnect-section
{
  max-width:530px;
  margin:0px auto;
}
.stayconnect-section h2.news-highlight-title
{
   color: #143157;
    font-weight: 700;
  text-align:center;
  margin-top:20px;
 margin-bottom:30px;
}
ul.icon-list
{
  text-align:center;
  padding: 0px;
}
ul.icon-list li
{
  list-style-type:none;
  display:inline-block;
}
ul.icon-list li img
{
  margin:0px 5px;
}
.single-page-content .pagetitle , .single-page-content h1.text-editor
{
  text-align:left !important;
}
.single-page-content .pagetitle
{
  margin-bottom:25px;
}
.single-page-content h1.text-editor
{
  margin-bottom:10px !important;
}
.single-page-content img.featured-img {
    margin: 0px 0px 40px 0px;
}
.single-page-content #text-editor, #benefits {
    max-width: 100%;
    margin: auto;
    background-color: white;
}
p.single-date
{
   color: #143157;
    font-weight: 500;
    font-size: 1.5rem;
}
.right-sidebar
{
  padding-left:40px;
}
.single-page-content .icon-list
{
  text-align:left;
margin-top:40px;
}
.single-page-content .container
{
  max-width:1500px;
  margin:0px auto;
}
.target-section
{
      background: #fff;
    padding: 40px 0px 80px 0px;
}
.target-section .pagetitle
{
  margin-bottom:30px;
}
.gallery-section img.featured-img 
{
    margin: 0px 0px 30px 0px;
}
img.quote-img
{
    max-width:180px;
    margin:0px auto;
    display:block;
    margin-bottom:30px;
}
.target-section h1.intro
{
  max-width: 992px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.card-body
{
  max-width:1200px;
  margin:0px auto;
  text-align:center;
  padding:30px 0px 0px 0px;
}
.target-section .card-body h3
{
  color:#143157;
  font-weight:700;
  font-size:3rem;
  margin-bottom:30px;
}
.target-section .card-body p
{
  margin-bottom:20px;
}
.member-benefits
{
  background:#07254e;
padding:35px 0px;
position: relative;
}
.member-benefits h2
{
  color:#fff;
  
  margin-bottom:30px;
}
.member-benefits ul.benefits
{
  margin-top:25px;
}
.member-benefits ul li
{    color: #fff;
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 32px;
}
.landing-member-benefits p.benefits-link 
{
  font-size: 1.2rem;
}
.landing-member-benefits p.benefits-link  img {
    top: -3px;
}
.member-benefits ul li p
{
   font-size: 1.2rem;
}
.member-benefits ul li:before
{
  position:absolute;
  top:6px;
  left:0px;
  background:url("https://www.amoa.com/wp-content/uploads/2025/09/Asset-7.svg") no-repeat center center;
  content:"";
  width:19px;
  height:18px;
  background-size:cover;
}
ul.benefits li img
{
     margin-right: 10px;
    height: 18px;
    width: 19px;
    position: relative;
    top: 6px;
    object-fit: cover;
}
.member-benefits p.benefits-link a 
{
   color: #fff;
text-decoration: none;
margin-top:40px;
display:block;
}
.member-benefits p.benefits-link a span
{
  color:#f1b434;
  margin-left:5px;
}
.decor-top
{
  position: absolute;
    left: -110px;
    top: 25px;
}
.decor-bottom
{
  position: absolute;
    left: 53px;
    bottom:20px;

}
.big-circle
{
  padding-left: 0px;
    padding-right: 50px;
}
.big-circle img
{
  width:700px;
  height:700px;
  object-fit:cover;
  border: 5px solid #d2d654;
}
.testimonial-section
{
  background:#b9d9eb;
  padding:60px 0px 140px 0px;
}
.testimonial-width , .wp-event-detail
{
  max-width:1400px;
  margin:0px auto;
  position:relative;
}
.testimonial-card {
  background: #fff;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.testimonial-img {
    display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.testimonial-img img {
    height: 400px;
    width: 400px;
    object-fit: cover;
  clip-path: ellipse(100% 121% at 0% 50%);
}

.testimonial-text {
  flex: 1;
  padding:30px 60px;
}

.testimonial-text p {
 color:#000000;

  }

.testimonial-author {
   font-weight:700;
 font-size:1.5rem;
 color:#000000;
 line-height:27px;

}

.testimonial-role {
  display: block;
 font-weight:700;
 font-size:1.5rem;
 color:#000000;
 line-height:27px;
}
.event-banner-section
{
  padding:40px 0px 80px 0px;
}
.default-page nav.pagetitle {
    color: #143157 !important;
}
.event-section {
    background: linear-gradient(83deg, #233061, #4f2d7d);
    padding: 80px 0px;
    position: relative;
overflow: hidden;
}
.page-template-default #text-editor a , .page-template-template-gallery .gallery-list a
{
  color:#743EAE;
}
.page-template-default #text-editor a:hover , .page-template-template-gallery .gallery-list a:hover
{
  color:#c5299b;
}
.event-detail
{
  position: relative;

}
.event-section h2 {
    color: #fff;
}
.event-section p
{
 color: #fff;
}
.event-section p a
{
  color: #fff;
text-decoration: none;
}
p.next-event-link
{
  margin-bottom:0px;
}
p.next-event-link a span
{
  color:#f1b434;
  margin-left:5px;
}
p.next-event-address
{
  margin-bottom:30px;
}
.wp-event-detail h2.next-event-header
{
  color:#b9d9eb;
  margin-bottom:30px;
  font-weight: bold !important;
}
.event-section .big-circle {
    padding-left: 0px;
    padding-right: 150px;
}
.event-section .decor-top {
  position: absolute;
    left: inherit;
    top: -55px;
    right: -232px;
}
.decor-top img
{
  width:350px;
  height:350px;
  object-fit:cover;
  border: 5px solid #c5299b;
}
.event-section .decor-bottom {
    position: absolute;
    left: inherit;
    bottom: 20px;
    right: -122px;
}
.decor-bottom img
{
  width:250px;
  height:250px;
  object-fit:cover;
  border: 5px solid #b9d9eb;
}
h3.next-event-schedule-title
{
  background:#d2d654;
  padding:13px 0px;
  color:#143157;
text-transform: uppercase;
margin-bottom:0px;
}
.event-schedule-info .next-event-schedule-content
{
  width:100%;
}
.event-schedule-info
{
  background:#fff;
  padding:35px 20px;
}
.event-schedule-info .border {
    border: 1px solid #b9d9eb !important;
}

.event-schedule-info .next-event-schedule-content p
{
  margin-top:20px;
    color: #000000;
}
.event-schedule-info .col-md-6
{
   padding:0px 30px;
  margin:20px 0px;
}

/* Event Schedule Grid Fix */
.event-schedule-info .row {
  display: flex;
  flex-wrap: wrap;
}

/* Single item - full width */
.event-schedule-info .row > div:only-child {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

/* Odd number of items - last one left aligned, same size as others */
.event-schedule-info .row > div:last-child:nth-child(odd):not(:only-child) {
  margin-right: auto;
}

/* Consistent padding for ALL items */
.event-schedule-info .col-md-6,
.event-schedule-info .col-12 {
  padding: 0px 30px !important;
  margin: 20px 0px !important;
}

/* Consistent inner padding for content boxes */
.event-schedule-info .next-event-schedule-content {
  padding: 20px !important;
}

.event-schedule-info ul
{
  padding:0px;
  
}
.gallery-section p.intro 
{
    margin-bottom: 30px;
}

.event-schedule-info ul li
{
  margin:15px 0px;
  list-style-type:none;
}
.pagetitle
{
  text-transform: uppercase;
}
h3.upcoming-event-name a , p.benefits-link a
{
  text-decoration:none;
  color:#fff;
}
p.benefits-link a img , p.next-event-link a img
{
      height: 18px;
    width: 19px;
    margin-left: 5px;
    position: relative;
    top: -1px;
  object-fit:cover;
}
.latest-news-section p.benefits-link
{
  margin-top:40px;
}
.events-slider-section h1.intro {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
  text-align:center;
}
.gallery-list
{
  margin-bottom:40px;
}
.gallery-list h2.gallery-section-title
{
  margin-bottom:20px;
}
.gallery 
{
  padding-left:15px;
  border-left: 20px solid #c5299b;
  margin-top:40px !important;
}
.gallery-item
{
  margin-top:0px !important;
}
.gallery-item img
{
  border: none !important;
    width: 100%;
    height: auto;
    padding: 15px 15px;
}
img.game-icon
{
      max-width: 150px;
    height: 44px;
    object-fit: cover;
}
.landing-big-circle
{
  padding-left: 0px;
    padding-right: 50px;
}
.landing-member-benefits
{
  
    background: linear-gradient(83deg, #233061, #4f2d7d);
}
.landing-big-circle img {

    object-fit: cover;
}
.landing-section
{
  background: linear-gradient(to bottom, #bed152, #9ac84e);
padding:100px 0px;
}
.hightlight-block-section
{
  background-size:cover !important;
}
#highlight-block h2
{
  color:#b9d9eb !important;
  margin-bottom:25px !important;
  max-width:75%;
}
.hightlight-block-content
{
  background-color:#143157;
  padding:150px 50px;
  clip-path: ellipse(69% 111% at 30% 50%);
}
.hightlight-block-section .col-lg-7
{
}
.hightlight-block-section #highlight-block {
    max-width: 620px;
    margin: inherit;
    background-color:transparent;
  margin-bottom: 40px;
}
.hightlight-block-section #highlight-block h2 {
    color: #fff;
}
.hightlight-block-section #highlight-block p {
    color: #fff;
}
.page-template-template-landing #main-content h1 a 
{
    color: #53257f;
    text-decoration: none;
}
.page-template-template-landing #main-content h1
{
    color: #53257f;
}
.gallery-wrapper
{
  position:relative;
  overflow:visible;
}
.gallery-slider {
  position: relative;
  overflow: hidden;
  padding: 50px 0px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top:30px;
}

.slide {
  flex: 0 0 calc(100% / 4); /* 4 slides visible by default */
  padding: 5px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Arrows */
.gallery-wrapper .prev {
    background: url(https://www.jmsmkt.net/amoa/wp-content/uploads/2025/10/Arrow-left.svg) no-repeat center center / cover !important;
    height: 118px;
    width: 38px;
    position: absolute;
    top: 56%;
    left: -50px;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    z-index: 99;
}

.gallery-wrapper .next {
  background: url(https://www.jmsmkt.net/amoa/wp-content/uploads/2025/10/arrow-right.svg) no-repeat center center / cover !important;
  height: 118px;
  width: 38px;
  position: absolute;
  top: 56%;
  right: -50px;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
}

/* Responsive widths */
@media (max-width: 992px) {
  .slide { flex: 0 0 calc(100% / 2); }
}
@media (max-width: 600px) {
  .slide { flex: 0 0 100%; }
}

.custom-news {
    padding: 50px 0px 50px 0px;
}
.custom-news .col-md-4
{
  margin-bottom:30px;
}
h2.news-highlight-title , .gallery-title
{
  color:#143157;
}
.news-card 
{
  background:#143157;
  margin-top:20px;
}
.news-content
{
  padding:30px 15px;
}
.news-content h3
{
  margin-bottom:25px;
}
.news-content h3 a , .news-content h3 a:hover
{
  color:#b9d9eb !important;
  text-decoration:none;
}
.news-content p.news-highlight-date , .news-content p.news-highlight-categories
{
  color:#fff !important;
}
p.news-highlight-date, p.news-archive-date {
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.hightlight-block-content #highlight-block {
    max-width: 100%;
    margin: auto;
    background-color: transparent;
}
.hightlight-block-content #highlight-block p {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 25px;
  font-size:1.2rem;
      max-width: 80%;
}
.landing-section h2.news-highlight-title {
    color: #143157;
    margin-bottom: 30px;
}
.landing-section #main-content ul li::marker {
    color: #743EAE;
}
.landing-section #main-content ol li::marker {
    color: #743EAE;
}
.landing-section #main-content p {
   font-size:1.2rem;
}
.news-highlight-link
{
  margin-top:70px;
}
.news-highlight-link a
{
  color:#143157;
  text-decoration:none;
}
.quote-section
{
  padding-top:70px;
}
#text-editor {
    background-color: transparent !important;
}
.gallery-item {
    background-color: transparent !important;
}
/* -------------------------------
   Navbar Base
--------------------------------*/
.site-header {
  position: relative;
  z-index: 1000;
}

.navbar {
  position: relative;
}

.nav-item {
  position: static; /* Important: keeps mega menu positioned relative to navbar */
}
.mega-menu nav.pagetitle {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
  .mega-menu .event-content
  {
    text-align:left;
        padding: 0px;
    margin-top: 15px;
  }
/* -------------------------------
   Mega Menu Styling
--------------------------------*/

/* Mega Menu Styling */
.mega-menu {
  position: fixed; /* Fixed positioning */
   left: 0;
   right: 0;
   top: auto;
   width: 100%;
   background: #fff;
   display: none;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
   z-index: 999;
   box-shadow: 0 4px 12px rgba(0,0,0,0.15);
   padding: 0px 0;
}

/* Show mega menu on hover */
.nav-item:hover > .mega-menu,
.mega-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Container for the mega menu content */
.mega-menu > .container {
   max-width: 1400px;
   margin: 0 auto;
   padding: 0 20px;
}

.mega-menu > .container > .row {
   margin: 0 -15px;
}


/* Optional: prevent horizontal scrollbars */
body {
  overflow-x: hidden;
}

/* -------------------------------
   Hover Behavior
--------------------------------*/
.nav-item:hover > .mega-menu,
.mega-menu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* -------------------------------
   Columns
--------------------------------*/
.mega-menu .col {
  border-right: 1px solid #b9d9eb;
padding:40px 30px 40px 20px;
}

.mega-menu .col:last-child {
  border-right: none;
}

/* -------------------------------
   Typography
--------------------------------*/
.mega-menu h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.mega-menu p,
.mega-menu li , body .join-benefits ul li {
  font-size: 0.9rem !important;
  line-height: 1.6;
}

/* -------------------------------
   Links
--------------------------------*/
.mega-menu a {
  color: #000;
  text-decoration: none;
}

.mega-menu a:hover {
  color: #f0a500;
}

/* -------------------------------
   Button Style
--------------------------------*/

.mega-menu button {
   color: #143157;
    padding: 3px 30px 6px !important;
    margin: inherit !important;
    display: block;
    margin-top: 15px !important;
}
body .mega-menu button a
  {
    color: #143157 !important;
    background: transparent !important;
  }
.menu-post p
  {
    color:#000;
    text-align:left;
    
  }
body .menu-post p a
  {
  color: #000 !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    background: transparent !important;
    padding: 0px !important;
  }
  .resourses ul
  {
    text-align:left;
  }
    .resourses ul li
  {
    margin:0px !important;
  }
  .resourses ul li a
  {
      color: #000 !important;
    font-size: inherit !important;
    font-weight: 400 !important;
    background: transparent !important;
    padding: 0px !important;
    margin-bottom: 11px !important;
    line-height: inherit !important;
    display: block;
  }
  .join-today ul
  {
    text-align:left;
  }
    .join-today ul li
  {
    margin:0px !important;
  }
body .join-today ul.list-unstyled
{
  margin:0px !important;
}
body .join-today ul.list-unstyled li a
{
  margin-bottom:0px !important;
  color: #143157 !important;

}
  .join-today ul li
  {
    font-size: inherit !important;
    font-weight: 400;
    background: transparent;
    padding: 0px;
    line-height: inherit !important;
    color: #143157;
    margin-bottom: 11px !important;
    display: block;
  }
body .menu-post p:hover a , .resourses ul li:hover a
{
  color: #C5299B !important;
    text-decoration: underline;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;

}

.nav > li {
  position: relative;
}

.nav > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 10px 15px;
  display: block;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 360px;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 9999;
  padding:0px;
}

.sub-menu li a {
  display: block;
  text-decoration: none;
  padding:5px 25px !important;
  background:#fff !important;
  text-transform:capitalize !important;
}
.sub-menu li:hover a
{
  background:#d2d654 !important;
}

.nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
 .game-masters-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .game-masters-grid .custom-col-5 {
    flex: 0 0 20%; /* 100 / 5 = 20% width */
    max-width: 20%;
  }
.member-benefits ul
{
  padding:0px;
}
/* === Text Link Styling === */
#text-editor p a,
#text-editor ul li a {
  color: #743EAE;
  transition: color 0.25s ease;
}

/* Hover state */
#text-editor p a:hover,
#text-editor ul li a:hover {
  color: #C5299B;
  text-decoration: underline;
}
.landing-banner-section
{
  background:#fff;
}
.landing-banner-section h1.intro {
    color: #143157;
}
.highlight-block-section
{
      background-size: 800px 800px !important;
    background-position: right center !important;
      margin-bottom: 50px;
}
.landing-flex-circle-img
{
  padding-left:0px !important;
}
p.next-event-address {
    font-weight: 500 !important;
}
.fade-in {
  opacity: 0;
  transform: translateY(15px); /* subtle upward motion */
  animation: fadeInSmooth 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.masonry-grid 
{
    margin-bottom: 40px !important;
}
.gallery-columns-3 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.landing-section blockquote p {
    color: #743EAE !important;
    border-left: 20px solid #743EAE;
}
.landing-section .gallery {
    border-left: 20px solid #743EAE;
}
.gallery-banner-button
{
  margin-top:0px;
  margin-bottom:20px !important;
}
a.event-img
{
  background: transparent !important;
}
@keyframes fadeInSmooth {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  60% {
    opacity: 0.6;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsive */
@media(max-width: 992px){
    .slide { min-width: 50%; } /* 2 images per view */
}
@media(max-width: 600px){
    .slide { min-width: 100%; } /* 1 image per view */
}

/* Tablet */
@media (max-width: 991px) {
  .masonry-grid {
    column-count: 1;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .masonry-grid {
    column-count: 1;
  }
}

  @media (max-width: 768px) {
 

  }

.mobile-menu .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-menu .submenu.open {
  max-height: 2000px;
}

.mobile-menu .icon {
  transition: transform 0.3s ease;
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .nav > li:last-child .sub-menu {
    left: auto !important;
    right: 0 !important;
  }
}
