#contact1,#contact2,#contact3{padding-top:140px;}
.office-section {
	
	width: 100%;
	height: 720px;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.office-section .container {
	height:100%;
	position: relative;
}
.office-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: background 0.6s ease;
}
.office-mask {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.35);
}
.office-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 55% 45%;
}
.office-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height:300px;
}
.office-left h2 {
	font-size: 48px;
	margin-bottom: 88px;
	font-weight: normal;
	text-align: left;
	font-family: Noto Serif SC, Noto Serif SC;
	transition: text-align 0.3s ease;
}
.office-left h2.centered {
	text-align: center;
	margin-bottom:50px;
}
.office-left .map-wrapper {
	display: none;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	position: relative;
}
.office-left .map-wrapper.show {
	display: block;
}
.office-left .map-wrapper svg {
	width: 100%;
	height: 100%;
	display: block;
}
.left-map-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #D7E3EB;
	border-radius: 50%;
	border: 1px solid rgba(215, 227, 235, 0.5);
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	pointer-events: none;
	z-index: 5;
}
.left-map-dot::after {
 content: '';
 position: absolute;
 inset: -8px;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255);
 animation: pulse-dot 2s infinite;
}
.left-map-dot::before {
 content: '';
 position: absolute;
 inset: -4px;
 border-radius: 50%;
 border: 1px solid rgba(255, 255, 255);
 animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
 0% {
 transform: scale(1);
 opacity: 0.5;
}
 50% {
 transform: scale(1.6);
 opacity: 0;
}
 100% {
 transform: scale(1);
 opacity: 0;
}
}
.left-map-dot .dot-label1 {
	position: absolute;
	bottom: -5px;
	right: 12px;
	font-size: 13px;
	white-space: nowrap;
	color: #D7E3EB;
	pointer-events: none;
}
.left-map-dot .dot-label2 {
	position: absolute;
	bottom: -5px;
	left: 12px;
	font-size: 13px;
	white-space: nowrap;
	color: #D7E3EB;
	pointer-events: none;
}
.left-map-dot.dubai {
	top: 48%;
	left: 62%;
}
.left-map-dot.london {
	top: 34%;
	left: 46%;
}
.left-map-dot.oman {
	top: 56%;
	left: 68%;
}
.left-map-dot.doha {
	top: 52%;
	left: 58%;
}
.left-map-dot.spain {
	top: 41%;
	left: 45%;
}

.left-map-dot.newyork {
	top: 38%;
	left: 27%;
}
.left-map-dot.saudiarabia {
	top: 49%;
	left: 59%;
}

.office-address-info {
	transition: opacity 0.3s;
}
.office-address-info.hidden {
	display: none;
}
.office-location-title {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: 400;
}
.office-address {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
}
.office-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 0;
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	width: 848px;
}
.office-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.8s;
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(2px);
	text-align: center;
	padding: 0 6px;
	word-break: break-word;
	font-weight: 300;
	width: 100%;
	height: 100%;
	font-family: Noto Serif SC, Noto Serif SC;
	min-height: 180px;
}
.office-item:nth-child(2), .office-item:nth-child(3), .office-item:nth-child(6) {
 background: rgba(0, 0, 0, 0.1);
}
.office-item:hover, .office-item.active {
	background: #ffffff;
	color: #222222;
	z-index: 3;
	font-weight: 500;
}
.office-item.map-item {
	background: rgba(0, 0, 0, 0.20);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 215, 150, 0.20);
	padding: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
}
.office-item.map-item .map-icon {
	font-size: 52px;
	line-height: 1;
	filter: drop-shadow(0 0 16px rgba(255, 215, 0, 0.15));
	transition: transform 0.3s, filter 0.3s;
}
.office-item.map-item:hover .map-icon {
	transform: scale(1.10) rotate(-4deg);
	filter: drop-shadow(0 0 30px rgba(255, 215, 0, 0.3));
}
.office-item.map-item .map-label-text {
	font-size: 18px;
	letter-spacing: 1px;
	opacity: 0.8;
	margin-top: 2px;
}
.office-item.active:hover {
	background: #ffffff;
	color: #222222;
	text-shadow: none;
}
.office-item.map-item.active {
	background: #ffffff;
	color: #222222;
	text-shadow: none;
}
.office-item.map-item.active svg path {
	stroke: #222222;
}
.lx1 {
	
}
.lx1 .page-title {
	text-align: center;
	font-size: 40px;
	color: #222222;
	margin-bottom: 60px;
	font-weight: normal;
}
.contact-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px 53px;
	padding: 0;
	margin: 0 0 30px 0;
}
.contact-card {
	background: rgba(107, 94, 67, 0.08);
	padding: 20px;
	text-align: center;
	border-radius: 6px;
	transition: all 0.25s ease;
	width: 100%;
	min-width: 0;
	overflow: hidden;
	word-break: break-word;
}
.contact-card:hover {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
	background: #6B5E43;
	color:#fff;
}
.contact-card h3 {
	font-size: 24px;
	color: #222;
	margin-bottom: 20px;
	font-weight: normal;
	word-break: break-word;
}
.contact-card p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.2;
	word-break: break-word;
	overflow-wrap: break-word;
}
.contact-card:hover h3, .contact-card:hover p {
	color:#fff;
}
.lx3 {
	position:relative;
	min-height:900px;

}
.form-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 96px;
	align-items: start;
}
.form-left {
	width:828px;
}
.form-title {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 24px;
	font-family: Noto Serif SC, Noto Serif SC;
}
.form-row-one-col {
	margin-top: 50px;
}
.form-row-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top:64px;
}
.form-group {
	display: flex;
	flex-direction: column;
}
.form-group label {
	font-size:20px;
	margin-bottom: 8px;
	color: #222222;
}
.form-group input {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 10px 0;
	font-size: 16px;
	outline: none;
	color: rgba(0, 0, 0, 0.64);
	background: transparent;
	transition: border 0.2s;
}
.form-group input:focus {
	border-bottom-color: #6b5c46;
}
.form-group input::placeholder {
 color: #888;
}
.checkbox-wrap {
	margin: 15px 0 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 30px;
}
.checkbox-wrap label {
	font-size: 16px;
	margin-right: 4px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.checkbox-wrap input[type="checkbox"] {
	accent-color: #6b5c46;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.textarea-item textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding: 8px 0;
	min-height:40px;
	height:40px;
	line-height:1.6;
	resize: vertical;
	outline: none;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.64);
	background: transparent;
	transition: border 0.2s;
}
.textarea-item textarea:focus {
	border-bottom-color: #6b5c46;
}
.s-btn {
	background: #6b5c46;
	color: #fff;
	border: none;
	padding: 15px 45px;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 70px;
	transition: background 0.2s, transform 0.1s;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.s-btn:hover {
	background: #524435;
	color:#fff;
}
.s-btn:active {
	transform: scale(0.97);
}
.right-img {
	width: 780px;
	height:auto;
	max-height: 900px;
	position: absolute;
	right: 0;
	max-width:35%;
}
 @media (min-width: 1600px) {
 .office-right {
 right: calc((100vw - 1440px) / 2 * -1 - 20px);
}
}
 @media (max-width: 1440px) {
 .office-right {
 width: 648px;
 right:-40px;
}
}
 @media (max-width: 1200px) {
 .office-inner {
 grid-template-columns: 1fr;
 padding: 40px 60px;
}
 .office-section {
 height: auto;
 min-height: 600px;
}
 .office-right {
 margin-top: 40px;
 grid-template-rows: auto auto auto;
 min-height: 200px;
 position: relative;
 right: 0;
 width: 100%;
}
 .office-item {
 font-size: 22px;
 padding: 14px 6px;
 min-height: 80px;
}
 .office-item.map-item .map-icon {
 font-size: 42px;
}
 .left-map-dot {
 width: 16px;
 height: 16px;
}
 .left-map-dot .dot-label {
 font-size: 11px;
 padding: 2px 10px;
 bottom: 24px;
}
}
 @media (max-width: 1024px) {
 .form-section {
 grid-template-columns: 1fr;
 gap: 40px;
}
 .contact-list {
 grid-template-columns: repeat(2, 1fr);
}
 .form-title {
 font-size: 28px;
}
 .page-title {
 font-size: 32px;
}
 .office-left h2 {
 font-size: 38px;
}
 .office-location-title {
 font-size: 28px;
}
 .office-address {
 font-size: 18px;
}
 .form-left {
 width: 100%;
}
 .right-img {
 width: 100%;
 height: auto;
 position: relative;
}
 .form-right {
 width: 100%;
 overflow: hidden;
}
}
 @media (max-width: 768px) {
	 
	 .form-right{ display:none}
 .lx1 {
 padding: 60px 0;
}
 .lx1 .page-title {
 font-size: 1.4rem;
 margin-bottom: 40px;
}
 .office-item.map-item svg {
 width:50px;
 height:50px;
}
 .form-row-two-col {
 grid-template-columns: 1fr;
 margin-top:30px;
}
 .contact-list {
 grid-template-columns: repeat(2, 1fr);
 gap: 10px;
}
 .contact-card h3 {
 font-size: 14px;
}
 .contact-card p {
 font-size: 10px;
 line-height: 1.4;
}
 .form-title {
 font-size:1.5rem;
 margin-bottom:40px;
}
 .page-title {
 font-size: 26px;
}
 .form-group label {
 font-size: 1.1rem;
}
 .form-group input {
 font-size: .8rem;
}
 .form-row-one-col {
 margin-top: 30px;
}
 .s-btn {
 padding: 10px 45px;
 font-size: 16px;
 margin: 0px auto;
}
 .lx3 {
 padding-bottom: 30px;
 min-height: 600px;
}
 .office-item {
 font-size: 14px;
 padding: 10px 4px;
 min-height: 60px;
}
 .office-section {
 padding-bottom:60px;
 margin-bottom:60px;
}
 .office-inner {
 padding: 24px 16px;
}
 .office-left h2 {
 font-size: 1.4rem;
 margin-bottom: 24px;
}
 .office-location-title {
 font-size: 18px;
}
 .office-address {
 font-size: 1rem;
}
 .office-item.map-item .map-icon {
 font-size: 34px;
}
 .office-item.map-item .map-label-text {
 font-size: 14px;
}
 .left-map-dot {
 width: 5px;
 height: 5px;
}
 .left-map-dot .dot-label {
 font-size: 10px;
 padding: 1px 8px;
 bottom: 20px;
}
.left-map-dot .dot-label1 {
	font-size: 8px;
}
.left-map-dot .dot-label2 {
	font-size: 8px;
}




 .checkbox-wrap {
 gap: 8px 12px;
}
 .office-right {
 position: relative;
 right: 0;
 width: 100%;
}
}
