/**
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: astra-child
 Template:     astra
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* Add your custom CSS below */


/*------ |-- Elementor Global CSS code --| ----------*/

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0px !important;
}

.elementor-widget-text-editor ul {
	margin: 0;
	padding-left: 20px;
}

.elementor-widget-text-editor ul li {
	margin-bottom: 7px;
}

.elementor-widget-text-editor ul li:last-child {
	margin-bottom: 0px !important;
}


/*------ |-- Header Part CSS  --| ----------*/

header {
	position: relative;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease;
}

header.cust-styick-header {
	width: 100%;
	position: fixed !important;
	background: #fff !important;
	top: 0;
	left: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

li.pll-parent-menu-item ul.sub-menu {
	min-width: max-content;
	padding: 0 !important;
}

li.pll-parent-menu-item ul.sub-menu li a.hfe-sub-menu-item {
	display: flex;
	justify-content: flex-start !important;
}



/*------ |-- Global Form css  code --| ----------*/
.all_forms .frm-box label {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
}

.all_forms p {
	margin-bottom: 15px;
}

.all_forms .wpcf7-form-control {
	color: var(--e-global-color-secondary);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0px;
	width: 100%;
	height: auto;
	padding: 10px 15px !important;
	background: transparent;
	border: solid 1px #B5B5B5;
	border-radius: 0;
	width: 100%;
}

.all_forms .frm-submit .wpcf7-submit {
	margin-top: 5px;
	background: var(--e-global-color-6968678) !important;
	color: #fff !important;
	border: solid 2px transparent;
	transition: 0.3s all;
	width: auto;
	padding: 10px 25px !important;
}

.all_forms .frm-submit .wpcf7-submit:hover {
	background: transparent !important;
	;
	color: var(--e-global-color-6968678) !important;
	border: solid 2px var(--e-global-color-6968678) !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-weight: 500;
	line-height: 22px;
	margin: 2px 0 0px !important;
	display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #DC2626;
	color: #DC2626;
	background: #ffff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #329b3c;
	background: transparent;
	color: #329b3c;
}



/*------ |-- Bookin Bus | Shortcode CSS code --| ----------*/

.wbtm_style .inputList .formControl {
	margin-top: 8px;
	font-family: 'Open Sans' !important;
	font-weight: 400 !important;
	border: 1px solid #494949 !important;
	color: #000 !important;
}

.wbtm_style .inputList .formControl::placeholder {
	color: #939393 !important;
}

#wbtm_area .wbtm_search_area.inputInline>h4 {
	display: none !important;
}

.wbtm_style .mpForm label {
	font-family: 'Open Sans' !important;
	font-weight: 600 !important;
}

.wbtm_style .wbtm_search_area .marker i,
.wbtm_style .wbtm_search_area .calendar i {
	top: 55% !important;
	transform: translateY(-55%) !important;
	left: 10px !important;
	color: var(--e-global-color-6968678) !important;
}

.wbtm_style button:hover,
.wbtm_style button:focus {
	background-color: #000 !important;
	border-color: #000 !important;
	opacity: 1 !important;
}


/*------ |-- Home page CSS code --| ----------*/

.hm_bus-inner2 .elementor-element .elementor-image-box-img {
	margin-bottom: 0px !important;
}

.hm-faq-inner .e-n-accordion div.e-con-full {
	box-shadow: 0px 3px 8px -5px #101010;
}

.wbtm_journey_time input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
}


/*--- counter shorcode CSS ---*/
.co2-counter-main .co2-counter-container {
	display: flex;
	justify-content: center;
	grid-gap: 30px;
	flex-wrap: wrap;
}

.co2-counter-container .co2-counter-item {
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0px 10px rgb(0 0 0 / 45%);
	padding: 20px 25px;
	text-align: center;
	width: 100%;
	max-width: 280px;
}

.co2-counter-container .co2-counter-item .co2-label {
	font-weight: 600;
	font-size: 17px;
	color: #000;
	margin-bottom: 5px;
}

.co2-counter-container .co2-counter-item .co2-amount {
	font-size: 40px;
	font-weight: bold;
	color: #78206E;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	grid-gap: 5px;
}

.co2-counter-container .co2-counter-item .co2-amount .co2-unit-inline {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #000;
}

.co2-counter-container .co2-counter-item .co2-subtext,
.co2-counter-container .co2-counter-item .co2-route {
	font-size: 18px;
	margin: 5px 0 0;
}

p.co2-route {
	font-weight: bolder;
}

/*h1.co2-amount {
		font-size: 36px;
		font-weight: bold;
		margin: 0;
		color: #78206E;
	}*/

span.co2-unit-inline {
	font-size: 14px;
}

.co2-progress-wrapper {
	margin-top: 40px;
	text-align: center;
}

.co2-progress-title {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.progress-bar-background {
	width: 80%;
	max-width: 600px;
	height: 25px;
	background-color: #eee;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}

.progress-bar-fill {
	height: 100%;
	background-color: #78206E;
	width: 0;
	transition: width 2s ease-in-out;
	border-radius: 15px 0 0 15px;
}


/* end 2025-09-17 */

/* start Be an Early Adopter btn 2025-09-29 */

input.wpcf7-form-control.wpcf7-submit.has-spinner.my-submit:hover {
	background-color: #78206e;
	/* no change on hover */
	color: #fff;
}

span.required {
	color: red;
	font-weight: bold;
}

html {
	scroll-padding-top: 150px !important;
	/* Adjust based on your header height */
	scroll-behavior: smooth;
}

/* end 2025-09-29 */

/*------------------------------------------------------------------------------------------------------------------------------------ 
             |-- Responsive Media Query --| 
-------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1025px) {

	/*------ |-- Header Part CSS  --| ----------*/

	.Head-mbl-li {
		display: none;
	}

	li.pll-parent-menu-item ul.sub-menu li a.hfe-sub-menu-item {
		padding: 10px 15px !important;
	}

}

@media only screen and (max-width: 1024px) {

	/*------ |-- Header Part CSS  --| ----------*/

	li.pll-parent-menu-item a.hfe-menu-item span {
		margin-left: 10px !important;
		margin-right: auto !important;
	}

	li.pll-parent-menu-item a.hfe-menu-item span.hfe-menu-toggle.sub-arrow {
		margin-left: auto !important;
		margin-right: 0 !important;
	}

}

/* Checkout Customization 07-10-2025 */
p.checkout-reg-info {
	font-size: small;
}

.custom-pricing-table {
	margin-top: 30px;
}

.custom-pricing-table table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	background-color: #e2d4e7;
	font-family: 'Arial', sans-serif;
}

.custom-pricing-table th,
.custom-pricing-table td {
	padding: 15px;
	border: 1px solid #ccc;
}

.custom-pricing-table thead th {
	background-color: #732d91;
	color: #fff;
	font-size: 1.2em;
	font-family: cursive;
}

.custom-pricing-table td:first-child {
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

.custom-pricing-table em {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
}

.custom-pricing-table .icon {
	font-size: 1.4em;
}

.custom-pricing-table th img {
	height: 40px;
	width: auto;
}

.beta-cta-wrap {
	margin-top: 30px;
	text-align: center;
}

.beta-cta-button {
	background-color: #732d91;
	color: #fff;
	padding: 12px 24px;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.beta-cta-button:hover {
	background-color: #5a2370;
}

.beta-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
}

.beta-modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 30px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	position: relative;
}

.beta-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 28px;
	color: #333;
	cursor: pointer;
}

/* WWT YASH 07-10-2025 START */

.form-transparent-btn {
	background: #78206e !important;
	border: 1px solid #78206e !important;
	color: #FFFFFF !important;
}

.form-transparent-btn:hover {
	background: #FFFFFF !important;
	color: #78206e !important;
	border: 1px solid #78206e !important;
}

.global-purple-btn {
	background: #78206e !important;
	color: #FFFF !important;
}

.global-purple-btn:hover {
	background: #000000 !important;
	color: #FFFF !important;
}

.woocommerce-checkout-review-order table {
	text-align: left;
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child,
.woocommerce-page.woocommerce-checkout form #order_review th:last-child,
.woocommerce.woocommerce-checkout form #order_review td:last-child,
.woocommerce.woocommerce-checkout form #order_review th:last-child {
	text-align: left;
}

.woocommerce-checkout-review-order button.button.alt {
	background: #78206e;
}

.woocommerce-checkout-review-order button.button.alt:hover {
	background: #000000;
}

.beta-cta-wrap button:hover {
	background: #000;
	color: #FFF;
}

#gform_submit_button_1, #gform_submit_button_2 {
	background: #78206e !important;
	/* border: 1px solid #78206e !important; */
	color: #FFFFFF !important;
	font-size: 17px;
	line-height: 24px;
	padding: 10px 25px !important;
	border: solid 2px transparent;
	transition: 0.3s all;
	font-weight: 500;
	font-family: "Open Sans";
	border-radius: 5px 5px 5px 5px;
	
}

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
	background: #FFFFFF !important;
	color: #78206e !important;
	border: solid 2px #78206e !important;
}
.custom-checkout-heading{
	font-weight: 500 !important;
}
.join-confirmation{
	padding: 10px 10px 10px 30px;
    color: green;
    border: 1px solid;
}
/* WWT YASH 07-10-2025 END */

/* Remove sections from checkout page temp - 07-10-2025 - Added by Darshit - Start */
.woocommerce-form-coupon-toggle,
div#wc-stripe-express-checkout-element,
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields__field-wrapper,
h3#order_review_heading,
div#order_review,
p#wc-stripe-express-checkout-button-separator {
    display: none !important;
}

div#customer_details {
    width: 100% !important;
}

.gform-field-label a {
    color: #78206e;
}
.gform-field-label a:hover {
    color: red;
}

/* Remove sections from checkout page temp - 07-10-2025 - Added by Darshit - End */