@charset "utf-8";
/* CSS Document */
@media only screen and (min-width:1860px) and (max-width:1920px){
	.appointments{}
}
@media only screen and (min-width:1101px) and (max-width:1199px){
	.main-mx {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.single-footer-widget .working-hours li{font-size: 12px;}
	.single-footer-widget .latest-post .single-post .text-holder a.post-title{    font-size: 12px;
    line-height: 22px;}
	.single-footer-widget .usefull-links.fl-lft {
    float: left;
    width: 116px;
    border-right: 1px solid #2f3132;
    padding-right: 0px;
    margin-right: 0px;
}
	.copyright-text p{    font-size: 13px;}
	.choosing-area .single-item{    min-height: 68px;}
	.footer-area{padding-bottom: 0px;}
	.tab .nav-tabs{    width: 100% !important;}
	.imgfo{margin-top: 32px;}.top-contact-info li{padding-right: 9px;}
	.heading-list li a {
    color: #333;
    padding-left: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
	.heading-list li::before{left: 13px;}
	.sec-title h1{font-size: 26px;}.sec-title h3{font-size: 22px;}
	.blog-default-area .single-blog-item:hover .text-holder {
    bottom: 60px !important;
    border-bottom: none;
}
.blog-default-area .single-blog-item {
    min-height: 400px;
}
}
@media only screen and (min-width:1021) and (max-width:1099px){
	.mainmenu-area  .logo {
    width: 35% !important;
}
	.main-mx {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.single-footer-widget .working-hours li{font-size: 12px;}
	.single-footer-widget .latest-post .single-post .text-holder a.post-title{    font-size: 12px;
    line-height: 22px;}
	.single-footer-widget .usefull-links.fl-lft {
    float: left;
    width: 116px;
    border-right: 1px solid #2f3132;
    padding-right: 0px;
    margin-right: 0px;
}
	.copyright-text p{    font-size: 13px;}
	.choosing-area .single-item{    min-height: 68px;}
	.footer-area{padding-bottom: 0px;}
	.tab .nav-tabs{    width: 100% !important;}
	.imgfo{margin-top: 32px;}.top-contact-info li{padding-right: 9px;}
	.heading-list li a {
    color: #333;
    padding-left: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
	.heading-list li::before{left: 13px;}
	.sec-title h1{font-size: 26px;}.sec-title h3{font-size: 22px;}
	.blog-default-area .single-blog-item:hover .text-holder {
    bottom: 60px !important;
    border-bottom: none;
}
.blog-default-area .single-blog-item {
    min-height: 400px;
}
.choosing-area .single-item{min-height: 70px !important;}

}

/* Modern Dropdown Styles */
.modern-dropdown {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: none;
    padding: 20px;
    min-width: 600px;
    margin-top: 10px;
}

.dropdown-background {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-column {
    padding: 10px;
}

.modern-dropdown li {
    margin: 1px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modern-dropdown li:hover {
    background: linear-gradient(135deg, #2098d1 0%, #2098d1 100%);
    transform: translateX(5px);
}

.modern-dropdown li a {
    color: #333 !important;
    font-weight: 500;
    padding: 10px 11px !important;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.modern-dropdown li a:hover {
    color: #fff !important;
    text-decoration: none;
    background: transparent;
}

.modern-dropdown li a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #667eea;
    transition: all 0.3s ease;
}

.modern-dropdown li:hover a i {
    color: #fff;
}

.modern-dropdown li a strong {
    color: #3e3e3e;
    font-weight: 700;
}

.modern-dropdown li:hover a strong {
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-dropdown {
        min-width: 300px;
        padding: 15px;
    }
    
    .dropdown-background {
        padding: 10px;
    }
    
    .modern-dropdown li a {
        padding: 10px 12px !important;
        font-size: 14px;
    }
}
