/*
 Theme Name:   Vaximo Child
 Description:  Vaximo Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com
 Template:     vaximo
 Version:      2.1.0
 Text Domain:  vaximo-child
*/

/* Hide default dropdown ONLY on desktop */
@media (min-width: 992px) {
    #menu-item-4538 ul.dropdown-menu {
        display: none !important;
    }
    #menu-item-4555 ul.dropdown-menu {
        display: none !important;
    }
}

/* ===== Site font Start ===== */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}

/* ===== Site font End ===== */

/* ===== CUSTOM MEGA MENU ===== */

.custom-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /* height: 700px; */
    height: auto;
    background: #fff;
    display: none;
    /* display: block !simportant; */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    overflow: hidden;
}

.custom-mega-menu,
.custom-mega-menu * {
    color: #0e0129 !important;
}

.main-nav {
    position: relative;
}
  
.mega-inner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
}
 
.mega-left {
    width: 28%;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    text-align: left;
} 
.mega-right {
    width: 72%;
    height: 100%;
    padding-left: 40px;
    overflow-y: auto;
} 
.mega-left li {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    /* margin-bottom: 10px; */
    border: none;
    background: transparent;
    /* border-radius: 10px; */
    text-align: left;
    /* font-weight: 600; */
    cursor: pointer;
    transition: all 0.25s ease;
}

/* .mega-left li:hover,
.mega-left li.active {
    box-shadow: 0 8px 20px rgba(14, 1, 41, 0.08);
} */

.mega-left li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #58bcce;
    transition: width 0.35s ease;
}

.mega-left li:hover::after {
    width: 100%;
}

.mega-content {
    display: none;
}

.mega-content.active {
    display: block;
}

.mega-content h4 {
    margin-bottom: 15px;
}

.mega-content ul {
    list-style: none;
    padding: 0;
}

.mega-content ul li {
    margin-bottom: 10px;
}

/* ===== RIGHT CONTENT HEADER ===== */
.mega-content-header {
    /* font-size: 20px; */
    /* font-weight: 600; */
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* ===== GRID LAYOUT ===== */
.mega-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
}

/* ===== GRID ITEM ===== */
.mega-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 8px 18px;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
}

.mega-item:hover {
    background: #f6f7fb;
    box-shadow: 0 10px 25px rgba(14, 1, 41, 0.08);
    transform: translateY(-2px);
}
/* ICON */
.mega-icon {
    font-size: 22px;
    line-height: 1;
    margin-top: 4px;
}

/* TEXT */
.mega-text h5 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.mega-text p {
    margin: 0;
    /* font-size: 14px; */
    font-size: 12px;
    line-height: 1.4;
    opacity: 0.8;
}

/* ===== RIGHT SIDE LINK UNDERLINE ANIMATION ===== */

.mega-right .mega-item {
    position: relative;
    overflow: hidden;
}

/* underline */
.mega-right .mega-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #58bcce;
    transition: width 0.35s ease;
}

/* hover animation */
.mega-right .mega-item:hover::after {
    width: 100%;
}


/* Header Style 2 – Social Icons */
.header-social-icons ul {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header-social-icons ul li {
    list-style: none;
}

.header-social-icons ul li a {
    font-size: 16px;
    color: #ffff;
}

.header-social-icons ul li a:hover {
    color: #58bcce;
}

.mega-content .mega-content-header .header-heading{
    font-weight: 600 !important;
    font-size: 20px !important;
}

.font-weight-600{
    font-weight: 600 !important;
}

.font-size-14{
    font-size: 14px !important;
}

.font-size-12{
    font-size: 12px !important;
}

p{
    opacity: 0.9 !important;
}

.complete-area.style .single-security::after{
    border-top: 25px solid #b2d4f9 !important;
}

.text-blue{
    color: #58bcce !important;
}

.mega-bottom-cta {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,0.08);
    text-align: right;
}