/* Theme Name: Twenty Twenty-One Child Theme */
 :root{
     --body: "DM Sans", sans-serif;
     --heading: "DM Serif Display", serif;
     --text-color: #FFFFFF;
     --bg-primary-color: #0D070B;
}
 h1,h2,h3,h4,h5,h6 {
     font-family:var(--heading) !important;
     font-weight: 400;
     font-style: normal;
}
 body,p,li,ul,a{
     font-family:var(--body) !important;
     font-weight: 400;
     font-style: normal;
}
 .site-header-aheg {
     background:var( --bg-primary-color);
     color:var(--text-color);
     border-bottom: 1px solid #FFFFFF33;
     position: relative;
}
 .site-header-aheg .header-inner {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 15px;
     max-width: 1600px;
     margin: 0 auto;
}
 .site-header-aheg .site-logo-wrap {
     display: flex;
     gap: 20px;
     align-items: center;
     width: 30%;
}
 .site-header-aheg .desktop-nav {
     width:70%;
     display: flex;
     gap: 40px;
     justify-content: end;
     align-items: center;
}
 .site-header-aheg .site-logo-wrap .site-logo {
     margin: 0;
}
 .site-header-aheg .site-logo-wrap .logo-1 img {
     width: 215px;
     height: 62px;
}
 .site-header-aheg .site-logo-wrap .logo-2 img {
     width: 155px;
     height: 58px;
}
/* MAIN MENU */
 .site-header-aheg .main-menu a {
     color:var(--text-color);
     text-decoration:none;
     font-weight: 500;
     font-size: 18px;
     line-height: normal;
     text-align: center;
     position: relative;
}
 .site-header-aheg .menu-item.menu-button {
     position: relative;
     width: fit-content;
     height: 50px;
     padding: 16px 40px;
     border-radius: 30px;
     background: linear-gradient(270deg, #283889 2.44%, #18A1F6 63.52%, #49B2F4 95.75%);
     backdrop-filter: blur(16.8px);
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     overflow: hidden;
     transition: all 0.3s ease;
}
/* Gradient border using pseudo-element */
 .site-header-aheg .menu-item.menu-button::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 30px;
     padding: 1px;
     background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.64) 44.71%, rgba(153, 153, 153, 0.12) 100%);
     -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     pointer-events: none;
}
 .site-header-aheg .menu-item.menu-button a {
     font-weight: 500;
     font-size: 18px;
     line-height: normal;
     text-align: center;
     text-decoration: none;
}
 .site-header-aheg .menu-item.menu-button:hover {
     filter: brightness(1.1);
}
 .site-header-aheg .menu-item .sub-menu {
     display: none;
}
 .site-header-aheg .menu-item {
     padding: 30px 0;
     cursor: pointer;
}
 .desktop-nav .main-menu > .menu-item:hover > a {
     background: linear-gradient( 270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73% );
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     color: transparent;
}
 .desktop-nav .main-menu > .menu-item:hover > a::before {
     content: "";
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 2px;
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
}
 .desktop-nav .main-menu > .menu-item > .sub-menu > li:hover a {
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%);
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
}
 .site-header-aheg .menu-item .sub-menu {
     padding: 10px;
     position: absolute;
     top: 65px;
     width: 300px;
     left: 0;
     backdrop-filter: blur(29px);
     background: #FFFFFF0A;
     border-radius: 10px;
}
 .site-header-aheg .menu-item .sub-menu li {
     list-style: none;
}
 .site-header-aheg .menu-item:hover .sub-menu {
     display: block;
}
 .main-menu {
     display:flex;
     gap:30px;
     list-style:none;
}
 .menu-item {
     position:relative;
}
 .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
     background: linear-gradient(270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73%) !important;
     -webkit-text-fill-color: transparent;
     background-clip: text !important;
     color: transparent;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .site-logo-wrap .logo-1 img {
         width: 160px;
         height: 50px;
    }
     .site-header-aheg .site-logo-wrap {
         width: 25%;
    }
     .site-header-aheg .site-logo-wrap .logo-2 img {
         width: 110px;
         height: 45px;
    }
     .main-menu {
         gap: 13px;
    }
     .site-header-aheg .desktop-nav {
         width: 75%;
         gap: 20px;
    }
}
 @media only screen and (max-width: 1240px) {
     .site-header-aheg .site-logo-wrap .logo-1 img {
         width: 125px;
         height: 36px;
    }
     .site-header-aheg .site-logo-wrap .logo-2 img {
         width: 100px;
         height: 43px;
    }
     .site-header-aheg .main-menu a {
         font-size: 16px;
    }
     .main-menu {
         gap: 10px;
    }
     .site-header-aheg .menu-item.menu-button {
         padding: 16px 20px;
         height: 40px;
    }
     .site-header-aheg .menu-item.menu-button a {
         font-size: 16px;
    }
}
/* MEGA MENU COMMON */
 .mega {
     display:none;
     position: absolute;
     left: 15px;
     right: 15px;
     top: 95px;
     max-width: calc(1600px - 30px);
     width: calc(100% - 30px);
     margin: 0 auto;
     padding: 40px 20px;
     border-radius: 20px;
     background: #161014;
}
 .menu-item:hover .mega {
     display:block;
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col {
     background: #0D070B;
     backdrop-filter: blur(29px);
     border-radius: 12px;
     padding: 10px 12px;
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a {
     font-weight: 400;
     display: flex;
     gap: 10px;
     align-items: center;
     font-size: 16px;
     justify-content: flex-start;
     padding: 0;
     text-align: left;
}
 .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a span {
     flex-shrink: 0;
}
/* MEGA MENU 1 */
 .mega-grid-1 {
     display:grid;
     grid-template-columns:repeat(3,1fr);
     gap:15px;
}
 .desktop-nav .main-menu > .menu-item > .mega .mega-col a:hover {
     background: linear-gradient( 270.1deg, #283889 -19.88%, #18A1F6 11.49%, #78CBFF 94.73% );
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     color: transparent;
}
 .site-header-aheg .menu-item.has-mega {
     position: unset;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .menu-item .mega-1 .mega-grid-1 .mega-col a {
         font-size: 14px;
    }
}
/* MEGA MENU 2 */
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 .mega-col {
     width: calc(16.66% - 16.66px);
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 a span img {
     max-width: 100%;
     height: 100%;
}
 .site-header-aheg .menu-item .mega-2 .mega-grid-2 a {
     font-weight: 400;
     font-size: 16px;
     line-height: normal;
     display: flex;
     flex-direction: column;
}
 @media only screen and (max-width: 1440px) {
     .site-header-aheg .menu-item .mega-2 .mega-grid-2 a {
         font-size: 14px;
    }
}
/* MOBILE MENU */
 .mobile-manu-toggle {
     display:none;
     font-size:26px;
     cursor:pointer;
}
 .mobile-menu {
     display:none;
     background:#111;
}
 .mobile-menu a {
     color:#fff;
     display:block;
     padding:12px 20px;
}
/* RESPONSIVE */
@media (max-width: 991px) {

    /* Hide desktop nav, show mobile toggle */
    .desktop-nav {
        display: none;
    }

    .mobile-manu-toggle {
        display: flex;
        cursor: pointer;
        align-items: center;
    }

    .site-header-aheg .desktop-nav {
        display: none;
    }

    .site-header-aheg .header-inner {
        padding: 20px 15px;
    }

    .main-menu {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .site-header-aheg .main-menu a {
        text-align: left;
		        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    /* -------------------- MOBILE SIDEBAR MENU -------------------- */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -500px; /* Hidden offscreen */
        width: 500px; /* Adjust for smaller screens if needed */
        max-width: 100%; /* Ensure fits mobile */
        height: 100vh;
        background: #0D070B;
        overflow-y: auto;
        transition: left 0.3s ease-in-out; /* Smooth slide */
        z-index: 9999;
        padding: 20px;
        display: block;
    }

    /* Active menu */
    .mobile-menu.active {
        left: 0; /* Slide in */
    }

    /* Overlay */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out; /* Fade overlay */
        z-index: 9998;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Menu items */
    .site-header-aheg .menu-item {
        padding: 0;
    }

    .main-menu {
        padding: 0;
    }

    .site-header-aheg .site-logo-wrap-mobile {
        width: 100%;
        padding-bottom: 20px;
        position: relative;
    }

    /* Close button */
    .close-icon-mobile {
        position: absolute;
        right: 10px;
        top: 20px;
        cursor: pointer;
        font-size: 24px;
        color: #fff;
    }

    /* Button items inside menu */
    .site-header-aheg .menu-item.menu-button {
        margin-top: 20px;
    }

    .mobile-menu.active .menu-item {
		        width: 100%;
    }
	.mega {
		z-index: 9999;
	}
	
}


.container {
	max-width:1600px;
	margin:0 auto;
}