html {
    max-width: 1920px;
    margin: 0 auto;
}

/* header - top bar */
.header-time ul{
    display: flex;
    gap: 16px;
}
.mobile-header-btn .elementor-button-wrapper a {
    width: 100%;
}

/* mobile menu */

.off-canvas-menu-cls ul li.dropdown-open i{
    transform: rotate(180deg);
    left: -5px;
}


/* footer */

.footer-list-cls ul li.menu-item a:hover {
    color: #00A5B8 !important;
}

.footer-list-cls ul li.menu-item a.active {
    color: #00A5B8 !important;
}

.m-btm-0 p:last-child {
    margin-bottom: 0 !important;
}
.ul-pdl-22 ul{
	padding-left: 22px !important;
}

.ul-pdl-26 ul{
	padding-left: 26px !important;
}
.ul-btm-16 ul{
	margin-bottom:16px;
}
.txt-normal h4{
	text-transform: none !important;
}
.hide-overflow{
	overflow: hidden !important;
}
.scroll-overflow{
	overflow: scroll !important;
	scrollbar-width: none !important;
}
.txt-strong strong{
	font-weight: 500 !important;
}
.home-video > div.elementor-wrapper, .home-video img{
    aspect-ratio: 1.53 !important;
}
.li-btm-8 ul li:not(:last-child){
    margin-bottom: 8px;
}
.enquiry-inner-sec{
	overflow: hidden !important;
}
.section_text ul {
    padding-left: 24px;
}
/*  .faqs-accordion .icon.icon-minus::before {
    content: "";
    display: inline-block;
    width: 18px;  
    height: 18px; 
    background-image: url('/wp-content/uploads/2026/03/minus-sign-1-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	 font-family: unset !important;
} 

 .faqs-accordion .icon.icon-plus::before {
    content: "";
    display: inline-block;
    width: 18px;  
    height: 18px;
    background-image: url('/wp-content/uploads/2026/03/plus.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	 font-family: unset !important;
} */

@media(max-width:1024px){
	.home-video > div.elementor-wrapper, .home-video img{
        aspect-ratio: 1.965 !important;
    }
}

@media (max-width:768px){
    .mobile-bg{
        background-color: #F9FFFD;
    }
}
