/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.1.1747214026
Updated: 2025-05-14 09:13:46

*/

.tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	justify-content:flex-end;
}
.exclusive-content p{
	display: flex;
	align-items: center;
	margin: 0;
}
.tab-button {
	border-radius: 5px!Important;
	padding: 10px 18px !Important;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size:16px !important;
}

.tab-button.active {
	background-color: #333;
	color: white;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.exclusive-content {
	list-style: none;
	padding: 0;
	display:flex;
	margin-bottom: 30px;
	flex-wrap:wrap;
}

.exclusive-content li {
	display: flex;
	width: 246px;
	align-items: center;
	margin-bottom: 15px;
	padding: 12px;
	border: 1px solid #ffffff85;
	border-radius: 5px;
	margin-left: 12px;
	justify-content: space-between;
}

.icon-img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.download-icon {
	width: 24px;
	height: 24px;
	margin-left: 10px;
}


.video-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
	margin-bottom: 20px;
}


.pagination button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.pagination {
	text-align: center;
	justify-content:center;
}

.pagination button {
	margin: 0 5px;
	padding: 8px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50px;
}
.popup {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.6);
}

.popup-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 25px 40px;
	border-radius: 10px;
	width: 80%;
	max-width:550px;
	position: relative;
}

.close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 32px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
}

.close:hover {
	color: #000;
}

.view-icon {
	cursor: pointer;
}
.internal-pagination{
	display:flex;
	justify-content:center;
}
.page-numbers {
	background: #fff!important;
	padding: 10px 20px;
	border-radius: 5px;
	margin:0 5px !Important;
	color: #000 !important;
}
span.page-numbers.current {
	background: #f7d962!important;
	color: #000!important;
}
body .woocommerce-MyAccount-content .popup-content p {
	color: #000;
}

body .woocommerce-MyAccount-content .popup-content ol {
	padding: 0;
	margin-top: 15px;
}

body .woocommerce-MyAccount-content .popup-content ol li {
	display: block;
	width: 100%;
	padding: 0;
}

body .woocommerce-MyAccount-content .popup-content ol li p{
	display: block;
}

.cf7-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.cf7-col {
	width: 50%;
}

.cf7-col-full {
	width: 100%;
}
.cf7-row br{
	display: none;
}
.wpcf7-form label {
	font-weight: 600;
	display: block;
	margin-bottom: 6px;
	color: #000;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	width: 100%;
	padding: 12px 14px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.wpcf7-form input:focus {
	border-color: #0073aa;
	outline: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: green;
}
/* Mobile responsive */
@media (max-width: 768px) {
	.cf7-row {
		flex-direction: column;
	}

	.cf7-col {
		width: 100%;
		gap: 0px;
		margin-bottom: 0px;
	}
}

