/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  Child theme for GeneratePress
 Author:       Ramesh
 Author URI:   https://amuselabs.com/
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/

/* --------------------------------------------------
   GLOBAL STYLES
-------------------------------------------------- */

/* Base font and overflow settings */
body, html {
    overflow-x: hidden;
    font-family: "Poppins", "Open Sans", Sans-Serif !important;
}

/* Links */
a {
    line-height: inherit;
    text-decoration: none!important;
    cursor: pointer;
}

/* --------------------------------------------------
   TYPOGRAPHY
-------------------------------------------------- */

/* Headings and titles */
h1, h2, h3, h4, h5, h6, 
.site-title, .site-description, 
.widget-title, .entry-title, .page-title {
    font-family: "Poppins", "Open Sans", Sans-Serif !important;
}

/* Heading weights */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Paragraphs */
p {
    font-size: 16px!important;
}

/* Bold/Strong elements */
strong, b {
    font-weight: 600;
}

/* Utility class for font weight */
.fw-600-n {
    font-weight: 600!important;
}

/* Text color utility */
.img-text {
    color: #000;
}

/* --------------------------------------------------
   HEADER & NAVIGATION
-------------------------------------------------- */

.menu-icon-img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}



#mega-menu-item-4099 a{
	background:#054FB9 !important;
}

#mega-menu-item-4097 {
    border: 1px solid #000 !important;
    border-radius: 4px !important;
    padding: 4px  10px 5px  10px !important;
}
#mega-menu-item-4097:hover{
    background: #000 !important;
    
}

#mega-menu-item-4097 a {
    margin-top: 0 !important;
}

#mega-menu-item-4097:hover > a {
    color: #fff !important;
}


.menu-imagee{
    margin-right: 20px !important;
}

.mega-menu-title{
    display: flex !important
}

.mega-menu-link{
    display: flex !important;
    align-items: center !important;

}
/* Header container */
#masthead {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0px 2px 4px #00000029;
    display: flex;
    justify-content: center;
    padding-top: 16px;
	padding-bottom: 16px;
}

/* Sticky header state */
#masthead.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Header inner padding */
.inside-header {
    padding: 0px 40px;
}

/* Mega Menu styling */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1));
    border: 0;
    border-radius: 0px;
    font-family: "Poppins", "Open Sans", Sans-Serif !important;
    font-size: 16px;
    font-weight: normal;
    outline: none;
}

/* Mega Menu description spacing */
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    margin-left: 45px;
}

/* Mega Menu link spacing */
.mega-menu-link {
    margin-top: 6px !important;
}

.mega-menu-item-4099 > .mega-menu-link {
    margin-top: 0 !important;
}

/* Dropdown menu background */
.main-navigation ul ul {
    background-color: #ffffff;
}

/* Dropdown shadow on hover */
#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    visibility: visible;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.302);
}

/* Custom games menu */
.menu-games-menu-container li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


a.mega-menu-link {
   border-top-left-radius: 0px !important;
 border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
 

}
/* Navigation positioning */
.nav-float-right #site-navigation {
    margin-left: 200px !important;
}

.mega-sub-menu li a{
    margin-top:  0px !important;
}


/* --------------------------------------------------
   CONTENT LAYOUT
-------------------------------------------------- */

/* Grid and container settings */
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%!important;
}

/* Content spacing */
.separate-containers .site-main {
    margin: 5px;
}

.separate-containers .inside-article {
    padding: 0px!important;
}

.separate-containers .featured-image {
    display: none;
}

.content-area {
    margin-top: -5px;
}

.site-content {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 0px !important;
}

/* Parent section padding */
.parent-sectn {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

/* Off-canvas wrapper */
.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}

/* --------------------------------------------------
   BUTTONS
-------------------------------------------------- */

/* WPBakery button styling */
.vc_btn3 {
    text-transform: none;
    font-size: 15px !important;
    font-weight: 600;
}

/* Primary button in navigation */
.primary-button-mainnav {
    border-width: 1px;
    border-radius: 4px !important;
    border-color: orange;
    padding: 5px 2px 5px 2px !important;
    background-color: #054fb9 !important;
    color: white !important;
    margin-left: 16px !important;
}

.primary-button-mainnav a {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* --------------------------------------------------
   TABLES
-------------------------------------------------- */

/* Table styling */
.inner-table-text {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
}

.has-text-align-left {
    border-right: 0;
    border-left: 0;
    width: 200px;
}

.first-table, .has-fixed-layout {
    border: 0;
}

.wp-block-table {
    border-top: 0 !important;
    margin-top: 0 !important;
}

/* --------------------------------------------------
   BLOG/POST TEMPLATE
-------------------------------------------------- */

/* Hero section */
.post-hero {
    background: #0b56c4;
    padding: 100px 20px;
    color: #fff;
}

.post-hero-inner {
    max-width: 700px;
    margin: 0 auto;
}

.post-title {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.post-meta {
    font-size: 16px;
    opacity: 0.9;
}

.post-meta a {
    color: #fff !important;
    text-decoration: underline;
}

/* Content area */
.post-content {
    max-width: 740px;
    margin: 40px auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.75;
    color: #111;
}

.post-content p {
    margin-bottom: 28px;
}

.post-content h2,
.post-content h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Author box */
.author-box {
    display: flex;
    gap: 20px;
    background: #fff4e6;
    padding: 25px;
    margin-top: 60px;
    border-radius: 6px;
}

.author-avatar img {
    border-radius: 4px;
}

.author-info h4 {
    margin: 0 0 8px;
}

/* Post navigation */
.post-navigation {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
}

.post-navigation .label {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}

.post-navigation a {
    color: #545454;
}

.post-navigation a:hover {
    color: #ff5943;
}

.post-navigation h4 {
    margin-top: 8px;
    font-size: 18px;
}

.nav-previous,
.nav-next {
    width: 45%;
}

.nav-next {
    text-align: right;
}

/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */

/* Footer widgets */
.footer-widgets {
    background-color: #000000;
}

.site-footer-widget-area {
    padding-top: 64px;
    padding-bottom: 40px;
    padding-right: 50px;
    padding-left: 50px;
    height: 350px;
}

.site-footer-widget-area > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #191919;
}

/* Footer widget sizing */
.footer-widgets .widget:last-child, 
.sidebar .widget {
    margin-bottom: 0;
    height: 250px;
}

/* Footer navigation */
.footer-navigation ul {
    list-style: none;
    display: flex;
    text-align: center;
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    justify-content: center;
    gap: 15px;
}

.footer-navigation ul li a {
    font-size: 15px;
    line-height: 1;
    color: #999999;
    text-decoration: none;
}

.footer-navigation ul li a::after {
    content: "|";
    margin-left: 15px;
    font-size: 24px;
    line-height: 1;
    vertical-align: middle;
    font-weight: 200 !important;
}

.footer-navigation ul li:last-child a::after {
    content: none;
}

/* Footer menu items */
.footer-menu-item {
    text-decoration: none;
    display: block;
    margin-bottom: -10px;
    color: #999999 !important;
}

.footer-menu-item:hover {
    text-decoration: underline !important;
}

.footer-navigation ul li a:hover {
    text-decoration: underline !important;
    color: #0067C7;
}

/* Footer general styling */
.site-footer {
    color: #ffffff;
    font-family: "Poppins", "Open Sans", Sans-Serif !important;
    margin-top: -5px;
     background-color: #191919 !important;
}

.site-footer .copyright_text a {
    color: #ffffff;
    font-family: "Poppins", "Open Sans", Sans-Serif !important;
   
}

/* Footer copyright area */
.site-footer-copyright-area {
    background-color: #191919 !important;
    padding: 20px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #625e5e;
    color: #999999;
}

/* Footer logo/image */
#site-footer figure {
    border: solid 4px #222222;
    border-radius: 50%;
}

/* Social logos */
.social-logo {
    padding-left: 15px;
    padding-right: 15px;
}

/* --------------------------------------------------
   MOBILE SIDEBAR (OFF-CANVAS)
-------------------------------------------------- */

/* Mobile sidebar base */
#gp-mobile-sidebar {
    position: fixed !important;
    top: 0 !important;
    right: -320px !important;
    width: 320px;
    height: 100vh;
    background: #fff;
    color: #fff;
    z-index: 99999;
    transition: right 0.35s ease;
    padding: 30px;
    box-sizing: border-box;
}

/* Active state */
#gp-mobile-sidebar.open {
    right: 0 !important;
    background-color: #fff;
}

/* Close button */
#gp-mobile-close {
    background: none;
    border: none;
    color: #000;
    font-size: 28px;
    cursor: pointer;
    margin-bottom: 20px;
}

/* Toggle button */
#gp-mobile-toggle {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #000;
}

/* --------------------------------------------------
   MEDIA QUERIES
-------------------------------------------------- */

.tooltipsall{
    border-bottom: 0px !important;

}

.tooltipsall > img{
    height: 16px;
    width: 16px;
    margin-left: 5px;

}



@media (min-width:1005px){#mega-menu-item-13435>ul{display:none!important;}}


/* Desktop: 769px and above - Hide mobile toggle */
@media (min-width: 1010px) {

   
    #gp-mobile-toggle {
        display: none;
    }
}

/* Tablet: 768px and below - Blog adjustments */
@media (max-width: 768px) {
    .post-title {
        font-size: 40px;
    }
    
    .parent-sectn {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    

}

/* Tablet: 48em (768px) and above */
@media screen and (min-width: 1005px) {
    .row {
        padding: 0 50px;
    }
    
    .nav-float-right #site-navigation {
        margin-left: auto;
        margin-right: 0px;
    }
    
    #mega-menu-wrap-main-navigation #mega-menu-main-navigation {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        text-align: right !important;
        padding: 0;
    }
    
    .mega-menu-item-4097 {
        margin-left: 180px!important;
    }
    
    #mega-menu-item-13910 > a > span > span.mega-menu-title,
    #mega-menu-item-13911 > a > span > span.mega-menu-title,
    #mega-menu-item-13910 > a > span > span.mega-menu-description,
    #mega-menu-item-13911 > a > span > span.mega-menu-description {
        text-align: left !important;
    }
    
    /* Footer separator */
    .footer-navigation ul li:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 100%;
        border-right: 1px solid #fff;
        opacity: 0.5;
        position: absolute;
        top: -1px;
        right: 0;
    }
}

/* Mobile: 47em (752px) and below */
@media screen and (max-width: 1005px) {
    .nav-float-right #site-navigation {
        margin-left: auto;
        display: none;
    }
    
    .footer-navigation ul {
        flex-direction: column;
    }
    
    .site-footer-widget-area {
        padding-top: 50px;
        padding-bottom: 40px;
        padding-right: 25px;
        padding-left: 25px;
        height: 350px;
    }


 
}

/* Mobile: 576px and below */
@media (max-width: 576px) {
    .header-image {
        height: 30px;
        width: 120px;
    }
    
    #masthead {
        padding: 8px 0 !important;
    }
    
    .inside-header {
        padding: 0;
        padding-left: 20px;
    }
    
    .gp-mobile-toggle {
        padding: 0px;
    }
    
    .footer-navigation ul li a::after {
        content: none !important;
    }




}

/* Small desktop: 1500px and below */
@media (max-width: 1500px) {
    .nav-float-right #site-navigation,
    #mega-menu-item-4097 {
        margin-left: 70px !important;
    }
}

/* Small desktop: 1500px and below */
@media (max-width: 1275px) {
    .nav-float-right #site-navigation,
    #mega-menu-item-4097 {
        margin-left: 10px !important;
        padding: 4px  5px 5px  5px !important;
    }
    #mega-menu-item-4099{
        margin-left: 8px !important;
    }

    .inside-header {
        padding: 0 0px 0px 0px !important;
        margin: 0 !important;
    }

 
}

@media (max-width: 1076px) {

 

      #mega-menu-item-4099{
        margin-left: 0px !important;
    }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        font-size: 14px !important;
        padding: 0 5px !important;
    }

        .mega-sub-menu {
        box-shadow: none !important;
    }
    
    #mega-menu-item-4097 {
        margin-left: 0 !important;
    }

     #mega-menu-item-4097 {
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
}
#mega-menu-item-4097:hover{
    background: #ffffff !important;
    
}

#mega-menu-item-4097 a {
    margin-top: 0 !important;
}

#mega-menu-item-4097:hover > a {
    color: #000000 !important;
}


      #gp-mobile-close {
        font-size: 12px !important;
        border-radius: 50px !important;
        background: #545454 !important;
        padding: 5px 10px !important;
        color: #fff !important;
    }
    
    span.mega-indicator {
        display: flex !important;
        justify-content: right !important;
        float: right !important;
        margin-left: auto !important;
    }
    

        @media (max-width: 1005px) {

     .inside-header {
        flex-direction: row;
        text-align: center;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 0 0 0 20px !important;
    }
    
}



}


/* Mobile: 500px and below */
@media (max-width: 500px) {

        #gp-mobile-toggle {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 0;
        background-image: url("https://stg-amuselabswebsite-stg.kinsta.cloud/wp-content/uploads/2026/01/interface.png") !important;
        background-size: 25px 25px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

     .mega-menu-link {
        margin-top: 0px !important;
      
    }
   
         /* Primary button in navigation */
.primary-button-mainnav {
    border-width: 0px !important;
    border-radius: 0 !important;
    border-color: #fff !important;
    padding: 0px 0px 0px 0px !important;
    margin-left: 0px !important;
    padding-left: 20px !important;
    width: 160px !important;
    text-align: center !important;
}
    

}

