/* Theme Name: Vedhak Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of vedhak
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: vedhak
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  vedhak-child
*/

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/06/Final_logo-10-1-scaled.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	opacity: 0.1;
	z-index: -1;
}

.ova-forms-product .forms-wrapper .ova-request-form form.request-form .ovabrw-form-container {
	padding-top: 0 !important;
}

.single-product-summary p, .single-product-summary li {
    color: #000;
}

.ova-forms-product .forms-wrapper .tabs .item {
	color: #6e6e6e !important;
}

.ova-forms-product .forms-wrapper .tabs .item.active {
	color: var(--secondary) !important;
}

.comment-form-comment #comment {
	background: #FFF !important;
}

.comment-text {
	background: #FFF;
}

.ova-special-time {
	justify-content: start !important;
}


/* itinerary days */
.product-itinerary-items .timeline {
	margin: 0 auto;
	position: relative;
}

.product-itinerary-items .timeline::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--primary);
}

.product-itinerary-items .timeline-item {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 60px;
}

.product-itinerary-items .timeline-item::before {
	content: attr(data-day);
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primary);
    color: #fff;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10%;
    font-size: 13px;
}

.product-itinerary-items .card {
	padding: 5px 15px;
}

.product-itinerary-items .card h2 {
	margin: 0 0 0.5rem;
	font-size: 1.2rem;
	color: #000;
}

.product-itinerary-items .card p {
	margin: 0;
	color: #111;
	font-weight: 400;
}

@media (max-width: 600px) {
	.product-itinerary-items .timeline::before {
		left: 10px;
	}

	.product-itinerary-items .timeline-item {
		padding-left: 50px;
	}

	.product-itinerary-items .timeline-item::before {
		left: -10px;
	}
}

.single-product-summary li {
	font-weight: 400 !important;
}

.refund_policy_tbl, .refund_policy_tbl tr th, .refund_policy_tbl tr td {
    border: 1px solid #999 !important;
}