/* ======== Widgets ======== */
.widget-item{
	border-top:2px solid #E45A92 !important;
}
.widget-item .heading-sm{
	letter-spacing: 0.03rem;
}
.widget-item ul {
    list-style: disc;
    padding-left: 20px;
	max-height:320px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
}
.widget-item ul::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.widget-img-item ul{
	list-style:none;
	padding-left:0;
}
.widget-item li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}
.widget-item li:nth-child(1) {
    padding-top: 0;
}
.widget-item li:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none;
}
.widget-img-item ul li img{
	width:80px;
	height:70px;
}
.widget-item li a {
    transition: color 0.2s ease-in-out
}
.widget-item li a:hover {
    color: #000
}
.widget-item .badge {
    background: #eee;
    border: none;
    padding: 2px 6px;
    font-weight: 600;
    color: #000 !important;
    border-radius: 100px;
    margin-left: 4px;
    transition: background 0.2s ease-in-out
}
.widget-item li:hover .badge {
    background: #FFACAC
}


/* ======== Header ======== */
.sp-header-top{
    padding: 6px 0
}

.sp-header-wrap .contact-text a{
	padding:3px 12px;
}

.navbar-brand img{
    width: 160px;
}

.navbar-toggler, .navbar-toggler:focus{
    box-shadow: none
}

.navbar-toggler-icon{
    width: 1.3em;
    height: 1.3em
}
 
/*--- Header Nav ul ---*/ 
.sp-header-nav-ul li{
    margin:0 0 0 25px;
}

.sp-header-nav-ul li:nth-child(1){
	margin-left:0 !important; 
}

.sp-header-nav-ul li .nav-link{
    padding: 14px 0 !important;
    color: #5b5b5b
}

.sp-header-nav-ul li .nav-link:hover, 
.sp-header-nav-ul li.active .nav-link{
    color: #191919 !important;
}

.sp-header-nav-ul li a.anchor-text{
	position: relative;
}

.sp-header-nav-ul li a.anchor-text:before{
    bottom: 0
}

.sp-header-nav-ul li:hover a.anchor-text:before{
	width:100%;
	z-index:1;
}

.sp-header-nav-ul li.dropdown a.anchor-text:before{
	display:none;
}

.sp-header-nav-ul .dropdown{
	position:static;
}

/* .dropdown a.nav-link,
.navbar-nav .dropdown-menu,
.sp-header-nav-ul li.dropdown a{
    position: relative
} */

.sp-header-nav-ul li.dropdown a{
	padding-right:20px !important;
}

.sp-header-nav-ul li.dropdown a:after{
	content:'';
	width:10px;
	height:10px;
	border:none;
	position:absolute;
    top:20px;
	background:url('../../assets/images/arrow-down.svg') center no-repeat;
	background-size:18px;
	margin-left:8px;
}

/*--- Dropdown Menu ---*/ 
.dropdown-menu{
	box-shadow: 0 4px 9px -3px rgb(0 0 0 / .15);
	border:none;
	border-top:2px solid #E45A92;
	border-radius:0;
	padding:0;
	width:max-content;
}

.sp-header-nav-ul li.dropdown:hover .dropdown-menu{
    display: block
}

.dropdown-menu:before{
    content: '';
    position: absolute;
    border: solid #fff0;
    height: 0;
    width: 0;
    border-color: #E45A92 #fff0 #fff0;
    border-width: 8px;
    left:35px;
	top:-16px;
    margin: auto;
    transform: rotate(180deg);
}

.dropdown-menu li{
	border-bottom:1px solid #eee;
	margin-left:0;
	transition:color .15s ease-in-out,background-color .15s ease-in-out;
}

.dropdown-menu li:hover, .dropdown-menu li:focus {
    color: #191919 !important;
    background: #f5f5f5;
}

.sp-header-nav-ul li .dropdown-menu li a{
	padding:11px 20px !important;
	width: auto;
	background:none;
	transition:inherit;
}

.dropdown-menu li:nth-last-child(1) a{
	border-bottom:none;
}

.dropdown-menu li a:after{
	display:none;
}

.sticky {
    position: fixed !important;
    top: -1px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 30px -3px rgb(0 0 0 / .15);
    z-index: 1500;
    transform-origin: top;
    animation: go-sticky 1s forwards
}

@keyframes go-sticky {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}


/* ======== Mobile - Nav Offcanvas ======== */
.sp-nav-mob-offcanvas{
	width:280px !important;	
}
.sp-mob-menu-wrap{
	max-height:60vh;
}
.sp-mob-menu-wrap .nav-link{
	padding-top:.6rem;
	padding-bottom:.6rem;
}
.sp-mob-menu-wrap .nav-link:hover, 
.sp-mob-menu-wrap .nav-link.accordion-button[aria-expanded="true"]{
	background:#f9f9f9 !important;
	//color:#ff7837;
	color:#000;
	border-left:2px solid #ff7837;
}
.sp-mob-menu-wrap .nav-link:hover svg,
.sp-mob-menu-wrap .nav-link.accordion-button[aria-expanded="true"] svg{
	fill:#ff7837;
}
.sp-sub-mob-menu li{
	margin-bottom:.4rem;
}


/* ======== Scroll To Top ======== */
.sp-go-to-home {
    opacity: 0;
    visibility: hidden;
    right: 20px;
    bottom: 20px;
    z-index: 1100;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background: rgb(0 0 0 / .6);
    transition: all 0.3s ease-in-out
}

.sp-go-to-home:hover {
    background: rgb(0 0 0 / .75)
}

.sp-go-to-home.active {
    animation:goUp 600ms forwards;
}


/* ======== Page Title ======== */
.sp-page-title-section h1.heading-lg {
    font-size: 46px !important
}


/* ======== Gradient Circles ======== */
.sp-gradient-circles{
	top: 53%;
    right: 37%;
}
.sp-circle-1, .sp-circle-2{
	filter: blur(40px);
    opacity: 0.4;
}
.sp-circle-1{
	width: 500px;
    height: 500px;
    background: linear-gradient(#ffd6d5, #e45a92);
}
.sp-circle-2{
	width: 300px;
    height: 300px;
    background: linear-gradient(#cca6ff, #3e1e68);
    top: 70px;
    left: -103px;
}


/* ======== Search Input ======== */
.sp-search-input{
	max-width:360px;
	transition:max-width 0.3s ease-in-out;
}
.sp-search-full .sp-search-input{
	max-width:-webkit-fill-available;
}
.sp-search-input:hover{
	max-width:100%;
}
.sp-search-form input[type='text'].form-control{
	height:60px;
	padding-right:70px !important;
}
.sp-search-input .btn{
    top: 5px;
    right: 5px;
    height: 50px;
}

.sp-search-col .sp-search-input{
	max-width:100%;
}


/* ======== Curve Cards ======== */
.sp-curve-row{
    padding: 0 40px 120px;
}
.sp-curve-col{
    width: 300px;
	transition:transform 0.3s ease-in-out;
}
.sp-curve-col:nth-child(1){
	transform:rotate(-16deg) translate(-12px, 75px);
}
.sp-curve-col:nth-child(2){
	transform:rotate(-8deg) translate(-10px, 12px);
}
.sp-curve-col:nth-child(4){
	transform:rotate(8deg) translate(10px, 12px);
}
.sp-curve-col:nth-child(5){
	transform:rotate(16deg) translate(12px, 75px);
}
.sp-curve-col:hover{
	z-index:10;
}
.sp-curve-col:hover:nth-child(1){
	transform:rotate(-16deg) translate(-12px, 55px);
}
.sp-curve-col:hover:nth-child(2){
	transform:rotate(-8deg) translate(-10px, 0);
}
.sp-curve-col:hover:nth-child(3){
	transform:translate(0, -20px);
}
.sp-curve-col:hover:nth-child(4){
	transform:rotate(8deg) translate(10px, 0);
}
.sp-curve-col:hover:nth-child(5){
	transform:rotate(16deg) translate(12px, 55px);
}


/* ======== Enquiry Form ======== */
.sp-enquiry-form-head{
	top:-60px;
	margin-bottom:-60px;
	background:linear-gradient(45deg, #ededed, #ffffff);
}


/* ======== Whatsapp Form ======== */
.sp-whatsapp-form{
	bottom:80px;
	left:80px;
	width:280px;
	background:linear-gradient(to bottom, #ffffff, #ccff91);
	opacity:0;
	visibility:hidden;
	transform:translateX(-130%);
	transition:transform 0.4s cubic-bezier(0.65, -0.01, 0.16, 0.99), opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.sp-whatsapp-form.sp-active{
	opacity:1;
	visibility:visible;
	transform:translateX(0);
}
.sp-whatsapp-form form.scroll{
	max-height:340px;
	margin-right:-10px;
}


/* ======== Pagination ======== */
.pagination{
	padding:0 1rem;
	margin-top:3rem;
	display:flex;
	align-items:center;
}
.pagination .screen-reader-text{
	font-size:16px;
	font-weight:600;
}
.pagination .nav-links{
	width:100%;
    flex:1;
    margin-left:1rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.pagination .nav-links::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pagination .page-numbers{
	border:1px solid #3E1E68;
	background:rgb(62 30 104 / 8%);
	border-radius:0.475rem;
	padding:4px 12px;
	font-size:14px;
	margin-right:6px;
	margin-bottom:8px;
	display:inline-block;
}
.pagination .page-numbers:nth-last-child(1){
	margin-right:0;
}
.pagination .page-numbers:hover{
	background:rgb(62 30 104 / 24%);
}
.pagination .page-numbers.current{
	background:#3E1E68 !important;
	color:#fff !important;
}


/* ======== Category ======== */
.sp-category-head img{
	transition:transform 0.4s ease-in-out;
}
.sp-category-item:hover .sp-category-head img{
	transform:scale(1.1);
}


/* ======== Bottom Content ======== */
.sp-bottom-content-section{
	
}


/* ======== (Prev - Next) Img ======== */
.sp-prev-img, .sp-next-img{
	margin: 0 10px;
}
.sp-prev-img, .sp-next-img,
.sp-prev-img img, .sp-next-img img{
	width: 40px;
    height: 40px;
}


/* ======== Comments ======== */
#respond h3 {
    font-size: 1.25rem;
    margin-bottom: 10px
}
#respond a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #E45A92
}
#respond p {
    margin-bottom: 1rem
}
#respond p,
#respond a {
    font-size: 15px
}
#respond textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
    border-radius:0.675rem;
    border-color:#b3b3b3;
	padding: .425rem .75rem;
}
#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
    border-color: #ffd6d5 !important;
    box-shadow: 0 0 0 .10rem #ffb3d2;
}
#respond input[type="submit"]{
	padding: 0.8rem 1.5rem;
    color: #fff;
	font-size: 15px;
	border-radius:0.675rem;
	font-weight:500;
	background: #3e1e68;
	border:none;
}
#respond .form-submit {
    margin-bottom: 0
}
.sp-comment-box {
    padding: 22px;
}
.sp-comment-author {
    line-height: 1.2;
}
.sp-comment-item .children {
    padding-left: 40px
}


/* ======== CTA - Bottom links ======== */
.sp-cta-bottom-links{
	bottom:80px;
    left:16px;
	transition:transform 0.3s ease-in-out;
}

.sp-cta-bottom-btn{
	width:44px !important;
	height:44px !important;
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	transition:transform 0.2s ease-in-out;
}
.sp-cta-bottom-btn:hover{
	transform:scale(1.1) !important;
}
.sp-cta-bottom-btn:nth-child(1){
	bottom:30px;
	transform:translateY(50px);
	transition:all 0.8s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(2){
	bottom:20px;
	transform:translateY(40px);
	transition:all 0.6s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(3){
	bottom:10px;
	transform:translateY(30px);
	transition:all 0.4s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(4){
	bottom:0;
	transform:translateY(20px);
	transition:all 0.2s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn.active{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

.sp-cta-bottom-close{
	bottom:20px;
    left:20px;
	width:36px;
	height:36px;
}


/* ======== Share links ======== */
.sp-share-links-mob-wrap{
	right:20px;
    top:180px;
    width:32px;
	border-radius:160px;
    padding:10px 0;
    width:34px;
    height:max-content;
    box-shadow:0 0 15px -3px rgb(0 0 0 / .15);
	opacity: 0;
    visibility: hidden;
}
.sp-share-links-mob-wrap.active{
    animation:goUp 600ms forwards;
}
.sp-share-links-mob-wrap p{
    transform:rotate(-90deg);
    position:relative;
    top:16px;
    left:0;
    right:0;
    font-size:14px;
}
.sp-share-links-mob{
	padding-top:35px;
}


/* ======== Modal - Enquiry Form ======== #d7594c, #e35e4f */
.sp-enquiry-modal-form .modal-content{
	background:linear-gradient(280deg, #d6b6ff, #ffeaf3);
	animation:bgColorAnimate 2s infinite linear;
}
@keyframes bgColorAnimate{
	0%{
		background:linear-gradient(280deg, #dabeff, #fff0f6);
	}
	100%{
		background:linear-gradient(-20deg, #d6b6ff, #ffeaf3);
	}
}

.sp-enquiry-modal-form .eqf-form-btn{
	letter-spacing:0.05rem;
}


/* ======== 404 Error ======== */
.sp-error-content h1{
	font-size:14rem;
	line-height:1;
}


/* ======== Footer ======== */ 
.sp-footer-wrap {
	background:#22143e;
	padding-bottom:50px;
}
.footer-top .col-xl-7{
	padding-left:3.9rem;
}
.footer-col li {
    margin-bottom: .3rem;
}
.footer-col li a, .footer-col .contact-text a, .footer-ul li a {
	font-size:0.9rem;
	color:rgb(255 255 255 / 80%);
	font-weight:400;
    transition: color 0.2s ease-in-out;
}
.footer-col li a:hover,
.footer-ul li a:hover,
.footer-col .contact-text a:hover,
.footer-col li a:focus,
.footer-ul li a:focus,
.footer-col .contact-text a:focus {
    color: #fff !important
}
.footer-col .badge{
	color:#ffacac;
	font-size:0.9rem;
	font-weight:500;
	padding:0;
	border:none;
}
.footer-social-ul a:hover svg,.footer-social-ul a:focus svg {
    fill:#f37bac;
}
.footer-wrap hr {
    border-color: rgb(255 255 255 / .10)
}
.sp-copyrights{
	padding:22px 0;
}


/* ======== Newsletter ======== */ 
.sp-emailer-form p{
	bottom:-2px;
	transform:skewX(-20deg);
	padding:6px 12px;
	letter-spacing:0.035rem;
	background:linear-gradient(45deg, #673d7f, transparent);
}
.sp-emailer-form p span{
	transform:skewX(20deg);
}
.sp-emailer-form .form-control,
.sp-emailer-form .btn{
	padding-top:.65rem;
	padding-bottom:.65rem;
}


/*=== --- Media-Queries --- ===*/
@media(max-width:1199px){
	
	.sp-header-nav-ul li a.anchor-text:before{
		bottom:-1px;
	}
	
	.sp-curve-row{
		flex-wrap:wrap;
		padding:0 22px 40px;
	}
	.sp-curve-col{
		transform:inherit !important;
		max-width:50%;
		padding:8px;
	}
	
}


@media(max-width:991px){
	
	.sp-header-nav-ul{
		margin-bottom:16px;
	}
	.sp-header-wrap .contact-text a{
		padding:3px 10px;
	}
	.sp-header-nav-ul li .nav-link{
		padding:16px 0 8px 0 !important;
	}
	.sp-header-nav-ul li{
		margin-left:0;
	}
	.sp-header-nav-ul li a{
		display:inline-block;
	}
	.sp-header-nav-ul li a.anchor-text:before{
		bottom:0;
	}
	.sp-header-nav-ul li.dropdown a:after{
		top:23px;
		margin-left:10px;
	}
	.dropdown-menu{
		width:100%;
		background:#f2edf5;
		border:none !important;
		box-shadow:none;
		border-radius:0.85rem;
		overflow:hidden;
	}
	.dropdown-menu:before{
		display:none;
	}
	.sp-header-nav-ul{
		max-height:380px;
		overflow: auto;
		overflow-x: hidden;
		padding-right:10px;
	}
	.sp-header-nav-ul::-webkit-scrollbar{
		width:4px;
		height:4px;
	}
	.sp-header-nav-ul li{
		border-color:#eccaff;
	}
	.sp-header-nav-ul li:nth-last-child(1){
		border:none;
	}
	.dropdown-menu li:hover{
		background:#e6d0f3;
	}
	.dropdown-menu li:hover a{
		color:#191919;
	}
	.dropdown-menu li a:hover{
		background:#f0d8ff;
	}
	
	.pagination{
		flex-direction:column;
		align-items:start;
	}
	.pagination .nav-links{
		margin-top:1rem;
		margin-left:0;
	}

}


@media(max-width:767px){
	
	.sp-go-to-home{
        right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px
    }
    .sp-go-to-home svg{
        width: 18px;
        height: 18px
    }
	
	.sp-error-content h1{
		font-size:10rem;
	}

}


@media(max-width:575px){
	
	.sp-banner-section h1{
		font-size:34px;
	}
	
	.sp-page-title-section h1.heading-lg{
		font-size:38px !important;
	}
	
	.sp-curve-row{
		padding:0 11px 0;
	}
	.sp-curve-col{
		padding:4px;
	}
	
	.footer-social-ul .social-links svg{
		width:34px;
		height:34px;
	}
	
	.sp-whatsapp-form{
		left:15px;
		width:260px;
	}
	
	.sp-error-content h1{
		font-size:8rem;
	}

}


@media(min-width:576px){
	
	.sp-enquiry-modal-form .modal-dialog{
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	
}




