/*
Theme Name: Hello Elementor
Theme URI: #
Author: Elementor
Author URI: #
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Version: 5.6.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Hello Elementor

*/

.order-again,
.woocommerce-table__product-name a{
	display:none !important;
}

a.no-underline{
	text-decoration:none;
}
#search-bar {
	width: 100%;
	padding: 17px 30px 17px 60px;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background: url('/wp-content/uploads/2025/03/search-icon.svg') no-repeat 30px center;
	background-size: 22px 22px;
	color: #FFF;
}

.acc_sec button{
	cursor: pointer;
}

.Stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: 30px;
	font-family: Times;
	line-height: 1;

	&::before {
		content: '★★★★★';
		letter-spacing: 1px;
		background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.mo-openid-app-icons p {
	font-size:0;
}
.menu_image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	cursor:pointer
}


/* pricing calander */
.pricing-calendar-container {
	max-width: 600px;
	margin: auto;
	text-align: center;
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	margin-top: 30px;
}

.calendar-day {
	border-radius: 15px;
	background: #202020;
	display: flex;
	width: 100%;
	gap:10px;
	min-height: 100px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-direction: column;
}

.calendar-day:hover {
	background: #000;
}
.calendar-day strong {
	font-size: 18px;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #FE994A;
}

.calendar-day.select_date {
	border-color: #fff;
	box-shadow: 0px 0px 10px 2px #fff;
}
.calendar-day.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.calendar-header {
	padding: 10px;
	border: 1px solid #ddd;
	background: #000;
	text-align: center;
	border-radius: 5px;
	color: #FE994A;
	font-weight: 600;
	font-size: 20px;
	margin-bottom:30px;
}
/* toggle button */
  .toggle_box {
        position: relative;
        display: inline-block;

    }
	.toggle_option {
		display: inline-flex;
		gap: 20px;
		position: relative;
		height: 50px;
		padding-inline:14px;
  		align-items: center;
	}

    .toggle_box input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .toggle_box label {
        cursor: pointer;
    }

	.toggle {
		position: absolute;
		cursor: pointer;
		width: 100%;
		height: 100%;
		-webkit-transition: .4s;
		transition: .4s;
		border-radius: 8px;
		border: 1px solid #FE994A;
		z-index: -1;
		left:0;
	}

    .toggle:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 51%;
        left: 0px;
        bottom: 0px;
        background-color: #FE994A;
		border-radius: 8px;
        -webkit-transition: .4s;
        transition: .4s;
    
    }
    input:checked+.toggle_option .toggle:before {
		left: 49%;
    }

/*writer card  */
.orange-text{
	color:#FE994A !important;
}
.writer_card{
	border-radius: 23px;
border: 1px solid #3C3C3C;
background: #121212;
	padding:38px;
}
.writer_card .profile_small_img {
    width: 44px;
    height: 44px;
    border-radius: 48px;
    overflow: hidden;
    border: 0.2px solid #fff;
    background: azure;
    margin-bottom: 0px !important;
}
.card_flex {
    display: flex;
    gap: 10px;
}
.card_head {
    display: flex;
	align-items: center;
	gap: 20px;
}
.analysis {
	display: flex;
	flex-wrap: nowrap;
	gap:10px;
}
.writer_card .percentage-text {
	font-size: 12px !important;
	font-weight: 400;
	line-height: 114.286%;
	color: #888;
}
.writer_card .selected-title{
	color: #868686;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}
.writer_card .percentage-rate{
	font-size: 18px;
	font-weight: 500;
	line-height: 140% ;
}
.writer_card .orange_border {
    padding: 8px 15px;
    font-size: 14px;
}
.writer-card-container{
	padding-block:40px 80px;
}
.writer-card-container button.slick-arrow {
    bottom: -0px;
    position: absolute;
	cursor:pointer;
	font-size: 0px;
    background: transparent;
    box-shadow: none;
	background-color: transparent !important;
}
.writer-card-container button.slick-arrow:hover{
	 background: transparent;
}
.writer-card-container .slick-track {
    display: flex;
    gap: 20px;
}
.writer-card-container button.slick-next {
   left:auto;
	right: 45%;
}
.writer-card-container .slick-prev{
	left: 45%;
}

.writer-card-container .slick-prev::before,
.writer-card-container .slick-next::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('/wp-content/uploads/2025/03/writer-prev.svg') no-repeat center center;
    background-size: contain;
    left: 0px; 
    top: 0px;
}

.writer-card-container .slick-next::before{
	background: url('/wp-content/uploads/2025/03/writer-next.svg') no-repeat center center;
	 background-size: contain;
}


.orange_border{
	border-radius: 6px;
	border-left: 1px solid #FE994A;
	background: #1B1B1B;
	padding: 14px 20px;
	margin-top: 10px;
}
/* service accordian */
.accordion_sec .elementor-accordion .elementor-accordion-item {
    border-radius: 15px;
    background: #2E2E2E;
}
.accordion_sec .elementor-tab-title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.accordion_sec .elementor-accordion-icon svg {
    width: 100% !important;
    height: 100% !important;
	transition: 0.5s;
}
.accordion_sec .elementor-tab-title.elementor-active svg {
    transform: rotate(90deg);
}
.accordion_sec .elementor-accordion-icon span.elementor-accordion-icon-closed {
    width: 32px;
    height: 32px;
    display: inline-block !important;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 10px;
    background: #fff !important;
}
.accordion_sec .elementor-accordion .elementor-accordion-item:not(:last-child) {
    margin-bottom: 24px;
}
.service_accordian img{
	max-width:12px !important;
}
.service_accordian .elementor-tab-content h6{
	margin-block:10px;
}
.service_accordian .elementor-tab-content p:not(:last-child){
	margin-bottom:5px;
}

/* product quantity */
.product-quantity {
	opacity:0 !important;
}

/* woocommerce button  */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 15px 29px;
    display: block;
    background-color: #38383875;
    border-radius: 50px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
    border: 1px solid #696969;
    outline: none;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background-color: transparent;
	color: #fff;
    border-radius: 20px;
	box-shadow: none;
	width: 25px;
    height: 25px;
}
.notification_preference {
    padding-block: 30px;
}

.woocommerce-Button.button {
    background-color: #FE994A !important;
    font-family: "Satoshi", Sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal !important;
    color: #FFFFFF !important;
    border-radius: 36px 36px 36px 36px !important;
}
.woocommerce-Button.button:hover{
	background-color: #4398C5 !important;
}

form.woocommerce-ResetPassword {
    display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}
.woocommerce-lost-password .woocommerce{
	width:100%;
	max-width: 850px;
	padding: 50px 50px 100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.blog-feature-image img{
	box-shadow: 5.28px 9.06px 0px #5C5C5C !important;
}
.blog-content img {
    border-radius: 30px !important;
    box-shadow: 5.28px 9.06px 0px #5C5C5C !important;
    margin: 0px 0px 0px 0px;
	min-height:450px;
	max-width:1060px;
	width:100%;
}
.blog-content p{
    line-height: 160%;
    font-size: 20px;
    font-family: 'Satoshi';
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
	margin-bottom:30px;
}
.blog-content h4{
    font-weight: 700 !important;
    color: #fff;
    font-size: 28px;
    line-height: 114%;
    font-family: 'Satoshi';
    margin-bottom: 30px;
    margin-top: 30px;
}
p.sub-head {
    color: rgb(255 255 255 / 70%);
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.blog-content p strong {
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 1599px) {
	
/* 	login sign up  */
	
	.input-text{
		padding: 14px 26px;
		font-size: 17px;
	}
	.woocommerce form.login, .woocommerce form.register{
		margin-bottom: 10px;
	}
	.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
	   margin-top: -16px;
	}
	
	.login_form{
		padding: 10px 40px;
	}
	.form_btn .button{
		padding: 14px 26px !important;
		font-size: 17px !important;
	}
	
	.register_page > .elementor-container.elementor-column-gap-default{
		max-width: 1000px !important;
	}
	
	.register_page > .elementor-container.elementor-column-gap-default{
		padding: 20px;
	}
	
	.add_image_plus{
		width: 60px;
		height: 60px;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
		font-size: 15px;
	}
	
	.select2-container--default .select2-selection--multiple{
		padding: 4px 12px;
	}
	/* 	1367 */
}

@media only screen and (max-width: 1366px){
	
	.login_form {
        padding: 0px 30px;
    }
	
	.select2-container--default .select2-selection--multiple .select2-selection__clear{
		margin-right: 2px;
	}
	
/* 	1200 */
}

@media only screen and (max-width: 1199px){
		
	.register_page > .elementor-container.elementor-column-gap-default{
		max-width: 850px !important;
	}
	
/* 	1025ox */
}

@media only screen and (max-width: 1024px){
	
	.register_page > .elementor-container.elementor-column-gap-default {
        max-width: 90% !important;
		padding: 10px 12px !important;
    }
	.add_image_plus {
        width: 50px;
        height: 50px;
    }
	.photo-upload label{
		gap: 15px;
		font-size: 17px;
	}
	.radio-group label{
		font-size: 17px;
	}
	.display_flex{
		gap: 12px;
	}
	.input-text {
        padding: 12px 20px;
        font-size: 14px;
    }
	.register_form_fields label, .login_form label{
		margin-block: 16px 8px;
		font-size: 17px;
		width : 100% !important;
	}
	.form_btn .button {
        padding: 12px 24px !important;
        font-size: 16px !important;
    }
/* 	768px */
}

@media only screen and (max-width: 767px){
	
	.woocommerce form.login, .woocommerce form.register{
		margin-top: 0px;
	}
	.login_form {
        padding: 0px 10px;
    }
	
	.register_page > .elementor-container.elementor-column-gap-default{
		padding: 16px 0px !important;
	}
	
	.display_flex{
		flex-direction: column;
		gap: 0px;
	}
	
	.input-text {
        padding: 11px 18px;
    }
	.login_form{
		margin-top: 20px;
	}
	
	/* 	480px */
}