* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff !important;
    font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
    overflow-x: hidden;
    color: #333333;
}
.test-image
{
    object-fit: cover;
    width: 100%;
    height: 491px;
}
/* Main Header - White Theme */
.main-header {
    background-color: #ffffff !important;
    /* padding: 1rem 0; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333333 !important;
    font-size: 1.5rem;
}

.vtp-logo {
    color: #c6a87f;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.nav-link {
    color: #333333 !important;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0 0.5rem;
    transition: 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: #c6a87f !important;
}

/* Hero Section - Updated for White Theme */
.hero-section {
    background: url('home.webp');
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 6rem 0 4rem;
    position: relative;
    margin-top: 70px;
}

.hero-content-wrapper {
    background: rgb(0 0 0 / 72%);
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(198, 168, 127, 0.2);
}

.vtp-badge {
    color: #c6a87f;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: block;
}

.main-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 0.1;
    color: #fff;
    margin-bottom: 5px;
}

.location {
    color: #c6a87f;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ebe71e;
    /* margin-bottom: 1.5rem; */
}

.price span {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
}

.features-list {
    list-style: none;
    padding: 0;
    /* margin: 1.5rem 0; */
}

.features-list li {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
}

.features-list li i {
    color: #c6a87f;
    margin-right: 12px;
    font-size: 1rem;
}

.luxury-text {
    color: #c6a87f;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    font-weight: 500;
}

.btn-group-custom {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.btn-book {
    background-color: #c6a87f;
    color: #ffffff;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.3s;
}

.btn-book:hover {
    background-color: #b59467;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-ready {
    background: transparent;
    color: #c6a87f;
    border: 2px solid #c6a87f;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.3s;
}

.btn-ready:hover {
    background: #c6a87f;
    color: #ffffff;
    transform: translateY(-2px);
    border-color: #c6a87f;
}

.chat-link {
    color: #c6a87f;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.chat-link i {
    margin-right: 8px;
}

.chat-link:hover {
    color: #b59467;
}

/* Configuration Section - White Theme */
.config-section {
    background: #f8f9fa !important;
    padding: 23px 0;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.section-description {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 90%;
}

.villa-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.villa-card:hover {
    border-color: #c6a87f;
    box-shadow: 0 10px 30px rgba(198, 168, 127, 0.15);
    transform: translateY(-5px);
}

.villa-name {
    font-size: 2rem;
    font-weight: 700;
    color: #c6a87f;
    /* margin-bottom: 2rem; */
}

.carpet-area {
    color: #000;
    font-size: 1rem;
    /* margin-bottom: 0.5rem; */
    letter-spacing: 1px;
}

.area-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    /* margin-bottom: 2rem; */
    /* padding-bottom: 2rem; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.starts-from {
    color: #000;
    font-size: 1rem;
    /* margin-bottom: 0.5rem; */
}

.price-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #c6a87f;
    /* margin-bottom: 2rem; */
}

.price-value small {
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
    margin-left: 5px;
}

.enquire-btn {
    background: transparent;
    border: 2px solid #c6a87f;
    color: #c6a87f;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.enquire-btn:hover {
    background: #c6a87f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Gallery Strip - White Theme */
.gallery-strip {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery-strip span {
    color: #333333;
    font-size: 0.9rem;
}

.contact-badge {
    background: rgba(198, 168, 127, 0.1);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    color: #c6a87f !important;
    border: 1px solid rgba(198, 168, 127, 0.3);
}

/* Feature Cards - White Theme */
.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    border-color: #c6a87f;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(198, 168, 127, 0.15);
}

.feature-card i {
    color: #c6a87f;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #000;
    line-height: 1.6;
}

/* Footer - White Theme */
.footer-links {
    background-color: #f8f9fa;
    padding: 3rem 0 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-links span {
    color: #333333;
}

.footer-links i {
    color: #c6a87f;
    margin-right: 8px;
}

.footer-bottom {
    color: #000;
    font-size: 0.9rem;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}

/* Experience Section */
/* .experience-section {
    background: #000;
    color: #fff;
} */

.experience-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.experience-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

/* Discover Section Styles */
.discover-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

.discover-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.discover-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.discover-wrapper {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 168, 127, 0.15);
}

.discover-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.discover-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #c6a87f;
    border-radius: 2px;
}


.discover-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 35px;
    text-align: justify;
}

.highlight {
    color: #c6a87f;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c6a87f, transparent);
    opacity: 0.3;
}

.brochure-btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

.brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
    background: #c6a87f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #c6a87f;
    box-shadow: 0 10px 20px rgba(198, 168, 127, 0.2);
}

.brochure-btn i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.brochure-btn:hover {
    background: transparent;
    color: #c6a87f;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(198, 168, 127, 0.3);
}

.brochure-btn:hover i {
    transform: translateY(-2px);
}

/* Township Highlights Section Styles */
.township-highlights-section {
    background: #ffffff;
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

.township-highlights-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.township-highlights-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.township-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 3rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.township-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #c6a87f;
    border-radius: 2px;
}

.highlight-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    z-index: 2;
}

.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(198, 168, 127, 0.15);
    border-color: rgba(198, 168, 127, 0.3);
    background: #ffffff;
}

.highlight-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(198, 168, 127, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon {
    background: #c6a87f;
    transform: scale(1.1);
}

.highlight-icon i {
    font-size: 1.5rem;
    color: #c6a87f;
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon i {
    color: #ffffff;
}

.highlight-content {
    flex: 1;
}

.highlight-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.4;
}

.highlight-content p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4;
}

.highlight-card:last-child .highlight-content h3 {
    font-size: 1.1rem;
}

.footnote {
    color: #999999;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 20px;
    text-align: right;
}

/* Gallery Section */
.gallery-section {
    background-color: #f8f9fa !important;
}

.gallery-item,
.gallery-item-mobile {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item {
    height: 250px;
}

.gallery-item-mobile {
    height: 400px;
}

.gallery-item img,
.gallery-item-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 54, 93, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Why Choose Section Styles */
.why-choose-section {
    background: #ffffff;
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.why-choose-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.intro-content {
    padding-right: 30px;
    position: relative;
    z-index: 2;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444444;
    text-align: justify;
    position: relative;
    padding: 11px;
    background: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(198, 168, 127, 0.1);
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
    z-index: 2;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.feature-item:hover {
    transform: translateX(10px);
    border-color: rgba(198, 168, 127, 0.3);
    box-shadow: 0 10px 25px rgba(198, 168, 127, 0.1);
}

.feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(198, 168, 127, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background: #c6a87f;
    transform: scale(1.1) rotate(5deg);
}

.feature-icon i {
    font-size: 1.5rem;
    color: #c6a87f;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon i {
    color: #ffffff;
}

.feature-text {
    flex: 1;
}

.feature-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 0;
}

.feature-text p strong {
    color: #c6a87f;
    font-weight: 600;
}

.brochure-wrapper {
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

/* Location Section Styles */
.location-section {
    background: #ffffff;
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

.location-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.03) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.location-details {
    padding-right: 30px;
    position: relative;
    z-index: 2;
}

.location-block {
    /* margin-bottom: 35px; */
}

.location-block:last-child {
    margin-bottom: 0;
}

.location-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #c6a87f;
    /* margin-bottom: 20px; */
    position: relative;
    display: inline-block;
}

.location-subtitle::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #c6a87f;
    opacity: 0.3;
}

.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.location-list li:hover {
    transform: translateX(10px);
    border-bottom-color: #c6a87f;
}

.location-list li i {
    width: 30px;
    color: #c6a87f;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.location-list li:hover i {
    transform: scale(1.2);
}

.location-name {
    flex: 1;
    font-size: 1rem;
    color: #444444;
    font-weight: 500;
    margin-left: 10px;
}

.location-distance {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.location-list li:hover .location-distance {
    background: #c6a87f;
    color: #ffffff;
}

.location-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
}

.location-image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(198, 168, 127, 0.2);
}

.location-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.location-image-wrapper:hover .location-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 30px 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.location-image-wrapper:hover .image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.image-overlay i {
    font-size: 1.5rem;
    color: #c6a87f;
}

.image-overlay span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}

/* Contact Section Styles */
.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 18px 0;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.05) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.contact-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(198, 168, 127, 0.05) 0%, rgba(198, 168, 127, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.contact-wrapper {
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 168, 127, 0.15);
    position: relative;
    z-index: 2;
}

.contact-subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: #c6a87f;
    /* margin-bottom: 30px; */
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333333;
    /* margin-bottom: 8px; */
    display: block;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: #c6a87f;
    font-size: 1.1rem;
    z-index: 1;
}

.form-control {
    width: 100%;
    /* padding: 15px 15px 15px 45px; */
    padding: 3px 0px 9px 41px;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #c6a87f;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(198, 168, 127, 0.1);
}

.form-control::placeholder {
    color: #999999;
    font-size: 0.95rem;
}

.submit-btn {
    background: #c6a87f;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #c6a87f;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover {
    background: transparent;
    color: #c6a87f;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(198, 168, 127, 0.3);
}

.submit-btn:hover i {
    transform: translateX(5px);
}

.consent-text {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 16px;
    border-left: 3px solid #c6a87f;
}

.consent-text p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
    text-align: justify;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.feature-item {
    animation: slideInRight 0.5s ease forwards;
    opacity: 0;
}

.feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.3s; }
.feature-item:nth-child(4) { animation-delay: 0.4s; }
.feature-item:nth-child(5) { animation-delay: 0.5s; }

.highlight-card {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.highlight-card:nth-child(1) { animation-delay: 0.1s; }
.highlight-card:nth-child(2) { animation-delay: 0.2s; }
.highlight-card:nth-child(3) { animation-delay: 0.3s; }
.highlight-card:nth-child(4) { animation-delay: 0.4s; }
.highlight-card:nth-child(5) { animation-delay: 0.5s; }
.highlight-card:nth-child(6) { animation-delay: 0.6s; }
.highlight-card:nth-child(7) { animation-delay: 0.7s; }
.highlight-card:nth-child(8) { animation-delay: 0.8s; }

.location-block {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.location-block:nth-child(1) { animation-delay: 0.2s; }
.location-block:nth-child(2) { animation-delay: 0.4s; }

.location-image-wrapper {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    animation-delay: 0.3s;
}

.contact-wrapper {
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .main-title { font-size: 1.2rem; }
    .price { font-size: 2rem; }
    .section-title { font-size: 2rem; }
    .discover-wrapper { padding: 40px; }
    .discover-title { font-size: 2rem; }
    .discover-text { font-size: 1rem; }
    .township-title { font-size: 2rem; }
    .township-highlights-section { padding: 60px 0; }
    .highlight-card { padding: 20px; }
    .highlight-content h3 { font-size: 1.1rem; }
    .why-choose-section { padding: 60px 0; }
    .intro-content { padding-right: 0; margin-bottom: 30px; }
    .intro-text { font-size: 1rem; padding: 25px; }
    .features-list { gap: 15px; }
    .feature-item { padding: 18px; }
    .location-section { padding: 60px 0; }
    .location-details { padding-right: 15px; }
    .location-subtitle { font-size: 1.3rem; }
    .contact-section { padding: 60px 0; }
    .contact-wrapper { padding: 40px; }
    .contact-subtitle { font-size: 1.8rem; }
}

@media (max-width: 768px) {
    .test-image
{
    object-fit: cover;
    width: 100%;
    height: 300px;
}
    .main-title { font-size: 1.2rem; }
    .price { font-size: 1.8rem; }
    .btn-group-custom { flex-direction: column; align-items: flex-start; }
    /* .hero-section { min-height: auto; padding: 8rem 0 9rem; } */
    .hero-section {min-height: auto;height: 303px;}
    .section-description { max-width: 100%; font-size: 1rem; }
    .hero-content-wrapper { padding: 2rem;display: none; }
    .experience-title { font-size: 3rem; }
    .experience-title span { font-size: 3.5rem; }
    .experience-subtitle { font-size: 4rem; letter-spacing: 10px; }
    .divider { width: 60px; }
    .discover-section { padding: 60px 0; }
    .discover-wrapper { padding: 30px 25px; border-radius: 20px; }
    .discover-title { font-size: 1.8rem; }
    .discover-title::after { width: 60px; height: 2px; bottom: -8px; }
    .discover-text { text-align: left; margin-bottom: 30px; }
    .brochure-btn { padding: 0.9rem 2.5rem; font-size: 0.95rem; }
    .township-title { font-size: 1.8rem; }
    .township-title::after { width: 60px; height: 2px; bottom: -8px; }
    .highlight-card { padding: 18px; gap: 15px; }
    .highlight-icon { width: 45px; height: 45px; }
    .highlight-icon i { font-size: 1.3rem; }
    .highlight-content h3 { font-size: 1rem; }
    .highlight-content p { font-size: 0.9rem; }
    .section-title { font-size: 1.8rem; }
    .section-title::after { width: 60px; height: 2px; bottom: -8px; }
    .intro-text { font-size: 0.95rem; line-height: 1.7; padding: 20px; }
    .feature-item { padding: 15px; gap: 12px; }
    .feature-item:hover { transform: translateX(5px); }
    .feature-icon { width: 45px; height: 45px; }
    .feature-icon i { font-size: 1.3rem; }
    .feature-text p { font-size: 0.95rem; }
    .brochure-btn { padding: 0.9rem 2.5rem; font-size: 0.95rem; }
    .location-details { padding-right: 0; margin-bottom: 30px; }
    .location-subtitle { font-size: 1.2rem; margin-bottom: 15px; }
    .location-list li { padding: 10px 0; }
    .location-list li i { width: 25px; font-size: 1rem; }
    .location-name { font-size: 0.95rem; margin-left: 8px; }
    .location-distance { font-size: 0.9rem; padding: 3px 10px; }
    .image-overlay { opacity: 1; transform: translateY(0); padding: 20px 15px; }
    .image-overlay i { font-size: 1.2rem; }
    .image-overlay span { font-size: 1rem; }
    .contact-wrapper { padding: 30px 25px; border-radius: 20px; }
    .contact-subtitle { font-size: 1.5rem; margin-bottom: 25px; }
    .form-group { margin-bottom: 20px; }
    .form-label { font-size: 0.9rem; }
    .form-control { padding: 12px 12px 12px 40px; font-size: 0.95rem; }
    .input-wrapper i { font-size: 1rem; left: 12px; }
    .submit-btn { padding: 12px 35px; font-size: 1rem; }
    .consent-text { padding: 15px; margin-top: 25px; }
    .consent-text p { font-size: 0.8rem; line-height: 1.5; }
}

@media (max-width: 576px) {
    .experience-title { font-size: 2.2rem; }
    .experience-title span { font-size: 2.8rem; }
    .experience-subtitle { font-size: 2.5rem; letter-spacing: 5px; }
}

@media (max-width: 480px) {
    .discover-wrapper { padding: 25px 20px; }
    .discover-title { font-size: 1.5rem; margin-bottom: 1.5rem; }
    .discover-text { font-size: 0.95rem; line-height: 1.6; }
    .brochure-btn { padding: 0.8rem 2rem; font-size: 0.9rem; width: 100%; }
    .highlight { font-weight: 500; }
    .township-highlights-section { padding: 19px 0; }
    .township-title { font-size: 1.5rem; margin-bottom: 2rem; }
    .highlight-card { padding: 15px; gap: 12px; }
    .highlight-icon { width: 40px; height: 40px; border-radius: 10px; }
    .highlight-icon i { font-size: 1.1rem; }
    .highlight-content h3 { font-size: 0.95rem; }
    .footnote { font-size: 0.8rem; text-align: center; }
    .why-choose-section { padding: 19px 0; }
    .section-title { font-size: 1.5rem; margin-bottom: 2rem; }
    .intro-text { font-size: 0.9rem; line-height: 1.6; padding: 18px; }
    .feature-item { padding: 12px; gap: 10px; }
    .feature-icon { width: 40px; height: 40px; border-radius: 10px; }
    .feature-icon i { font-size: 1.1rem; }
    .feature-text p { font-size: 0.9rem; line-height: 1.5; }
    .brochure-wrapper { margin-top: 40px; }
    .brochure-btn { padding: 0.8rem 2rem; font-size: 0.9rem; width: 100%; max-width: 280px; }
    .location-section { padding: 19px 0; }
    .location-subtitle { font-size: 1.1rem; }
    .location-list li { padding: 8px 0; flex-wrap: wrap; }
    .location-list li i { width: 22px; font-size: 0.95rem; }
    .location-name { font-size: 0.9rem; margin-left: 5px; width: calc(100% - 70px); }
    .location-distance { font-size: 0.85rem; padding: 2px 8px; margin-left: auto; }
    .image-overlay { padding: 15px 12px; }
    .image-overlay i { font-size: 1.1rem; }
    .image-overlay span { font-size: 0.9rem; }
    .contact-section { padding: 19px 0; }
    .contact-wrapper { padding: 25px 20px; }
    .contact-subtitle { font-size: 1.3rem; margin-bottom: 20px; }
    .form-group { margin-bottom: 18px; }
    .form-label { font-size: 0.85rem; margin-bottom: 5px; }
    .form-control { padding: 10px 10px 10px 35px; font-size: 0.9rem; border-radius: 10px; }
    .input-wrapper i { font-size: 0.9rem; left: 10px; }
    .submit-btn { padding: 10px 30px; font-size: 0.95rem; width: 100%; }
    .consent-text { padding: 12px; margin-top: 20px; }
    .consent-text p { font-size: 0.75rem; }
}

/* Print styles */
@media print {
    .why-choose-section { padding: 40px 0; }
    .brochure-btn { display: none; }
}

/* Form validation styles */
.form-control:invalid:not(:placeholder-shown) {
    border-color: #ff6b6b;
}

.form-control:valid:not(:placeholder-shown) {
    border-color: #51cf66;
}

/* Loading state for submit button */
.submit-btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.submit-btn.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
