/*
Theme Name: Skinplus Luxe
Theme URI: https://skinplusluxe.com/
Author: the Sapience team
Author URI: https://sapienceglobal.com
Description: Looking for laser hair removal in Delhi or anti-aging treatments near me? Visit our luxury skin clinic in New Friends Colony, just minutes away from South Delhi's top neighborhoods.
Version: 1.0
*/

.technology-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:30px;
}

.technology-card{
	position:relative;
	border-radius:26px;
	overflow:hidden;
	background:#fff;
}

.technology-card img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.technology-label{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:#6a0f25;
	color:#fff;
	writing-mode:vertical-rl;
	padding:20px 12px;
	font-weight:600;
	z-index:3;
}

.technology-arrow{
	position:absolute;
	top:20px;
	right:20px;
	width:44px;
	height:44px;
	background:#fff;
	border-radius:50%;
	display:grid;
	place-items:center;
	z-index:4;
}

.technology-card.featured::after{
	content:'';
	position:absolute;
	inset:0;
	background:rgba(106,15,37,0.88);
	z-index:2;
}

.technology-overlay{
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
	color:#fff;
	z-index:4;
}

.technology-btn{
	display:inline-block;
	margin-top:15px;
	padding:10px 22px;
	background:#ffd400;
	color:#000;
	font-weight:600;
}


.testimonials-one__carousel {
	display: block !important;
	visibility: visible !important;
}

.form-one .bootstrap-select>.dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one input[type=tel],.form-one textarea {
    width: 100% !important;
    height: 50px !important;
    background-color: #f2f3f6 !important;
    color: var(--cilox-text, #797b81) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    border: none !important;
    border-radius: 30px !important;
    outline: none !important;
    font-family: var(--cilox-font) !important;
    transition: all 500ms ease !important;
    padding: 0 20px !important;
}

.wpcf7-select {
    width: 100% !important;
    height: 50px !important;
    background-color: #f2f3f6 !important;
    color: var(--cilox-text, #797b81) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 25px !important;
    border: none !important;
    border-radius: 30px !important;
    outline: none !important;
    font-family: var(--cilox-font) !important;
    transition: all 500ms ease !important;
    padding: 0 20px 0 0 !important;
}
.wpcf7-spinner,.wpcf7-response-output{
	display: none !important;
}
.wpcf7-submit{
	position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 0 !important;
}
.project-card__thumb {
    width: 750px !important;
}
.about-three__thumb__item .elementor img {
    max-width: fit-content !important;
}
.skinplusluxe-team .divider:last-of-type {
	display: none !important;
}
ul.dropdown-menu{
	position: absolute !important;
}


/* Hide toggle on desktop */
.mobile-toggle {
    display: none;
    cursor: pointer;
    margin-left: 8px;
}

@media (max-width: 991px) {

    .mobile-toggle {
        display: inline-block;
    }

    .main-menu__list ul {
        display: none;
    }

    .main-menu__list li.active > ul {
        display: block;
    }
}



.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.4s ease;
}

.mobile-nav__wrapper.active {
    left: 0;
}

.mobile-nav__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    display: none;
}

.mobile-nav__wrapper.active .mobile-nav__overlay {
    display: block;
}
@media (max-width: 767px) {
	.blog-card__content{
		margin-left:0!important;
		margin-right:0!important;
	}
}

