/* 
Theme Name:		  Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	  Hello Elementor Child is a child theme of  Hello Elementor, created by ChildTheme-Generator.com
Author:			 Hamza Hanif
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/

/* HOme  */
.home .tabListsNext {
    display: none !important;
}
.home div.mptbm_transport_search_area div.tabsContentNext{
	background-color:transparent !important;
	padding:0 !important;
}

header .elementor-widget-image img{
	height:120px !important;
	object-fit:contain;
}

.elementor-element.elementor-widget.elementor-widget-image img {
    width: 100% ! IMPORTANT;
}
	.dLayout h3 {
    margin-top: 0 !important;
}

.dFlex.mptbm_extra_service_item {
    margin-bottom: 16px;
}
@media (max-width:768px){
    .elementor-73 .elementor-element.elementor-element-59c0e3f4 {
	margin-bottom:-185px !important		
}
	.fdColumn._fullWidth.mptbm_list_details{
		flex-direction: column !important;
        margin-top: 20px !important;
	}
}
@media (max-width:600px){
	.elementor-73 .elementor-element.elementor-element-627e0c4c .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #000 !important;
    fill: #000 !important;
}
	header .elementor-widget-image img{
		height:90px !important;
	}
	
	.elementor-element.elementor-element-791719bb.e-con-full.e-flex.e-con.e-child.animated.fadeInLeft {
    margin-top: 80px !important;
}

}


.elementor-73 .elementor-element.elementor-element-627e0c4c .elementskit-navbar-nav .elementskit-submenu-panel{
	box-shadow:unset;
	background:transparent !important;
}



div.mptbm_transport_search_area{
	box-shadow:unset;
}
.mptbm_transport_search_area .tabListsNext{
	background-color:#090909;
	border-radius:unset;
}
div.mptbm_transport_search_area div.tabsContentNext{
	background-color:#090909;
	border-radius:unset;
}

._dLayout.mptbm_distance_time {
    background: #090909;
    color: #FFF !important;
	border:unset;
	border-bottom:unset !important;
}
div.mptbm_distance_time h6{
	color:#FFF;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    color: #c1872b;
    font-size: 28px;
    margin-bottom: 40px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.woocommerce-order>p {
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    font-size: 19px;
}

.woocommerce-order-details__title,.woocommerce-column__title {
    font-size: 28px !important;
    margin-bottom: 0;
}

ul.wc-item-meta {
    font-size: 16px !important;
    padding-left: 10px !important;
}

.wc-item-meta li {
    margin-top: 0 !important;
}

.woocommerce-table__product-name>font,.woocommerce-table__product-name .product-quantity {
    font-size: 18px !important;
}
a.ui-state-default {
    color: #000 !important;
}

span.ui-state-default {
    color: #000 !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 30px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-size:18px;
	margin-bottom:10px;
}


/* Cart Page  */
a.checkout-button.button.alt.wc-forward {
    background: #F8B54A !important;
    border-radius: 40px;
}
td.product-quantity {
    display: none;
}

th.product-quantity {
    display: none;
}
/* ================================
   WOOCOMMERCE CART - LUXURY STYLE
   Colors: #f8b54a #FCEED9 #090909
================================ */

/* Main table */
.woocommerce-cart-form table.shop_table {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

/* Header */
.woocommerce-cart-form table thead {
    background: #090909;
}
td.product-name {
    color: #000 !important;
    font-size: 25px !important;
    margin-bottom: 10px !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 17px !important;
}

.woocommerce-cart-form table thead th {
    color: #f8b54a;
    font-weight: 600;
    padding: 16px 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

/* Row spacing */
.woocommerce-cart-form table tbody td {
    padding: 20px 18px;
    border-bottom: 1px solid #eee;
}

/* Product title */
.product-name {
    font-weight: 600;
    font-size: 16px;
    color: #090909;
}

/* Booking details box */
.product-name .variation {
    background: #FCEED9;
    border-radius: 10px;
    padding: 16px;
    margin-top: 10px;
    border: 1px solid rgba(248,181,74,0.25);
}

/* Booking list spacing */
.cart_list li {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

/* Product image */
.product-thumbnail img,
.bg_image_area div {
    border-radius: 12px;
    overflow: hidden;
}

/* Price + subtotal */
.product-price,
.product-subtotal {
    font-weight: 700;
    font-size: 17px;
    color: #f8b54a;
}

/* Remove button */
.product-remove .remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #FCEED9;
    border-radius: 50%;
    color: #090909 !important;
    font-size: 18px;
    transition: .3s ease;
}

.product-remove .remove:hover {
    background: #f8b54a;
    color: #090909 !important;
}

/* Coupon section */
.coupon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.coupon input {
    border-radius: 8px;
    border: 1px solid #f8b54a;
    padding: 10px 14px;
    background: #fff;
}

/* Buttons */
.woocommerce button.button {
    background: #f8b54a;
    color: #090909;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 700;
    transition: .3s ease;
    border: none;
}

.woocommerce button.button:hover {
    background: #090909;
    color: #f8b54a;
}

/* Disabled button */
button[name="update_cart"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* Mobile responsive */
@media (max-width: 768px) {

    .woocommerce-cart-form table.shop_table {
        border-radius: 10px;
    }

    .woocommerce-cart-form table tbody td {
        padding: 14px;
    }

    .coupon {
        flex-direction: column;
        align-items: stretch;
    }
}

/* flex -booking form  */

#flex-booking-form .mptbm_map_area.fdColumn {
    display: none !important;
}

#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal{
	max-width: 100%;
/*         /* margin-left: 0; */
}
#flex-booking-form .elementor-element.elementor-element-4f1f7ed.elementor-widget.elementor-widget-shortcode {
    width: 100% !important;
}
#flex-booking-form button._themeButton_min_200.mptbm_book_now {
    margin: 20px 0px 0px;
}

#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal{
	display: flex;
    width: 100% !important;
    flex-direction: column;
	height:220px;
}
#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal .mpForm{
	display:inline-flex;
	width:100%;
	align-items:center;
	 gap:10px;
	
}
.justifyBetween h6{
	color:#000 !important;
}

#flex-booking-form .inputList {
    flex: 0 0 24.5%;
    max-width: 25%;
}

#flex-booking-form .divider {
    display: none !important;
}


#flex-booking-form .flexWrap {
    height: fit-content !important;
	padding:40px 20px ;
    
}

._mB_xs{
	color:#000 !important;
}
/* ===== TABLET (≤1024px) ===== */
@media (max-width: 1024px) {
	div#flex-booking-form{
		width:100% !important;
	}
	
	#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal{
		height:fit-content;
	}

    #flex-booking-form .inputList {
        flex: 0 0 48%;
        max-width: 48%;
    }

    #flex-booking-form .mpForm {
        justify-content: center;
			flex-wrap:wrap;
    }
}

._mB_xs {
    margin-top: 10px !important;
}
._dFlex_fdColumn h3{
	color:#000 !important;
}

/* ===== SMALL MOBILE (≤480px) ===== */
@media (max-width: 600px) {

	#flex-booking-form .flexWrap{
		padding:20px !important;
	}
	#flex-booking-form ._equalChild{
		flex-direction: column;
        align-items: flex-start;
		gap:10px !important;
	}
	#flex-booking-form .dLayout h3 {
    margin-top: 14px !important;
}
	#flex-booking-form .dFlex.mptbm_extra_service_item {
    margin: 13px 0px ! IMPORTANT;
}
	
	#flex-booking-form ._dFlex.mptbm_booking_item {
    padding: 20px;
    text-align: start;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
	#flex-booking-form ._dFlex.mptbm_booking_item button{
		text-align:center;
		margin:10px 0px 0px !important;
		width:max-content !important;
	}
	
	
	#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal{
		height:100%;
	}

    #flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal {
        padding: 20px;
    }
	#flex-booking-form ._dLayout.mptbm_search_area.inputHorizontal .mpForm{
		flex-direction:column;
	}

    #flex-booking-form .inputList {
        width: 100%;
        max-width: 100%;
    }
	
	 #flex-booking-form  button#mptbm_get_vehicle {
    padding: 10px;
}
	
	.wp-block-woocommerce-checkout{
	container-type:unset !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
	width:100% !important;
	padding:0px !important;
}
.wc-block-components-sidebar{
	display:none !important;
}
}
.new-section #pirce-list p {
margin-bottom:5px;	
	
}

 .new-section #pirce-list p del {
    color: #ff4d4f;       
    text-decoration: line-through;
    font-weight: 600;         
    font-size: 0.9em;         
    margin-right: 8px;   
    transition: color 0.3s ease;
}

.whatsapp-button {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 9999;
}

div.mptbm_distance_time h6 {
    color: #FFF !important;
}

.whatsapp-button .icon-whatsapp {
    width: 55px;
    height: 55px;
    background-color: #0CA015;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
}

/* Fix image sizing */
.whatsapp-button .icon-whatsapp img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    animation: shake 1.8s infinite ease-in-out;
}

/* Smooth shake animation */
@keyframes shake {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(8deg); }
    40%  { transform: rotate(-8deg); }
    60%  { transform: rotate(6deg); }
    80%  { transform: rotate(-6deg); }
    100% { transform: rotate(0deg); }
}

.cookieadmin_re_consent {
    left: 40px;
}


/* ==============================
   BOOKING MODAL STYLES
============================== */
/* ===============================
   SIMPLE ROW / COL GRID
=================================*/

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* Mobile First (default full width) */
.col-md-6,
.col-md-12 {
  width: 100%;
}

/* Medium screens and up */
@media (min-width: 768px) {

  .col-md-6 {
    width: 50%;
  }

  .col-md-12 {
    width: 100%;
  }

}

/* Utilities used in your markup */
.mt-3 {
  margin-top: 1rem;
}

.w-100 {
  width: 100%;
}

.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.custom-modal h4{
	text-align:center;
	margin-bottom:40px;
}
.modal-content {
    background: #ffffff;
    padding: 30px;
    width: 600px;
    max-width: 95%;
    border-radius: 12px;
    position: relative;
    animation: modalFade .3s ease;
}

@keyframes modalFade {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.close-modal {
    position: absolute;
    right: -9px;
    top: -9px;
    font-size: 22px;
    cursor: pointer;
    background: #000;
    width: 30px;
    height: 31px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: transform 0.3s ease, background 0.3s ease; /* smooth hover effect */
}

.close-modal:hover {
    transform: rotate(90deg) scale(1.2); /* rotate 90 degrees and scale up */
    background: #333; /* optional: change background on hover */
}

.modal-content input,
.modal-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
}

.modal-content button {
    width: 100%;
		max-width:max-content;
	margin:auto !important;
		text-align:center;
		display:flex;
    padding: 12px;
    background: #f2b24b;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.modal-content button:hover {
    background:#090909;
	border-radius:8px !important;
}
.taxi-pricing {
    width:100% !important;
}


.pricing-item {
     /* 2 per row */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;

    border-radius: 10px;
    transition: 0.3s ease;
}

.tpae-form-field {
    display: flex;
    width: 100%;
    flex-direction: column;
    color: white;
}
.tpae-form-field textarea {
  color: #ffffff !important;
}