/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

html {
	scroll-behavior: smooth;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    padding-left: 30px;
    margin-bottom: 15px;
}
.elementor-widget-text-editor .elementor-widget-container ul li {
    margin: 15px 0;
}
.elementor-widget-text-editor .elementor-widget-container ul li:last-child {
	margin: 0;
}

.elementor-widget-text-editor .elementor-widget-container ol {
    padding-left: 30px;
    margin-bottom: 15px;
}
.elementor-widget-text-editor .elementor-widget-container ol li {
    margin: 15px 0;
}
.elementor-widget-text-editor .elementor-widget-container ol li:last-child {
	margin: 0;
}

.elementor-widget-text-editor .elementor-widget-container ol li ul {
    list-style-type: disc;
}

.elementor-toc__list-item {
    margin-bottom: 12px !important;
}

/* header css start */
.header-custom .elementor-sub-item {
	font-family: Inter !important;
	font-weight: 400 !important;
	font-size: 16px;
}
.header-custom .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: 16px;
}
.header-custom .elementor-nav-menu--dropdown .elementor-item:focus {
	background-color: transparent;
}
.header-custom .elementor-menu-toggle {
	width: 35px;
}
.header-icon .elementor-icon-wrapper {
	display: flex;
	align-items: center;
}
#search-pop-up-box{
	cursor:pointer;
}
a.dialog-close-button:-webkit-any-link:focus-visible {
	outline-offset: inherit !important;
}
a.dialog-close-button:focus-visible {
	outline: -webkit-focus-ring-color auto 0px !important;
}
/* header css end */

.box-container {
	cursor: pointer;
	min-height: 100%;
}
.box-container:hover .elementor-icon svg {
	filter: brightness(0) invert(1);
}
.box-container:hover .elementor-icon-box-title {
	color: #fff !important;
}
.box-container:hover .elementor-icon-box-description {
	color: #fff !important;
}

.box-container-home .elementor-icon-box-wrapper {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center;
	min-height: 195px;
}
.box-container-home .elementor-icon-box-wrapper .elementor-icon-box-content {
	flex-grow: inherit;
}
.team-image-css a {
	display: flex;
	width: 100%;
}

.post-loop-container .elementor-grid .e-loop-item:nth-child(odd) .post-container {
	display: flex;
	flex-direction: column-reverse;
}
.post-loop-container .elementor-grid .e-loop-item:nth-child(odd) .post-container .post-content-col {
	padding: 100px 30px 30px 30px;
}
.post-loop-container .elementor-grid .e-loop-item:nth-child(odd) .post-container .post-image-col .elementor-widget-container {
	margin-top: 0;
	margin-bottom: -29px;
}

/* service page css  */
.vs-video-player-custom-css .elementor-open-inline {
	position: relative;
	height: 0;
	aspect-ratio: auto;
	padding-top: 50%;
}

.vs-video-player-custom-css .elementor-wrapper iframe, .vs-video-player-custom-css .elementor-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vs-video-player-custom-css .elementor-custom-embed-play svg {
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	padding: 15px;
}

.box-container-services .elementor-icon-box-wrapper {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center;
	min-height: 240px;
}

.box-container-services .elementor-icon-box-wrapper .elementor-icon-box-content {
	flex-grow: inherit;
}

.table-services-container {
	width: 100%;
	overflow-x: auto;
	scroll-behavior: smooth;
}
.table-services-container table {
	width: 100%;
	border-collapse: collapse;
/* 	min-width: 1024px; */
	margin-bottom: 10px;
}
.table-services-container .tafe-table th:nth-child(1),
.table-services-container .tafe-table td:nth-child(1) {
	width: 15%;
}
.table-services-container .tafe-table th:nth-child(2),
.table-services-container .tafe-table td:nth-child(2) {
	width: 42.5%;
}

.table-services-container .tafe-table th:nth-child(3),
.table-services-container .tafe-table td:nth-child(3) {
	width:  42.5%;
}

.table-services-container::-webkit-scrollbar {
	height: 5px;
}
.table-services-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.table-services-container::-webkit-scrollbar-thumb {
	background: #A38F0B;
}


/* Responsive layout using data-label */
@media (max-width: 768px) {
	.table-services-container .tafe-table {
		border: 0;
	}

	.table-services-container .tafe-table thead {
		display: none;
	}

	.table-services-container .tafe-table tr {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #ccc;
		padding: 10px;
		border-radius: 8px;
		background: transparent;
	}

	.table-services-container .tafe-table td {
		display: block;
		text-align: left !important;
		position: relative;
		padding-left: 30% !important;
		border: none;
		border-bottom: 0px solid #eee !important;
	}

	.table-services-container .tafe-table td::before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		top: 12px;
		font-weight: bold;
		width: 25%;
		white-space: pre-wrap;
		color: #a38f0b;
		font-size: 15px;
	}

	.table-services-container .tafe-table td:last-child {
		border-bottom: none;
	}
	
	.table-services-container .tafe-table th:nth-child(1), 
	.table-services-container .tafe-table td:nth-child(1) {
		width: auto;
		border-top: 0 !important;
	}
	.table-services-container .tafe-table th:nth-child(2),
	.table-services-container .tafe-table td:nth-child(2) {
		width: auto;
	}

	.table-services-container .tafe-table th:nth-child(3),
	.table-services-container .tafe-table td:nth-child(3) {
		width: auto;
	}
}


.box-shadow-css{
	box-shadow: 0px 4px 4px 0px #A38F0B40; 
}

.faq-accordion-custom .e-n-accordion-item {
	box-shadow: 0px 5.75px 18.41px 0px #080F340F;
	border: 1px solid #665f3400;
}
.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title {
	border: none;
}
.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
	width: 90%;
}
.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title {

}
.faq-accordion-custom .e-n-accordion-item[open] {
	border: 1px solid #c4a000;
	box-shadow: 0px 6.9px 30px 0px #A38F0B24;
	gap: 0;
}
.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title-icon {
	border-radius: 100%;
	background-color: #FFFFFF;
	width: 40px;
	height: 40px;
	max-width: 40px;
	text-align: center;
	line-height: 1;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 3.55px 11.37px 0px #080F340F;
}
.faq-accordion-custom .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
	background-color: #A38F0B;
}

/* footer css start  */
.custom-contact-form {
	max-width: 100%;
	margin: 0 auto;
	font-family: sans-serif;
	color: #fff;
}

.form-row {
	display: flex;
	gap: 80px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.form-col {
	flex: 1;
	min-width: 250px;
	position: relative;
}

.custom-contact-form input[type="text"], 
.custom-contact-form input[type="email"], 
.custom-contact-form input[type="tel"], 
.custom-contact-form input[type="url"], 
.custom-contact-form select {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1.3px solid #FFFFFF;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Inter';
	font-weight: 400;
	border-radius: 0;
}

.custom-contact-form input::placeholder,
.custom-contact-form select {
	color: #FFFFFF;
}

.custom-contact-form select option {
	color: #163049;
}

.custom-contact-form input:focus, .custom-contact-form select:focus {
	outline: none;
	border-bottom: 1.3px solid #f8f8f8;
}

.custom-contact-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #001f3f inset;
	-webkit-text-fill-color: #fff;
}

.full-width {
	flex: 1 1 100%;
}

.form-row.form-row-btn {
	margin-top: 70px;
	margin-bottom: 0;
}

.custom-contact-form input[type="submit"] {
	cursor: pointer;
	background-color: #a38f0b;
	font-family: "Inter", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	fill: var(--e-global-color-c6e4c8f);
	color: var(--e-global-color-c6e4c8f);
	padding: 15px 25px 15px 25px;
	border: 2px solid #a38f0b;
}

.custom-contact-form input[type="submit"]:hover {
	background: transparent;
	color: #a38f0b;
}

.custom-contact-form .wpcf7 form.invalid .wpcf7-response-output, 
.custom-contact-form .wpcf7 form.unaccepted .wpcf7-response-output, 
.custom-contact-form .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fff;
	border: solid;
	border-width: 2px 2px 2px 5px;
}

.custom-contact-form .form-col p {
	margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: red;
	color: red;
}

.footer-menu .sub-menu {
	position: inherit !important;
	display: flex !important;
	flex-direction: column;
	gap: 10px;
	margin: 15px 0;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	width: auto !important;
}
/* footer css end  */

.elementor-widget-container li {
/*     margin: 12px; */
}
/* responsive css  */

@media (max-width: 1200px) {
	.box-container-services .elementor-icon-box-wrapper{
		min-height: 200px;
	}

}

@media (max-width: 1024px) {
	.form-row{
		gap:50px
	}
	.col-one-100 {
		width: 100%;
	}
	.vs-video-player-custom-css .elementor-open-inline {
		position: relative;
		height: auto;
		padding-top: initial;
		aspect-ratio: var(--video-aspect-ratio) !important;
	}
	.vs-video-player-custom-css .elementor-wrapper iframe, .vs-video-player-custom-css .elementor-wrapper video{
		position: inherit;
	}
	.box-container-services .elementor-icon-box-wrapper {
		min-height: auto;
		display:block !important;
	}
	.table-services-container table tr th, .table-services-container table tr td {
		padding: 15px !important;
	}

}

@media (max-width: 991px) {
	.vs-video-player-custom-css .elementor-custom-embed-play svg {
		padding: 10px;
	}

}

@media (max-width: 880px) {
	.form-row.form-row-btn {
		margin-top: 50px;
		margin-bottom: 0;
	}

	.form-row{
		gap:30px
	}
}

@media (max-width: 767px) { 
	.vs-video-player-custom-css .elementor-custom-embed-play svg {
		padding: 5px;
	}
	.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
		width: 80%;
	}
	.faq-accordion-custom .e-n-accordion-item .e-n-accordion-item-title-icon{
		width: 35px;
		height: 35px;
		max-width: 35px;
	}
	.form-row{
		gap:25px
	}
}

@media (max-width: 480px) {
	.grid-custom-css {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.form-row{
		gap:15px
	}
	.line-clamp .elementor-heading-title{
		display: inline;
	}
}




