/* 
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
*/

/* Global CSS */
body {
	--white-color: var(--e-global-color-3406c32);
	--light-color: var(--e-global-color-7f7a560);
	--dark-color: var(--e-global-color-9891cb3);
	--accent-color: var(--e-global-color-7b3d333);
	overflow-x: clip;
}

.br-desktop-none br {
	display: none;
}

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

.elementor-widget-button .elementor-button {
	transition: all 0.3s ease-in-out;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-icon {
	background-color: var(--white-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	transition: all 0.4s ease-in-out;
}

.white-bg.elementor-widget-button .elementor-button:hover .elementor-button-icon {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg {
	fill: var(--e-global-color-accent);
	width: 8px;
    height: 12px;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button .elementor-button:focus .elementor-button-icon svg{
	fill: var(--e-global-color-secondary);
} 

.white-bg.elementor-widget-button .elementor-button:hover .elementor-button-icon SVG {
	fill: var(--white-color);
}

.section-title .elementor-heading-title {
	position: relative;
	padding-left: 55px;
}

.section-title .elementor-heading-title:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 50px;
	color: var(--e-global-color-primary);
}

.section-title.white .elementor-heading-title:before {
	color: var(--white-color);
}

.elementor-widget-icon-box .elementor-icon-box-description a {
	color: inherit;
}


/* 
 * Header CSS 
 * */

/* Scrolling banner */
/* ===== Seamless Ticker (Elementor) ===== */

/* Banner container */
.ticker-bar{
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;           
}

/* Track created by JS */
.ticker-marquee{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.ticker-bar .ticker-source,
.ticker-bar .ticker-marquee .elementor-widget-container,
.ticker-bar .ticker-marquee p{
  margin: 0 !important;
  padding: 0 !important;
}

/* Each repeated unit */
.ticker-marquee > *{
  white-space: nowrap;
  flex: 0 0 auto;
  padding-right: var(--ticker-gap, 60px); /* space between repeats */
  line-height: 1.2;
}

/* Animate only after JS sets vars */
.ticker-bar.is-ready .ticker-marquee{
  animation: ticker-move var(--ticker-duration, 50s) linear infinite;
}

/* ===== Direction ===== */
/* RIGHT -> LEFT (common ticker direction) */
/* @keyframes ticker-move{
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--ticker-shift, 0px))); }
} */

@keyframes ticker-move{
  0%   { transform: translateX(calc(-1 * var(--ticker-shift, 0px))); }
  100% { transform: translateX(0); }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce){
  .ticker-bar.is-ready .ticker-marquee{
    animation: none;
    transform: none;
  }
}
/* End Srolling Banner*/

.mobile-menu .elementor-item {
	display: none;
}

body .main-header {
	transition: all 0.3s ease-in-out;
}

body .elementor-sticky--active.elementor-sticky--effects {
/* 	backdrop-filter: blur(10px);
	background-color: #FFFFFFab !important; */
	box-shadow: rgb(from var(--e-global-color-primary) r g b / 16%) 0px 1px 4px;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.elementor-sticky--active.elementor-sticky--effects .header-logo a img {
	max-width: 70%;
}

.header-black-btn.elementor-widget-button .elementor-button:hover,
.header-black-btn.elementor-widget-button .elementor-button:focus{
	background-color: var(--white-color);
	color: var(--e-global-color-accent);
}

.header-black-btn.elementor-widget-button .elementor-button:hover .elementor-button-icon{
	background-color: var(--e-global-color-accent);
}

.header-black-btn.elementor-widget-button .elementor-button:hover .elementor-button-icon svg, 
.header-black-btn.elementor-widget-button .elementor-button:focus .elementor-button-icon svg:hover svg{
	fill: var(--white-color);
}


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

	.main-header.elementor-sticky--active.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 20px !important;
	}
}

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

	.main-header.elementor-sticky--active.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
		margin-top: 20px !important;
	}

	.elementor-sticky--active.elementor-sticky--effects .header-logo a img {
		max-width: 90%;
	}
}

/* Footer CSS */

.footer-logo img{
    filter: brightness(0) invert(1);
}

.contact-link .elementor-icon-box-description a {
	color: inherit;
}

.footer-navigation-menu ul.elementor-nav-menu {
	justify-content: center;
}

/* Home CSS */

.about-img-contact a {
	display: block;
}

.about-img-contact img {
	animation: infiniterotate 25s infinite linear;
}

.about-circle-contact {
	height: var(--min-height);
}

.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0;
}

.about-circle-contact .e-text-path ,
.about-circle-contact{
	animation: 25s linear 0s infinite normal none running infiniterotate;
}

/* Rotating circle */
.about-circle-contact{
  animation: infiniterotate 25s linear infinite;
}

/* Cancel rotation on center logo */
.about-circle-contact .circle-logo{
  animation: counterrotate 25s linear infinite;
}

@keyframes infiniterotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes infiniterotate{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes counterrotate{
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.about-img img {
	width: 100%;
	aspect-ratio: 1 / 1.23;
	object-fit: cover;
}

.icon-bg-circle .elementor-icon {
	position: relative;
}

.icon-bg-circle .elementor-icon-box-icon {
	padding: 15px 0 0 15px;
	line-height: 0;
}

.icon-bg-circle .elementor-icon:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background-color: var(--light-color);
	border-radius: 50%;
	transform: translate(-15px, -15px);
}

.icon-bg-circle-white .elementor-icon:before {
	background-color: var(--e-global-color-3406c32);
}

.icon-box-border-img img {
	aspect-ratio: 1 / 1.1;
	object-fit: cover;
}

.icon-box-border {
	position: relative;
	z-index: 1;
}

.icon-box-border .elementor-widget-container{
	min-height: 300px;
}

.icon-box-border:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	height: 100%;
	width: 100%;
	border: 1px solid var(--e-global-color-3406c32);
	border-radius: 10px;
	z-index: -1;
}



.pricing-plan-image img {
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
}

.pricing-button a.elementor-button {
	width: 100%;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item-wrap {
	border: none !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item {
	padding: 30px;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-provider-icon {
	display: none;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn {
	align-items: center;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 15px !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-name {
	font-family: "Onest", Sans-serif;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.2em !important;
	letter-spacing: 0;
	color: #333 !important;
	margin-bottom: 0px !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating {
	margin: 20px 0 !important;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating .sb-relative {
	line-height: 0;
}

.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-text {
	color: var(--e-global-color-text) !important;
	font-family: "Onest", Sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none;
	line-height: 1.5em !important;
	letter-spacing: 0px;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots {
	line-height: 0;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span {
	margin: 0 5px;
	opacity: 1;
	width: 20px;
	height: 20px;
	background-color: var(--light-color);
	transition: all 0.3s ease-in-out;
}

.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot:hover span,
.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot.active span {
	background-color: var(--e-global-color-accent);
}

.tab-style .e-n-tabs .e-n-tabs-heading .e-n-tab-title,
.tab-style .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon span svg path {
	transition: all 0.4s ease-in-out;
}

.tab-style .e-n-tab-title:hover .e-n-tab-icon svg path,
.tab-style .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg path {

}

.tab-style .e-n-tabs .e-n-tabs-content .e-con {
	justify-content: center;
}

/* Hide Gravity Forms "required fields" legend text */
.gform_required_legend {
  display: none !important;
}

/* Make Gravity Forms required asterisk white */
.gfield_required_asterisk {
  color: #ffffff !important;
}

/* Force required indicator color (Form 1) - covers multiple GF markups */
#gform_wrapper_1 .gfield_required,
#gform_wrapper_1 .gfield_required_asterisk,
#gform_wrapper_1 .gfield_required .gfield_required_asterisk {
  color: #ffffff !important;
}

/* Prevent capitalization only for Form 1 submit button */
#gform_1 .gform_button {
  text-transform: none !important;
}

.contact-form .gform-body .gform_fields {
	row-gap: 20px;
	column-gap: 20px;
}

.contact-form .gform-body .gform_fields .gfield {
	border-radius: 5px;
	box-shadow: none;
}


.contact-form .gform-body .gform_fields .gfield_label {
	color: #FFFFFF;
}

.contact-form .gform-body .gform_fields .gfield .ginput_container input,
.contact-form .gform-body .gform_fields .gfield .ginput_container_date input,
.contact-form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_fields .gfield .ginput_container_select select {
	font-family: "Onest", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #333333;
	background: #FFFFFF;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	padding: 12px 20px;
	height: 50px;
}

.contact-form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.contact-form .gform-body .gform_fields .gfield .ginput_container_date input::placeholder,
.contact-form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.contact-form .gform-body .gform_fields .gfield .ginput_container select:has(option.gf_placeholder:checked),
.gform_wrapper .gform_fields .gfield .ginput_container_select select::placeholder {
	color: #bbbbbb;
}

.gform_wrapper .gform_fields .gfield .ginput_container_select select,
.contact-form .gform-body .gform_fields .gfield .ginput_container select {
	background-image: url("./images/down-arrow.svg");
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 14px auto;
}

.contact-form .gform-body .gform_fields .gfield--type-date .ginput_container_date{
	position: relative;
}

.contact-form .gform-body .gform_fields .gfield--type-date .ginput_container input{
	width: 100%;
}

.contact-form .gform-body .gform_fields .gfield--type-date .ginput_container_date::after{
	position: absolute;
	top: 50%;
	left: auto;
	right: 15px;
    transform: translateY(-50%);
}

.contact-form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: var(--gf-field-gap-x);
	margin-inline: 0;
}

.contact-form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	padding-inline: 0;
	inline-size: calc(33.33% - calc((var(--gf-field-gap-x) * 2) / 3));
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.contact-form .gform_footer .gform_button {
	display: block !important;
	width: 100% !important;
	font-family: "Onest", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-transform: capitalize !important;
	color: #FFFFFF !important;
	padding: 20px !important;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 10px !important;
	border: none !important;
	transition: all 0.4s ease-in-out !important;
	background: var(--e-global-color-accent) !important;
}

.contact-form .gform_footer .gform_button:hover {
	background: var(--white-color) !important;
	color: var(--e-global-color-accent) !important;
}

.contact-form .gform_footer .gform_button:hover,
.contact-form .gform_footer .gform_button:focus {
	outline: none !important;
	box-shadow: none !important;
}

.contact-form .gform_footer .gform_button:focus {
	border: none !important;
}

.contact-form form .gform-loader {
	display: none !important;
}

.contact-form .gform_validation_errors {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	border-color: #c02b0a;
	border-width: 2px;
}

.contact-form .gform_validation_errors .gform_submission_error {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1em;
	letter-spacing: 0.01em !important;
}

.contact-form .gfield_validation_message {
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	font-family: "Onest", Sans-serif !important;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.5em;
	color: #FFF;
	border: 2px solid #F77724;
	border-radius: 5px;
	padding: 10px;
}

@media only screen and (max-width: 1024px) {
	
	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item {
		padding: 20px;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-name-date .sb-item-author-name {
		font-size: 16px !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-author-date-ctn .sb-item-author-img {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-rating {
		margin: 15px 0 !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-item .sb-post-item .sb-item-text {
		font-size: 14px !important;
	}

	.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span {
		margin: 0 4px;
		width: 16px;
		height: 16px;
	}
}

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

	/* Global CSS */

	.br-tablet-none br {
		display: none;
	}

	.mobile-menu .elementor-item {
		display: block;
	}

	.section-title .elementor-heading-title {
		padding-left: 35px;
	}

	.section-title .elementor-heading-title:before {
		font-size: 38px;
	}

	.contact-form .gform-body .gform_fields .gfield .ginput_container input,
	.contact-form .gform-body .gform_fields .gfield .ginput_container select {
		padding: 10px 15px;
		height: 45px;
	}

	.gform_confirmation_wrapper .gform_confirmation_message {
		font-size: 18px;
	}

}

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

	.br-mobile-none br {
		display: none;
	}

	.section-title .elementor-heading-title {
		padding-left: 25px;
	}

	.section-title .elementor-heading-title:before {
		font-size: 30px;
	}

	.icon-box-border .elementor-widget-container{
		min-height: auto;
	}
	
	.testimonial-item .sb-feed-posts .sbr-owl-dots .sbr-owl-dot span {
		width: 12px;
		height: 12px;
	}

	.gform_confirmation_wrapper .gform_confirmation_message {
		font-size: 16px;
	}

	.contact-form .gform_footer .gform_button {
		padding: 15px 20px !important;
	}

	/* Ensure Gravity Forms fields take full width on small screens
	   - force the .gfield container to full width (in case parent uses flex)
	   - make the input/display block and use border-box so padding doesn't overflow
	   - add max-width and !important to beat any other width rules */
	.contact-form .gform-body .gform_fields .gfield .ginput_container_date input {
		width: 100%;
		flex-basis: 100%;
	}

	/* .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after { */
	.contact-form .gform-body .gform_fields .gfield .ginput_container_date::after {
		margin-inline-start: -20px !important;
	}
}


/******** START Cookie Consent Popup *********/
body.consent-locked {
  overflow: hidden !important;
}

/* Block interactions with the page content */
body.consent-locked #page,
body.consent-locked .site,
body.consent-locked main,
body.consent-locked .elementor {
  pointer-events: none !important;
}

/* Allow interactions with Elementor popup */
body.consent-locked .dialog-widget,
body.consent-locked .dialog-widget * {
  pointer-events: auto !important;
}

/* Hide close button ONLY for Elementor popup 436 */
#elementor-popup-modal-436 .dialog-close-button,
#elementor-popup-modal-436 .dialog-close-button * {
  display: none !important;
  visibility: hidden !important;
}
/******** END Cookie Consent Popup *********/

/******** START Cirlce Behind Image *********/
.image-circle {
  position: relative;
  display: inline-grid;
  place-items: center;
}

.image-circle::before {
  content: "";
  position: absolute;
  width: 100%;        
  aspect-ratio: 1 / 1; 
  background: #f7b74d;
  border-radius: 50%;
  z-index: 0;
}

.image-circle img {
  position: relative;
  z-index: 1;
  display: block;
}
/******** END Cirlce Behind Image *********/

/******** START download icon box *********/
/* .download-icon-box {
  width: 280px;       
  max-width: 100%;     
  flex: 0 0 auto;      
  align-self: flex-start; 
}

.download-icon-box {
  position: relative;
} */


/* Target the link inside the icon box */
.download-icon-box a {
  position: static;
}

/* Create an invisible overlay link */
.download-icon-box a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}

/* Animation */
.download-icon-box {
  position: relative;
  cursor: pointer;

  /* Motion */
  transition:
    transform 0.4s cubic-bezier(.22,1,.36,1),
    box-shadow 0.4s cubic-bezier(.22,1,.36,1);

  will-change: transform;
}

.download-icon-box:hover {
  transform: translateY(-6px);
}

.download-icon-box svg,
.download-icon-box img {
  transition: transform 0.35s cubic-bezier(.22,1,.36,1);
}

.download-icon-box:hover svg,
.download-icon-box:hover img {
  transform: translateY(-4px) scale(1.05);
}

.download-icon-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0.06),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.download-icon-box:hover::before {
  opacity: 1;
}

/* Ensure content stays above bloom */
.download-icon-box > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .download-icon-box,
  .download-icon-box svg,
  .download-icon-box img {
    transition: none;
  }

  .download-icon-box:hover {
    transform: none;
    box-shadow: none;
  }

  .download-icon-box::before {
    display: none;
  }
}
/******** END download icon box *********/

/******** START Divider *********/
.divider-full-page {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.divider-full-page .elementor-divider,
.divider-full-page .elementor-divider-separator {
  width: 100% !important;
  max-width: 100% !important;
}
/******** END Divider *********/