.elementor-266 .elementor-element.elementor-element-04f6e9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}@media(min-width:768px){.elementor-266 .elementor-element.elementor-element-04f6e9c{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0aa50fb */.contact-section {
            max-width: 1340px;
            margin: 100px auto 0;
            padding: 0 50px 144px;
        }

        .contact-title {
            font-size: 36px;
            font-weight: 600;
            letter-spacing: 0.23px;
            line-height: 46.57px;
            color:#906C49;
            text-align: center;
            margin-bottom: 30px;
        }

        .title-divider {
            width: 338px;
            height: 1px;
            background: var(--white);
            margin: 0 auto 60px;
        }

        .contact-container {
            display: flex;
            justify-content: space-between;
            gap: 80px;
            align-items: flex-start;
        }

        .contact-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 27.3px;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 13.7px;
            transition: transform 0.3s ease;
            position: relative;
        }

        .contact-item:hover {
            transform: translateX(10px);
        }

        .contact-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(144, 108, 73, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color:#906C49;
            transition: all 0.4s ease;
        }

        .contact-item:hover .contact-icon {
            background: var(--gold);
            color:#906C49;
            transform: rotate(360deg);
        }

        .contact-details {
            flex: 1;
        }

        .contact-number {
            font-size: 20.58px;
            font-weight: 500;
            letter-spacing: 0.18px;
            line-height: 32.01px;
            color:#906C49;
        }

        .contact-name {
            font-size: 18.29px;
            font-weight: 500;
            letter-spacing: 0.18px;
            line-height: 27.44px;
            color:white;
            margin-top: 5px;
        }

        .contact-label {
            font-size: 15px;
            letter-spacing: 0.21px;
            line-height: 31.32px;
            color:#906C49;
        }

        .contact-hotline {
            font-size: 20.58px;
            font-weight: 500;
            letter-spacing: 0.15px;
            line-height: 25.7px;
            color:white;
        }

        .contact-additional {
            flex: 1;
            max-width: 421px;
        }

        .contact-additional p {
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 0.13px;
            line-height: 27.34px;
            color:white;
        }

        .website-link {
            color: #906C49;
            font-weight: 500;
        }

        /* Footer */
        .footer {
            max-width: 1340px;
            margin: 0 auto;
            padding: 32px 50px;
            border-top: 1px solid #906C49;
        }

        .footer-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-left p,
        .footer-right p {
            font-size: 14px;
            line-height: 20px;
            color: #ad9c85;
            transition: color 0.3s ease;
            cursor: pointer;
        }

        .footer-left p:hover,
        .footer-right p:hover {
            color:#906C49;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .nav-container {
                padding: 0 30px;
            }

            .hero-content {
                left: 30px;
                max-width: calc(100% - 60px);
            }

            .hero-title {
                font-size: 80px;
                line-height: 90px;
            }

            .hero-description {
                font-size: 32px;
                line-height: 38px;
            }

            .explore-section {
                padding: 100px 30px 60px;
            }
        }

        @media (max-width: 992px) {

            .nav-left,
            .nav-right {
                display: none;
            }

            .mobile-menu-btn {
                display: flex;
            }

            .nav-container {
                justify-content: space-between;
            }

            .hero-section {
                height: auto;
                min-height: 600px;
                padding-bottom: 60px;
            }

            .hero-content {
                position: relative;
                top: auto;
                left: auto;
                margin: 60px 30px;
            }

            .hero-title {
                font-size: 60px;
                line-height: 70px;
                margin-bottom: 30px;
            }

            .hero-description {
                font-size: 24px;
                line-height: 32px;
            }

            .explore-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .explore-card {
                height: 450px;
            }

            .contact-container {
                flex-direction: column;
                gap: 40px;
            }

            .contact-additional {
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .nav-container {
                padding: 0 20px;
            }

            .nav-logo img {
                width: 160px;
            }

            .hero-section {
                min-height: 500px;
            }

            .hero-content {
                margin: 40px 20px;
            }

            .hero-title {
                font-size: 45px;
                line-height: 55px;
            }

            .hero-description {
                font-size: 20px;
                line-height: 28px;
            }

            .hero-btn {
                padding: 14px 28px;
                font-size: 14px;
            }

            .explore-section {
                padding: 80px 20px 40px;
            }

            .explore-title {
                font-size: 30px;
            }

            .explore-card {
                height: 400px;
            }

            .card-title {
                font-size: 26px;
            }

            .description-section {
                padding: 60px 20px;
            }

            .description-text {
                flex-direction: column;
                gap: 15px;
            }

            .gradient-line {
                width: 100%;
                height: 2px;
                min-height: auto;
            }

            .description-text p {
                font-size: 20px;
                line-height: 28px;
            }

            .property-info-section {
                padding: 40px 20px;
            }

            .property-description,
            .property-benefits {
                font-size: 16px;
                line-height: 26px;
            }

            .contact-section {
                padding: 0 20px 80px;
            }

            .contact-title {
                font-size: 30px;
            }

            .title-divider {
                width: 200px;
            }

            .footer {
                padding: 32px 20px;
            }

            .footer-container {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 36px;
                line-height: 44px;
            }

            .hero-description {
                font-size: 18px;
                line-height: 26px;
            }

            .explore-card {
                height: 350px;
            }

            .card-title {
                font-size: 22px;
            }

            .card-link {
                font-size: 13px;
            }

            .description-text p {
                font-size: 18px;
                line-height: 26px;
            }

            .contact-number {
                font-size: 18px;
            }

            .contact-name,
            .contact-label {
                font-size: 14px;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .hero-content {
            animation: fadeInUp 1s ease-out 0.3s both;
        }

        .explore-section {
            animation: fadeIn 1s ease-out;
        }

        .explore-card {
            animation: fadeInUp 0.6s ease-out both;
        }

        .explore-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .explore-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .explore-card:nth-child(3) {
            animation-delay: 0.3s;
        }

        .explore-card:nth-child(4) {
            animation-delay: 0.4s;
        }/* End custom CSS */