.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Poppins", sans-serif;
overflow-x: hidden;
color: #222;
background: #fff;
}
img {
max-width: 100%;
display: block;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
.container {
width: 90%;
max-width: 1300px;
margin: auto;
}
.services .container {
width: 100%;
} .header {
position: relative;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
background: linear-gradient(135deg, #030c19, #102f5c);
backdrop-filter: blur(16px);
padding: 18px 0;
transform: translateY(-100%);
opacity: 0;
animation: headerEnter 0.8s ease forwards;
transition: 0.4s;
}
.header.scrolled {
background: rgba(10, 12, 24, 0.94);
padding: 12px 0;
box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}
.header .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.custom-logo-link img {
height: 40px;
width: auto;
}
.nav {
display: flex;
gap: 35px;
}
.nav ul {
display: flex;
gap: 35px;
padding: 0;
margin: 0;
}
.nav li {
list-style: none;
}
.nav a {
color: #fff;
font-size: 15px;
font-weight: 600;
transition: 0.3s;
}
.nav a:hover {
color: #40c4ff;
transform: translateY(-2px) scale(1.04);
}
.header-btn {
padding: 8px 28px;
background: #f4b400;
border-radius: 50px;
color: #111;
font-weight: 600;
transition: 0.3s;
}
.header-btn:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 18px 35px rgba(64, 196, 255, 0.25);
}
.menu-btn {
display: none;
font-size: 32px;
cursor: pointer;
color: #fff;
} .hero {
height: 500px;
background: url(//sundranipropertiesllc.com/wp-content/themes/sudrani-theme-premium/img/3.webp) center/cover;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(0, 0, 0, 0.75),
rgba(0, 0, 0, 0.45)
);
}
.hero-content {
position: relative;
z-index: 2;
max-width: 850px;
padding: 20px;
animation: fadeUp 1s ease;
}
.animate-on-scroll {
opacity: 0;
transform: translateY(40px);
transition:
opacity 0.8s ease,
transform 0.8s ease;
}
.animate-on-scroll.visible {
opacity: 1;
transform: translateY(0);
}
@keyframes headerEnter {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.hero h1 {
font-size: 70px;
line-height: 1.1;
color: #fff;
margin-bottom: 25px;
font-weight: 800;
}
.hero p {
font-size: 20px;
color: #fff;
margin-bottom: 35px;
}
.hero-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.btn-primary {
background: #40c4ff;
color: #fff;
padding: 16px 35px;
border-radius: 50px;
font-weight: 600;
transition: 0.3s;
}
.btn-primary:hover {
transform: translateY(-5px);
}
.btn-outline {
border: 2px solid #fff;
color: #fff;
padding: 16px 35px;
border-radius: 50px;
font-weight: 600;
transition: 0.3s;
}
.btn-outline:hover {
background: #fff;
color: #000;
}
.property-search-block {
padding: 70px 0 75px;
background:
linear-gradient(135deg, rgb(0 0 0 / 73%) 0%, rgb(0 0 0 / 57%) 100%),
url(https://photos.zillowstatic.com/fp/a11b6d2bc7ac8c37cf94f2ac538d47d0-cc_ft_1152.webp);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.search-card {
max-width: 1150px;
margin: 0 auto;
background: #fff;
border-radius: 32px;
box-shadow: 0 36px 90px rgba(15, 23, 42, 0.12);
border: 1px solid rgba(64, 196, 255, 0.13);
}
.search-card .wpcf7 {
margin: 0;
max-width: none;
}
.search-card .wpcf7-form-control-wrap {
margin: 0 0 20px;
display: inline-block;
width: 100%;
}
.search-card select.wpcf7-form-control.wpcf7-select {
width: 100%;
height: 58px;
color: #222;
border-radius: 14px;
transition: all 0.3s ease;
padding: 10px 15px;
border: 1px solid #dcdcdc;
}
.search-tabs {
display: flex;
gap: 12px;
margin: -20px 0 0;
background: transparent;
padding: 0 40px 25px;
border-bottom: 1px solid rgba(64, 196, 255, 0.12);
}
.search-card h2 {
margin: 30px auto 20px;
text-align: center;
font-size: 40px;
}
span.abbbt {
margin-top: 35px;
padding-left: 20px;
border-left: 3px solid #0066ff;
clear: both;
font-weight: 600;
}
.search-tab-btn {
flex: 0 1 auto;
padding: 14px 32px;
border: 2px solid rgba(64, 196, 255, 0.3);
background: #ffffff;
font-size: 15px;
font-weight: 700;
color: #334155;
cursor: pointer;
transition: 0.3s ease;
border-radius: 12px;
letter-spacing: 0.5px;
}
.search-tab-btn:hover {
border-color: #40c4ff;
background: #fff;
transform: translateY(-2px);
}
.search-tab-btn.active-tab-node {
background: #40c4ff;
color: #ffffff;
border-color: #40c4ff;
box-shadow: 0 12px 35px rgba(64, 196, 255, 0.25);
}
.search-forms {
padding: 0 40px 40px;
display: grid;
gap: 20px;
}
.search-form {
display: none;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.search-form.active-form-node {
display: grid;
}
.search-form input,
.search-form textarea {
width: 100%;
border: 1px solid #d7e4f2;
border-radius: 16px;
outline: none;
font-size: 15px;
color: #0f172a;
padding: 0 22px;
height: 62px;
transition:
border-color 0.3s ease,
box-shadow 0.3s ease;
}
.search-form input:focus,
.search-form textarea:focus {
border-color: #40c4ff;
box-shadow: 0 0 0 4px rgba(64, 196, 255, 0.12);
}
.search-form textarea {
resize: vertical;
padding: 16px 22px;
min-height: 140px;
height: auto;
}
.search-submit-btn {
grid-column: span 3;
justify-self: center;
width: 280px;
height: 62px;
border: none;
border-radius: 20px;
background: linear-gradient(135deg, #40c4ff 0%, #1fa1db 100%);
color: #fff;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition:
transform 0.25s ease,
box-shadow 0.25s ease;
box-shadow: 0 15px 40px rgba(64, 196, 255, 0.2);
}
.search-submit-btn:hover {
transform: translateY(-3px);
box-shadow: 0 20px 50px rgba(64, 196, 255, 0.3);
}
@media (max-width: 991px) {
.search-form {
grid-template-columns: 1fr;
}
.search-tabs {
padding: 0 20px 20px;
}
.search-forms {
padding: 0 20px 30px;
}
.search-submit-btn {
grid-column: auto;
width: 100%;
max-width: 300px;
}
.hero {
height: 320px;
}
} .section-title {
text-align: center;
margin-bottom: 60px;
}
.services .section-title h2 {
color: #222;
}
#sold-properties .section-title h2 {
color: #222;
font-size: 32px;
font-weight: 600;
}
.section-title span {
display: block;
color: #40c4ff;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 10px;
}
.section-title h2 {
font-size: 48px;
font-weight: 800;
color: #fff;
} .services {
padding: 45px 8% 65px;
background: linear-gradient(180deg, #f7fbff 0%, #eef7fd 100%);
}
.container.mmy {
width: 100%;
}
.service-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
max-width: 1280px;
margin: 0 auto;
}
.service-card {
background: #ffffff;
border-radius: 32px;
box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
border: 1px solid rgba(64, 196, 255, 0.12);
display: flex;
flex-direction: column;
position: relative;
}
section#sold-properties {
padding: 45px 5%;
}
#sold-properties .service-card {
background: #ffffff;
border-radius: 12px;
box-shadow:0 4px 15px rgba(0, 0, 0, 0.05);
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
border: 1px solid #eee;
display: flex;
flex-direction: column;
position: relative;
margin-bottom: 20px;
overflow: hidden;
min-height: 389px;
}
#sold-properties .service-card img {
height: 230px;
}
.service-card:hover {
transform: translateY(-14px);
box-shadow: 0 35px 90px rgba(15, 23, 42, 0.15);
}
.service-card img {
height: 280px;
width: 100%;
border-radius: 32px;
object-fit: cover;
transition:
transform 0.6s ease,
filter 0.6s ease;
}
.sale-badge {
display: inline-flex;
padding: 8px 16px;
position: absolute;
right: 9px;
border-radius: 999px;
background: rgb(244 180 0);
color: #ffffff;
font-size: 13px;
font-weight: 600;
z-index: 999999999999;
margin: -15px 0 0;
letter-spacing: 0.8px;
width: 107px;
text-transform: uppercase;
justify-content: center;
align-items: center;
}
.service-card:hover img {
transform: scale(1.08);
filter: brightness(1.05) saturate(1.08);
}
.service-card h3 {
padding: 26px 25px 10px;
font-size: 34px;
color: #111;
letter-spacing: 0.2px;
}
.iinfo {
display: flex;
flex-wrap: wrap;
gap: 12px;
padding: 0 25px 18px;
color: #334155;
font-weight: 600;
margin: 0;
}
.iinfo span {
background: rgba(64, 196, 255, 0.12);
color: #0f4fa8;
padding: 10px 12px;
border-radius: 999px;
font-size: 13px;
}
.service-card p {
padding: 0 25px 24px;
line-height: 1.85;
min-height: 83px;
color: #475569;
}
.service-card a {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0 25px 25px;
padding: 14px 22px;
color: #fff;
font-size: 15px;
background: #40c4ff;
border-radius: 999px;
font-weight: 700;
transition:
transform 0.25s ease,
background 0.25s ease;
}
.service-card a:hover {
transform: translateY(-2px);
background: #1fa1db;
} .about-owner {
padding: 70px 7%;
background: #fff;
}
.about-wrapper {
max-width: 1300px;
margin: auto;
display: grid;
grid-template-columns: 520px 1fr;
gap: 80px;
align-items: center;
}
.owner-photo {
position: relative;
}
.owner-photo img {
width: 100%;
object-fit: cover;
border-radius: 30px;
box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.experience-badge {
position: absolute;
bottom: 30px;
right: -30px;
background: #40c4ff;
color: #fff;
padding: 25px 30px;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.experience-badge span {
display: block;
font-size: 42px;
font-weight: 800;
line-height: 1;
}
.section-tag {
display: inline-block;
padding: 8px 18px;
background: #ffecd7;
color: #000000;
border-radius: 50px;
font-weight: 600;
margin-bottom: 20px;
}
.owner-info h2 {
font-size: 62px;
line-height: 1.1;
margin-bottom: 25px;
}
.owner-info p {
font-size: 18px;
line-height: 1.5;
color: #666;
margin-bottom: 20px;
}
.about-stats {
display: flex;
gap: 20px;
margin: 40px 0;
flex-wrap: wrap;
}
.stat-box {
background: #f8f9fb;
padding: 10px;
border-radius: 20px;
min-width: 120px;
text-align: center;
}
.stat-box h3 {
font-size: 25px;
color: #40c4ff;
margin-bottom: 8px;
}
.about-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 15px 40px;
background: #40c4ff;
color: #fff;
font-size: 18px;
border-radius: 50px;
font-weight: 500;
transition: 0.3s;
}
.about-btn:hover {
transform: translateY(-4px);
}
@media (max-width: 991px) {
.about-wrapper {
grid-template-columns: 1fr;
gap: 50px;
}
.owner-photo img {
height: 500px;
}
.owner-info h2 {
font-size: 42px;
}
.experience-badge {
right: 20px;
}
} .cta {
padding: 110px 20px;
text-align: center;
}
.cta h2 {
font-size: 52px;
margin-bottom: 20px;
}
.cta p {
font-size: 18px;
margin-bottom: 35px;
}
.cta-btn {
display: inline-block;
padding: 18px 40px;
background: #fff;
border-radius: 50px;
font-weight: 700;
color: #000;
}
.blue {
background: #40c4ff;
color: #fff;
}
.dark {
background: #111;
color: #fff;
} .testimonials {
padding: 70px 0; background: #eef7fd;
}
.testimonials .section-title h2 {
color: #222;
} .testimonial-slider {
max-width: 1200px;
margin: 0 auto;
display: block !important; } .testimonial-item {
padding: 0 15px; box-sizing: border-box;
} .testimonial-slider .testimonial {
background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
padding: 30px !important;
border-radius: 18px !important;
text-align: left !important;
min-height: 196px;
box-shadow: 0 15px 45px rgba(2, 6, 23, 0.06) !important;
border: 1px solid rgba(64, 196, 255, 0.1) !important;
display: block !important; width: 100% !important;
}
.testimonial-top {
display: flex !important;
gap: 16px;
align-items: center;
}
.testimonials .slick-track {
gap: 20px;
display: flex !important;
}
.testimonials .slick-list {
overflow: unset !important;
}
.avatar {
width: 65px !important;
height: 65px !important;
border-radius: 50% !important;
object-fit: cover;
box-shadow: 0 8px 25px rgba(2, 6, 23, 0.1);
}
.testimonial-meta h4 {
margin: 0;
color: #0f172a;
font-size: 18px;
font-weight: 700;
}
.stars {
display: flex;
gap: 4px;
margin-bottom: 5px;
}
.testimonial-text {
font-size: 16px;
line-height: 1.7;
color: #475569;
margin-top: 15px;
} .testimonial-slider .slick-dots {
display: flex !important;
justify-content: center;
list-style: none;
padding: 0;
margin: 30px 0 0 0;
}
.testimonial-slider .slick-dots li {
margin: 0 6px;
}
.testimonial-slider .slick-dots li button {
font-size: 0;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ccc;
border: none;
cursor: pointer;
transition: all 0.3s ease;
}
.services-properties-slider .slick-dots li button:before{
display: block;
}
.slick-dots li button:before{
display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
background-color: #ff5a5f;
transform: scale(1.2);
}
@media (max-width: 991px) {
.testimonials .slick-list {
overflow: hidden !important;
}
} .newsletter {
padding: 40px 8% 60px;
text-align: center;
background: #eef7fd;
}
.newsletter h2 {
font-size: 45px;
margin-bottom: 15px;
}
.newsletter p {
margin-bottom: 35px;
}
.newsletter form {
display: flex;
justify-content: center;
max-width: 700px;
margin: auto;
}
.newsletter input {
flex: 1;
height: 60px;
background: #fff;
border: 1px solid #40c4ff;
padding: 0 20px;
border-radius: 50px 0 0 50px;
outline: none;
}
.newsletter button {
padding: 0 35px;
border: none;
background: #40c4ff;
color: #fff;
font-weight: 600;
border-radius: 0 50px 50px 0;
cursor: pointer;
} .footer {
background: linear-gradient(135deg, #030c19, #102f5c);
color: #e6eef8;
padding: 60px 6% 30px;
border-top: 4px solid rgba(64, 196, 255, 0.06);
}
.footer-grid {
display: grid;
grid-template-columns: 1.6fr 1fr 1fr;
gap: 48px;
max-width: 1300px;
margin: 0 auto;
align-items: start;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-logo {
height: auto;
margin-bottom: 14px;
width: 100px;
max-width: none;
}
.footer h4 {
margin-bottom: 14px;
color: #fff;
font-size: 18px;
}
.footer ul {
padding: 0;
margin: 0;
}
.footer ul li {
margin-bottom: 10px;
}
.footer a {
color: #a0bddb;
transition:
color 0.18s ease,
transform 0.18s ease;
}
.footer a:hover {
color: #fff;
}
.footer p {
color: #a0bddb;
line-height: 1.8;
}
.footer .contact-list span {
display: block;
color: #dbeeff;
}
.social-links {
display: flex;
gap: 10px;
margin-top: 8px;
}
.social-links a {
width: 38px;
height: 38px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: rgb(255 255 255 / 8%);
color: #fff;
text-decoration: none;
}
.footer-newsletter {
display: flex;
gap: 8px;
margin-top: 8px;
}
.footer-newsletter input {
flex: 1;
padding: 12px 14px;
border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.06);
background: rgba(255, 255, 255, 0.02);
color: #eef6ff;
outline: none;
}
.footer-newsletter button {
padding: 11px 16px;
border-radius: 10px;
border: none;
background: linear-gradient(90deg, #40c4ff, #1fa1db);
color: #021022;
font-weight: 700;
cursor: pointer;
}
.copyright {
margin: 40px -6% -30px;
padding: 18px;
border-top: 1px solid rgba(255, 255, 255, 0.03);
text-align: center;
background: linear-gradient(135deg, #030c19, #102f5c);
color: #9fb8d6;
font-size: 14px;
} .call-button {
position: fixed;
right: 25px;
bottom: 25px;
width: 68px;
height: 68px;
background: linear-gradient(135deg, #40c4ff, #1fa1db);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
z-index: 9999;
box-shadow: 0 18px 50px rgba(31, 161, 219, 0.28);
transition:
transform 0.25s ease,
box-shadow 0.25s ease;
}
.call-button:hover {
transform: translateY(-3px);
box-shadow: 0 22px 60px rgba(31, 161, 219, 0.35);
}
.call-button svg {
width: 28px;
height: 28px;
}
@keyframes float {
50% {
transform: translateY(-8px);
}
} @keyframes fadeUp {
from {
opacity: 0;
transform: translateY(40px);
}
to {
opacity: 1;
transform: translateY(0);
}
} @media (max-width: 991px) {
.nav {
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background: rgba(6, 11, 26, 0.98);
flex-direction: column;
padding: 110px 28px 30px;
transition:
right 0.35s ease,
opacity 0.35s ease;
opacity: 0;
z-index: 10000;
}
.nav.active {
right: 0;
opacity: 1;
}
.nav a {
color: #f8fafc;
padding: 16px 0;
font-size: 18px;
font-weight: 600;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav a:last-child {
border-bottom: none;
}
.menu-btn {
display: block;
z-index: 10001;
font-size: 32px;
color: #fff;
cursor: pointer;
}
.header-btn {
display: none;
}
.hero h1 {
font-size: 48px;
}
.about-wrapper {
grid-template-columns: 1fr;
}
.service-grid {
grid-template-columns: 1fr;
}
.testimonial-slider {
grid-template-columns: 1fr;
}
.footer-grid {
grid-template-columns: 1fr;
}
.newsletter form {
flex-direction: column;
gap: 15px;
}
.newsletter input,
.newsletter button {
width: 100%;
border-radius: 50px;
height: 60px;
}
}
@media (max-width: 768px) {
.hero {
height: 390px;
}
.hero h1 {
font-size: 38px;
}
.hero p {
font-size: 16px;
}
.section-title h2 {
font-size: 34px;
}
.section-title {
margin-bottom: 0;
}
.services {
padding: 45px 5% 35px;
}
.slick-list {
margin: 0;
border-radius: 0 0 27px 27px;
padding: 40px 0 0;
}
ul.slick-dots {
margin: 0 auto 0;
display: flex;
padding: 0;
gap: 9px;
justify-content: center;
}
.slick-dotted.slick-slider {
margin-top: 20px;
}
ul.slick-dots li button {
padding: 4px 10px;
background: #eceff1;
border-radius: 100%;
border: 1px solid #40c4ff;
}
.about-content h2 {
font-size: 38px;
}
.cta h2 {
font-size: 36px;
}
.stat-box + .stat-box + .stat-box {
width: 100%;
}
.about-stats {
justify-content: center;
}
.about-btn {
width: 100%;
}
.testimonial-slider .testimonial {
min-height: 270px;
}
.newsletter h2 {
font-size: 34px;
}
.contact-hero {
background: linear-gradient(135deg, #081c3a, #102f5c);
color: #fff;
text-align: center;
padding: 120px 20px 90px;
}
.contact-hero h1 {
font-size: 56px;
margin-bottom: 20px;
}
.contact-hero p {
max-width: 700px;
margin: auto;
opacity: 0.9;
}
.contact-info-section {
margin-top: -60px;
position: relative;
z-index: 5;
}
.contact-info-card {
background: #fff;
border-radius: 24px;
padding: 40px;
max-width: 900px;
margin: auto;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.info-item {
display: flex;
gap: 15px;
align-items: flex-start;
padding: 18px 0;
border-bottom: 1px solid #eee;
}
.info-item:last-child {
border: none;
}
.info-item span {
font-size: 24px;
}
.contact-main {
padding: 80px 0;
}
.contact-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
}
.contact-form-box {
background: #fff;
padding: 40px;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.contact-side {
display: flex;
flex-direction: column;
gap: 20px;
}
.side-card {
background: #f8f9fb;
padding: 30px;
border-radius: 20px;
transition: 0.3s;
}
.side-card:hover {
transform: translateY(-5px);
}
.footer-column {
display: flex;
gap: 12px;
align-items: center;
flex-direction: column;
}
.footer h4 {
margin-bottom: 0px;
}
.footer ul {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.footer ul li {
margin: 9px 10px;
}
.footer p {
color: #bfcfe0;
line-height: 1.8;
text-align: center;
}
@media (max-width: 991px) {
.contact-grid {
grid-template-columns: 1fr;
}
.contact-hero h1 {
font-size: 40px;
}
}
}
.contact-hero {
background: linear-gradient(135deg, #081c3a, #102f5c);
color: #fff;
text-align: center;
padding: 70px 20px 50px;
}
.contact-hero h1 {
font-size: 56px;
margin-bottom: 20px;
}
.contact-hero p {
max-width: 700px;
margin: auto;
opacity: 0.9;
}
.contact-info-section {
margin-top: 60px;
position: relative;
z-index: 5;
}
.contact-info-card {
background: #fff;
border-radius: 24px;
padding: 40px;
max-width: 900px;
margin: auto;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.info-item {
display: flex;
gap: 15px;
align-items: flex-start;
padding: 18px 0;
border-bottom: 1px solid #eee;
}
.info-item:last-child {
border: none;
}
.info-item span {
font-size: 24px;
}
.contact-main {
padding: 80px 0;
}
.contact-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
}
.contact-form-box {
background: #fff;
padding: 40px;
border-radius: 24px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.contact-side {
display: flex;
flex-direction: column;
gap: 20px;
}
.side-card {
background: #f8f9fb;
padding: 30px;
border-radius: 20px;
transition: 0.3s;
}
.side-card:hover {
transform: translateY(-5px);
}
@media (max-width: 991px) {
.contact-grid {
grid-template-columns: 1fr;
}
.contact-hero h1 {
font-size: 40px;
}
} .pprt {
display: flex;
justify-content: center;
max-width: 1175px;
margin: 0 auto;
}
.wpcf7 {
max-width: 900px;
margin: 60px auto;
padding: 50px;
background: #ffffff;
border-radius: 24px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(0, 0, 0, 0.06);
}
.wpcf7 form p {
margin-bottom: 24px;
}
.wpcf7 label {
display: block;
font-size: 15px;
font-weight: 600;
color: #111827;
margin-bottom: 8px;
letter-spacing: 0.3px;
} .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
width: 100%;
height: 58px;
padding: 0 18px;
border: 1px solid #dcdcdc;
border-radius: 14px;
background: #fafafa;
font-size: 15px;
font-family: inherit;
color: #222;
transition: all 0.3s ease;
box-sizing: border-box;
}
.wpcf7 textarea {
height: 180px;
padding: 18px;
resize: vertical;
} .wpcf7 input:focus,
.wpcf7 textarea:focus {
outline: none;
border-color: #caa55a;
background: #fff;
box-shadow: 0 0 0 4px rgba(202, 165, 90, 0.15);
} .wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
color: #9ca3af;
} .wpcf7-submit {
width: 100%;
height: 60px;
border: none;
border-radius: 14px;
background: linear-gradient(135deg, #d8b46b, #b88a2f);
color: #fff !important;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
}
.search-card .wpcf7 form p {
text-align: right;
}
.search-card .wpcf7-submit {
width: 20%;
height: 55px;
}
.search-card .wpcf7-spinner {
position: absolute;
}
.wpcf7-submit:hover {
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(184, 138, 47, 0.35);
}
.wpcf7-submit:active {
transform: translateY(0);
} .wpcf7-not-valid {
border-color: #ef4444 !important;
}
.wpcf7-not-valid-tip {
color: #ef4444;
font-size: 13px;
margin-top: 6px;
display: block;
} .wpcf7-response-output {
margin-top: 25px !important;
padding: 15px 20px !important;
border-radius: 12px;
font-weight: 600;
}
.wpcf7 form.sent .wpcf7-response-output {
border: none;
background: #ecfdf5;
color: #047857;
} .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
border: none;
background: #fef2f2;
color: #dc2626;
} .wpcf7-spinner {
margin-left: 12px;
} .wpcf7 p:nth-child(2),
.wpcf7 p:nth-child(3) {
width: 48%;
display: inline-block;
vertical-align: top;
}
.wpcf7 p:nth-child(2) {
margin-right: 3%;
} .menu-btn {
display: none;
font-size: 32px;
cursor: pointer;
color: #fff;
}
@media (max-width: 991px) {
.menu-btn {
display: block;
z-index: 9999;
}
nav#nav {
position: fixed;
padding: 0;
top: 0;
left: -100%;
width: 100%;
height: calc(100vh - 80px);
background: #111;
transition: 0.4s;
z-index: 999;
}
nav#nav.active {
left: 0;
}
nav#nav ul {
flex-direction: column;
padding: 30px;
gap: 20px;
}
nav#nav ul li {
width: 100%;
}
nav#nav ul li a {
display: block;
color: #fff;
font-size: 18px;
padding: 12px 0;
}
.header-btn {
display: none;
}
}
@media (max-width: 768px) {
.custom-logo-link img {
height: 28px;
width: auto;
}
.pprt {
display: block;
margin: 0 auto 40px;
}
.search-card h2 {
font-size: 25px;
}
.wpcf7 {
padding: 30px 20px;
margin: 50px 15px;
border-radius: 18px;
}
.wpcf7 p:nth-child(2),
.wpcf7 p:nth-child(3) {
width: 100%;
margin-right: 0;
display: block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
font-size: 16px;
}
} .wp-singular main#main-content {
margin: 50px auto;
max-width: 1138px;
}
.es-powered.content-font {
display: none !important;
} .sold-slide-item {
padding: 0 15px;
} @media screen and (max-width: 600px) {
.sold-slide-item {
padding: 0 5px; }
} .sold-properties-carousel .slick-dots {
display: flex !important;
justify-content: center;
list-style: none;
padding: 0;
margin: 20px 0 0 0;
}
.sold-properties-carousel .slick-dots li {
margin: 0 5px;
}
.sold-properties-carousel .slick-dots li button {
font-size: 0;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ccc;
border: none;
cursor: pointer;
padding: 0;
transition: background-color 0.3s ease;
}
.sold-properties-carousel .slick-dots li.slick-active button {
background-color: #ff5a5f;
}
section#sold-properties .iinfo, section#sold-properties .service-card h3 {
font-family: 'Lato', sans-serif;
font-size: 24px;
color: #313131;
margin: 0 0 10px 0;
font-weight: 700;
}
section#sold-properties .service-card img {
border-radius: unset;
} .client-logobar-section {
padding: 60px 0;
background-color: #ffffff;
border-top: 1px solid rgba(15, 23, 42, 0.05);
border-bottom: 1px solid rgba(15, 23, 42, 0.05);
overflow: hidden;
}
.client-carousel {
width: 100%;
overflow: hidden;
position: relative;
display: flex;
} .client-carousel::before,
.client-carousel::after {
content: "";
height: 100%;
position: absolute;
width: 150px;
z-index: 2;
pointer-events: none;
}
.client-carousel::before {
top: 0;
left: 0;
background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}
.client-carousel::after {
top: 0;
right: 0;
background: linear-gradient(to left, #ffffff 0%, transparent 100%);
} .carousel-track {
display: flex;
width: calc(250px * 12); gap: 20px;
align-items: center;
animation: scrollInfinite 25s linear infinite;
} .client-carousel:hover .carousel-track {
animation-play-state: paused;
}
.carousel-item {
width: 160px;
height: auto;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}
.carousel-item img {
max-width: 140px;
max-height: 55px;
width: auto;
height: auto;
object-fit: contain;
transition: all 0.3s ease;
} .carousel-item:hover img {
filter: grayscale(0%) opacity(100%)
drop-shadow(0 4px 12px rgba(0, 102, 255, 0.2));
transform: scale(1.06);
} @keyframes scrollInfinite {
0% {
transform: translateX(0);
}
100% {
transform: translateX(
calc(-240px * 4)
); }
} @media (max-width: 768px) {
.client-logobar-section {
padding: 40px 0;
}
.client-carousel::before,
.client-carousel::after {
width: 60px;
}
.carousel-track {
gap: 40px;
}
.carousel-item {
width: 130px;
}
section.client-logobar-section h3 {
font-size: 22px !important;
}
} .header-brand-column {
max-width: 420px;
}
.footer-brand-text {
font-size: 15px !important;
line-height: 1.75 !important;
color: #bfcfe0 !important;
margin-top: 15px;
margin-bottom: 25px;
font-weight: 400;
text-align: left;
} .social-links-premium {
display: flex;
gap: 15px;
margin-top: 5px;
}
.social-icon-box {
width: 46px;
height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 12px;
background: rgba(255, 255, 255, 0.05);
color: #cfe9ff;
border: 1px solid rgba(255, 255, 255, 0.08);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-icon-box:hover {
transform: translateY(-4px);
color: #ffffff;
} .social-icon-box.fb-premium:hover {
background: #1877f2;
box-shadow: 0 8px 20px rgba(24, 119, 242, 0.3);
border-color: #1877f2;
}
.social-icon-box.ig-premium:hover {
background: linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
box-shadow: 0 8px 20px rgba(220, 39, 67, 0.3);
border-color: transparent;
} .header .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.custom-logo-link img {
height: 40px !important;
width: auto !important;
} .mobile-menu-header,
.mobile-menu-footer {
display: none !important;
} @media (max-width: 991px) { .mobile-menu-header {
display: flex !important;
align-items: center;
justify-content: space-between;
padding-bottom: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
margin-bottom: 20px;
}
.mobile-menu-footer {
display: block !important;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
margin-top: auto;
} nav#nav {
position: fixed;
top: 0;
left: -100%; width: 290px;
height: 100vh;
background: #0b1220 !important; box-shadow: 15px 0 40px rgba(0, 0, 0, 0.4);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 99999;
display: flex !important;
flex-direction: column;
justify-content: space-between;
padding: 25px 20px;
overflow-y: auto;
gap: 10px;
}
nav#nav.active {
left: 0;
} .mobile-menu-logo img {
height: 32px !important;
width: auto !important;
object-fit: contain;
display: block;
} nav#nav ul.navs {
display: flex !important;
flex-direction: column !important;
gap: 5px !important;
padding: 0 !important;
margin: 0 !important;
flex-grow: 1;
}
nav#nav ul li {
width: 100%;
opacity: 0;
transform: translateX(-20px);
transition: all 0.4s ease;
}
nav#nav.active ul li {
opacity: 1;
transform: translateX(0);
}
nav#nav.active ul li:nth-child(1) {
transition-delay: 0.1s;
}
nav#nav.active ul li:nth-child(2) {
transition-delay: 0.15s;
}
nav#nav.active ul li:nth-child(3) {
transition-delay: 0.2s;
}
nav#nav.active ul li:nth-child(4) {
transition-delay: 0.25s;
}
nav#nav.active ul li:nth-child(5) {
transition-delay: 0.3s;
}
nav#nav ul li a {
display: block !important;
color: #e2e8f0 !important;
font-size: 16px !important;
font-weight: 500 !important;
padding: 12px 14px !important;
border-radius: 10px;
transition: all 0.25s ease;
}
nav#nav ul li a:hover,
nav#nav ul li.current-menu-item a {
background: rgba(64, 196, 255, 0.08) !important;
color: #40c4ff !important;
padding-left: 18px !important;
} .menu-footer-tagline {
font-size: 11px;
text-transform: uppercase;
color: #64748b;
letter-spacing: 1px;
margin-bottom: 12px;
font-weight: 600;
}
.mobile-social-links {
display: flex;
gap: 12px;
}
.mob-social-box {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 10px;
background: rgba(255, 255, 255, 0.03);
color: #94a3b8;
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
}
.mob-social-box:hover {
color: #fff;
transform: translateY(-2px);
}
.mob-social-box.fb:hover {
background: #1877f2;
border-color: #1877f2;
}
.mob-social-box.ig:hover {
background: linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#bc1888 100%
);
border-color: transparent;
}
} .property-detail-hero {
padding: 90px 0;
background: #f7f7f7;
}
.property-detail-grid {
display: grid;
grid-template-columns: 1.1fr 1fr;
gap: 60px;
align-items: start;
}
.property-detail-image {
position: relative;
overflow: hidden;
border-radius: 12px;
}
.property-main-image {
width: 100%;
height: 520px;
object-fit: cover;
display: block;
}
.property-detail-status {
position: absolute;
top: 20px;
left: 20px;
}
.property-detail-content {
padding: 20px 0;
}
.property-detail-content .section-tag {
display: inline-block;
margin-bottom: 15px;
}
.property-detail-content h1 {
margin: 0 0 20px;
font-size: 46px;
line-height: 1.15;
}
.property-detail-price {
font-size: 30px;
font-weight: 700;
margin-bottom: 30px;
}
.property-detail-info {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 30px;
}
.property-info-box {
min-width: 120px;
padding: 18px;
background: #fff;
border-radius: 8px;
text-align: center;
box-shadow: 0 5px 20px rgba(0,0,0,.06);
}
.property-info-box strong {
display: block;
font-size: 22px;
margin-bottom: 5px;
}
.property-info-box span {
display: block;
font-size: 14px;
}
.property-detail-description {
line-height: 1.8;
margin-bottom: 30px;
}
.property-detail-buttons {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.property-back-section {
padding: 25px 0;
}
.property-back-link {
text-decoration: none;
font-weight: 600;
}
.sold-detail-hero {
background: #f7f7f7;
}
.sold-property-location {
display: flex;
flex-direction: column;
gap: 5px;
margin-bottom: 25px;
}
.sold-property-location span {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.sold-property-location strong {
font-size: 18px;
}
.btn-outline.sss {
border: 2px solid #102f5c;
color: #102f5c;
} @media (max-width: 991px) {
.property-detail-grid {
grid-template-columns: 1fr;
gap: 35px;
}
.property-main-image {
height: 420px;
}
.property-detail-content h1 {
font-size: 38px;
}
}
@media (max-width: 600px) {
.property-detail-hero {
padding: 55px 0;
}
.property-main-image {
height: 300px;
}
.property-detail-content h1 {
font-size: 30px;
}
.property-detail-price {
font-size: 25px;
}
.property-detail-info {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.property-info-box {
min-width: 0;
}
.property-detail-buttons {
flex-direction: column;
}
.property-detail-buttons a {
width: 100%;
text-align: center;
}
} .property-archive-hero {
padding: 100px 0;
text-align: center;
background: #071a33;
color: #ffffff;
}
.property-archive-hero .container {
max-width: 900px;
margin: 0 auto;
}
.property-archive-hero .section-tag {
display: inline-block;
margin-bottom: 15px;
}
.property-archive-hero h1 {
margin: 0 0 20px;
font-size: 52px;
line-height: 1.15;
}
.property-archive-hero p {
max-width: 700px;
margin: 0 auto;
font-size: 18px;
line-height: 1.7;
} .properties-list-section {
padding: 90px 0;
background: #ffffff;
}
.properties-archive-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
section.properties-list-section .section-title h2 {
color: #121212;
} .property-archive-card {
position: relative;
overflow: hidden;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease,
box-shadow 0.3s ease;
}
.property-archive-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
} .property-card-image {
position: relative;
height: 270px;
overflow: hidden;
}
.property-card-image img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
transition: transform 0.5s ease;
}
.property-archive-card:hover
.property-card-image img {
transform: scale(1.05);
} .property-card-image .sale-badge {
position: absolute;
top: 18px;
left: 18px;
z-index: 2;
} .property-card-content {
padding: 25px;
}
.property-card-content h3 {
margin: 0 0 10px;
font-size: 23px;
line-height: 1.3;
}
.property-card-content h3 a {
color: inherit;
text-decoration: none;
}
.property-card-price {
margin-bottom: 20px;
font-size: 24px;
font-weight: 700;
} .property-card-meta {
display: flex;
flex-wrap: wrap;
gap: 18px;
padding: 15px 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.property-card-meta span {
font-size: 14px;
}
.property-card-meta strong {
font-size: 16px;
} .property-card-excerpt {
padding: 18px 0;
line-height: 1.7;
}
.property-card-excerpt p {
margin: 0;
} .property-view-btn {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 15px;
width: 100%;
padding: 13px 18px;
box-sizing: border-box;
text-decoration: none;
font-weight: 600;
}
.property-view-btn span {
font-size: 20px;
transition: transform 0.25s ease;
}
.property-view-btn:hover span {
transform: translateX(5px);
} .properties-pagination {
display: flex;
justify-content: center;
margin-top: 55px;
}
.properties-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 42px;
height: 42px;
margin: 0 4px;
padding: 0 12px;
box-sizing: border-box;
border: 1px solid #dddddd;
border-radius: 5px;
text-decoration: none;
}
.properties-pagination .current {
font-weight: 700;
} .no-properties {
max-width: 700px;
margin: 0 auto;
padding: 70px 30px;
text-align: center;
background: #f7f7f7;
border-radius: 12px;
}
.no-properties h3 {
margin-bottom: 15px;
}
.no-properties p {
margin-bottom: 25px;
} @media (max-width: 991px) {
.properties-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
.property-archive-hero h1 {
font-size: 42px;
}
}
@media (max-width: 600px) {
.property-archive-hero {
padding: 70px 0;
}
.property-archive-hero h1 {
font-size: 34px;
}
.property-archive-hero p {
font-size: 16px;
}
.properties-list-section {
padding: 60px 0;
}
.properties-archive-grid {
grid-template-columns: 1fr;
}
.property-card-image {
height: 240px;
}
.property-card-content {
padding: 20px;
}
}
.section-title.aarc {
margin: 20px auto 0;
}