/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Syne:wght@400..800&family=Teko:wght@300..700&display=swap');

@font-face {
  font-family: 'CenturyGothic';
  src: url('../wp-content/uploads/2025/06/Century-Gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*=================== Make Container Flexible ==================*/
.elementor-2 .elementor-element.elementor-element-2ab13c3 {
	width: 100%;
	max-width: 1500px;
}
.elementor-2 .elementor-element.elementor-element-f97218c {
	width: 100%;
	max-width: 1440px;
}
/*=================== end ==================*/

/*=================== Review Inner page ==================*/
.elementor-1162 .elementor-element.elementor-element-c5c44ad .glsr:not([data-theme]) .glsr-review {
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur( 2px );
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
	
	padding: 15px 10px;
	transition: 0.5s;
}
.elementor-1162 .elementor-element.elementor-element-c5c44ad .glsr:not([data-theme]) .glsr-review:hover {
	transform: scale(1.05);
}
/*=================== end ==================*/

/*=================== Contact Form CSS ==================*/
#cf-2 {
	width: 100%;
}
#cf-2 label {
	width: 100%;
	line-height: 0.8;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0);
}
#cf-2 .cf-2-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 17px;
}
#cf-2 .cf-2-f-5 {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 17px;
    margin-top: 10px;
}
#cf-2 .cf-2-f-3 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	padding: 10px 0 0 0;
}
#cf-2 .cf-2-f-4 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#cf-2 span.wpcf7-list-item-label {
	color: #000;
	font-size: 12px;
	font-weight: 400px;
	font-family: 'Poppins', sans-serif;
}
#cf-2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-text.walcf7-timepicker {
	height: 65px;
}
#cf-2 textarea {
	height: 212px;
}
#cf-2 input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #F3F3F3;
    padding: .5rem 1rem;
    transition: all .3s;
	
	background: #F3F3F3;
	border-radius: 18px;
	color: #000;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3) inset;
}
#cf-2 ::placeholder {
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	color: #666666;
	font-weight: 400;
}
#cf-2 span.wpcf7-spinner {
    display: none !important;
}
#cf-2 [type=submit] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .3s;
	
	color: #ffffff;
	background-color: #67573E;
	border: 1px solid #67573E;
	padding: 22px 45px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 35px;
	font-family: 'CenturyGothic', sans-serif;
	margin: 10px 0 0 0;
}
#cf-2 [type=submit]:hover {
	transform: scale(1.05);
	background-color: #6DAAA5;
}
#cf-2 select.wpcf7-form-control.wpcf7-select
 {
/*     width: 555px; */
}
/*================ end ===================*/

/*================ responsive breakpoints ===================*/
@media (max-width: 1858px) {

}
/*===================================*/
@media (max-width: 1530px) {
	#cf-2 select.wpcf7-form-control.wpcf7-select
 {
    width: 100%;
}
}
/*===================================*/
@media (max-width: 1366px) {
}
/*===================================*/
@media (max-width: 1200px) {
}
/*===================================*/
@media (max-width: 1024px) {
	.bdt-arrows-container.bdt-slidenav-container {
		display: none !important;
	}
	#cf-2 .cf-2-f-1 {
		flex-direction: column;
		gap: 0px;
	}
}
/*===================================*/
@media (max-width: 880px) {
	br {
		display: none !important;
	}
	#cf-2 [type=submit] {
		padding: 15px 25px;
		font-size: 16px;
		font-weight: 400;
	}
}
/*===================================*/
@media (max-width: 767px) {
	#hide-menu {
		display: none !important;
	}
	#cf-2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		height: 45px;
	}
	#cf-2 textarea {
		height: 150px;
	}
}
/*===================================*/




