/* 
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
*/


.hder-frm .e-search-input{
	height: 38px !important;
	max-width: 173px !important;
	position: relative !important;
}
.hder-frm button.e-search-submit {
    position: absolute;
    right: 8px;
    top: 9px;
    width: 39px !important;
    height: 39px !important;
}
.site-btn .elementor-button-icon svg {
    height: 13px;
    width: 13px;
}
.img_bx_hm img {
    height: 207px !important;
    object-fit: cover;
    border-radius: 100% !important;
    position: relative !important;
}
.img_bx_hm img::after{
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='263' height='263' viewBox='0 0 263 263' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='131.5' cy='131.5' r='131' stroke='%23A90A1C' stroke-dasharray='10 10'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 263px;
	height: 263px;
	top: 00px;
  right: 0px;

}
/* 13.3.2025 */
/* ani */

.cntct-gfrm .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 28px;
    grid-row-gap: 30px;
}
.cntct-gfrm .ginput_container--name {
	column-gap:28px;
	grid-row-gap: 30px;
}
.color-line::after{
    content:"";
    width: 59px;
    height: 1px;
    background: linear-gradient(to right, black, transparent);
    position: absolute;
    top: 50%;
    right: 7PX;
    
}
.cntct-gfrm input:focus{
	border:1px solid #00000018;
}
.cntct-gfrm input{
	font-size: 18px !important;
	color:#000;
	background-color:transparent;
	border:1px solid #00000018 !important;
	border-radius:100px !important;
	height:63px;
	padding:0px 25px !important;
	box-shadow:none;
	outline:none;
}
.cntct-gfrm .textarea{
	font-size: 18px;
	color:#000;
	background-color:transparent;
	border:1px solid #00000018;
	padding:22px 25px 0px 25px !important;
	box-shadow:none;
	outline:none;
	border-radius:10px;
}
.cntct-gfrm input[type="submit"] {
  padding: 10px 35px !important;
  line-height: 22px;
  height: 50px;
  border: 1px solid #F84603 !important;
}
.cntct-gfrm .gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	display: none;
}
.cntct-gfrm input::placeholder, .cntct-gfrm .textarea::placeholder{
	font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
	color:#000;
	
}
.cntct-gfrm .gform_confirmation_message{
		font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 34px;
	color:#000;
}
.cntct-gfrm .gform_wrapper.gravity-theme .gform_validation_errors{
	display:none;
}
.cntct-gfrm .gfield_validation_message, .cntct-gfrm .validation_message{
		    background: transparent !important;
    border: none !important;
    font-size: 14.992px;
    margin-block-start: 8px;
    padding: 0 !important;
}
.tab-sec .e-n-tab-title:hover{
border-radius: 0 !important;
}
.tab-sec .e-n-tab-title[aria-selected="true"]{
	border-radius: 0 !important;
}
.tab-sec .e-n-tabs-heading {
    border: 1px solid #F84603 !important;
    border-radius: 35px !important;
    padding: 23px 18px !important;

}











/* ----------------------------------------------------------------responsiveness--------------------------------------------------- */


@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
	.bth-hdr .elementor-button-icon svg {
	    height: 20px;
	    width: 13px;
	}
}

@media (max-width:1200px){
	.hm-thing-sec{
		    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 36%, var(--e-global-color-1bfaa4c) 51%) !important;
	}
	.hder-frm button.e-search-submit {
    right: 5px;
    top: 5px;
   }
	.bth-hdr .elementor-button-icon svg {
    height: auto;
    width: 8px;
   }

}


@media only screen and (max-width:1080px){
	.bth-hdr{
		display:none;
	}
	.cntct-gfrm .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    }
	.cntct-gfrm .ginput_container--name {
		column-gap:10px !important;
		grid-row-gap: 20px !important;
	}
}
@media only screen and (max-width:1024px){
	.bth-hdr{
		display:block;
	}
	.bth-hdr .elementor-button-icon svg {
        height: auto;
        width: 11px;
    }
    .cntct-gfrm .ginput_container--name {
		column-gap:10px !important;
		grid-row-gap: 10px !important;
   }
   .tab-sec .e-n-tabs-heading{
   	    padding: 13px 14px !important;
   }
}















