/* Contact Section Styling - Pixel Perfect */
/* Parent class: .cot_sc */
.contact_hero .h_info_col p{
	padding-bottom: 0;
}
.cot_sc {
	display: grid;
	grid-template-columns:	minmax(300px, 818px)	minmax(350px, 973px);
	align-items: start;
	align-items: stretch;
}

/* Left Side - Form Container */
.cot_sc_left {
	background-color: #000000;
	padding: 70px;
	border-radius: 35px;
	margin-right: 34px;
}

.cot_sc_form_wrapper {
}
.form-row >div {
	width: 100%;
}
.cot_sc_form_wrapper .wpcf7-response-output {
	color: #fff;
}
/* Form Field Spacing */
.cot_sc_form_wrapper .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 32px;
}

.cot_sc_form_wrapper input[type="text"],
.cot_sc_form_wrapper input[type="email"],
.cot_sc_form_wrapper input[type="tel"],
.cot_sc_form_wrapper select,
.cot_sc_form_wrapper textarea {
	width: 100%;
	padding: 16px 20px;
	background-color: #ffffff;
	border: none;
	border-radius: 15px;
	outline: none;
	transition: all 0.3s ease;
	margin-top: 12px;
	color: #717182;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.15px;
}

.cot_sc_form_wrapper input::placeholder,
.cot_sc_form_wrapper textarea::placeholder {
	color: red !important; 
	font-family: Inter;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400; 
	letter-spacing: -0.15px;
	font-size: 14px;
}

.cot_sc_form_wrapper textarea {
	max-height: 68px;
	resize: vertical;
}
.form-row p {
	width: 100%;
}
/* Label Styling */
.cot_sc_form_wrapper label {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 1.25px;
	text-transform: uppercase;
	margin-bottom: 13px !important;
}

/* Two Column Layout for Email & Phone */
.cot_sc_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 24px;
}

/* Select Dropdown Styling */
.cot_sc_form_wrapper select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 45px;
	cursor: pointer;
}

/* Checkbox Group */
.cot_sc_checkbox_group {
	margin: 32px 0;
}

.cot_sc_checkbox_item {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.cot_sc_checkbox_item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 12px;
	cursor: pointer;
	accent-color: #ff6b35;
}

.cot_sc_checkbox_item label {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
	cursor: pointer;
}

/* Submit Button */
.cot_sc_submit_btn {
	background-color: #ff6b35;
	color: #ffffff;
	padding: 14px 40px;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.cot_sc_submit_btn:hover {
	background-color: #ff5722;
	transform: translateX(5px);
}

.cot_sc_submit_btn::after {
	content: '→';
	font-size: 18px;
	transition: transform 0.3s ease;
}

.cot_sc_submit_btn:hover::after {
	transform: translateX(3px);
}

/* Bottom Notice */
.cot_sc_notice {
	color: #E85B03;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	letter-spacing: -0.312px;
	margin-top: 55px;
}

/* Right Side - Content Area */
.cot_sc_right {
	padding-left: 73px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 2px solid #000;
}

.cot_sc_content_wrapper {
}

/* Content Section Spacing */
.cot_sc_content_section {
	margin-bottom: 100px;
}

.cot_sc_content_section:last-of-type {
	margin-bottom: 0;
}

/* Section Headings */
.cot_sc_content_section h3 {color: #E85B03;font-family: "Instrument Serif";font-size: 32px;font-style: normal;font-weight: 400;line-height: 20px; /* 62.5% */letter-spacing: 1.25px;text-transform: capitalize;margin-bottom: 10px;}

/* Section Text */
.cot_sc_content_section p {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.15px;
}

/* Visit Us Section */
.cot_sc_visit {
	/* 	margin-top: 60px; */
}

.cot_sc_visit h4 {color: #000;font-family: Inter;font-size: 20px;font-style: normal;font-weight: 400;line-height: 28px; /* 140% */letter-spacing: -0.449px;margin-bottom: 23px;}

.cot_sc_visit_company {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	letter-spacing: -0.312px;
}

.cot_sc_visit_location {
	font-size: 14px;
	color: #666666;
}

/* Map Container */
.cot_sc_map {
	margin-top: 30px;
	border-radius: 12px;
	overflow: hidden;
	height: 280px;
}

.cot_sc_map iframe {
	width: 100%;
	height: 100%;
	border: none;
}
p.cot_sc_content_work {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.5px;
	letter-spacing: -0.449px;
	margin-bottom: 48px;
}

element.style {
	border: 0;
	border-radius: bor;
}
.cot_sc_right iframe {
	border-radius: 35px;
	margin-top: 53px;
}
/* General form styling */
.cf7-form {
	display: grid;
	grid-template-columns: 1fr;
	/* gap: 20px; */
	/* max-width: 600px; */
	margin: 0 auto;
	font-family: Arial, sans-serif;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 34px;
	width: 100%;
}

label {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

input, select, textarea {
	padding: 12px;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	width: 100%;
}

textarea {
	resize: vertical;
	height: 150px;
}

/* Align Email and Phone in the same row */
.form-row.email-phone {
	display: flex;
	gap: 20px;
}

.form-row.email-phone label {
	width: 100%;
}

.form-row.email-phone input {
	width: 48%;
}

/* Checkbox and Submit button */
.checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.checkbox-group label {
	font-size: 14px;
}

.submit-btn {
	width: 100%;
	background-color: #007bff;
	color: white;
	border: none;
	padding: 12px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.submit-btn:hover {
	background-color: #0056b3;
}
.contact_section input.wpcf7-submit {
	width: auto;
}
.wpcf7-list-item-label{
	color: #fff;
}

/* Each checkbox item */
.wpcf7-list-item {
	position: relative;
	display: block;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #fff;
}

/* Invisible input covering checkbox + text */
.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	inset: 0;                 /* FULL row cover */
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

/* Label text */
.wpcf7-list-item-label {
	position: relative;
	padding-left: 36px;
	cursor: pointer;
	display: inline-block;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.439px;
}

/* Outer circle */
.wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	border: 5.5px solid #ffffff;
	border-radius: 50%;
	background: #fff;
}

/* Inner dot */
.wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5.1px;
	top: 8.3px;
	width: 11px;
	height: 11px;
	background: #e85b03;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s ease;
}

/* Checked state */
.wpcf7-list-item input[type="checkbox"]:checked
+ .wpcf7-list-item-label::after {
	opacity: 1;
	transform: scale(1);
}
span.wpcf7-list-item.first {
	margin-top: 23px;
}


.faq-title {
	margin-bottom: 54px;
	margin-top: 50px;
}

/* FAQ Card */
.faq-item {
	background: #FF7A1A;
	border-radius: 22px;
	margin-bottom: 16px;
	overflow: hidden; 
	padding: 0 52px;
}

/* Header */
.faq-header {
	width: 100%;
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: left;
	color: #FFF;
	font-family: "Instrument Serif";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.848px;
	padding: 45px 0;
	gap: 10px;
}

/* Arrow Circle */
.faq-icon {
	width: 87px;
	height: 87px;
	border-radius: 50%;
	border: 1.5px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq-icon img {
	width: 53px;
	transition: transform 0.3s ease;
}

/* Content */
.faq-content {
	background: #fff;
	color: #000;
	padding: 0 28px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	border-radius: 25px;
}

.faq-content p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.5px;
	letter-spacing: -0.449px;
	margin-bottom: 20px;
}

/* Active State */
.faq-item.active .faq-content {
	max-height: 1000px;
	padding: 50px;
	margin-bottom: 48px;
}

.faq-item.active .faq-icon img {
	transform: rotate(180deg);
}
.faq-content p:last-child {
	margin-bottom: 0;
}
span.faq_heading {
	flex: 1 0;
}



/* .newsletter .wpcf7-list-item-label:before ,
.newsletter .wpcf7-list-item-label:after{
content: none !important;
}
.newsletter .wpcf7-list-item-label{
padding: 0 !important;
}*/
.news_btn input.wpcf7-submit {
	width: auto;
} 


/* ------------------------------------------------  Contact G Form ------------------------------------------------------- */
.cot_sc_form_wrapper *{
	font-family: "Inter";
}
.cot_sc_form_wrapper input ,
.cot_sc_form_wrapper select ,
.cot_sc_form_wrapper textarea{
	border-radius: 15px !important;
	padding: 10px 12px !important;
	height: 100% !important;
	color: #717182 !important;
	font-size: 18px !important;
	letter-spacing: -0.15px;
	line-height: 142%;
}
.cot_sc_form_wrapper textarea::placeholder {
	color: #717182 !important;
	font-size: 18px !important;
	letter-spacing: -0.15px;
	line-height: 142%;
}
.cot_sc_form_wrapper select option{
	color: #000 !important;
}
.cot_sc_form_wrapper input:before {
	background: #E85B03 !important;
	height: 10px !important;
	width: 10px !important;
}
.cot_sc_form_wrapper input {
	padding: 13.5px 20px  !important;
	height: 100% !important;
	font-size: 18px !important;
}
.cot_sc_left .gform-field-label{
	color: #fff !important;
	text-transform: uppercase;
}
.cot_sc_left .ginput_container_radio .gform-field-label {
	font-size: 18px !important;
	text-transform: capitalize;
	margin-bottom: 0 !important;
	margin-left: 12px !important;
}

.cot_sc_left .gchoice {
	cursor: pointer;
}
.cot_sc_form_wrapper textarea{
	max-height: 64px !important;
	min-block-size: 64px !important;
}

.cot_sc_form_wrapper .gform_required_legend{
	display: none;   
}
.cot_sc_form_wrapper .gfield_required {
	color: #fff;
	font-size: 18px !important;
}
.cot_sc_form_wrapper .gform-theme--foundation .gform_fields{
	row-gap: 32px;
	column-gap: 36px;
}
.cot_sc_form_wrapper input.gfield-choice-input{
	height: 20px !important;
	margin-top: 3px;
	padding: 0 !important;
}
.cot_sc_form_wrapper select{
	padding: 5px 12px !important;
}
.cot_sc_form_wrapper .gfield_radio{
	gap: 16px !important;
}

.cot_sc_form_wrapper .gform_footer.top_label{
	display: inline-block;
	position: relative;
	margin-top: 32px;
}
.cot_sc_form_wrapper .gform_footer.top_label:before{
	content: "";
	background: url("/wp-content/uploads/2026/03/White-Arrow-Img.svg");
	background-size: contain !important;
	background-position: center !imporatnt;
	background-repeat: no-repeat !important;
	height: 33px;
	width: 33px;
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translatey(-50%);
	transition: all 0.5s;
}

.cot_sc_form_wrapper .gform_footer.top_label input{
	border-radius: 90px !important;
	background: linear-gradient(0deg, #E85B03 0%, #E85B03 100%), #000;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 150%  !important;
	letter-spacing: -0.312px !important;
	padding: 5px 107px 5px 16px !important; 
}
.cot_sc_form_wrapper .gform_footer.top_label:hover:before{
	background: url("/wp-content/uploads/2026/03/Orange-Arrow.svg");
	transform: translatey(-50%) rotate(45deg);
}
.cot_sc_form_wrapper .gform-theme--framework .gform_validation_errors ,
.cot_sc_form_wrapper .validation_message{
	background-color: #fff !important;
	padding: 15px !important;
}
.cot_sc_form_wrapper .gform_confirmation_message_1{
	color: green;
	background: #fff;
	padding: 30px;
	text-align: center;
}
/* ------------------------------------------------  Contact G Form END ------------------------------------------------------- */


/* Responsive Design */
@media (max-width: 1600px) {
	.cot_sc_content_section {
		margin-bottom: 73px;
	}
	.faq-title{
		margin-top:0;
	}
	.faq-icon {
		width: 60px;
		height: 60px;
	}
	.faq-icon img {
		width: 40px;
	}
	.faq-header{
		font-size: 40px;
		padding: 25px 0;
	}
	.faq-item{
		padding: 0 35px;
	}
	.faq-item.active .faq-content{
		padding: 30px;
	}
	.faq-item.active .faq-content{
		margin-bottom: 35px;
	}

	.cot_sc_form_wrapper .gform_footer.top_label input {
		padding: 5px 60px 5px 16px !important;
	}
}
@media (max-width: 1440px) {
	.cot_sc_left{
		padding: 40px;
	}
	.cot_sc_right {
		padding-left: 35px;
	}
	.cot_sc_content_section {
		margin-bottom: 46px;
	}

	.cot_sc_form_wrapper .gform-theme--foundation .gform_fields {
		row-gap: 25px;
		column-gap: 20px;
	}
	.cot_sc_form_wrapper input {
		padding: 10px 15px  !important;
		font-size: 16px !important;
	}
	.cot_sc_form_wrapper input, .cot_sc_form_wrapper select, .cot_sc_form_wrapper textarea ,
	.cot_sc_left .ginput_container_radio .gform-field-label ,
	.cot_sc_form_wrapper textarea::placeholder{
		font-size: 16px !important;
	}
	.cot_sc_form_wrapper label {
		margin-bottom: 10px !important;
	}
	.cot_sc_form_wrapper .gform_footer.top_label input {
		padding: 5px 50px 5px 16px !important;
	}
}
@media (max-width: 1024px) {
	.cot_sc {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.cot_sc_left{
		margin:0;
	}
	.cot_sc_right {
		border: 0;
		padding: 0px;
	}
	.cot_sc_content_section h3 {
		font-size: 26px;
	}
	.cot_sc_content_section p{
		font-size: 18px;
	}
	p.cot_sc_content_work{
		font-size: 18px; 
		font-weight: 400;
		line-height: 26.5px;
	}
	.faq-item {
		padding: 0 20px;
	}
	.faq-header {
		font-size: 30px;
		padding: 20px 0;
	}
	.faq-icon {
		width: 40px;
		height: 40px;
	}
	.faq-icon {
		width: 40px;
		height: 40px;
	}
	.faq-content p {
		font-size: 18px; 
		line-height: 27.5px; 
		margin-bottom: 15px;
	}
	.faq-item.active .faq-content{
		margin-bottom: 20px;
	}
	.faq-icon img {
		width: 30px;
	}
	.faq-title {
		margin-bottom: 30px;
	}

	.cot_sc_form_wrapper .gform_footer.top_label input {
		padding: 5px 40px 5px 16px !important;
	}
}

@media (max-width: 768px) {
	.cot_sc_row {
		grid-template-columns: 1fr;
		gap: 24px;
	}  
	.cot_sc_form_wrapper input[type="text"], .cot_sc_form_wrapper input[type="email"], .cot_sc_form_wrapper input[type="tel"], .cot_sc_form_wrapper select, .cot_sc_form_wrapper textarea{
		padding: 15px;
		margin-top: 4px;
	}
	.cot_sc_map {
		height: 220px;
	}
	.cot_sc_form_wrapper .wpcf7-form-control-wrap{
		margin-bottom: 19px;
	}
	.form-row {
		flex-direction: column;
		gap: 0;
	}
	.wpcf7-list-item-label{
		font-size: 16px;
		padding-left: 25px;
	}
	.wpcf7-list-item{
		margin-bottom: 2px;
	}
	span.wpcf7-list-item.first {
		margin-top: 7px;
	}
	.wpcf7-list-item-label::before{
		width: 15px;
		top: 8px;
		height: 15px;
	}
	.wpcf7-list-item-label::after{
		left: 3px;
		top: 11px;
		width: 9px;
		height: 9px;
	}.cot_sc_notice{
		line-height: 21px;
		font-size: 14px;
		margin-top: 29px;
	}
	.cot_sc_content_section p {
		font-size: 16px;
	}
	.cot_sc_content_section {
		margin-bottom: 30px;
	}
	p.cot_sc_content_work{
		margin-bottom: 31px;
	}
	.cot_sc {
		gap: 40px;
	}
	.faq-header {
		font-size: 24px;
		padding: 20px 0;
		line-height: 25px;
		letter-spacing: 0;
	}
	.faq-item.active .faq-content {
		padding: 20px 15px;
	}
	.faq-content {
		border-radius: 20px;
	}
	.faq-content p {
		font-size: 16px;
		line-height: 22.5px;
	}

	.cot_sc_form_wrapper .gform_footer.top_label input {
		padding: 5px 30px 5px 16px !important;
	}
	.cot_sc_form_wrapper .gform-theme--foundation .gform_fields {
		row-gap: 15px;
		column-gap: 20px;
	}
}

@media (max-width: 480px) {
	.cot_sc_left {
		padding: 40px 20px;
	}
	.faq-header {
		font-size: 22px;
	}

.gform_1{
padding-bottom: 10px;
}
}