2025-10-15 12:13:58 +05:30
|
|
|
/* Base setup */
|
|
|
|
|
:root {
|
2025-10-27 20:19:56 +05:30
|
|
|
--font-primary: "Open Sans", sans-serif;
|
|
|
|
|
/* default body font */
|
|
|
|
|
--font-secondary: "Larken", serif;
|
|
|
|
|
/* decorative font */
|
|
|
|
|
--font-tertiary: "Inter", sans-serif;
|
|
|
|
|
/* for headings or special text */
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-banner {
|
2025-10-15 17:48:28 +05:30
|
|
|
background-image: url("../assests/images/contact-banner.svg");
|
2025-10-15 12:13:58 +05:30
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
2025-11-05 19:34:57 +05:30
|
|
|
height: 400px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
/* .contact-banner .container{
|
|
|
|
|
padding: 60px 0 72px 0;
|
|
|
|
|
} */
|
|
|
|
|
|
2025-10-15 17:48:28 +05:30
|
|
|
.contac-back-color {
|
2025-10-27 20:19:56 +05:30
|
|
|
background: #f5f5f5;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-aling {
|
|
|
|
|
align-items: end;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
width: 100%;
|
2025-10-29 10:15:45 +05:30
|
|
|
padding-bottom: 72px;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-15 12:13:58 +05:30
|
|
|
.contact-tittle-banner {
|
2025-10-27 20:19:56 +05:30
|
|
|
font-family: var(--font-secondary);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
line-height: 60px;
|
|
|
|
|
color: #fff;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-15 12:13:58 +05:30
|
|
|
p.contact-text-banner {
|
2025-10-27 20:19:56 +05:30
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
color: #fff;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-15 12:13:58 +05:30
|
|
|
.invest-contact {
|
2025-10-27 20:19:56 +05:30
|
|
|
background-color: #b58b4b;
|
|
|
|
|
clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
padding: 15px 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 280px;
|
|
|
|
|
justify-content: center;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invest-contact a {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #fff;
|
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 100%;
|
|
|
|
|
letter-spacing: 1.2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-decoration: none;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
|
|
|
|
|
2025-10-15 17:48:28 +05:30
|
|
|
.map-section .button-to {
|
2025-10-27 20:19:56 +05:30
|
|
|
margin-top: 35px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-top {
|
2025-10-27 20:19:56 +05:30
|
|
|
margin-top: 20px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-cards {
|
|
|
|
|
display: flex;
|
2025-11-05 19:34:57 +05:30
|
|
|
|
2025-10-15 17:48:28 +05:30
|
|
|
margin-bottom: 65px;
|
2025-10-29 10:15:45 +05:30
|
|
|
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-card {
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
|
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
|
|
|
|
|
padding: 25px 35px;
|
|
|
|
|
flex: 1 1 30%;
|
2025-11-05 19:34:57 +05:30
|
|
|
border-bottom: 5px solid #b89c58;
|
2025-10-15 17:48:28 +05:30
|
|
|
/* gold underline */
|
|
|
|
|
transition: all 0.3s ease;
|
2025-10-29 10:15:45 +05:30
|
|
|
width: 368px;
|
|
|
|
|
height: 225px;
|
|
|
|
|
margin-right: 32px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contact-card h4 {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #033a49;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
font-family: var(--font-secondary);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 30px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.contact-card p:first-child {
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
.contact-card p {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #3e3f3f;
|
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
margin-bottom: 10px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.map-section {
|
2025-10-27 20:19:56 +05:30
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 50px;
|
|
|
|
|
align-items: flex-start;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.map-container {
|
2025-10-27 20:19:56 +05:30
|
|
|
flex: 1 1 55%;
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
overflow: hidden;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.map-container iframe {
|
2025-10-27 20:19:56 +05:30
|
|
|
width: 100%;
|
|
|
|
|
height: 350px;
|
|
|
|
|
border: 0;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.location-info {
|
2025-10-27 20:19:56 +05:30
|
|
|
flex: 1 1 40%;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.location-info h3 {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #033a49;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-family: var(--font-secondary);
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
vertical-align: middle;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.location-info strong {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #b18c4b;
|
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
letter-spacing: 0.5px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.location-info p {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #3e3f3f;
|
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 120%;
|
|
|
|
|
letter-spacing: 0.5px;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invest-contact2 {
|
2025-10-27 20:19:56 +05:30
|
|
|
background-color: #b58b4b;
|
|
|
|
|
clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
padding: 15px 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 220px;
|
|
|
|
|
justify-content: center;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invest-contact2 a {
|
2025-10-27 20:19:56 +05:30
|
|
|
color: #fff;
|
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 100%;
|
|
|
|
|
letter-spacing: 1.2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
text-decoration: none;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.View {
|
2025-10-27 20:19:56 +05:30
|
|
|
text-transform: uppercase;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view-arrow {
|
2025-10-27 20:19:56 +05:30
|
|
|
height: 11px !important;
|
|
|
|
|
width: 17px !important;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.location-info.none-desktop {
|
2025-10-27 20:19:56 +05:30
|
|
|
display: none;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
.hide-details-conne-mobile {
|
2025-10-27 20:19:56 +05:30
|
|
|
display: none;
|
2025-10-15 17:48:28 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2025-10-27 20:19:56 +05:30
|
|
|
.contact-cards {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
|
|
|
|
.map-section {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2025-10-29 10:15:45 +05:30
|
|
|
.contact-card {
|
|
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 135px;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.location-info.none-desktop {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.contact-banner {
|
|
|
|
|
background-image: url("../assests/images/mobile-contact.svg");
|
|
|
|
|
padding: 0px 20px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.invest-contact {
|
|
|
|
|
width: 95%;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.contact-card h4 {
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
p.size-mobile {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.location-info {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.map-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.invest-contact2 {
|
|
|
|
|
background-color: #b58b4b;
|
|
|
|
|
clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
padding: 20px 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100%;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.invest-contact {
|
|
|
|
|
background-color: #b58b4b;
|
|
|
|
|
clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
|
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
padding: 20px 20px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 95% !important;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.location-info p {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.view-top {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
h3.none-mobile {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.map-section {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
gap: 30px;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
2025-10-15 17:48:28 +05:30
|
|
|
|
2025-10-27 20:19:56 +05:30
|
|
|
.hide-details-conne-dest {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.hide-details-conne-mobile {
|
|
|
|
|
display: flex;
|
2025-10-15 17:48:28 +05:30
|
|
|
gap: 20px;
|
2025-10-27 20:19:56 +05:30
|
|
|
}
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
|
.contact-banner {
|
2025-10-15 17:48:28 +05:30
|
|
|
background-image: url("../assests/images/mobile-contact.svg");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: -33px center;
|
2025-10-15 12:13:58 +05:30
|
|
|
padding: 0px 20px;
|
2025-10-29 10:15:45 +05:30
|
|
|
height: 70vh;
|
2025-10-15 12:13:58 +05:30
|
|
|
}
|
2025-10-27 20:19:56 +05:30
|
|
|
}
|