@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/** =========================================================================
                        Global Style
   =========================================================================*/
:root {
    --primary-color: #1b2482;
    --secondary-color: #fff;
    --accent-color: #ff1010;
    --text-color: #545454;
    --background-color: #fff;
    --font-family: 'Inter', sans-serif;
    --inner-container-width: 1100px;
    --heading-size: 30px;
    --heading-weight: 400;
    --heading-line-height: 42px;
}

.landing-page-main-wrapper {
    width: 100%;
    font-family: var(--font-family);
}

/* =========================================================================
                        Header Style
   =========================================================================*/
.real-state-header-section {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 100px;
    background-color: #1b2482;
    color: #fff;
}

.inner-header {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.real-state-logo {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.real-state-logo img {
    width: 35px;
}

.real-state-logo .logo-text {
    margin-bottom: -3.5px;
}

.real-state-logo h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -4.5px;
}

.real-state-logo span {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}

.real-state-header-section .contact-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.real-state-header-section .contact-info a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.real-state-header-section .contact-info img {
    width: 35px;
}

/* =========================================================================
                        Hero Section Style
   =========================================================================*/
.hero-section {
    width: 100%;
    background-image: url('./images/hero-bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 50px 0 0 0 ;
    flex-direction: column;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(28,36,131,0.8);

}

.hero-inner-wrapper {
    max-width: var(--inner-container-width);
    width: 100%;
    z-index: 5;
}

.hero-left-section {
    display: flex;
    gap: 50px;
    align-items: center;
}

.hero-text-section h1 {
    font-size: 48px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--font-family);
    margin-bottom: -7px;
}

.hero-text-section p {
    width: 270px;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--font-family);
    margin-top: 10px;
    line-height: 24px;
}

.hero-paragraph-circle {
    width: 106px;
    position: absolute;
    top: -7px;
    left: -10px;
}

.hero-paragraph-line {
    margin: 30px 0 20px 0;
}

.hero-text-section h3 {
   width: 260px;
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--font-family);
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 90px;
}

.hero-text-underline {
    width: 96px;
    position: absolute;
    top:20px;
    left:0px
}

.hero-content-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

/* .hero-right-form-section {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
} */

.hero-form {
    width: 300px;
    height: 350px;
    background-color: red;
    border-radius: 10px;
    margin-bottom: 30px;
}

.logo-white-section {
    width: 100%;
    height: 100px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    z-index: 4;
    position: absolute;
}

.inner-logo-white-section {
    width: var(--inner-container-width);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #1b2482;
    font-family: 'Poppins', sans-serif;
    gap: 50px;
}

.company-logo {
    width: 140px;
    align-self: flex-end;
}

/* ===========================================================================================
                        Video Style
=============================================================================================*/
.video-section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-inner-wrapper {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.video-text-section {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.video-text-section h2 {
    font-size: var(--heading-size);
    font-weight: var(--heading-weight);
    color: var(--primary-color);
    font-family: var(--font-family);
    text-align: center;
    line-height: var(--heading-line-height);
}

.video-text-section img.video-section-line {
    width: 120px;
    align-self: center;
    margin-top: 4px;
}

.video-text-section p {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-color);
    font-family: var(--font-family);
    text-align: center;
    margin-top: 20px;
}

.video-wrapper {
    width: 100%;
    max-width: 800px;
    position: relative;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =========================================================================================
                    Contact Section
===========================================================================================*/
.contact-section {
    width: 100%;
    height: 150px;
    background-image: url('./images/hero-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(28,36,131,0.8);
}

.contact-inner-section {
    max-width: var(--inner-container-width);
    width: 100%;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cantact-section-text {
    display: flex;
    flex-direction: column;
}

.cantact-section-text h2 {
    font-size: var(--heading-size);
    line-height: var(--heading-line-height);
    font-weight: 700;
    color: var(--secondary-color);
}

.cantact-section-text img {
    width: 205px;
    align-self: flex-end;
    margin-right: 10px;
}

.contact-section .real-contact-info{
    display: flex;
    gap: 20px;
}

.contact-section .real-contact-info img.contact-icon {
    width: 60px;
}

.contact-section .real-contact-info .call-info {
    display: flex;
    flex-direction: column;
    color: var(--secondary-color);
    justify-content: flex-end;
}

.contact-section .real-contact-info .call-info span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-section .real-contact-info a.mobile-no {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
}


/* ================= MAP SECTION ================= */

.map-section {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-map-section {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.map-section h2 {
    font-size: 38px;
    line-height: var(--heading-line-height);
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--font-family);
    margin-bottom: 5px;
    text-align: left;
}

.map-section h2 span {
    font-weight: 700;
}

.map-section-text img {
    width: 370px;
    align-self: flex-start;
}

.map-section-text {
    display: flex;
    flex-direction: column;
     gap: 0px;
}

.map-section-text p {
    font-size: 17px;
    font-weight: 300;
    color: var(--text-color);
    font-family: var(--font-family);
    margin-top: 20px;
    line-height: 24px;
    text-align: left;
}

.map-wrapper {
    width: 50%;
}

.map-section-text ul {
    margin-top: 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map-section-text ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 17px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--font-family);
    background-color: #F1F8FA;
    font-size: 16px;
    padding: 13px 28px;
    font-weight: 300;
}

.map-section-text ul li img {
    width: 20px;
}

section a.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    height: 43px;
    margin-top: 30px;
    background-color: var(--accent-color);
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--font-family);
    border-radius: 24px;
    align-self: flex-start;
    gap:6px;
    transition: all 0.3s ease;
}

section a.contact-btn:hover {
    background-color: var(--primary-color);
}

section a.contact-btn img {
    width: 25px;
    align-self: center;
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
    border-radius: 12px;
}


/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-image: url('./images/testimonial bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(28, 36, 131, 0.85);
    z-index: 1;
}

.testimonial-inner-section {
    width: 100%;
    max-width: var(--inner-container-width); /* changed from 1200px to 1100px */
    margin: 0 auto;   /* ensures proper center alignment */
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimonial-section h2 {
    font-size: 38px;
    margin-bottom: 0;
}

.testimonial-inner-section img.testimonial-section-line {
    width: 400px;
    max-width: 90%;
}

/* ================= SLIDER ================= */

.slider {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

/* ================= TESTIMONIAL CARD ================= */

.testimonial-card {
    flex: 0 0 calc((100% - 60px) / 4); /* 4 cards with 20px gap */
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 15px 15px 15px;
    box-sizing: border-box;
}

.testimonial-card .client-reviews {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.quote-icon {
    width: 20px;
}

.review-stars {
    height: 18px;
}

.card-inner {
    color: #333;
    padding: 25px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body {
    margin-bottom: 15px;
}

.card-body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: var(--text-color);
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.client-detail h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.client-detail span {
    font-size: 14px;
    color: var(--text-color);
}

.review-client-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url('./images/client-1.png');
    background-size: cover;
    background-position: center;
}

/* ================= DOTS ================= */

.slider-dots-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.slider-dots-navigation .dots {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--accent-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots-navigation .dots.active {
    background-color: #ffffff;
    transform: scale(1.2);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 calc((100% - 20px) / 2); /* 2 cards */
    }
}

/* Mobile */
@media (max-width: 600px) {

    .testimonial-section {
        padding: 60px 15px;
    }

    .testimonial-section h2 {
        font-size: 28px;
    }

    .testimonial-card {
        flex: 0 0 100%; /* 1 card */
    }

    .card-inner {
        padding: 20px;
    }

    .card-body p {
        font-size: 15px;
    }
}


/* ================= ABOUT SECTION STYLE ================= */
.about-section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-inner-section {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.about-text-section h2 {
    font-size: 38px;
    line-height: var(--heading-line-height);
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--font-family);
    margin-bottom: 5px;
}

.about-text-section p {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-color);
    font-family: var(--font-family);
    margin-top: 20px;
    line-height: 24px;
}

section a.about-contact-btn {
    margin: 0 !important;
}

.contact2-text {
    position: relative;
}

.contact2-text img#contact2-circle-line {
    position: absolute;
    top: 40px;
    left: -35px;
}

/* ================= PORTFOLIO SECTION ================= */
.portfolio-section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-inner-section {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content: center;
    gap: 50px;
}

.portfolio-title h2 {
    font-size: 38px;
    line-height: var(--heading-line-height);
    font-weight: 400;
    color: var(--primary-color);
    font-family: var(--font-family);
    margin-bottom: 5px;
    color: var(--primary-color);
}

.portfolio-text-section p {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-color);
    font-family: var(--font-family);
    margin-top: 20px;
    line-height: 24px;
}

.filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-title img {
    width: 370px;
}

.portfolio-filter {
    display: flex;
    gap: 10px;
}

.portfolio-filter button {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--text-color);
    padding: 6px 12px;
    border: none;
    background-color: transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-filter button.active,
.portfolio-filter button:hover {
    background-color: var(--accent-color);
    color: var(--secondary-color);
}

.portfolio-section .portfolio-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    justify-content: space-between;

}

.portfolio-section .portfolio-gallery .gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 12px;
    background-color: #F1F8FA;
    max-width: 300px;
}

.portfolio-section .portfolio-gallery .gallery-item img {
    width: 100%;          /* Makes image fill the container */
    height: 200px;        /* Set fixed height for uniform size */
    object-fit: cover;    /* Prevents distortion */
    border-radius: 8px;
    display: block;
    border: 5px solid #fff;
    transition: all 0.3s ease;
}

.portfolio-section .portfolio-gallery .gallery-item img:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.gallery-item-info h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin: 8px 0;
}


/* =========================== FOOTER SECTION ==================*/
.real-state-footer-section{
    width: 100%;
    padding: 40px 0 0 0;
    background-image: url('./images/hero-bg.png');
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.real-state-footer-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(28,36,131,0.8);
}

.footer-inner-section {
    max-width: var(--inner-container-width);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.footer-image-section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 165px;
    height: 186px;
    border-radius: 12px;
    background-color: #3672d3;
}

.footer-image-section img.footer-client-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-footer-section {
    display: flex;
    justify-content: space-between;
    gap:30px;
}

.footer-client-info-section h3 {
    font-size: 28px;
    font-weight: 500;
    color: var(--secondary-color);
    font-family: var(--font-family);
        margin-bottom: -6px;

}
.footer-client-info-section img.footer-name-line {
    width: 180px;
}
.footer-client-info-section ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.footer-client-info-section ul li {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--secondary-color);
}

.footer-client-info-section ul li i {
    color: var(--accent-color);
}

.footer-social-accounts {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.footer-social-accounts a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid var(--secondary-color);
}

.footer-social-accounts a:hover {
    background-color: var(--accent-color);
    transform: scale(1.05);
}

.footer-social-accounts  a i {
    color: var(--secondary-color);
    font-size: 13px;
}

.right-footer-section p {
    font-size: 12px;
    font-weight: 300;
    color: var(--secondary-color);
    width: 212px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-logo-line {
    width: 212px;
    margin-top: 10px;
}

.right-footer-section .footer-trust-badge {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-bottom-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: var(--secondary-color);
    font-size: 13px;
    font-family: var(--font-family);
    background-color: var(--primary-color);
    z-index: 4;
    margin-top: 40px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1120px) {
    .real-state-header-section {
        padding: 0px 20px;
    }

    .hero-section {
        padding: 50px 20px 0 20px;
    }

    .hero-right-form-section {
        display: none;
    }

    .hero-content-section {
        justify-content: center;
    }

    .inner-logo-white-section {
        justify-content: flex-end;
        margin-right: 15%;
    }

    .video-section {
        padding: 60px 20px; 
    }

    .contact-section {
        padding: 60px 20px;
    }

    .map-section {
        padding: 60px 20px;
    }

    .testimonial-section {
        padding: 60px 20px;
    }

    .testimonial-card {
        flex: 0 0 calc((100% - 20px) / 2); /* 2 cards */
    }

    .about-section {
        padding: 60px 20px;
    }

    .about-image-section img.about-section-line {
        width: 100%;
        height: auto;
    }

    .portfolio-section {
        padding: 60px 20px;
    }

    .real-state-footer-section {
        padding: 30px 20px 0 20px;
    }

}

@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 50%;
    }
}

@media (max-width: 600px) {
    .testimonial-card {
        flex: 0 0 100%;
    }

    .play-btn {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}