/*
Theme Name: Cimulate
Template: hello-elementor
Author: Katie Okolita
Description: A lightweight theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Version: 1.0.1752588460
Updated: 2025-07-15 14:07:40

*/

@media (max-width: 768px) {
.footermenu .elementor-nav-menu{
	display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 20px;
    justify-items: center;
}
}

.hplogos img{
    max-height:20px;
}

.bgglow {
    overflow: visible;
    position: relative;
}

.bgglow::before,
.bgglow::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.bgglow::before {
    top: -50px;
    left: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 139, 35, 0.3) 0%, transparent 70%);
}

.bgglow::after {
    bottom: -50px;
    right: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(253, 99, 99, 0.3) 0%, transparent 70%);
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .bgglow::before,
    .bgglow::after {
        width: 200px;
        height: 200px;
    }

    .bgglow::before {
        top: -30px;
        left: 0px;
    }

    .bgglow::after {
        bottom: -30px;
        right: 0px;
    }
}

.products-tabs .e-n-tabs-heading{
    padding:6px;                 
    background:#ffffff10;          
    border-radius:50px;  
    margin-left:auto;
    margin-right:auto;
}

.products-tabs .e-n-tab-title{
    cursor:pointer;
    border-radius:50px;  
}

.products-tabs .e-n-tab-title[aria-selected="true"]{
    font-weight:700;
}


