/* contact page styling */
.contact-us-content {
	background-color: transparent;
	background-image: linear-gradient(180deg, #F6F4EF 81%, #FFFFFF 100%);
	margin:50px 0px;
}
.contact-us-inner {
	display: flex;
	justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
}
.contact-us-first-left{
	max-width:50%;
	padding:5%;
	background-color:white;
}
.contact-us-first-right{
	max-width:50%;
	padding:3%;
}
.contact-us-first-left h1{
	color: #242424;
	font-size: 65px;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0px;
	word-spacing: 0em;
}
.contact-us-first-left p{
	text-align: left;
    color:#242424;
/*     font-family: "Poppins", Sans-serif; */
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
}
.contact-us-first-left h2{
color: #1C244B;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
}
.contact-us-first-right h3{
	text-align: center;
    color: #242424;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
}

.contact-form h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Add a gap between the Name and Last Name fields */
}

.form-group {
    width: 100%;
    margin-bottom: 15px;
}

.form-row .form-group {
    width: calc(50% - 5px); /* Adjust width to include the gap */
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0; /* Remove border-radius */
    font-size: 16px;
    box-sizing: border-box;
}


.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

/* .checkbox-group {
    display: flex;
    align-items: center;
    margin-top: -10px; 
    font-size: 14px;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2); 
} */
.contact-page-button {
    display: flex;
    justify-content: center;
	margin-top:20px;
}
.contact-page-button button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
   font-size: 24px;
    font-weight: 900;
	border-radius:8px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
	padding: 10px 70px 10px 70px;
	
}

.contact-page-button button:hover {
    background-color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-us-inner {
    display: grid;
	}
	.contact-us-first-left, .contact-us-first-right{
		max-width:100%;
	}
	.form-row {
        flex-direction: column;
    }
    .form-row .form-group {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	.contact-us-first-left {
		max-width: 100%;
		text-align: center;
	}
	.contact-us-first-right {
		padding: 20px;
	}
	.contact-us-first-left h1{
		color: #242424;
		font-size: 28px;
		line-height: 32px;
		margin:0px;
	}
	.contact-us-first-left h2 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0px;
	}
	.contact-us-first-left p{
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin:0px;
	}
}
/* about page */
.about-us-content {
	/*     max-width: 1140px; */
	justify-content: center;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: left;
}
.about-us-first{
	max-width: 1140px;
	margin:0 auto;
	display:flex;
	width:100%;
	gap: 20px;
	padding:70px 0px 0px;
}
.about-us-second{
	max-width: 1140px;
	margin:0 auto;
	max-width: 1140px;
	margin:0 auto;
	display:flex;
	width:100%;
	padding:20px 0px 0px;
}
.about-us-third-inner{
	display:flex;
	width:100%;
	padding:0px;
	gap: 20px;
}
.about-us-third {
	max-width: 1280px;
	margin:0 auto;
	padding: 70px 0px 0px 0px;
}
.about-us-first-left{
	flex-direction: column;
	width: 50%;
	padding-right: 10px;
	justify-content: center;
	display: flex;
	gap: 20px;
	text-align: left;
	align-items: center;
}
.about-us-third-right {
	flex-direction: column;
	width: 50%;
	padding: 0px 0px 0px 20px;
	justify-content: center;
	display: flex;
	gap: 20px;
	text-align: left;
	align-items: center;
}
.about-us-first-right, .about-us-third-left{
	width:50%;
}
.about-us-first-right img, .about-us-third-left img {
	width: 100%;
	height:100%;
	border-radius:5px;
	box-shadow: 10px 8px 10px -4px rgba(0, 0, 0, 0.1);
}

.about-us-content h1 {
	color: #242424;
	font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	/* 		 margin: 0px; */
}
.about-us-content p {
	font-size: 20px;
	font-weight: 100;
	line-height: 26px;
	margin:0px;
}

.about-last {
	padding: 30px 0PX;
}
.about-last h4 {
	font-size: 30px;
	color: #242424;
	font-weight: 600;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0px;
	word-spacing: 0em;
	text-shadow: -3px 4px 2px rgba(0, 0, 0, 0.06);
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.about-us-content p {
		font-size: 16px;
		line-height: 22px;
	}
		.about-us-content{
		padding: 35px 15px;
	}
	.about-us-first {
		display: flex;
		width: 100%;
		flex-direction: column;
		padding:0px;
	}
	.about-us-first-left {
		display:flex;
		flex-direction: column;
		width: 100%;
	}
	.about-us-first-right, .about-us-third-left {
		width: 100%;
	}
	.about-us-third-inner {
		display: flex;
		width: 100%;
		padding: 0px;
		flex-direction: column;
	}
	.about-us-third-right {
		width: 100%;
		padding:0px;		
	}
	.about-us-content h1 {
		font-size: 45px;
		line-height: 45px;
		margin: 0px;

	}
	.about-last h4 {
		font-size: 21px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767.99px){
	.about-us-content p {
		font-size: 15px;
		line-height: 22px;
	}
		.about-us-content{
		padding: 35px 15px;
	}
	.about-us-first {
		display: flex;
		width: 100%;
		flex-direction: column;
		padding:0px;
	}
	.about-us-first-left {
		display:flex;
		flex-direction: column;
		width: 100%;
	}
	.about-us-first-right, .about-us-third-left {
		width: 100%;
	}
	.about-us-third-inner {
		display: flex;
		width: 100%;
		padding: 0px;
		flex-direction: column;
	}
	.about-us-third-right {
		width: 100%;
		padding:0px;		
	}
	.about-us-content h1 {
		font-size: 45px;
		line-height: 45px;
		margin: 0px;

	}
	.about-last h4 {
		font-size: 27px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 834.99px){
	.about-us-content p {
		font-size: 15px;
		line-height: 22px;
	}
	.about-us-first {
		padding: 10px 0 0;
	}
	.about-us-content {
		padding: 30px 15px;
	}
	.about-us-first-right img, .about-us-third-left img {
		height: auto;
		object-fit: contain;
	}
	.about-us-first-right, .about-us-third-left {
		align-self: center;
	}
	.about-us-content h1 {
		font-size: 45px;
		line-height: 45px;
		margin: 0px;
	}
	.about-last h4 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 835px) and (max-width: 1023.99px){
	.about-us-content p {
		font-size: 15px;
		line-height: 22px;
	}
	.about-us-content h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.about-us-first {
		padding: 0px ;
	}
	.about-us-first-right img, .about-us-third-left img {
		height: auto;
		object-fit: contain;
	}
	.about-us-first-right, .about-us-third-left {
		align-self: center;
	}
}
/* privacy policy Page */
.privacy-policy-content {
	max-width: 1140px;
	justify-content: center;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: left;
}
.privacy-policy-content h1 {
	color: #242424;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
}
.privacy-policy-content p {
	font-size: 19px;
	font-weight: 100;
	line-height: 26px;
}
/*404 page*/
.container-404 {
	display: flex;
	justify-content: space-between;
	align-items: start;
	/*     height: 100vh; */
	background-image: url('https://pro.queondaus.com/wp-content/uploads/2023/09/Girl-in-pink-with-computer-used-for-404-page.webp');
	background-size: cover;
	background-position: center;
	color: white;
	padding: 20px 40px;
	margin: 40px 0px;
}

.redirect-left {
	max-width: 50%;
}

.big-text {
	text-align: left;
	color: #f8f8f8;
	/*     font-family: "Adobe Calson Pro", Sans-serif; */
	font-size: 105px;
	font-weight: 100;
	line-height: 91px;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	max-width: 80%;
	--container-widget-width: 80%;
	--container-widget-flex-grow: 0;
}

.redirect-left p {
	color:#f8f8f8;
	/*     font-family: "Roboto Flex", Sans-serif; */
	font-size: 25px;
	font-weight: 900;
	line-height: 34px;
	text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.48);
}

.redirect-right .logo-404 {
	width: 300px;
	height: auto;
}
.redirect-right .logo-404:hover {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.container-404 {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center
	}

	.redirect-left {
		max-width: 100%;
	}

	.big-text {
		font-size: 57px;
		line-height: 57px;
	}

	.redirect-left p {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}

	.redirect-right .logo-404 {
		width: 250px;
		height: auto;
	}
}
