* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
@font-face {
    font-family: 'SebastianBobby';
    src: url('../Fonts/sebastian_bobby-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* header section start */
.header-main-wapper {
	position: sticky;
	top: 0;
	z-index: 999;
}
#h-home .h-header-logo {
	max-width: 153px;
}
#h-home .h-header-logo img {
	width: 100%;
	height: auto;
}
.header-main-wapper {
	background: #FFF;
}
.h-toggle-btn {
	display: none;
}
.h-header-nav .h-header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h-main-menu>ul {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
}
.h-main-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.sub-menu-arrow i {
	color: #333333;
}
.h-main-menu ul li a {
	display: inline-block;
	transition: 0.5s all;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	line-height: 22.5px;
	letter-spacing: -0.38px;
	color: #0A1A2F;
	padding: 25px 10px;
}
.h-main-menu ul li:hover>a {
	color: #C93B83;
}
.h-main-menu ul li a.active{
	color: #C93B83;
}
.mega-menu .menu-column a {
	display: flex;
	flex-direction:column !important;
	justify-content:flex-start !important;
	align-items:flex-start !important;
	transition: 0.5s all;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	text-decoration: none;
	line-height: 22.5px !important;
	letter-spacing: -0.38px !important;
	color: #0A1A2F !important;
	padding: 10px 10px !important;
}
.mega-menu .menu-column a>div{
	display: flex;
	flex-direction:row !important;
}
.mega-menu .menu-column a span {
	display:block;
	white-space:pre-wrap !important;
} 
.mega-menu .menu-column a:hover {
	background-color:unset !important;
	color: #0A1A2F !important;
}
.h-main-menu ul li:hover>.sub-menu-arrow i {
	color: #C93B83;
}
.h-main-menu>ul>li>ul {
	display: flex;
	flex-direction: column;
	gap: 0px;
	border: none;
	top: 100%;
	left: 0px;
	z-index: 99;
	opacity: 1;
	width: 250px;
	border-radius: 0;
	position: relative;
	visibility: visible;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transform: rotateX(-75deg);
	transition: 0.5s;
	transform-style: preserve-3d;
	transform-origin: 0% 0%;
	background: #FFF;
	border-radius: 0 0 10px 10px;
	padding: 14px 0;
}
.h-main-menu>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: rotatex(0deg);
}
.h-main-menu>ul>li span.sub-menu-arrow i {
	transition: all 0.3s ease-in-out;
}
.h-main-menu>ul>li:hover>span.sub-menu-arrow i {
	transform: rotate(180deg);
}
.h-main-menu>ul>li>ul>li>a {
	padding: 10px 10px;
}
.h-main-menu>ul>li>ul>li>ul {
	display: flex;
	flex-direction: column;
	gap: 0px;
	border: none;
	top: 0%;
	left: 100%;
	z-index: 99;
	opacity: 0;
	width: 250px;
	border-radius: 0;
	position: absolute;
	visibility: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	transform: rotateX(-75deg);
	transition: 0.5s;
	transform-style: preserve-3d;
	transform-origin: 0% 0%;
	background: #FFF;
	border-radius: 0 0 10px 10px;
	padding: 14px 0;
}
.h-main-menu>ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: rotatex(0deg);
}
.h-main-menu>ul>li>ul>li>ul>li>a {
	padding: 10px 10px;
}
.h-main-menu>ul>li>ul>li>span {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.h-main-menu>ul>li>ul>li>span.sub-menu-arrow i {
	transform: rotate(-90deg);
}
.h-main-menu>ul>li>ul>li:hover>span.sub-menu-arrow i {
	transform: rotate(90deg);
}
.header-login-sign-up-btn{
	display: flex;
}
.header-login-sign-up-btn a{
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	line-height: 20px;
	fill: #FFF9F9;
	color: #FFF9F9;
	background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
	border-radius: 40px 40px 40px 40px;
	padding: 12px 24px 12px 24px;
	transition: transform 150ms ease, box-shadow 150ms ease, background-color 100ms ease-in-out;
}
.header-login-sign-up-btn a:hover{
	transform: scale(1.05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}
/* --- Mega Menu Styles --- */
.mega-menu {
	display: flex;
	gap: 22px;
	border: none;
	z-index: 99;
	width: 900px;
	max-width: 95vw;
	border-radius: 0;
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 0;
}
/* Show Mega Menu on hover */
.h-main-menu ul li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) rotatex(0deg);
}
.featured-box {
	background-image: linear-gradient(90deg, #C93B83 0%, #8D63C9 100%);
	border-radius: 10px 0 0 10px;
	color: #fff;
	padding: 30px 20px !important; 
	width: 33%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.featured-title {
	font-family: "Dancing Script", Sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 44px;
	color: #FFF;
	margin: 0;
	padding-bottom: 0px;
}
.best-value-tag {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(4px);
	border-radius: 9999px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #C93B83;
	padding: 7px 12px;
	display: flex;
	margin-bottom: 8px;
	width: fit-content;
}
.featured-box p {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.btn-featured {
	font-family: "Montserrat", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	fill: #FFFFFF !important;
	color: #FFFFFF !important;
	padding: 0 !important;
	margin-top: 20px !important;
}
.btn-featured:hover{
	transform: scale(1.01);
}
.btn-featured i {
	margin-left: 5px;
	transition: margin-left 0.3s;
}
.btn-featured:hover i {
	margin-left: 10px;
}
.menu-column {
	width: 33%;
}
.column-header {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #C93B83;
	padding: 10px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.mega-link-item {
	display: block;
	padding: 10px 0;
	color: #0A1A2F;
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
}
.mega-link-item .icon {
	margin-right: 8px;
	font-size: 18px;
	font-style: normal !important;
}
.mega-link-item p {
	font-size: 13px;
	font-weight: 400;
	color: #555;
	margin-top: 2px;
	margin-bottom: 0;
}
.mega-link-item:hover {
	color: #C93B83;
}
.custom-container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.custom-mobile-menu nav .sub-menu { border-radius:10px !important; }

/* new css */
.menu-column ul {
	padding:0;
	margin:0;
	display:flex !important;
	flex-direction:column;
	gap:0;
	position:relative !important;
	width: 100% !important;
}
.menu-column ul li { list-style-type:none; }
.menu-column ul li a {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none;
    line-height: 22.5px !important;
    letter-spacing: -0.38px !important;
    color: #0A1A2F !important;
	border-left:0 !important;
}
/* header section end */

@media(max-width: 1024px) {
    /* header section start */
	.elementor-2691 .elementor-element.elementor-element-5f47ae12 .elementor-nav-menu--dropdown a.elementor-item-active { font-weight:700; }
    .h-toggle-btn {
        display: block;
    }
	#h-home .h-header-logo {
		max-width: 122px;
	}
	.header-login-sign-up-btn {
		margin: 0 0 0 auto;
	}
    .h-header-menu .h-toggle-btn {
        margin-right: 20px;
        margin-left: 20px;
        width: 36px;
        height: 36px;
        position: relative;
        -webkit-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        transition: .5s ease-in;
        cursor: pointer;
        display: inline-block;
        background-color: rgba(0,0,0,.05);
        border-radius: 3px;
        padding: 6px;
    }
	.header-login-sign-up-btn a {
		padding: 12px 12px 12px 12px;
	}
    .h-header-menu .line-card {
        width: 100%;
        height: 3px;
        background: #8D63C9;
        margin: 4px auto;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
	.h-header-menu .line-card:last-child{
		margin-bottom: 0;
	}
	#h-toggle-btn.open .one {
		transform: rotate(45deg) translate(2px, 5px);
		margin-top: 5px;
		margin-left: 2px;
	}
	#h-toggle-btn.open .two {
		opacity: 0;
	}
	#h-toggle-btn.open .three {
		transform: rotate(-45deg) translate(5px, -8px);
		margin-left: 1px;
	}
	#h-sidebar-wrapper {
		z-index: 1000;
		position: fixed;
		right: 0;
		width: 100%;
		height: 0;
		margin-left: 0;
		background-color: #C93B83;
		visibility: hidden;
		opacity: 0;
		top: 109px;
		overflow: hidden;
		display: none;
		height: auto;
		opacity: 1;
		visibility: visible;
	}
    .h-header-menu {
        position: relative;
        z-index: 1000;
    }
    #h-sidebar-wrapper>ul {
        margin: 0;
        padding: 0;
        display: block;
    }
    #h-sidebar-wrapper ul li {
        list-style-type: none;
        display: block;
        padding: 15px 20px;
    }
    #h-sidebar-wrapper>ul>li {
        border-bottom: 1px solid #D1D0D0;
    }
    #h-sidebar-wrapper ul li a {
        color: #FFF;
        font-size: 20px;
        padding: 0;
        display: inline-block;
    }
    .overlay_bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(86, 86, 86, 0.4);
        z-index: 1000;
        transition: all 0.5s ease-in-out;
    }
    .overlay_bg.h-bg-active {
        display: block;
        width: 100%;
        left: auto;
        top: 0;
        cursor: pointer;
    }
    .open-nav {
        overflow: hidden;
    }
    .m-overlay-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(86, 86, 86, 0.4);
        z-index: 1000;
        transition: all 0.5s ease-in-out;
    }
    .m-overlay-bg.h-bg-active {
        display: block;
        width: 100%;
        left: auto;
        top: 0;
        cursor: pointer;
    }
    .open-nav {
        overflow: hidden;
    }
    .menu-right-wapper {
        flex-direction: row-reverse;
        gap: 16px;
    }
    .header-main-wapper {
        position: relative;
        z-index: 9999;
        padding: 0px 0;
    }
    .h-main-menu>ul>li span.sub-menu-arrow i {
        color: #FFF !important;
    }
    .h-main-menu>ul>li>ul {
        opacity: unset;
        width: 100%;
        position: static;
        visibility: unset;
        transition: unset;
        transform: unset;
        transition: unset;
        transform-style: unset;
        transform-origin: unset;
        background: transparent;
        display: none;
        padding: 0;
    }
    .h-main-menu>ul>li>ul>li {
        border: none;
    }
    .h-main-menu>ul>li:hover>ul {
        opacity: unset;
        visibility: unset;
        transform: unset;
    }
    .h-main-menu>ul>li:hover span.sub-menu-arrow i {
        transform: none;
    }
    .h-main-menu>ul>li span.sub-menu-arrow {
        float: right;
        cursor: pointer;
    }
    #h-sidebar-wrapper>ul {
        height: calc(100vh - 71px);
        overflow-y: auto;
    }
    .h-main-menu>ul>li>ul>li>ul {
        opacity: unset;
        width: 100%;
        position: static;
        visibility: unset;
        transition: unset;
        transform: unset;
        transition: unset;
        transform-style: unset;
        transform-origin: unset;
        background: transparent;
        display: none;
        padding: 0;
    }
    .h-main-menu>ul>li>ul>li:hover>ul {
        opacity: unset;
        visibility: unset;
        transform: unset;
    }
    .h-main-menu>ul>li>ul>li>span {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
    #h-sidebar-wrapper ul>li>ul>li {
        padding: 15px 0px 15px 20px;
    }
    .h-main-menu>ul>li>ul>li:hover>span.sub-menu-arrow i {
        transform: unset;
    }
    .h-main-menu>ul>li>ul>li>span.sub-menu-arrow i {
        transform: unset;
    }
    .h-main-menu>ul>li.open>span.sub-menu-arrow i {
        transform: rotate(180deg) !important;
    }
    .h-main-menu>ul>li.open>ul>li.open>span.sub-menu-arrow i {
        transform: rotate(180deg) !important;
    }
	.h-main-menu ul li:hover > .mega-menu {
		transform: unset;
	}
	.mega-menu {
		width: 100%;
		max-width:100%;
		position: relative;
		background: unset !important;
		display: flex;
		padding: 15px 10px 0 10px;
		flex-direction: column;
		gap: 15px;
	}
	.h-main-menu > ul > li.open > .mega-menu {
		display: flex;
	}
	.h-main-menu > ul > li > .mega-menu .featured-box,
	.h-main-menu > ul > li > .mega-menu .menu-column {
		width: 100%;
		padding: 0px;
	}
	.h-main-menu > ul > li > .mega-menu .featured-box {
		padding: 20px;
	}
	/* Ensure mobile menu links look right inside the mega menu */
	.h-main-menu > ul > li > .mega-menu .mega-link-item {
		padding: 10px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		color: #FFF;
		width: 100%;
		padding-bottom: 10px !important;
		margin-bottom: 10px;
	}
	.h-main-menu > ul > li > .mega-menu .mega-link-item p {
		color: #FFF;
	}
	.h-main-menu > ul > li > .mega-menu .column-header {
		color: #FFF;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.featured-box {
		border-radius: 10px;
		background: #8D63C9;
		width:100%;
		display:none;
	}
	.menu-column { width:100%; }
	.mega-menu .menu-column a { 
		color:#fff  !important; 
		padding:10px !important; 
		margin-left:0 !important; 
		border:0 !important;
		font-size: 14px !important;
		font-weight: 400 !important;
	}
	.mega-link-item p { color:#fff  !important; }
	.column-header { color:#fff  !important; }
	.custom-mobile-menu nav .sub-menu {
		position: relative !important;
		top: 0 !important;
		border-radius:0 !important;
		transform: none !important;
		touch-action: manipulation !important;
	}
	.custom-mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		top: 100px !important;
	}
	/* .featured-box{ display:none !important; } */
	/* 	.scroll-up, .scroll-down { display:none !important; } */
		
	/* new css */
	.menu-column ul { gap:0; }	
    /* header section end */
}
@media(max-width:767px){
	.custom-mobile-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		top: 70px !important;
	}
}