﻿/*<<<<<<<<<header-section-start>>>>>>>>>>*/
.header {
    padding: 15px;
    background: #000000;
}

.manu-ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .manu-ul li {
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        color: #fff;
        font-size: 19px;
        cursor: pointer;
        padding: 12px 0px;
    }

.logo img {
    max-height: 50px;
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-menu {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }

    .manu-ul {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }
}

@media (min-width: 769px) {
    .mobile-header,
    .mobile-menu {
        display: none;
    }
}
/*<<<<<<<<<header-section-end>>>>>>>>>>*/


/*<<<<<<<<<section1-start>>>>>>>>>>*/
.color-text {
    color: #000
}

.banner-text {
    position: relative;
    top: 100px;
}

.banner-sub-heading {
    font-size: 26px;
    color: #fff;
    margin: 15px 0px;
}

.banner-theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 18px 35px;
    z-index: 1;
    transition: all .5s ease;
    background: #000;
    border: 1px;
    margin-top: 30px;
}

    .banner-theme-btn:hover {
        background: #fff;
        color: #000 !important
    }

.banner-heading {
    font-size: 90px;
    display: flex;
    white-space: nowrap;
    font-weight: bold;
    color: #000;
    gap: 15px;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 15px;
}

.section1 {
    position: relative;
    background-image: url(https://themes.pixelwars.org/nolo/demo-01/wp-content/uploads/sites/2/2025/08/01-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 520px;
}

/*<<<<<<<<<section1-end>>>>>>>>>>*/


/*<<<<<<<<<section2-start>>>>>>>>>>*/
.section2-container {
    background-color: #ffffff;
    padding: 60px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.section2-header {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.section2-metrics-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    min-height: 120px;
}

.section2-metric-title {
    flex: 0 0 300px;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    position: relative;
}

    .section2-metric-title.section2-marketing {
        position: relative;
    }

        .section2-metric-title.section2-marketing::before {
            content: '';
            position: absolute;
            left: -50px;
            top: 50%;
            transform: translateY(-50%);
            width: 120px;
            height: 120px;
            border: 2px solid #e0e0e0;
            border-radius: 50%;
            z-index: -1;
        }

.section2-metric-description {
    flex: 1;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    padding: 0 40px;
}

.section2-metric-value {
    flex: 0 0 200px;
    text-align: right;
    font-size: 72px;
    font-weight: 300;
    color: #333333;
}

@media (max-width: 992px) {
    .section2-metrics-row {
        flex-direction: column;
        text-align: center;
        margin-bottom: 50px;
    }

    .section2-metric-title {
        flex: none;
        margin-bottom: 20px;
        font-size: 28px;
    }

        .section2-metric-title.section2-marketing::before {
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 100px;
            height: 100px;
        }

    .section2-metric-description {
        flex: none;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .section2-metric-value {
        flex: none;
        text-align: center;
        font-size: 64px;
    }
}

@media (max-width: 768px) {
    .section2-container {
        padding: 40px 0;
    }

    .section2-metric-title {
        font-size: 24px;
    }

    .section2-metric-description {
        font-size: 14px;
        padding: 0 10px;
    }

    .section2-metric-value {
        font-size: 56px;
    }

    .section2-metric-title.section2-marketing::before {
        width: 80px;
        height: 80px;
    }
}
/*<<<<<<<<<section2-end>>>>>>>>>>*/
 

/*<<<<<<<<<section4-start>>>>>>>>>>*/
.contact-section-main {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
    position: relative;
}
.contact-section-tagline {
    font-size: 12px;
    letter-spacing: 3px;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact-section-heading {
    font-size: 4.5rem;
    font-weight: 300;
    color: #333;
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.1;
}

.contact-section-info {
    margin-bottom: 60px;
}

.contact-section-info-item {
    text-align: center;
    margin-bottom: 40px;
}

.contact-section-info-title {
    font-size: 11px;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

    .contact-section-info-title::before {
        content: "—";
        position: absolute;
        left: -20px;
        top: 0;
    }

.contact-section-info-content {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.contact-section-btn {
    border: 2px solid #333;
    background: transparent;
    color: #333;
    padding: 15px 30px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .contact-section-btn:hover {
        background-color: #333;
        color: #fff;
        text-decoration: none;
    }

.contact-section-btn-arrow {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background-color: #333;
    display: inline-block;
    position: relative;
}

.contact-section-btn:hover .contact-section-btn-arrow {
    background-color: #fff;
}

.contact-section-btn-arrow::after {
    content: "→";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
}

.contact-section-btn:hover .contact-section-btn-arrow::after {
    color: #333;
}

@media (max-width: 992px) {
    .contact-section-heading {
        font-size: 3.5rem;
    }

}

@media (max-width: 768px) {
    .contact-section-heading {
        font-size: 2.8rem;
        margin-bottom: 60px;
    }

    .contact-section-info-item {
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {
    .contact-section-heading {
        font-size: 2.2rem;
    }

    .contact-section-main {
        padding: 40px 15px;
    }

    .contact-section-info-content {
        font-size: 14px;
    }
}
/*<<<<<<<<<section4-end>>>>>>>>>>*/
 
/*<<<<<<<<<section6-start>>>>>>>>>>*/
 
/*<<<<<<<<<section6-end>>>>>>>>>>*/
.section6-container {
    background-color: #f8f9fa;
    padding: 60px 0;
    min-height: 100vh;
}

.section6-who-we-are {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section6-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 40px;
}

.section6-construction-wrapper {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.section6-construction-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section6-construction-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #ffd700;
    padding: 10px 15px;
    border-radius: 5px;
    transform: rotate(-5deg);
}

.section6-construction-text {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}

.section6-hard-hat {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 50px;
    height: 50px;
    background: #ffd700;
    border-radius: 50%;
    border: 3px solid #fff;
}

.section6-cityscape-wrapper {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.section6-cityscape-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section6-content-section {
    padding-left: 30px;
}

.section6-vision-title,
.section6-mission-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section6-vision-text,
.section6-mission-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.section6-stats-container {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.section6-stat-card {
    background: #1a1a1a;
    color: white;
    padding: 30px 25px;
    border-radius: 15px;
    flex: 1;
    text-align: center;
    position: relative;
}

.section6-stat-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6-stat-number {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section6-stat-plus {
    color: #fff;
    font-size: 36px;
    margin-left: 5px;
}

.section6-stat-label {
    font-size: 14px;
    color: #ccc;
    text-transform: uppercase;
}

.section6-learn-more-btn {
    background: #1a1a1a;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

    .section6-learn-more-btn:hover {
        background: #e55a2b;
        transform: translateY(-2px);
    }

.section6-arrow {
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section6-main-title {
        font-size: 36px;
    }

    .section6-content-section {
        padding-left: 0;
        margin-top: 30px;
    }

    .section6-construction-wrapper,
    .section6-cityscape-wrapper {
        height: 300px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .section6-main-title {
        font-size: 28px;
    }

    .section6-stats-container {
        flex-direction: column;
    }

    .section6-stat-card {
        margin-bottom: 15px;
    }

    .section6-construction-wrapper,
    .section6-cityscape-wrapper {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .section6-main-title {
        font-size: 24px;
    }

    .section6-container {
        padding: 40px 0;
    }
}
/*<<<<<<<<<section7-start>>>>>>>>>>*/
.section7-hero {
    background-image: url('https://readdy.ai/api/search-image?query=modern%20architectural%20building%20facade%20with%20dark%20concrete%20and%20glass%20windows%2C%20contemporary%20urban%20architecture%2C%20geometric%20patterns%2C%20professional%20architectural%20photography%2C%20moody%20lighting%2C%20dark%20tones%2C%20minimalist%20design&width=1200&height=600&seq=hero001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

    .section7-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(30, 41, 59, 0.6);
        z-index: 1;
    }

.section7-hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.section7-who-we-are {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

.section7-main-title {
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 300;
    line-height: 0.85;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.section7-subtitle {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    line-height: 1.5;
}

.section7-content {
    padding: 6rem 0;
    background: #ffffff;
}

.section7-section-title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #1f2937;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.section7-body-text {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 1.75rem;
}

.section7-highlight {
    font-weight: 600;
    color: #1f2937;
}

.section7-signature {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #4f46e5;
    text-align: right;
    margin-top: 3rem;
    font-weight: 400;
}

@media (max-width: 991px) {
    .section7-hero {
        min-height: 80vh;
    }

    .section7-main-title {
        font-size: 4rem;
        margin-bottom: 2rem;
    }

    .section7-subtitle {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .section7-hero {
        min-height: 70vh;
        text-align: left;
    }

    .section7-main-title {
        font-size: 3rem;
    }

    .section7-content {
        padding: 4rem 0;
    }

    .section7-signature {
        text-align: left;
        margin-top: 2rem;
    }
}

/*<<<<<<<<<section7-end>>>>>>>>>>*/
/*<<<<<<<<<section8-start>>>>>>>>>>*/
.section8-hero {
    padding: 80px 0 0px 0; 
    position: relative;
    background-color: #ffffff;
}

.section8-tagline {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.15;
    color: #1a1a1a;
    max-width: 1100px;
    margin-bottom: 80px;
    letter-spacing: -0.02em;
}

.section8-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    margin: 60px 0 80px 0;
}

.section8-all-services {
    position: absolute;
    top: 80px;
    right: 15px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

    .section8-all-services:hover {
        color: #666666;
    }

.section8-arrow {
    margin-left: 12px;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.section8-all-services:hover .section8-arrow {
    transform: translateX(3px);
}

.section8-services {
    margin-top: 0;
}

.section8-service-item {
    margin-bottom: 80px;
    padding-right: 40px;
}

.section8-service-number {
    font-size: 0.9rem;
    color: #999999;
    margin-bottom: 30px;
    font-weight: 400;
}

.section8-service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    opacity: 0.8;
}

.section8-service-title {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 24px;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.section8-service-description {
    font-size: 1rem;
    line-height: 1.65;
    color: #666666;
    max-width: 380px;
    font-weight: 400;
}

.section8-scroll-indicator {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 0.75rem;
    color: #cccccc;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
    transform-origin: center;
    white-space: nowrap;
}

    .section8-scroll-indicator:hover {
        color: #999999;
    }

@media (max-width: 1200px) {
    .section8-tagline {
        font-size: 3rem;
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    .section8-hero {
        padding: 60px 0 100px 0;
    }

    .section8-tagline {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .section8-all-services {
        position: relative;
        top: auto;
        right: auto;
        justify-content: flex-end;
        margin-bottom: 40px;
    }

    .section8-circle {
        margin: 40px 0 60px 0;
    }

    .section8-service-item {
        margin-bottom: 60px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .section8-hero {
        padding: 40px 0 80px 0;
    }

    .section8-tagline {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    .section8-circle {
        width: 80px;
        height: 80px;
        margin: 30px 0 50px 0;
    }

    .section8-service-item {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .section8-scroll-indicator {
        display: none;
    }
}

@media (max-width: 576px) {
    .section8-tagline {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .section8-service-title {
        font-size: 1.5rem;
    }

    .section8-service-description {
        font-size: 0.95rem;
    }
}

.section8-icon-building {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z"/><path d="M6 12h4"/><path d="M6 16h4"/><path d="M16 12h2"/><path d="M16 16h2"/></svg>') no-repeat center;
    background-size: contain;
}

.section8-icon-planning {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 21h18"/><path d="M5 21V7l8-4v18"/><path d="M19 21V11l-6-4"/></svg>') no-repeat center;
    background-size: contain;
}

.section8-icon-grid {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/></svg>') no-repeat center;
    background-size: contain;
}
/*<<<<<<<<<section8-end>>>>>>>>>>*/
/*<<<<<<<<<section9-start>>>>>>>>>>*/
.section9-hero-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.section9-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .section9-slide.active {
        opacity: 1;
    }

.section9-slide-1 {
    background-image: url('https://readdy.ai/api/search-image?query=modern%20architectural%20house%20on%20clifftop%20overlooking%20ocean%2C%20contemporary%20glass%20and%20concrete%20structure%2C%20dramatic%20coastal%20landscape%2C%20minimalist%20design%2C%20aerial%20view%2C%20natural%20lighting%2C%20architectural%20photography%2C%20sophisticated%20modern%20home%20integrated%20with%20rugged%20coastline&width=1920&height=1080&seq=casa-arco&orientation=landscape');
}

.section9-slide-2 {
    background-image: url('https://readdy.ai/api/search-image?query=modern%20glass%20pavilion%20house%20suspended%20over%20water%2C%20contemporary%20architecture%2C%20warm%20golden%20hour%20lighting%2C%20reflective%20surfaces%2C%20minimalist%20design%2C%20architectural%20photography%2C%20luxury%20home%20with%20panoramic%20views%2C%20serene%20water%20setting&width=1920&height=1080&seq=hilltop&orientation=landscape');
}

.section9-slide-3 {
    background-image: url('https://readdy.ai/api/search-image?query=contemporary%20mountain%20house%20with%20large%20windows%2C%20modern%20architectural%20design%2C%20forest%20setting%2C%20clean%20lines%2C%20natural%20materials%2C%20architectural%20photography%2C%20luxury%20residence%20in%20nature%2C%20dramatic%20landscape%20views&width=1920&height=1080&seq=mountain-view&orientation=landscape');
}

.section9-slide-4 {
    background-image: url('https://readdy.ai/api/search-image?query=modern%20desert%20house%20with%20minimalist%20design%2C%20contemporary%20architecture%2C%20arid%20landscape%2C%20clean%20geometric%20forms%2C%20architectural%20photography%2C%20luxury%20home%20in%20desert%20setting%2C%20warm%20natural%20lighting&width=1920&height=1080&seq=desert-house&orientation=landscape');
}

.section9-slide-5 {
    background-image: url('https://readdy.ai/api/search-image?query=futuristic%20lakeside%20house%20with%20curved%20architecture%2C%20contemporary%20design%2C%20reflective%20water%20surface%2C%20modern%20materials%2C%20architectural%20photography%2C%20innovative%20residential%20design%2C%20peaceful%20lake%20setting&width=1920&height=1080&seq=lakeside&orientation=landscape');
}

.section9-left-nav {
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section9-nav-dots {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.section9-nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .section9-nav-dot.active {
        background: white;
        transform: scale(1.2);
    }

.section9-logo-container {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.section9-logo-icon {
    width: 20px;
    height: 20px;
    background: white;
}

.section9-content-area {
    position: absolute;
    left: 4rem;
    bottom: 6rem;
    z-index: 100;
    color: white;
    max-width: 600px;
}

.section9-property-title {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.1;
}

.section9-read-more {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

    .section9-read-more:hover {
        color: white;
        border-bottom-color: white;
    }

.section9-arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.section9-read-more:hover .section9-arrow {
    transform: translateX(5px);
}

.section9-right-controls {
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 100;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section9-slide-counter {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-weight: 300;
    letter-spacing: 1px;
}

.section9-thumbnail {
    width: 140px;
    height: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    opacity: 0.85;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.section9-nav-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.section9-nav-arrow {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .section9-nav-arrow:hover {
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .section9-nav-arrow.left {
        left: 3rem;
    }

    .section9-nav-arrow.right {
        right: 3rem;
    }

.section9-circle-decoration {
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    z-index: 100;
}

@media (max-width: 768px) {
    .section9-left-nav {
        left: 2rem;
    }

    .section9-content-area {
        left: 2rem;
        bottom: 4rem;
        right: 2rem;
    }

    .section9-property-title {
        font-size: 2.8rem;
        letter-spacing: 1px;
    }

    .section9-right-controls {
        right: 2rem;
        top: 2rem;
    }

    .section9-thumbnail {
        width: 100px;
        height: 65px;
    }

    .section9-nav-arrow.left {
        left: 1.5rem;
    }

    .section9-nav-arrow.right {
        right: 1.5rem;
    }

    .section9-circle-decoration {
        width: 50px;
        height: 50px;
        top: 2rem;
    }
}

@media (max-width: 480px) {
    .section9-property-title {
        font-size: 2rem;
    }

    .section9-nav-dots {
        gap: 1rem;
    }

    .section9-thumbnail {
        width: 60px;
        height: 45px;
    }
}
/*<<<<<<<<<section9-end>>>>>>>>>>*/

/*<<<<<<<<<faq-section-start>>>>>>>>>>*/
.faq-section-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem 0;
}

.faq-section-content {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.faq-section-left {
    flex: 1;
    padding-right: 2rem;
}

.faq-section-right {
    flex: 1;
    position: relative;
}

.faq-section-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
}

.faq-section-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 0;
}

.faq-section-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .faq-section-header:hover {
        color: #6b7280;
    }

.faq-section-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    font-size: 1.5rem;
    font-weight: 300;
}

.faq-section-item.active .faq-section-icon {
    transform: rotate(45deg);
}

.faq-section-content-text {
    padding: 0 0 1.5rem 0;
    color: #6b7280;
    line-height: 1.6;
    font-size: 0.95rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-section-item.active .faq-section-content-text {
    max-height: 200px;
    padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .faq-section-content {
        flex-direction: column;
        gap: 2rem;
    }

    .faq-section-left {
        padding-right: 0;
    }

    .faq-section-image {
        height: 300px;
    }

    .faq-section-header {
        font-size: 1.1rem;
        padding: 1.25rem 0;
    }
}

@media (max-width: 576px) {
    .faq-section-container {
        padding: 1rem 0;
    }

    .faq-section-header {
        font-size: 1rem;
        padding: 1rem 0;
    }

    .faq-section-image {
        height: 250px;
    }
}

/*<<<<<<<<<faq-section-end>>>>>>>>>>*/

/*<<<<<<<<<footer-section-start>>>>>>>>>>*/
.footer {
    padding: 20px;
    background: #000000;
}

.footer-text {
    font-family: 'Barlow';
    font-weight: 500;
    color: #fff;
}
/*<<<<<<<<<footer-section-end>>>>>>>>>>*/

/*<<<<<<<<<Responsive-section-end>>>>>>>>>>*/
@media(max-width:991px) {

    .banner-heading {
        font-size: 38px;
    }

    .section3-text {
        padding-left: 0px;
        padding-top: 30px
    }

    .section3-heading span {
        font-size: 35px;
    }

    .section4-sub-heading {
        font-size: 30px;
    }

    .section5-color-heading {
        margin-top: 30px;
    }

    .section5-heading span {
        font-size: 30px;
    }

    .section7-sub-heading {
        font-size: 30px;
    }

    .list-unstyled li {
        margin-bottom: 120px;
        flex-wrap: wrap;
        gap: 15px;
        height: 100px;
    }

    .faq-title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 500;
    }

    button.accordion-button.collapsed {
        font-size: 14px;
    }

    .list-unstyled li img {
        width: 100%;
        height: 100px;
    }

    .list-unstyled li span {
        font-size: 15px;
    }

    .numbering-div .p-5 {
        padding: 15px !important;
    }

    .accordion-body {
        font-size: 12px;
    }

    .footer-text {
        font-family: 'Barlow';
        font-weight: 500;
        color: #fff;
        font-size: 14px;
    }

    .section-faq {
        padding-bottom: 40px;
    }

    .section7 {
        padding-bottom: 50px;
        padding-top: 30px;
    }
}
/*<<<<<<<<<Responsive-section-end>>>>>>>>>>*/
/*<<<<<<<<<teamsection-section-start>>>>>>>>>>*/
.teamsection-wrapper {
    padding: 80px 0;
    background-color: #ffffff;
    min-height: 100vh;
}

.teamsection-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: #333333;
    margin-bottom: 2rem;
    font-family: 'Arial', sans-serif;
}

.teamsection-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 3rem;
    max-width: 350px;
}

.teamsection-contact-btn {
    display: inline-block;
    padding: 12px 0;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    position: relative;
    transition: all 0.3s ease;
}

    .teamsection-contact-btn::after {
        content: '→';
        margin-left: 10px;
        font-size: 1.2rem;
    }

    .teamsection-contact-btn:hover {
        color: #000000;
        text-decoration: none;
    }

.teamsection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    height: 500px;
}

.teamsection-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.teamsection-member-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.teamsection-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.teamsection-member-card:hover .teamsection-member-overlay {
    opacity: 1;
}

.teamsection-overlay-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.teamsection-overlay-name {
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 3px;
    text-align: center;
}

.teamsection-overlay-role {
    font-size: 0.85rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.teamsection-name-card {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
}

.teamsection-name-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.teamsection-name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
}

.teamsection-role {
    font-size: 0.9rem;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teamsection-tagline {
    font-size: 1.2rem;
    color: #666666;
    margin-top: 3rem;
    font-weight: 300;
}

@media (max-width: 992px) {
    .teamsection-title {
        font-size: 2.8rem;
    }

    .teamsection-grid {
        height: 400px;
        gap: 15px;
    }

    .teamsection-name-circle {
        width: 100px;
        height: 100px;
    }

    .teamsection-name {
        font-size: 1rem;
    }

    .teamsection-overlay-circle {
        width: 80px;
        height: 80px;
    }

    .teamsection-overlay-name {
        font-size: 0.9rem;
    }

    .teamsection-overlay-role {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .teamsection-wrapper {
        padding: 60px 0;
    }

    .teamsection-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .teamsection-description {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .teamsection-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 600px;
        margin-top: 3rem;
    }

    .teamsection-tagline {
        margin-top: 2rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .teamsection-title {
        font-size: 2rem;
    }

    .teamsection-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 200px);
        height: auto;
        gap: 15px;
    }

    .teamsection-name-circle {
        width: 80px;
        height: 80px;
    }

    .teamsection-name {
        font-size: 0.9rem;
    }

    .teamsection-role {
        font-size: 0.8rem;
    }

    .teamsection-overlay-circle {
        width: 70px;
        height: 70px;
    }

    .teamsection-overlay-name {
        font-size: 0.8rem;
    }

    .teamsection-overlay-role {
        font-size: 0.7rem;
    }
}
/*<<<<<<<<<teamsection-section-end>>>>>>>>>>*/
/*<<<<<<<<<banner-section-start>>>>>>>>>>*/
.brand-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.brand-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.brand-section-header {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.brand-section-content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    overflow: hidden;
    flex-wrap: wrap;
}

 
.brand-section-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 0;
}

.brand-section-right {
    flex: 1;
}

.brand-section-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 60px;
}

.brand-section-logos {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.brand-section-slider {
    display: flex;
    animation: brandSlide 15s infinite linear;
    width: 200%;
}

.brand-section-slide {
    display: flex;
    align-items: center;
    gap: 80px;
    min-width: 50%;
    flex-shrink: 0;
}

.brand-section-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    width: 120px;
    height: 60px;
    flex-shrink: 0;
}

    .brand-section-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .brand-section-logo:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }

@keyframes brandSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.brand-section-slider:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {
    .brand-section {
        padding: 60px 0;
    }

    .brand-section-content {
        flex-direction: column;
        gap: 40px;
    }

    .brand-section-title {
        font-size: 36px;
    }

    .brand-section-slide {
        gap: 60px;
    }

    .brand-section-logo {
        min-width: 100px;
        width: 100px;
    }
}

@media (max-width: 768px) {
    .brand-section {
        padding: 40px 0;
    }

    .brand-section-title {
        font-size: 28px;
    }

    .brand-section-slide {
        gap: 40px;
    }

    .brand-section-logo {
        min-width: 80px;
        width: 80px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .brand-section-container {
        padding: 0 15px;
    }

    .brand-section-title {
        font-size: 24px;
    }

    .brand-section-description {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .brand-section-slide {
        gap: 30px;
    }

    .brand-section-logo {
        min-width: 70px;
        width: 70px;
        height: 40px;
    }
}

@media (max-width: 400px) {
    .brand-section-slide {
        gap: 20px;
    }

    .brand-section-logo {
        min-width: 60px;
        width: 60px;
        height: 35px;
    }
}
/*<<<<<<<<<banner-section-end>>>>>>>>>>*/
/*<<<<<<<<<about-section1-start>>>>>>>>>>*/
.about-section1-testimonials {
    background-color: #f8f9fa;
    padding: 4rem 0;
    min-height: 100vh;
}

.about-section1-header {
    background-color: white;
    padding: 3rem 0 2rem 0;
}

.about-section1-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #6b7280;
    margin-bottom: 1rem;
}

.about-section1-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.1;
    margin-bottom: 0;
}

.about-section1-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.6;
    margin-top: 0;
}

.about-section1-carousel-container {
    position: relative;
    padding: 2rem 0;
}

.about-section1-testimonial-card {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem;
    margin: 0 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.about-section1-stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.about-section1-star {
    color: #f59e0b;
    font-size: 1rem;
}

.about-section1-testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4b5563;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.about-section1-client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-section1-client-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
}

.about-section1-client-name {
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    font-size: 0.95rem;
}

.about-section1-client-title {
    color: #6b7280;
    margin: 0;
    font-size: 0.875rem;
}

.about-section1-quote-mark {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    font-size: 4rem;
    color: #e5e7eb;
    font-family: serif;
    line-height: 1;
}

.about-section1-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .about-section1-nav-arrow:hover {
        background: #f3f4f6;
        border-color: #d1d5db;
    }

.about-section1-nav-prev {
    left: -1.5rem;
}

.about-section1-nav-next {
    right: -1.5rem;
}

.about-section1-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.about-section1-indicator {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .about-section1-indicator.active {
        background: #1f2937;
    }

.about-section1-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.about-section1-carousel-wrapper {
    overflow: hidden;
    margin: 0 -1rem;
}

@media (max-width: 992px) {
    .about-section1-title {
        font-size: 2.5rem;
    }

    .about-section1-testimonial-card {
        height: auto;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .about-section1-title {
        font-size: 2rem;
    }

    .about-section1-testimonials {
        padding: 2rem 0;
    }

    .about-section1-header {
        padding: 2rem 0 1rem 0;
    }

    .about-section1-testimonial-card {
        margin: 0 0.5rem;
        padding: 1.5rem;
        min-height: 320px;
    }

    .about-section1-nav-arrow {
        display: none;
    }
}
/*<<<<<<<<<about-section1-end>>>>>>>>>>*/
/*<<<<<<<<<service-section-start>>>>>>>>>>*/
.service-section-hero {
    position: relative;
    height: 100vh;
    background-image: url('https://readdy.ai/api/search-image?query=Modern%20architectural%20house%20by%20serene%20seaside%20with%20natural%20rocks%20and%20calm%20water%2C%20contemporary%20wooden%20and%20glass%20structure%20on%20coastal%20landscape%2C%20peaceful%20evening%20light%2C%20minimalist%20design%20harmonizing%20with%20natural%20environment%2C%20wide%20cinematic%20view&width=1920&height=1080&seq=hero001&orientation=landscape');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

    .service-section-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

.service-section-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}

.service-section-label {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    opacity: 0.85;
    color: rgba(255, 255, 255, 0.9);
}

.service-section-title {
    font-size: 5.5rem;
    font-weight: 200;
    line-height: 0.95;
    margin: 0;
    letter-spacing: -2px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.service-section-content {
    padding: 120px 0;
    background-color: #ffffff;
}

.service-section-column-header {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #2c2c2c;
}

.service-section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #5a5a5a;
    font-weight: 400;
}

    .service-section-text p {
        margin-bottom: 20px;
    }

    .service-section-text strong {
        color: #2c2c2c;
        font-weight: 600;
    }

.service-section-highlight {
    text-decoration: underline;
    color: #2c2c2c;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.service-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 992px) {
    .service-section-title {
        font-size: 4.5rem;
    }

    .service-section-content {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .service-section-title {
        font-size: 3.5rem;
    }

    .service-section-content {
        padding: 60px 0;
    }

    .service-section-container {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .service-section-title {
        font-size: 2.8rem;
    }

    .service-section-label {
        font-size: 12px;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }

    .service-section-text {
        font-size: 15px;
    }
}
/*<<<<<<<<<service-section-end>>>>>>>>>>*/

/*<<<<<<<<<service-section1-start>>>>>>>>>>*/
.service-section1-container {
    padding: 80px 0;
    background-color: #ffffff;
    min-height: 100vh;
}

.service-section1-header {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #999999;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-section1-title {
    font-size: 4.5rem;
    font-weight: 300;
    color: #000000;
    margin-bottom: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.1;
}

.service-section1-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-section1-card {
    position: relative;
    height: 450px;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .service-section1-card:hover {
        transform: translateY(-2px);
    }

    .service-section1-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
    }

.service-section1-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    color: white;
    z-index: 2;
}

.service-section1-card-title {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-section1-read-more {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: white;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
}

    .service-section1-read-more:hover {
        background: white;
        color: #000000;
        border-color: white;
    }

.service-section1-navigation {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.service-section1-nav-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: white;
    padding: 8px 16px;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
}

    .service-section1-nav-btn:hover {
        background: rgba(255,255,255,0.2);
        border-color: rgba(255,255,255,0.8);
    }

.service-section1-casa-arco {
    background-image: url('https://readdy.ai/api/search-image?query=Modern%20minimalist%20house%20on%20coastal%20cliff%20with%20ocean%20view%2C%20contemporary%20architecture%2C%20white%20concrete%20structure%2C%20dramatic%20landscape%2C%20moody%20sky%2C%20architectural%20photography%2C%20clean%20lines%2C%20natural%20lighting&width=400&height=450&seq=casa-arco-001&orientation=portrait');
}

.service-section1-hilltop {
    background-image: url('https://readdy.ai/api/search-image?query=Contemporary%20hilltop%20house%20with%20large%20overhanging%20roof%2C%20warm%20interior%20lighting%2C%20glass%20walls%2C%20desert%20landscape%2C%20modern%20architecture%2C%20evening%20atmosphere%2C%20architectural%20photography%2C%20minimalist%20design&width=400&height=450&seq=hilltop-002&orientation=portrait');
}

.service-section1-frame-house {
    background-image: url('https://readdy.ai/api/search-image?query=Modern%20frame%20house%20with%20geometric%20design%2C%20dark%20exterior%2C%20illuminated%20windows%2C%20contemporary%20architecture%2C%20evening%20light%2C%20clean%20architectural%20lines%2C%20minimalist%20structure%2C%20professional%20photography&width=400&height=450&seq=frame-house-003&orientation=portrait');
}

.service-section1-villa-modern {
    background-image: url('https://readdy.ai/api/search-image?query=Modern%20villa%20with%20swimming%20pool%2C%20white%20concrete%20architecture%2C%20large%20glass%20windows%2C%20tropical%20landscape%2C%20luxury%20residential%20design%2C%20contemporary%20style%2C%20architectural%20photography&width=400&height=450&seq=villa-modern-004&orientation=portrait');
}

.service-section1-urban-loft {
    background-image: url('https://readdy.ai/api/search-image?query=Urban%20loft%20building%20with%20industrial%20design%2C%20brick%20facade%2C%20large%20windows%2C%20city%20environment%2C%20modern%20residential%20architecture%2C%20evening%20lighting%2C%20contemporary%20urban%20living&width=400&height=450&seq=urban-loft-005&orientation=portrait');
}

.service-section1-card {
    position: relative;
    height: 450px;
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

@media (max-width: 992px) {
    .service-section1-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .service-section1-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .service-section1-container {
        padding: 60px 0;
    }

    .service-section1-title {
        font-size: 2.8rem;
        margin-bottom: 60px;
    }

    .service-section1-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .service-section1-card {
        height: 350px;
    }

    .service-section1-card-title {
        font-size: 1.8rem;
    }

    .service-section1-card-content {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .service-section1-container {
        padding: 40px 0;
    }

    .service-section1-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }

    .service-section1-card {
        height: 300px;
    }

    .service-section1-card-content {
        padding: 25px;
    }

    .service-section1-card-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
}
/*<<<<<<<<<service-section1-end>>>>>>>>>>*/
/*<<<<<<<<<service-section2-start>>>>>>>>>>*/
.service-section2-container {
    background-color: #ffffff;
    padding: 80px 0;
    min-height: 100vh;
}

.service-section2-label {
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.service-section2-headline {
    font-size: 42px;
    font-weight: 400;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 25px;
    max-width: 480px;
}

.service-section2-subtext {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 80px;
    max-width: 520px;
}

.service-section2-circle {
    width: 100px;
    height: 100px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    right: 80px;
}

.service-section2-experience-card {
    background-color: #000000;
    color: white;
    padding: 50px 35px;
    border-radius: 12px;
    text-align: center; 
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-section2-experience-number {
    font-size: 100px;
    font-weight: 300;
    line-height: 0.9;
    margin-bottom: 15px;
}

.service-section2-experience-text {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.9;
}

.service-section2-section-title {
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-section2-content-text {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 18px;
}

    .service-section2-content-text a {
        color: #333333;
        text-decoration: underline;
        text-decoration-thickness: 1px;
    }

    .service-section2-content-text strong {
        font-weight: 600;
    }

.service-section2-main-content {
    position: relative;
}

.service-section2-bottom-section {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .service-section2-circle {
        right: 40px;
        width: 80px;
        height: 80px;
        top: 60px;
    }
}

@media (max-width: 992px) {
    .service-section2-headline {
        font-size: 36px;
        max-width: 100%;
    }

    .service-section2-circle {
        display: none;
    }

    .service-section2-experience-card {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 40px;
    }

    .service-section2-bottom-section {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .service-section2-container {
        padding: 50px 0;
    }

    .service-section2-headline {
        font-size: 30px;
    }

    .service-section2-experience-number {
        font-size: 80px;
    }

    .service-section2-experience-card {
        padding: 40px 25px;
        height: 200px;
    }

    .service-section2-subtext {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .service-section2-headline {
        font-size: 26px;
    }

    .service-section2-subtext {
        font-size: 14px;
    }

    .service-section2-container {
        padding: 40px 0;
    }
}
/*<<<<<<<<<service-section2-end>>>>>>>>>>*/
/*<<<<<<<<<service-section3-start>>>>>>>>>>*/
.service-section3-container {
    padding: 80px 0;
    background-color: #ffffff;
}

.service-section3-header {
    text-align: left;
    margin-bottom: 80px;
}

.service-section3-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 30px;
    font-weight: 500;
}

.service-section3-title {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 600px;
}

.service-section3-description {
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    max-width: 600px;
}

.service-section3-process {
    position: relative;
}

.service-section3-step {
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.service-section3-number {
    width: 60px;
    height: 60px;
    background-color: #000;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.service-section3-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.service-section3-step-text {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 40px;
}

.service-section3-step-number {
    font-size: 18px;
    color: #ddd;
    font-weight: 300;
}

.service-section3-connector {
    position: absolute;
    top: 30px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 1px;
    background-color: #ddd;
    z-index: 1;
}

.service-section3-step:last-child .service-section3-connector {
    display: none;
}

@media (max-width: 991px) {
    .service-section3-connector {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-section3-title {
        font-size: 36px;
    }

    .service-section3-step {
        margin-bottom: 50px;
    }

    .service-section3-container {
        padding: 60px 0;
    }

    .service-section3-header {
        margin-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .service-section3-title {
        font-size: 28px;
    }

    .service-section3-number {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}
/*<<<<<<<<<service-section3-end>>>>>>>>>>*/
