/*
 Theme Name:     Gynae & Fertility
 Theme URI:      http://ivfclinic.test/
 Description:    Branded for Gynae & Fertility Clinic.
 Author:         Gynae & Fertility
 Author URI:     http://ivfclinic.test/
 Template:       narihealth
 Version:        1.0.0
*/
/* Import parent theme styles */
@import url("../narihealth/style.css");


/* Scrollable dropdown for long service lists */
.menu-primary-menu .sub-menu, 
.main-navigation .sub-menu {
    max-height: 400px; /* adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Optional: style the scrollbar */
.menu-primary-menu .sub-menu::-webkit-scrollbar {
    width: 6px;
}
.menu-primary-menu .sub-menu::-webkit-scrollbar-thumb {
    background-color: #d6b5c0; /* match your theme color */
    border-radius: 3px;
}
.dtr-page-title-main.text-center {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important;
}
