/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 07:02:41 */
/* global contact page css */
.privacy-content input[type="checkbox"]{
	border: 1px solid #989081 !important;
}

.privacy-content input[type="checkbox"]:checked {
	background: #989081 !important;
}
.privacy-content input[type="checkbox"] {
	width: 22px !important;
	height: 22px !important; 
}
body .contact-form-section button[disabled]{
	background-color: #989081 !important;
}
/* When checked → apply SVG icon */
.custom-checkbox:checked::before {
	top: 0 !important;
	left:2px !important;
	color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
	background-image: url("/wp-content/uploads/2025/11/check-icon.svg");
}


body.Contact-Info, 
body.Contact-Info .main-footer {
	background-color: #EFE9E1;
} 
.footer-logo-img.contact-logo {
	display: none;
}
body.Contact-Info .footer-logo-img.contact-logo {
	display: block;
}
body.Contact-Info .footer-logo-img {
	display: none;
}
body.Contact-Info .main-footer .copyright h5,
body.Contact-Info .main-footer ul li a {
	color: #1F1E21;
}
/* first section css */
.text.contact-info-text-box {
	background-color: #EFE9E1;
	max-width: 1005px;
	width: 100%;
	padding: 88px 119px 28px 81px;
}
.contact-banner {
	/*  margin-top: 127px;*/
	margin-top: 67px;
}

h1.contact-page-title {
	font-size: 68px;
	padding-top: 25px;
	padding-bottom: 16px;
	margin-bottom: 74px;
	line-height: 44px;
}
.contact-details a:hover {
	color: #1F1E21;
}
.border-bottom-light {
	border-bottom: 1px solid #ACA495;
	padding-bottom: 10px;
	margin-bottom: 15px;
	max-width: 804px;

}
h1.contact-page-title {
	color: #1F1E21;
}
.contact-details p, 
.contact-details a {
	margin-bottom: 0px;
	font-size: 17px; 
	color: #1F1E21;

	line-height: 25px;

}
.contact-details {
	max-width: 684px;
	display: flex;
	gap: 36px;
}
p.small-subheading {
	font-size: 17px;
	color: #1F1E21;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 0px;
}

.text.contact-info-text-box { 
	position: absolute;
	top: 48px;
	left: 39px;
	background-color: #EFE9E1;
}
.contact-detail-left,
.contact-detail-right {
	width: 324px;
}

.contact-banner .mobile-contact-image {
	display: none;
}
.contact-info-text-box .row {
	flex-direction: column;
}
.contact-banner .stage-contents-inner {
	position: relative;
} 
.Contact-Info .contact-banner .container-fluid {
	max-width: 100%;
}
.Contact-Info .contact-banner .row {
	margin: 0;
	display: block;
}

.Contact-Info .contact-banner .image.video, .Contact-Info .contact-banner .wrapper {
	padding: 0;
}
@media (max-width: 1024px) {
	.text.contact-info-text-box { 
		padding: 24px;
	}
	h1.contact-page-title {
		font-size: 50px; 
		margin-bottom: 54px;
		line-height: 54px;
	}
	.contact-detail-left, .contact-detail-right {
		width: 200px;
	}
	.text.contact-info-text-box {
		width: unset;
	}
}
@media (max-width: 767px) {
	.text.contact-info-text-box {
		position: relative;
		padding-left: 8px; 
		padding-top: 38px;
		padding-bottom: 62px;
		padding-right: 8px;
		top: unset;
		left: unset;
	}
	.contact-banner .dektop-contact-image {
		display: none;
	}
	.contact-banner .mobile-contact-image {
		display: block;
	} 
	.contact-banner .stage-contents-inner img {
		height: 377px;
		object-fit: cover;
	}
	h1.contact-page-title {
		font-size: 38px;
		margin-bottom: 52px;
		padding-bottom: 0px;
		line-height: 44px;
	}
	.contact-details p, .contact-details a {
		line-height: 23px;
	}
	.contact-details {
		flex-direction: column;
		gap: 20px;
	}
	.contact-detail-left, .contact-detail-right {
		width: 100%;
	}
	.contact-detail-right {
		padding-bottom: 24px;
		border-bottom: 1px solid #ACA495;
	}
	.contact-banner .image.video {
		margin-left: -12px; 
		margin-right: -12px;
	}
	p.small-subheading {
		font-size: 15px;

		line-height: 22px; 
	}

}
@media (min-width: 1400px) {
	.contact-banner .image.video {
		padding-left: 18px;
	}
	/*  .contact-banner {
	margin-top: 153px;
}*/
}
/* contact form css */
.contact-form-wrapper {
	max-width: 688px;
}
.contact-form span.wpcf7-list-item {
	margin: 0px;
	width: 22px;
	height: 22px;
}
.form-submit-section .btn-primary span {
	font-size: 20px;
}
.form-submit-section .btn-primary path {
	stroke: #DDD4C5;
}
.form-submit-section .wpcf7-list-item {
	margin-left: 0px;
}
.form-submit-section .btn-primary svg {
	width: 15px; 
	height: 14.68px;
	margin-left: 7px;
	margin-bottom: -2px;
}
.contact-form-section h3 {
	font-size: 22px;
	color: #1F1E21;
	font-weight: 500;
	letter-spacing: 0.11px;
	padding-bottom: 49px;
	margin-bottom: 0px;
	line-height: 29px;
}
.contact-form-section {
	padding-top: 47px;

}
.contact-form-wrapper p {
	margin-bottom: 0px;
}
span.wpcf7-spinner {
	margin: 0px;
}
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 50px;
	border-top: 1px solid #ACA495;
	max-width: 688px;
}
.contact-form h3 {
	font-size: 22px;
	line-height: 29px;
}
.privacy-content p {
	font-size: 13px;
	letter-spacing: 0.26px;
	font-weight: 500;
	color: #1F1E21;
	line-height: 18px;
}
.privacy-content p br {
	display: none;
}
.form-group {
	position: relative;
	display: flex;
	flex-direction: column;
}
.privacy-content p a:hover {
	color: #1F1E21;
}
.contact-form-section textarea {
	height: 150px !important;
}
.contact-form-section button {
	align-self: flex-end;
	background-color: #000000;
	color: #DDD4C5;
	line-height: 22px;
	border: none;
	border-radius: 18px;
	padding: 9px 24px;
	font-size: 22px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center; 
}
.contact-form-section button.custom-btn-style span {
	font-size: 22px !important;
	line-height: 22px;
	color: #EFE9E1;
	font-weight: 400;
	font-family: 'PP Neue Montreal' !important;
}

.privacy-content  input[type="checkbox"] {
	width: 22px;
	height: 22px;
	padding: 0px;
}

.form-submit-section {
	display: flex;
	padding-left: 10px;
	padding-top: 30px;
	gap: 37px;
}
.privacy-content {
	display: flex;
	gap: 17px;
}
.contact-form-wrapper {
	border-top: 1px solid #ACA495;
}

.contact-form-section input:-webkit-autofill,
.contact-form-section textarea:-webkit-autofill,
.contact-form-section select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #EFE9E1 inset !important; /* your background color */
	box-shadow: 0 0 0 1000px #EFE9E1 inset !important;


}

.contact-form-section input,
.contact-form-section textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ACA495;
	background-color: #EFE9E1 !important;
	font-size: 13px;
	line-height: 20px;

	padding: 11px 0;
	outline: none;
	padding-left: 10px;
	color: #1F1E21;
}
.wpcf7 form input.wpcf7-form-control::placeholder {
	color: #999 !important;
}

.contact-form-section input::placeholder, 
.contact-form-section textarea::placeholder,
.contact-form-section input::placeholder,
.contact-form-section input::-webkit-input-placeholder,
.contact-form-section input:-ms-input-placeholder,
.contact-form-section input::-ms-input-placeholder {
	color: #7B7B7B;
	font-size: 13px;
	line-height: 20px;
}
.required-field p {
	font-size: 13px;
	padding-left: 10px;
	color: #7B7B7B;
	line-height: 20px;
}
.privacy-content a {
	text-decoration: underline;
}
.required-hint {
	font-size: 0.8rem;
	color: #7b6e61;
	margin-top: 10px;
}

.form-privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #3a2f28;
}

.form-privacy input[type="checkbox"] {
	margin-top: 3px;

	height: 22px;
	width: 22px;

}
.Contact-Info .wpcf7-not-valid-tip {
	color:red;
}
.form-privacy a {
	color: #3a2f28;
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 3;
	padding-left: 10px;
	margin-top: -15px;
	font-size: 12px !important;
	border: 0px; 
}
@media (max-width:768px)
{
	.Contact-Info .wpcf7-not-valid-tip {
		bottom: 0px;
		left: 56px;
	}
}
.display-none {
	display: none;
}
@media (max-width: 1024px) {
	.contact-form-section .offset-md-1 {
		margin-left: 0px;
	}
}

.btn-disabled {

	cursor: not-allowed !important;

}

.form-warning {
	color: red;
	font-size: 14px;
	margin-top: 5px;
}


@media (max-width: 767px) { 
	.contact-banner {
		margin-top: 55px;
	}
	.form-submit-section {
		flex-direction: column;
		gap: 26px;
	}
	.contact-form-section h3 {
		font-size: 17px;
		line-height: 25px;
		padding-bottom: 35px;
	} 
	.contact-form-section .wrapper {
		padding: 0px 20px;
	}
	.contact-form-section input, .contact-form-section textarea {
		font-size: 13px;
		line-height: 18px;
	}
	.contact-form-section {
		padding-bottom: 66px; 
	}
	.form-submit-section { 
		padding-left: 0px;
	}
	.form-submit-section {
		padding-top: 35px;
	}
	.border-bottom-light {
		padding-bottom: 7px;
		margin-bottom: 13px;
	}
}

/* Target your exact CF7 form by ID */
#wpcf7-f6-o1 input.wpcf7-form-control::placeholder,
#wpcf7-f6-o1 textarea.wpcf7-form-control::placeholder {
	color: #7B7B7B !important;
	opacity: 1 !important;
	font-size: 13px;
	font-weight: 500;

	line-height: 20px;
}

/* Typed text color */
#wpcf7-f6-o1 input.wpcf7-form-control,
#wpcf7-f6-o1 textarea.wpcf7-form-control {
	color: #1F1E21 !important;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

/* Autofill override for Chrome */
#wpcf7-f6-o1 input.wpcf7-form-control:-webkit-autofill,
#wpcf7-f6-o1 textarea.wpcf7-form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #EFE9E1 inset !important;
	-webkit-text-fill-color: #1F1E21 !important;
	caret-color: #1F1E21 !important;
}


@media (max-width: 767px) {
	.contact-form-section input,
	.contact-form-section textarea, 
	.required-field p {
		padding-left: 0px;
	}
}


@media (min-width: 1441px) {
	footer .wrapper {
		padding: 0 18px !important;
	}
}
@media (min-width: 1500px) {
	.text.contact-info-text-box {
		top: 150px;
	}
}