/*!
Theme Name: Woodlodge Montessori School Child theme
Theme URI: https://bracketweb.com/kidearnwp/
Template: kidearn
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Kidearn WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kidearn-child
*/

.menu-item-has-children > a {
    //pointer-events: none;  /* Prevent clicking */
    cursor: hand !important; /* Older browsers */
    cursor: pointer !important; /* Standard hand cursor */
}
.transparent-hr {
            border: none !important;
            height: 1px !important;
            background: rgba(0, 0, 0, 0.1) !important;
            margin: 20px 0 !important;
        }
.main-menu .main-menu__list li ul {
	min-width:285px !important;
}

.scroll-top {
    right: auto; /* Remove the original right positioning */
    bottom: 60px; /* Keep the vertical spacing from the bottom */
    left: 50%; /* Move to the horizontal center */
    transform: translateX(-50%); /* Adjust for exact centering */
}
.mobile-nav__btn {
  width: 34px  !important;
}
.mobile-nav__btn span {
  height: 4px  !important;
}
/* ===== WOODLODGE CUSTOM LOGO STYLING ===== */
/* Main header logo - Your specific selector */
.main-header__logo img {
    max-width: 200px !important;
    height: auto !important;
    width: auto !important;
}

/* Mobile navigation logo */
.logo-box img {
    max-width: 200px !important;
    height: auto !important;
    width: auto !important;
}

/* Responsive Logo Sizes */
@media (max-width: 768px) {
    .main-header__logo img,
    .logo-box img {
        max-width: 150px !important;
    }
}

@media (max-width: 480px) {
    .main-header__logo img,
    .logo-box img {
        max-width: 120px !important;
    }
}

@media (min-width: 1200px) {
    .main-header__logo img,
    .logo-box img {
        max-width: 250px !important;
    }
}

/* Header adjustments to accommodate larger logo */
.main-header {
    min-height: 90px !important;
}

.main-header__inner {
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
}

/* Ensure proper spacing with topbar */
.topbar-one + .main-header {
    position: relative;
}