/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
1. Common CSS
--------------------------------------*/
.contact-form__input--name {
	color: var(--white_a700) !important;
	padding-left: 12px;
	padding-right: 12px;
	width: 34%;
	height: 40px;
	border-bottom: 1px solid var(--white_a700) !important;
}

/*-------------------------------------
2. Page CSS
--------------------------------------*/
.container {
	height: 408px;
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
	background-image: url(../public/images/img_container.png);
	background-size: cover;
	background-repeat: no-repeat;
	@media only screen and (max-width: 1440px) {
		height: auto;
	}

	@media only screen and (max-width: 1050px) {
		height: auto;
	}
}

.h2a6276-2-icon {
	position: absolute;
}


.blog {
	left: 100%;
	width: 100%;
	min-width: 2.75rem;
	width: 100%;
	position: relative;
	height: fit-content;
}


header .hero-image-icon-decoration.grow-animation-right{
	position: absolute;
}
.columnlogo_one-1 {
	margin-top: 8px;
	gap: var(--space-7xl);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact__breadcrumbs {
	gap: 42px;
	display: flex;
	flex-wrap: wrap;
}

.group-331 {
	color: #d4d4d4ff !important;
	font-family: Gill Sans !important;
	font-size: 18px;
	font-weight: 400;
	width: 5.07px;
	height: 24px;
	@media only screen and (max-width: 1440px) {
		font-size: 15px;
	}
}

.contact__row {
	width: 98%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	@media only screen and (max-width: 1440px) {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contact__title {
	margin-bottom: 16px;
	margin-left: 146px;
	letter-spacing: -0.64px;
	align-self: flex-end;
	text-shadow: 0px 1px 5px #00000004;
	@media only screen and (max-width: 1440px) {
		font-size: 48px;
	}

	@media only screen and (max-width: 1050px) {
		margin-left: 0px;
	}
}

.stackformtitle {
	height: auto;
	position: relative;
}

.column_one-1 {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	height: max-content;
	margin: auto;
	padding: 100px 8rem;
}

.contact-form {
	padding-left: var(--space-md);
	padding-right: var(--space-md);
	z-index: 5;
	margin: 0px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: auto;
	min-height: 600px;
	justify-content: space-between;
	padding: 0px;
	width: 100%;
	max-width: 100%;

	@media only screen and (max-width: 1440px) {
/* 		padding-left: 20px;
		padding-right: 20px; */
	}

	@media only screen and (max-width: 1050px) {

		padding-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column-reverse;
		align-content: center;

	}
}

.contact-form__section {
	gap: var(--space-10xl);
	display: flex;
	flex-direction: column;
	max-width: 50%;
	width: 50%;
}

.contact-form__header {
	gap: var(--space-3xl);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contact-form__fields {
	gap: var(--space-11xl);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contact-form__field-group {
	gap: var(--space-3xl);
	display: flex;
	align-self: stretch;
	flex-direction: column;
	align-items: flex-start;
}

.contact-form__input--message {
	color: var(--white_a700) !important;
	padding-left: 12px;
	padding-right: 12px;
	width: 34%;
	height: 38px;
	border-bottom: 1px solid var(--white_a700) !important;
}

.contact-form__button--send {
	color: var(--white_a700) !important;
	padding-left: var(--space-11xl);
	padding-right: var(--space-11xl);
	font-size: 18px;
	background: linear-gradient(34deg, #08bbbf, #9ad63c) !important;
	height: 56px;
	min-width: 152px;
	border-radius: 28px !important;
	@media only screen and (max-width: 1440px) {
		font-size: 15px;
	}

	@media only screen and (max-width: 550px) {
		padding-left: var(--space-3xl);
		padding-right: var(--space-3xl);
	}
}

.column-1 {
	margin-top: -462px;
	position: relative;
	align-self: stretch;
}

.contact__column-1 {
	z-index: 2;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0rem;
	width: 100%;
	align-content: center;
	justify-content: center;

	@media only screen and (max-width: 1050px) {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.contact__row-1 {
	align-self: stretch;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: auto;
    background: linear-gradient(78.3deg, #08bbbf, #9ad63c); /* Base gradient */
    background-blend-mode: overlay;
    padding: 50px 50px;
    flex-direction: column;
    align-content: center;
    border-radius: 23px;
    overflow: hidden;
    position: relative; /* Needed for pseudo-element positioning */
    z-index: 1;
	

	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		background-image: transparent !important; 
	}
}


.contact__row-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../public/contact-bg.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    z-index: -1; /* Place the background behind the content */
    border-radius: 23px;
    animation: fadeInBackground 0.5s ease-in-out forwards;
    opacity: 0; /* Start transparent */
}

@keyframes fadeInBackground {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.contact__text {
	margin-bottom: 50px;
	z-index: 3;
	align-self: flex-end;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;

	@media only screen and (max-width: 1050px) {
		font-size: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 550px) {
		font-size: 34px;
	}
}

.contact-background {
	margin-left: 0px;
	padding-left: 20%;
	padding-right: 20%;
	gap: var(--space-14xl);
	position: relative;
	display: flex;
	width: 42%;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	justify-content: space-around;
	
	
	
	
	
	

	@media only screen and (max-width: 1050px) {

		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		gap: 20px;
		font-size: 26px;

	}
}

.contact__phone {
	margin-top: -24px;
	margin-right: 666px;
	z-index: 4;
	position: relative;
	line-height: 149%;
	@media only screen and (max-width: 1050px) {
		margin-right: 0px;
	}
}

.columnfooter {
	margin-top: -176px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.columnsearch {
	z-index: 1;
	position: relative;
	@media only screen and (max-width: 1440px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.columnsearch__row {
	background: linear-gradient(34deg, #08bbbf, #9ad63c);
	border-radius: var(--radius-xl);
}

.contact-row {
	width: 100%;
	display: flex;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	@media only screen and (max-width: 1440px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.contact-row__search {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	@media only screen and (max-width: 1050px) {
		width: 100%;
	}

	@media only screen and (max-width: 550px) {
		flex-direction: column;
	}
}

.contact-row__search-icon {
	height: 254px;
	width: 34%;
	object-fit: contain;
	@media only screen and (max-width: 550px) {
		width: 100%;
	}
}

.contact-row__address {
	margin-bottom: 48px;
	padding-left: var(--space-6xl);
	padding-right: var(--space-6xl);
	gap: 15px;
	align-self: flex-end;
	flex: 1;
	display: flex;
	align-items: flex-start;
	@media only screen and (max-width: 550px) {
		align-self: stretch;
		padding-left: var(--space-3xl);
		padding-right: var(--space-3xl);
	}
}

.contact-row__address-linkedin {
	height: 22px;
}

.contact-row__address-text {
	font-weight: 500 !important;
	align-self: center;
	width: 74%;
	line-height: 149%;
}

.contact-row__call {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	@media only screen and (max-width: 1050px) {
		align-self: stretch;
	}
}

.contact-row__call-icon {
	height: 20px;
	margin-bottom: 84px;
	margin-left: 94px;
	align-self: flex-end;
}

.contact-row__call-search-icon {
	height: 254px;
	width: 24%;
	object-fit: contain;
}

.footer_one-2 {
	height: 658px;
	margin-top: -18px;
	position: relative;
	background-image: url(../public/images/img_footer_background.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-self: stretch;
}

.footer-4 {
	margin-left: 38px;
	margin-right: 38px;
	flex: 1;
	flex-direction: column;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -1258px;
	right: 0px;
	left: 0px;
	@media only screen and (max-width: 1440px) {
		margin-left: 0px;
		margin-right: 0px;
	}

	@media only screen and (max-width: 1050px) {
		margin-left: 0px;
		margin-right: 0px;
	}
}


.contact-background__illustration {
	height: 370px;
	width: 100%;
	object-fit: contain;
	position: relative;
	right: 7.2px;
	top: 30px;
	z-index: 1;
	margin: auto;
}

.contact-background__vector {
	height: auto;
	flex: 1;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: auto;
	right: 127px;
	bottom: -89px;
	top: 0px;
	margin: auto;
	z-index: 0;
}

.contact-ilustration {
	width: 50%;
	max-width: 50%;
	position: relative;
}

.ui.heading.size-_____ {
	display: flex;
	flex-direction: row;
}


/* Form Wrapper */
.wpcf7 form {
	/* Dark background */
	padding: 20px;
	border-radius: 10px;
	padding-left: 0px;
}

/* Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #666;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 14px;
	padding-left: 89px;
}

.wpcf7 textarea {
	resize: none;
	height: 100px;
}

/* Placeholder & Focus */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #999;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: none;
	border-bottom: 1px solid #00FF99; /* Highlight color */
}

/* Submit Button */
.wpcf7-submit {
	color: #000;
	border: none;
	padding: 10px 30px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	font-weight: bold;
	background: linear-gradient(78.3deg, #08bbbf, #9ad63c);
}

.wpcf7-submit:hover {
	background: linear-gradient(90deg, #57E391, #00FF99);
}



.wpcf7 {
	width: 80%;
}

.wpcf7 label {
	color: white;
	color: #FFF;
	font-family: "IBM Plex Sans Thai";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 149%; /* 29.8px */
	position: absolute;
	bottom: 23px;
}

.wpcf7 label br {
	display: none;
}


@media only screen and (max-width: 1050px) {

	.h2a6276-2-parent {
		position: absolute;
		z-index: 0;
		height: 100%;
		width: 100%;
		top: 0px;
		bottom: 0px;
		left: 0px;
	}

	.column_one-1 {
		flex: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		left: 0px;
		bottom: 0px;
		right: 0px;
		top: 0px;
		height: max-content;
		margin: auto;
		padding: 0px 20px;
	}

	.contact-form__section {
		gap: var(--space-10xl);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		width: 100%;
	}

	.contact-ilustration {
		width: 100%;
		max-width: 100%;
		position: relative;
	}

	.wpcf7 {
		width: 100%;
	}

	.contact-form__header .heading {
		display: flex;
		width: 100%;
		flex-direction: row;
	}

	.blog-section__title-span {
		color: var(--white_a700);
		font-size: 30px;
		text-align: center;
	}

	.blog-section__title-span-1 {
		font-size: 30px;
	}	

	.footer__contact-address {
		text-align: center;
		font-size: 20px !important;
	}

	.contact-background__email-container  {
		gap: 9px;
		font-size: 26px;
	}

	.bottom-wave {
		height: auto;
		position: relative;
		max-width: 100%;
		padding-bottom: 139px;
		background: linear-gradient(180deg, #242424, #242424);
		width: 100%;
	}

	.copyright-2024 {
		width: 100%;
		position: absolute;
		line-height: 149%;
		text-align: center;
		display: inline-block;
		flex-shrink: 0;
		max-width: 100%;
		z-index: 2;
		color: white;
		left: 0px;
		right: 0px;
	}

	.youtube-negative-parent {
		width: 100%;
		height: 1.625rem;
		flex-direction: row;
		gap: var(--gap-18xl);
		display: flex;
		justify-content: space-between;
	}

	.footer-navigation {
		gap: 40px !important;
	}
}


.form-row {
	position: relative;
}


.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 14px;
	font-weight: normal;
	display: block;
	position: absolute;
	top: calc(100% + 20px);
}

@media (max-width: 1440px) {
	.contact-ilustration { width: 45%; }
	.column_one-1 { padding-top: 70px; padding-bottom: 70px; }
	.contact__column-1 { padding: 30px 0; }
} 
@media (max-width: 1199px) {
	.column_one-1 { padding-top: 50px; padding-bottom: 50px; }
	.contact-background__vector { right: 0; }
	.contact-form { flex-direction: row; padding-left: 0; padding-right: 0; }
	.contact-form__section { width: 50%; }
}
@media (max-width: 991px) {
	.contact-form { flex-direction: column-reverse; }
	.contact-form__section { width: 100%; gap: 0; }
	.column_one-1 { padding-top: 0; }
	.contact-background { gap: 0 !important; }
	.contact__text { margin-bottom: 10px; }
	.contact__row-1 { padding: 20px; }
	.contact__column-1 { padding-bottom: 0; }
	.contact-background__illustration { top: 0; }
}
@media (max-width: 767px) {
	.contact-background__illustration { height: 150px; }
	.blog-section__title-span, .blog-section__title-span-1 { font-size: 20px }
	.contact-form { min-height: auto; }
	.contact-form__header { gap: 5px; }
	.contact-form .wpcf7 form { padding: 0; }
	.contact-background { padding: 0 !important; }
	.contact-background .footer__contact-address { font-size: 16px !important; }
	.column_one-1 { padding-bottom: 0; }
	.contact-form .wpcf7 label { font-size: 14px; }
	.wpcf7-not-valid-tip { top: calc(100% + 18px); }
	.contact-form .wpcf7 input[type="text"], .contact-form .wpcf7 input[type="email"], .contact-form .wpcf7 input[type="tel"], .contact-form .wpcf7 textarea { margin-bottom: 20px; }
	
}
