/* ======= GOOGLE FONTS ======= */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	color: #333333;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	/* font-family: "Raleway", sans-serif; */
	;
}

:root {
	--dark-green: #00b1cd;
	--light-gold: #1b335f;
	--dark-gold: #ef4130;
	--white: #fff;
	--black: #000;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: "Raleway", sans-serif; */
	font-family: "Nunito", sans-serif;
}

:focus {
	color: var(--dark-gold);
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--dark-green);
}

b, strong {
	font-weight: bolder;
	margin-bottom: 5px;
	display: inline-block;
}

.form-control:focus {
	border-color: var(--light-gold) !important;
	outline: 0;
	box-shadow: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: var(--light-gold);
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 2px;
}

.container_gutter {
	padding: 0px 60px;
}

.proj_gutter {
	margin-top: 40px;
}

.project-gallery img:hover {
	filter: drop-shadow(2px 4px 6px black);
}

.mt_30 {
	margin-top: 30px;
}

/* New Modal */
.promise-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 10px;
}

.promise-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1rem;
	color: #0f7b56;
}

.promise-title {
	font-weight: bold;
	margin-bottom: 30px;
	color: #0f7b56;
}

.btn-enquiry {
	background-color: #0d6efd;
	color: white;
	border-radius: 8px;
}

.modal-content {
	border: none;
	border-radius: 0;
}

.bg_color {
	background: #e5e5e6;
}

@media (max-width: 768px) {
	.promise-item {
		font-size: 0.9rem;
	}
}

.banner_form .d_field::placeholder {
	color: #000;
 /* Custom placeholder color */
	opacity: 1;
  /* Full opacity to override browser defaults */
	;
}
/* ========= FEATURES ========== */
.price-card {
	border-radius: 15px;
	overflow: hidden;
	background-color: #f9f5ed;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
	border: 1px solid #ddd;
}

.price-card:hover {
	transform: translateY(-5px);
}

.price-header {
	background-color: #a58b5e;
	color: #fff;
	padding: 20px;
	position: relative;
	text-align: center;
}

.price-header::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 25%;
	width: 50%;
	height: 2px;
	background-color: #fff;
}

.price-body {
	padding: 20px;
	text-align: center;
}

.btn-details {
	background-color: var(--light-gold);
	color: white;
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: 500;
	display: block;
	margin: auto;
	width: 250px;
}

.btn-details:hover {
	background-color: var(--dark-gold);
	color: #000;
}

.price-header h3 {
	color: #fff;
	font-weight: 600;
}

.price-header small {
	color: #fff;
	font-weight: 600;
}
/* ======== Amenities ========= */
.gy_amenities {
	background: #f9f7f0;
	padding: 40px 0;
}

.am_lists {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	justify-content: center;
	align-items: center;
	gap: 80px;
	max-width: 90%;
	margin: 0 auto;
}

.am_lists .am_box:first-child {
	grid-area: 1 / 1 / 3 / 2;
}

.am_lists .am_box:nth-child(4) {
	grid-area: 1 / 4 / 3 / 5;
}

.am_box img {
	filter: brightness(0.7);
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.am_box {
	position: relative;
	margin: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.am_title {
	position: absolute;
	bottom: 50%;
	backdrop-filter: blur(5px);
	background: #ffffffbd;
	padding: 7px 14px;
	display: block;
	border-radius: 3px;
	left: -21%;
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
}

/* ========== HIGHLIGHTS ========== */
.project_highlights {
	background: #ddd;
	padding: 40px 0;
	/* margin-top: 20px;
	background-image: url(../image/highlights-bg.jpg);
	background-size: cover;
	background-position: right; */
	;
}

.high_img img {
	height: 80px;
	margin-bottom: 20px;
}

.highlights_desc {
	padding: 30px;
	background: #fff;
	text-align: center;
	height: 250px;
	border-radius: 20px;
	margin-top: 30px;
	position: relative;
	transition: all ease .5s;
}

.highlights_desc:hover {
	transform: translate(0, -5px);
	transition: all ease .5s;
}

.highlights_mid_img {
	padding: 40px 0;
}

.highlights_mid_img img {
	width: 100%;
	border-radius: 40px;
}

.hlts_list {
	padding: 0;
}

.hlts_list li {
	list-style: none;
	line-height: 1.9;
}

.hlts_list li {
	list-style: none;
	text-transform: capitalize;
}

.hlts_list img {
	height: 20px;
	margin-right: 10px;
}

/* ======== MODAL FORM ======== */
.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	height: 420px;
	object-fit: cover;
}

.inquiry_message {
	letter-spacing: 1px;
}

.banner_inquiry .form-control.d_field {
	padding: 12px 15px;
	font-size: 14px;
	background: transparent;
	border-radius: 0;
	border: transparent;
	color: #000;
}

.free_visit {
	background: linear-gradient(-45deg, #a4b392, #a4b392, #a4b392, #a4b392, #a4b392);
	background-size: 400% 400%;
	animation: Gradient 3s ease infinite, rocking 3s ease infinite;
	animation-delay: 2s;
	border-radius: 259px !important;
	padding: 8px 20px 8px 20px;
	margin-top: 6px;
	font-size: 15px;
	display: inline-block;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}

.free_visit:hover {
	color:#000;
}

.form-control.d_field {
	padding: 12px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.onload_form {
    z-index: 1100;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background-color: var(--light-gold);
	color: var(--white);
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background: #0c1d49;
	color: #fff;
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}
/* ============== Onscroll Fixed Header ========== */
.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	transition: all ease .5s;
}

#main-menu-container {
	text-align: center;
	transition: all ease .5s;
}

/* ======== HEADER ======== */

.proj_logo {
	height: 55px;
}

.proj_header_nav .navbar-nav {
	margin-right: 240px;
}

.proj_header_nav {
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.proj_header_nav .navbar-nav .nav-link {
	color: #000;
	padding-right: 25px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
}

.proj_header_nav .navbar-nav .nav-link:hover {
	color: var(--light-gold);
}

.bg_project {
	background: var(--dark-gold);
}

.h_call {
	position: absolute;
	top: 0;
	right: 60px;
	background: var(--light-gold);
	padding: 10px 20px;
	color: #fff;
	margin-top: 20px;
	display: block;
	border-radius: 25px;
	font-weight: 800;
}

.h_call:hover {
	color: #fff;
}

.h_call img {
	height: 18px;
}



/* ======= Thank You ========= */
.brochure {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}

.brochure a {
	color: #000;
	background-color: var(--light-gold);
	padding: 10px 25px;
	font-weight: 600;
}


/* ====== BANNER ======= */
.inner-banner img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.banner_desc {
	position: relative;
}

.offers {
	background: var(--dark-green);
	padding: 5px 10px 5px 5px;
	display: inline-block;
}

.p_plan {
	background: linear-gradient(-45deg, #6b6250, #645b48, #675e4c, #635a47, #a39e93);
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	border-radius: 10px;
}

.p_plan span {
	color: #fff;
}

.side-location {
	position: absolute;
	top: 55%;
	left: -5%;
	z-index: 9;
	color: #fff;
	transform: rotate(270deg);
	font-size: 22px;
}

.side-location.d-view {
	display: block;
}

.side-location::before {
	content: "";
	position: absolute;
	top: 14px;
	right: -82%;
	width: 72%;
	height: 1px;
	background-color: #fff;
}

.side-location::after {
	content: "";
	position: absolute;
	top: 20px;
	left: -65%;
	width: 59%;
	height: 1px;
	background-color: #529470;
}

.p_price {
	background: linear-gradient(-45deg, #6b6250, #645b48, #675e4c, #635a47, #a39e93);
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	margin-top: 0px;
	cursor: pointer;
	animation: Gradient 3s ease infinite;
	animation-delay: 2s;
	border-radius: 20px;
}

@keyframes Gradient {
	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}


/* .banner_desc:before {
	position: absolute;
	width: 500px;
	height: 0px;
	border-top: 1px solid #fff;
	left: -20px;
	content: "";
	top: -15px;
}

.banner_desc:after {
	position: absolute;
	width: 1px;
	height: 400px;
	border-right: 1px solid #fff;
	left: 0px;
	content: "";
	top: -50px;
} */

.banner_content {
	padding: 20px;
}

.banners {
	width: 100%;
	height: 100vh;
	position: relative;
}

.enquire_query {
	background-color: var(--dark-green);
	display: inline-block;
	padding: 12px 35px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 20px;
}

.enquire_query:hover {
	background: #0c1d49;
	color: #fff;
}

.img_blurs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .7;
	content: "";
}

.banners img {
	width: 100%;
	height: 100vh;
}

.banners .carousel-indicators [data-bs-target] {
	width: 30px;
	height: 10px;
}

.banners .carousel-indicators .active {
	opacity: 1;
	background-color: var(--light-gold);
}

.banner_contents {
	position: absolute;
	width: 100%;
	top: 15%;
	z-index: 1025;
}

.banner_desc h1 {
	font-weight: 800;
}

.banner_desc h1, .banner_desc h4 {
	color: #fff;
	text-transform: uppercase;
}

.banner_desc h4 {
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.banner_desc h1 span {
	color: #ef4130;
	font-weight: 800;
}

.banner_form {
	background: #a4b392;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: 20px;
	padding: 10px 0;
}

.border_form {
	margin: 20px;
	border: 1px solid #000;
	border-radius: 10px;
}

.form_message {
	text-align: center;
	color: #fff;
	font-weight: 800;
	padding: 20px;
	background: var(--light-gold);
}

.banner_inquiry {
	padding: 0px 20px;
}

.banner_form p {
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 10px 20px;
	font-size: 23px;
	font-family: "Nunito", sans-serif;
}

.banner_plan {
	margin-top: 0px;
}

.banner_plan h3 {
	display: block;
	padding: 3px;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 800;
}

.banner_plan h3 span {
	color: #fff;
	font-weight: 700;
}

.retail_price {
	margin-top: 40px;
}

.retail_price h6 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.price {
	font-size: 30px;
	font-weight: 800;
	color: #9f7a40;
	background-color: #fff;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 35px;
}

.price sub {
	color: #9f7a40;
}

.key_points {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 3%;
	text-align: center;
	/* background: #fff; */
	;
}

.key_points li {
	list-style: none;
}

.key_text {
	font-size: 21px;
	border-color: #ffffff2e;
	color: #fff;
	border-bottom: 1px solid #ffffff2e;
	display: block;
	padding: 5px 0;
	text-transform: capitalize;
}

.key_no {
	font-size: 18px;
	padding: 5px 0;
	display: block;
    /* text-shadow: 2px 2px #00000094; */
	color: #fff;
}

.key_desc {
	margin-right: 5px;
	border-right: 1px solid #ffffff2e;
}

.key_desc:last-child {
	border-right: 0px solid var(--dark-green);
}

/* ========= TOP OVERVIEW  ========= */
.gynoida_description {
	background: var(--dark-green);
	margin: 0;
	text-align: center;
	padding: 20px 0;
}

.gynoida_description h1 {
	color: #fff;
	font-weight: 700;
}

.gynoida_description h1 span {
	color: #fff;
	font-weight: 800;
}

.gynoida_description p {
	font-weight: 500;
	margin: 0;
	color: #fff;
}


/* ========= OVERVIEW ======== */
.proj_description {
	padding: 40px 0;
	background-image: url(../image/overview-bg.png);
	background-position: top;
	background-size: cover;
	border-bottom: 1px solid #ddd;
}

.proj_content {
	padding: 30px 35px;
}

.overview_img {
	position: relative;
}

.img-1 {
	width: 100%;
	height: 600px;
	object-fit: cover;
    /* width: 70%; */
    /* padding: 10px; */
    /* border-bottom: 1px solid var(--dark-green); */
    /* border-left: 1px solid var(--dark-green); */
	border-radius: 10px;
}

.img-2 {
	position: relative;
	bottom: 25px;
	float: right;
	width: 60%;
	height: 200px;
	object-fit: cover;
	border-right: 1px solid var(--dark-green);
	padding: 10px;
	border-bottom: 1px solid var(--dark-green);
	border-radius: 10px;
}


/* .proj_description img {
	width: 100%;
	height: 570px;
	object-fit: cover;
} */

.proj_content p {
	text-transform: capitalize;
	color: #000;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 8px;
}

.headings {
	font-size: 30px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.more_btn {
	background-color: transparent;
	display: inline-block;
	padding: 12px 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 10px;
	border: 1px solid var(--dark-green);
}

.more_btn:hover {
	background: var(--light-gold);
	color: #fff;
}

.more_btn img {
	height: 18px;
}

/* ======= GALLERY ======= */


.main-gall .col-md-3 {
	width: 20%;
}

.main-gall img {
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.main-gall {
	margin-top: 40px;
}

.main-gall img {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.main-gall img:hover {
	filter: hue-rotate(45deg);
}

/* ========= Updated Location Map ======== */
.project_connectivity {
	background-image: url(../image/bg-location-map.png);
}


.location-list i {
	color: #007bff;
	margin-right: 8px;
}

.location-map iframe {
	width: 100%;
	height: 400px;
	border: none;
	border-radius: 10px;
}

.footer_form {
	background: #a4b392;
	padding: 20px;
	border-radius: 20px;
}

.footer_mesage {
	text-align: center;
	color: #fff;
	font-weight: 700;
}

/* ========= PRICE ======= */
.sob_price {
	margin-top: 40px;
}

.price_box {
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
}

.price_box span {
	color: #000;
	font-weight: 600;
}

.p_bhk {
	color: #000;
	background: #ddd;
	padding: 5px 0;
}

.area, .p_bhk_price {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.area, .p_bhk_price {
	color: #9f7a40;
}

.more_btn.price_btn {
	background: #000;
	color: #e79413;
}

/* ========= FLOOR PLAN ========== */
.mon_floor_plan {
	margin-top: 40px;
	position: relative;
	background-image: url(../image/floor-plan_bg.png);
	border-top: 1px solid #ddd;
	padding: 40px 0;
}

.mon_floor_plan img {
	border: 2px solid #ccc;
	filter: blur(3px);
}

.floor_titile {
	text-align: center;
	background: var(--light-gold);
	padding: 10px;
	color: #fff;
	margin-top: 5px;
}

.florr_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--dark-gold);
	padding: 15px;
	color: #fff;
	width: 70%;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 50px;
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 15px;
}

.florr_btn:hover {
	background-color: #0c1d49;
	color: #fff;
}

.popup_whatsapp {
	display: block;
	text-align: center;
	background: #1b6e1b;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.popup_whatsapp span {
	color: #fff;
}

.pr_possession {
	background: #9f7a40;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
}

.pr_possession span {
	background: #fff;
	display: inline-block;
	padding: 5px 15px;
	color: #9f7a40;
	border-radius: 20px;
	font-weight: 800;
}

/* New Highlights */
.up_highlights {
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.hlts_img {
	position: relative;
}

.shape_top {
	position: absolute;
	right: 0;
	top: -10px;
	z-index: -1;
	width: 30%;
}

.shape_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -2;
	width: 20%;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	position: relative;
}

.highlight-section {
	background-color: #fff;
	padding: 60px 0;
}

.highlight-title {
	color: #876751;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.highlight-list li {
	margin-bottom: 10px;
	font-size: 1rem;
	padding-left: 35px;
}

.highlight-list li::before {
	/* content: "✔️"; */
	content: url('../image/check-mark.png');
	margin-right: 10px;
	color: #4CAF50;
	position: absolute;
	left: -5px;
}

.more-btn {
	background-color: #0d6efd;
	color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 500;
	border: none;
}

.more-btn:hover {
	background-color: #0b5ed7;
}

.highlight-image {
	border-radius: 15px;
	overflow: hidden;
	max-width: 100%;
	height: 400px;
	padding: 40px;
}
    /* .dotted-border {
      position: relative;
    }
    .dotted-border::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px dotted #e6d5c3;
      top: -10px;
      left: -10px;
      z-index: -1;
      border-radius: 15px;
    } */
/* ======== Updated Amenities ============ */
.amenity-card {
	background-color: #fff7e9;
	border-radius: 10px;
	text-align: center;
	padding: 30px 10px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.amenity-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.amenity-icon {
	font-size: 40px;
	margin-bottom: 10px;
}

.icons_am {
	height: 75px;
	margin-bottom: 20px;
}

.amenity-card h6 {
	font-size: 20px;
	font-weight: 700;
}

.btn-details {
	margin-top: 30px;
}
/* ========== LOCATION MAP ========= */
.location_desc {
	padding: 0px;
}

.project_location img {
	padding: 10px;
	border: 1px solid #ccc;
}
/* ============= FOOTER ========= */
a.footr_call {
    /* background: #ef4130; */
    /* padding: 10px 20px; */
	border-radius: 30px;
	color: #000;
	font-weight: 800;
    /* border: 1px solid #ef4130; */
	font-size: 20px;
	margin-top: 10px;
	display: inline-block;
}

a.footr_call img {
    /* color: #000; */
	filter: invert(1);
	height: 30px;
}

.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 20px;
	right: 15px;
	background-color: var(--dark-gold);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1055;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-phone {
	background-image: url(../image/calls.png);
	background-repeat: no-repeat;
	background-size: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.ring-ring {
	animation-name: trin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top: 10px;
}

@keyframes trin {
	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
    32%,
    44%,
    56%,
    68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
    35%,
    47%,
    59%,
    71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%,
    38%,
    50%,
    62%,
    74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
    41%,
    53%,
    65%,
    77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.main_footer {
	background: var(--light-gold);
	text-align: center;
	padding: 40px 0;
	margin-bottom: 0px;
	margin-top: 40px;
}

.main_footer p {
	color: #ccc;
	font-size: 14px;
	line-height: 1.8;
}

.main_footer p b {
	color: #ccc;
	font-size: 16px;
}

.btn-close {
	position: absolute;
	right: 0;
	top: -30px;
	opacity: 1;
	background: none;
}

.btn-close img {
	height: 20px;
}

.proj_gap {
	text-align: center;
	padding: 10px;
	background: #fff;
}

.proj_gap p {
	margin-bottom: 0;
}

.proj_gap a {
	color: #000;
	text-transform: uppercase;
}

.side_inquiry_form {
	position: fixed;
	top: 50%;
	right: -56px;
	background: var(--dark-gold);
	padding: 10px 20px;
	z-index: 1080;
	cursor: pointer;
	transform: rotate(-90deg);
	border: 2px solid var(--light-gold);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border: 1px solid #fff;
}

.side_inquiry_form p {
	color: var(--white);
	margin: 0;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
}

.project_m-query {
	display: none;
}