/*
Theme Name: AITUC Child Theme 
Theme URI: https://bigeyeglobal.com/
Template: astra
Author: BGS
Author URI: https://bigeyeglobal.com/
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://bigeyeglobal.com/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1771673534
Updated: 2026-02-21 11:32:14

*/

.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu {
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    min-width: 102px;
    border: 2px solid #FFFFFF8C;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    text-align: left;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s linear, -webkit-transform 0.3s linear;
}
/* First Child */
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li:first-child > a {
    border-bottom-width: 1px;
    border-radius: 8px 8px 0 0;
}

/* Last Child */
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li:last-child > a {
    border-bottom-width: 1px;
    border-radius: 0 0 8px 8px;
}
/* Mobile View */
@media (max-width: 767px) {
	.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu {
    border: 2px solid #FFFFFF8C;
    border-radius: 8px;
    min-width: 116px;

}
}
@media (max-width: 1024px) {
.elementskit-nav-identity-panel {
    margin-top: 107px;
}
    }
.forminator-ui#forminator-module-1004.forminator-design--default .forminator-textarea {
    height: 50px;
}
.forminator-ui#forminator-module-1004.forminator-design--default .forminator-label {
    display: none;
}

.forminator-ui#forminator-module-1004.forminator-design--default .forminator-description, .forminator-ui#forminator-module-1004.forminator-design--default .forminator-description p {
    display: none;
}
.forminator-ui#forminator-module-1004.forminator-design--default .forminator-button-submit {
    width: 100%;
    background-color: #df0d17;
}



/* Base Menu Style */
#menu-karnataka-page {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Common Link Style */
#menu-karnataka-page li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: 600;
    color:#000000 !important;
    transition: 0.3s ease;
	border-radius: 11px;
	border: solid 1px;
	margin-bottom: 10px;
}

  .elementor-460 .elementor-element.elementor-element-666414d {
   
        background-color: #004165;
        border-radius: 22px ! IMPORTANT;
    }


/* ODD Items - Green */
#menu-karnataka-page li:nth-child(odd) a {
    background-color: #E5F6FF; /* Green */
    color:#000000;
}

/* EVEN Items - Yellow */
#menu-karnataka-page li:nth-child(even) a {
    background-color: #ffffff; /* Yellow */
    color:#000000;
}

/* Hover Effect */
#menu-karnataka-page li a:hover {
    opacity: 0.85;
}

#menu-karnataka-page li a {
    position: relative;
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

#menu-karnataka-page li a {
    position: relative;
    display: block;
    padding: 12px 30px 12px 15px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

/* Arrow visible by default */
#menu-karnataka-page li a::after {
    content: "\203A"; /* › symbol */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 24px;
    font-weight: bold;
}

/* On hover → slide animation */
#menu-karnataka-page li a:hover::after {
    transform: translateY(-50%) translateX(8px);
}

/* Optional: Slight text move */
#menu-karnataka-page li a:hover {
    padding-left: 22px;
}

header.entry-header:not(.related-entry-header) > *:not(:last-child) {
    margin-bottom: 15px;
    display: block !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}