/* 
    A: urielscatrut
    JO Index HTML  
*/

html {
    scroll-behavior: smooth;
}

/* font */
@font-face {
    font-family: 'PlusJakartaDisplay-Regular';
    src: url('fonts/PlusJakartaDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlusJakartaDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaText-Regular';
    src: url('fonts/PlusJakartaText-Regular.woff2') format('woff2'),
        url('fonts/PlusJakartaText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaDisplay-Bold';
    src: url('fonts/PlusJakartaDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlusJakartaDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaText-Bold';
    src: url('fonts/PlusJakartaText-Bold.woff2') format('woff2'),
        url('fonts/PlusJakartaText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaDisplay-Medium';
    src: url('fonts/PlusJakartaDisplay-Medium.woff2') format('woff2'),
        url('fonts/PlusJakartaDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaText-Medium';
    src: url('fonts/PlusJakartaText-Medium.woff2') format('woff2'),
        url('fonts/PlusJakartaText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaDisplay-Light';
    src: url('fonts/PlusJakartaDisplay-Light.woff2') format('woff2'),
        url('fonts/PlusJakartaDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlusJakartaText-Light';
    src: url('fonts/PlusJakartaText-Light.woff2') format('woff2'),
        url('fonts/PlusJakartaText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* body */
body {
    font-family: 'PlusJakartaText-Regular';
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
    color: #050402;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    opacity: 1;
    transition: opacity 0.5s ease;
}

/* top nav bar */
.topContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    opacity: 1;
    transition: opacity 0.5s ease;
    margin: 20px;
}
.center {
    display: flex;
    gap: 40px;
}
.left, .right {
    flex-basis: 0;
    cursor: pointer;
}
.leftLogo {
    font-size: 38px;
    margin-left: 5%;
    text-decoration: none;
}
.leftLogo:hover {
    color: black;
}
#center1 {
    font-family: 'PlusJakartaDisplay-Regular';
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center1:hover {
    color: black;
    cursor: pointer;
}
#center2 {
    font-family: 'PlusJakartaDisplay-Regular';
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center2:hover {
    color: black;
    cursor: pointer;
}
#center3 {
    font-family: 'PlusJakartaDisplay-Regular';
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center3:hover {
    color: black;
    cursor: pointer;
}
#center4 {
    font-family: 'PlusJakartaDisplay-Regular';
    color: #475467;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
#center4:hover {
    color: black;
    cursor: pointer;
}
.rightBtn {
    font-family: 'PlusJakartaDisplay-Regular';
    color: white;
    background-color: black;
    border: 2px solid;
    border-color: none;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 15px;
    max-width: 28%;
    text-align: center;
    font-size: 18px;
    margin-right: 5%;
    text-decoration: none;
    transition: background 0.3s ease;
}
.rightBtn:hover {
    border: 2px solid;
    border-color: #191816;
    color: black;
    background-color: white;
    cursor: pointer;
}

main {
    flex: 1;
}

/* intro block */
.intro {
    font-family: 'PlusJakartaDisplay-Regular';
    position: relative;
    width: 85%;
    height: 70vh; 
    background-image: url('img/cover.png'); 
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 50px;
}
 /* text container */
.introContent {
    z-index: 2; 
    max-width: 50%;
    align-items: left;
}
.introContent h1 {
    font-size: 5rem;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 20px;
    text-align: left;
    color: black;
    width: auto;
}
.introContent p {
    font-size: 1.2rem;
    color: #555;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 5%;
    font-weight: 400;
}
/* buttons */
.findPropertyButton {
    display: inline-block;
    padding: 12px 25px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid;
    border-radius: 15px;
    transition: background 0.3s ease;
    margin-bottom: 5%;
}
.findPropertyButton:hover {
    border: 2px solid;
    border-color: #191816;
    color: black;
    background-color: white;
    cursor: pointer;
}
/* intro stats */
.stats {
    display: block;
}
.statsContainer {
    width: auto;
    margin: 10px auto;
    display: flex;
    gap: 50px;
    padding: 5px 10px;
}
.statsItem {
    display: flex;
    align-items: center;
    gap: 18px; 
}
.statsItem img {
    flex-shrink: 0;
    width: auto;
    height: 48px;
}
.statsText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.statsTitle {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.statsDescription {
    font-size: 16px;
    color: #555;
    margin: 0;
}


.floating-box {
    position: absolute;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.box1 {
    width: 12%;
    height: 30%;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("img/sqft4k.png");
    background-size: cover;
}
.box2 {
    top: 65%;
    right: 0;
    z-index: 10;
    padding: 1%;
    font-size: 1.2rem;
    background: black;
    color: white;
}
.introMOB {
    display: none;
}


/* typeform popup */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: black;
    margin: 8% auto;
    padding: 0.3%;
    border: 1px solid #888;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
iframe {
    width: 100%;
    height: 500px;
    border: none;
}


/* brands */
.collabWrap {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
    margin-top: 4%;
}
.collabTitle {
    font-family: 'PlusJakartaDisplay-Regular';
    font-size: 1.8rem;
    font-weight: 650;
    color: #333;
    margin-bottom: 2%;
}
.collab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.collab img {
    height: auto;
    width: 20%;
    transition: transform 0.3s ease;
}
.collab img:hover {
    transform: scale(1.105);
}

/* about */
.aboutUs {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.abousUsContainer {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
    font-family: 'PlusJakartaDisplay-Regular';
}
/* about us left grid */
.abousUsImgGrid {
    width: 45%;
    height: auto;
    border-radius: 30px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.abousUs {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.gridImg {
    display: grid;
    grid-template-columns: 3fr 1fr; 
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%; 
    height: 600px; 
}
.gridImg div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.gridImg .box1 {
    grid-column: 1 / 2; 
    grid-row: 1 / 2;
    background-image: url('img/about1.png');
    width: auto;
    height: auto;
    transform: scale(1);
}
.gridImg .box2 {
    grid-column: 2 / 3; 
    grid-row: 1 / 2;
    background-image: url('img/200prop.png');
    background-position: center;
}
.gridImg .box3 {
    grid-column: 1 / 3; 
    grid-row: 2 / 3;
    background-image: url('img/about2.png');
}
.gridImg div:hover {
    transform: scale(1.025);
}
/* about content */
.aboutContent {
    width: 45%;
    height: auto;
    background-color: #F6F8FF;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}
.abTitle {
    text-align: left;
    margin: 5%;
    transform: scale(1.035, 1);
}
.abTitleButton {
    display: inline-block;
    padding: 0.5% 0.8%;
    background-color: #E3163B;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: text;
}
.abTitleGen {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
}
.abText {
    width: 85%;
}
.abList {
    color: #475467;
    margin-bottom: 5%;
    padding-left: 10%;
}
.abList li {
	margin-bottom: 1.5%;
    color: #475467;
    font-size: 1.2rem;
    line-height: 1.5em;
}
.abList li:hover {
    color: black;
}
.abList li::marker  {
    color: #475467;
}
.learnMoreButton {
    display: inline-block;
    padding: 12px 25px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid;
    border-radius: 15px;
    transition: background 0.3s ease;
    margin: 5%;
    margin-top: 1%;
}
.learnMoreButton:hover {
    border: 2px solid;
    border-color: #191816;
    color: black;
    background-color: white;
    cursor: pointer;
}

/* why choose us */
.whyChoose {
    margin: 0;
    padding: 0;
}
.why-container {
    width: 100%;
    margin: auto;
    padding: 20px 0;
}
.why-choose-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #F8F9FA;
    border-radius: 10px;
    padding: 20px;
}
.whyTitle {
    display: "";
    text-align: left;
    align-items: center;
    margin-bottom: 4%;
    transform: scale(1.035, 1);
    width: 40%;
    margin: 2%;
    align-self: center;
}
.whyTitleButton {
    display: inline-block;
    padding: 0.5% 0.8%;
    background-color: #E3163B;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: text;
}
.whyTitleGeneric {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8%;
}
.whyTitle p {
    font-size: 1rem;
    line-height: 1.8em;
    color: #555;
    margin: 0;
}
.whyTitleMOB {
    display: none;
}

.right-section {
    flex: 1.5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}
.right-section .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    height: fit-content;
    gap: 15px;
}
.right-section .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.right-section .card img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border-radius: 5px;
}
.right-section .card h3 {
    font-size: 1.125rem;
    color: black;
    margin: 0;
    max-width: 51%;
}
.h3DSK {
    max-width: 100%;
    font-size: 1rem;
}
.h3MOB {
    display: none;
}
.right-section .card p {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
}

/* services */
.services {
    margin-top: 1%;
    margin-bottom: 0;
}
.servicesWrapper {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'PlusJakartaDisplay-Regular';
    background-color: #F8F9FA;
}
.main-container {
    width: 75%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}
.title-container {
    text-align: center;
    margin-bottom: 4%;
    transform: scale(1.035, 1);
}
.title-button {
    display: inline-block;
    padding: 0.5% 0.8%;
    background-color: #E3163B;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: text;
}
.title-generic {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.grid-containerMOB {
    display: none;
}
.grid-item {
    display: flex;
    background: white;
    border: 1px solid white;
    border-radius: 10px;
}
.grid-item img {
    width: 45%;
    height: auto;
    object-fit: cover;
    margin: 3%;
    border-radius: 10px;
}
.info-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    margin: 2%;
}
.info-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5%;
}
.info-description {
    font-size: 0.9rem;
    line-height: 1.8em;
    margin-bottom: 10px;
    color: #595959;
}
.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}
.info-button {
    font-family: 'PlusJakartaDisplay-Regular';
    padding: 5px 10px;
    border: none;
    color: white;
    border-radius: 3px;
    font-size: 0.8rem;
    cursor: pointer;
}
.info-button img {
    width: 12px;
    height: 12px;
    transition: opacity 0.3s ease;
}
.info-button img.hover-image {
    display: none;
}
.info-button:hover .button-image {
    display: none;
}
.info-button:hover .hover-image {
    display: inline;
}
.info-button.left {
    background-color: black;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid;
    border-radius: 15px;
    transition: background 0.3s ease;
    margin-bottom: 5%;
    padding: 4% 7%;
}
.info-button.left:hover {
    background-color: white;
    border: 2px solid black;
    cursor: pointer;
}
.info-button.right {
    font-family: 'PlusJakartaDisplay-Regular';
    color: #dc3545;
    background-color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

/* faq */
.faqWrap {
    font-family: 'PlusJakartaDisplay-Regular';
    margin: 0;
    padding: 0;
    background-color: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.faq-container {
    width: 90%;
    max-width: 80%;
    border-radius: 8px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}
.faq-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-weight: 600;
    margin: 5%;
    transform: scale(1.035, 1);
}
.faq-titleMOB {
    display: none;
}
.faq-item {
    background: white;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    margin: 1.2%;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.faq-item:hover {
    transform: translateY(-3px);
}
.faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-answer {
    font-size: 0.9rem;
    color: #666;
    display: none;
    margin-top: 20px;
    max-width: 85%;
}
.faq-icon {
    font-size: 1.5rem;
    color: #E3163B;
    transition: transform 0.3s ease;
}
.faq-item.open .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}
.faq-item.open .faq-icon {
    content: "-";
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* reviews */
.reviews {
    font-family: 'PlusJakartaDisplay-Regular';
    margin: 3% auto;
    padding: 20px 0;
}
.reviewsWrap {
    background-color: #F8F9FA;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.testimonial-container {
    max-width: 65%;
    margin: 0 auto;
    margin-left: 12%;
}
.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.testimonial-header h2 {
    font-size: 2rem;
    color: #333;
    margin: 0;
}
.nav-buttons {
    display: flex;
    gap: 10px;
}
.nav-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
    transition: all 0.3s ease;
}
.nav-btn:hover {
    background-color: #ddd;
}
.nav-btn2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: white;
    transition: all 0.3s ease;
}
.nav-btn2:hover {
    background-color: white;
    color: black;
    border: 1px solid black;

}

.reviews {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    transition: all 0.5s ease;
}
.review {
    display: flex;
    flex-direction: inline-flex;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-radius: 15px;
    transition: all 0.5s ease;
}
.review-content {
    flex: 1;
}
.review-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}
.review-content h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.stars {
    font-size: 1.5rem;
    color: #FFB22E;
}
.review-image {
    display: none;
}
.review.active .review-image {
    display: block;
    flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* ad */
.midAd {
    margin: 5% 0;
}
.floatingIcon {
    display: block;
    max-width: 8%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -70%);
    z-index: 2; 
}
.adContainer {
    display: flex;
    background-image: url('img/brandback.png');
    background-size: cover;
    border: 1px solid white;
    border-radius: 10px;
    width: 80%;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.adContainer img {
    width: 43%;
    height: auto;
    object-fit: cover;
    margin: 2%;
    border-radius: 15px;
}
.adInfo {
    display: block;
    align-self: center;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    margin: 2%;
}
.banner-content {
    display: block;
    margin: 2%;
}
.banner-content h2 {
    display: block;
    font-size: 2.8em;
    margin: 0;
    margin-top: 0;
}
.adContent h2 {
    font-size: 2.5em;
    margin: 0;
    margin-top: 0;
    margin-top: -18px;
}
.adContent p {
    font-family: 'PlusJakartaDisplay-Light';
    font-size: 1rem;
    line-height: 1.5em;
    color: #555;
    margin: 3% 0;
    width: 100%;
}
.bookButton {
    display: inline-block;
    padding: 12px 25px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border: 2px solid;
    border-radius: 15px;
    transition: background 0.3s ease;
    margin: 1%;
    width: fit-content;
}
.bookButton:hover {
    border: 2px solid;
    border-color: #191816;
    color: black;
    background-color: white;
    cursor: pointer;
}

/* contact */
.contact {
    margin: 2% 0;
}
.contactContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.contactTitle {
    text-align: left;
    margin-bottom: 4%;
    transform: scale(1.035, 1);
    width: 40%;
    margin: 2%;
}
.contactTitleButton {
    display: inline-block;
    padding: 0.5% 0.8%;
    background-color: #E3163B;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: text;
}
.contactTitleGeneric {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2%;
}
.contact-section img {
    width: 95%;
    border-radius: 10px;
    height: 250px;
    margin: 1.8%;
}
.contact-content {
    flex: 1;
    min-width: 300px;
    padding: 10px;
    margin: auto 10%;
}
.contact-section h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.contact-section p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}
.submitButton {
    font-family: 'PlusJakartaDisplay-Light';
    display: inline-block;
    padding: 12px 25px;
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid;
    border-radius: 15px;
    transition: background 0.3s ease;
    margin: 1%;
    width: fit-content;
}
.submitButton:hover {
    border: 2px solid;
    border-color: #191816;
    color: black;
    background-color: white;
    cursor: pointer;
}
.button:hover {
    background: #333;
}

.form-group {
    margin-bottom: 30px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group input, .form-group textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
}
.form-group input::placeholder, .form-group textarea::placeholder{
    color: #595959;
    font-family: 'PlusJakartaDisplay-Light';
    padding: 2%;
}
.form-group textarea {
    resize: none;
}

/* footer */
.connect, .footerMOB {
    display: none;
}
.footer {
    display: "";
    font-family: 'PlusJakartaDisplay-Light';
    background-color: #171717;
    color: azure;
    padding: 1.25em 0;
}
.footerContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 1.25em;
}
.footerColumn {
    flex: 1;
    min-width: 12.5em;
    margin: 0.625em 0;
}
.footerColumn img {
    height: 2em;
    align-items: center;
    margin-top: 5%;
}
.footerColumn h3 {
    text-align: left;
    margin-left: 2%;
}
.footerColumn p {
    font-size: 1rem;
}
.newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 60%;
}
.newsletter input[type="text"] {
    font-family: 'PlusJakartaDisplay-Light';
    border: 2px solid #ccc;
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 0.8rem;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%; 
    max-width: 300px; 
}
.newsletter input[type="text"]:focus {
    border-color: linear-gradient(to right, #DFECF5, #FFF1E2);
}
.newsletter button {
    font-family: 'PlusJakartaDisplay-Light';
    border: none;
    border-radius: 30px;
    background: linear-gradient(to right, #DFECF5, #FFF1E2);
    color: black;
    padding: 9px 18px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.newsletter button:hover {
    background: linear-gradient(to right, #FFF1E2, #DFECF5);
}
.footerColumn ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-left: 2%;
}
.footerColumn ul li {
    margin: 0.3125em 0;
}
.footerColumn ul li a {
    color: azure;
    text-decoration: none;
}
.footerColumn ul li a:hover {
    text-decoration: underline;
}


/* mobile view */
@media only screen and (max-width: 768px) {
    /* top nav bar */
    .center {
        display: none;
    }
    .leftLogo {
        font-size: 25px;
        margin-left: 1%;
    }
    .leftLogo img {
        height: auto;
        width: 80%;
    }
    .rightBtn {
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 3.5%;
        padding-right: 3.5%;
        border-radius: 10px;
        max-width: 40%;
        text-align: center;
        font-size: 10px;
        font-weight: 600;
        margin-right: 5%;
    }

    .floating-box.box1, .floating-box.box2 {
        display: none;
    }

    /* intro block */
    .intro {
        width: 65%;
        height: 70vh; 
        background-image: url('img/coverMob.png'); 
    }
    .introContent {
        max-width: 100%;
    }
    .introContent h1 {
        margin-top: 0;
        margin-bottom: 5%;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        color: black;
    }
    .introContent p {
        margin-top: 10px;
        font-size: 16.3px;
        min-width: 100%;
        text-align: center;
    }  
    .introContent a {
        text-align: center;
    }
    .findPropertyButton {
        width: -webkit-fill-available;
        align-items: center;
        padding: 14px 25px;
    }
    .stats {
        display:none;
    }
    .introMOB {
        display: block;
    }
    .introMOB img {
        width: 100%;
        height: auto;
        margin: 1% 0;
    }
    .statsMOB {
        display: block;
    }
    
    .container {
        width: 90%;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border: 1px solid rgba(227,22,59, 0.3);
        border-radius: 10px;
        padding: 5px 10px;
    }
    .item {
        display: flex;
        align-items: center;
        gap: 18px; 
    }
    .item img {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
    }
    .text {
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }
    .title {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }
    .description {
        font-size: 16px;
        color: #555;
        margin: 0;
    }

    /* collab */
    .collabTitle {
        font-size: 1.2rem;
        font-weight: 650;
        color: #333;
        margin: 5%;
    }
    .collab {
        gap: 5px;
    }

    /* about us */
    .abousUsContainer {
        display: block;
    }
    .abousUsImgGrid {
        width: auto;
        height: auto;
        padding-left: 0;
    }
    .abousUs {
        height: auto;
        margin: 10% 0;
    }
    .gridImg {
        height: 300px;
    }
    .gridImg .box2 {
        background-position: -3px;
    }
    .aboutContent {
        width: auto;
        height: auto;
        padding-left: 0;
        background-color: white;
        padding: 7px;
    }
    .abTitleButton {
        display: none;
    }
    .abTitleGen {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.8rem;
    }
    .abText {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .abList li {
        font-size: 16px;
        text-align: justify;
        margin-right: 5%;
    }
    .learnMoreButton {
        width: 72%;
        text-align: center;
        margin-top: 5%;
    }

    /* why choose us */
    .whyTitle {
        display: none;
    }
    .whyTitleMOB {
        display: block;
        text-align: center;
        transform: scale(1.035, 1);
        width: 80%;
        margin: 0 auto;
    }
    .whyTitleGenericMOB {
        font-size: 1.2rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 4%;
    }
    .why-choose-section {
        flex-direction: column;
    }
    .right-section {
        flex: unset;
        padding: 10px;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .right-section .card {
        padding: 20px;
        height: fit-content;
        gap: 2px;
    }
    .right-section .card-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .right-section .card h3 {
        max-width: 100%;
        font-size: 1rem;
    }
    .h3DSK {
        display: none;
    }
    .h3MOB {
        display: contents;
    }
    .right-section .card img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    /* services */
    .servicesWrapper {
        display: block;
    }
    .main-container {
        width: 100%;
    }
    .title-container {
        transform: scale(1, 1);
    }
    .title-button {
        display: none;
    }
    .title-generic {
        font-size: 1.2rem;
    }
    .grid-container {
        display: none;
    }
    .grid-containerMOB {
        display: block;
    }
    .grid-item {
        display: block;
        width: 100%;
        margin: auto;
    }
    .grid-item img {
        width: 90%;
        height: 200px;
        object-fit: cover;
        margin: 3% 5%;
        border-radius: 10px;
    }
    .info-section {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .info-title {
        margin-top: 0;
    }
    .info-button.left img {
        width: 12px;
        height: 12px;
    }

    /* faq */
    .faq-container {
        max-width: 100%;
    }
    .faq-title {
        display: none;
    }
    .faq-titleMOB {
        display: block;
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        color: #333;
        font-weight: bold;
        font-weight: 600;
        margin: 5%;
        transform: scale(1.035, 1);
    }
    .faq-answer {
        max-width: none;
    }

    /* reviews */
    .reviews .reviews {
        display: flex; 
        overflow-x: auto; 
        scroll-snap-type: x mandatory;
        gap: 15px;
        scroll-behavior: smooth; 
        padding: 10px 0; 
    }
    .review {
        flex: 0 0 80%; 
        min-width: 250px; 
        scroll-snap-align: center; 
        box-sizing: border-box; 
    }
    .reviewsWrap {
        overflow: hidden; 
    }
    .testimonial-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-header h2 {
        font-size: 1.2rem;
    }

    /* ad */
    .floatingIcon {
        display: none;
    }
    .adContainer {
        display: block;
        height: auto;
        width: 85%;
    }
    .adContainer h2 {
        font-size: 1.2rem;
    }
    .adContainer img {
        width: -webkit-fill-available;
        height: 200px;
        margin: 5%;
    }
    .adInfo {
        width: 100%;
    }
    .banner-content h2 {
        margin-top: -10%;
        font-size: 1.5rem;
    }
    .banner-content p {
        font-size: 1rem;
        line-height: 1.5em;
        color: #555;
        margin: 3% 0;
        width: auto;
    }
    .bookButton {
        display: block;
        padding: 14px 27px;
        background-color: black;
        color: white;
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: bold;
        border: 2px solid;
        border-radius: 15px;
        transition: background 0.3s ease;
        margin: 20px auto;
        margin-bottom: 2%;
        width: -webkit-fill-available;
        text-align: center;
    }
    .bookButton:hover {
        border: 2px solid;
        border-color: #191816;
        color: black;
        background-color: white;
        cursor: pointer;
    }

    /* contact form */
    .contact-section {
        background-image: none;
        box-shadow: none;
    }
    .contactTitle {
        text-align: center;
        margin-bottom: 4%;
        transform: scale(1.035, 1);
        width: 100%;
        margin: 2%;
    }
    .contactTitleButton {
        display: none;
    }
    .contactTitleGeneric {
        font-size: 1.2rem;
    }
    .contactTitle img {
        display: none;
    }
    .contact-content {
        flex: 1;
        width: auto;
        min-width: 100%;
        padding: 0px;
        margin: auto;
    }
    .submitButton {
        display: block;
        padding: 14px 27px;
        background-color: black;
        color: white;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
        border: 2px solid;
        border-radius: 15px;
        transition: background 0.3s ease;
        margin: 20px auto;
        margin-bottom: 2%;
        width: -webkit-fill-available;
    }
    .submitButton:hover {
        border: 2px solid;
        border-color: #191816;
        color: black;
        background-color: white;
        cursor: pointer;
    }

    /* contact footer */
    .connect {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 5%;
    }
    .connectContainer {
        background-color: #F8F9FA;
        border-radius: 30px;
        box-shadow: none;
        width: 85%;
        padding: 20px;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
    .contactSectionMOB {
        font-family: 'PlusJakartaDisplay-Regular';
        display: block;
        width: 100%;
        background-color: #F6F8FF;
        color: #101828;
        padding: 20px 30px;
        border-radius: 30px;
        box-sizing: border-box;
        margin: auto;
    }
    .contactSectionMOB h3 {
        font-size: 35px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 11%;
        margin-left: 10%;
    }
    .contactSectionMOB hr {
        width: 100%;
        border: 0.8px solid #101828;
        opacity: 0.8;
        border-radius: 30px;
        margin-top: 10px;
        margin-bottom: 18%;
        margin-right: 30%;
    }
    .contactItem {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        margin-left: 10%;
    }
    .contactItem img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .contactItem span {
        font-size: 20px;
        font-weight: 300;
    }

    /* desktop footer */
    .footer {
        display: none;
    }
    /* mobile footer */
    .footerMOB {
        display: contents;
    }
    .topFooterContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        margin: 20px;
    }
    .topFooter {
        width: 100%;
        display: block;
    }
    .footerLeft {
        flex-basis: 0;
    }
    .footerLeftLogo {
        margin: 0 auto;
        text-decoration: none;
    }
    .topFooter hr {
        border: 0.5px solid #475467;
        opacity: 0.6;
        border-radius: 30px;
        margin-top: 10px;
        margin-left: 5%;
        margin-right: 3%;
    }
    .bottomFooter {
        font-size: 1rem;
        margin: 2% auto;
        color: #475467;
        text-align: center;
    }
}    