/* ============================================
   COMPONENTS CSS
   ============================================ */

/* About Page Styles */
.about-section {
    margin-bottom: 80px;
}

.about-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #2d5a3d;
}

.about-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.mission-card {
    background: linear-gradient(135deg, #f8f7f5 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.card-icon {
    font-size: 48px;
    color: #d4a574;
    margin-bottom: 20px;
}

.mission-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2d5a3d;
}

.mission-card p {
    color: #666;
    font-size: 14px;
}

.why-choose-section {
    padding: 80px 0;
}

.why-choose-section h2 {
    text-align: center;
    margin-bottom: 60px;
    color: #2d5a3d;
    font-size: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.benefit-item {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.benefit-icon {
    font-size: 40px;
    color: #d4a574;
    margin-bottom: 15px;
}

.benefit-item h4 {
    font-size: 18px;
    color: #2d5a3d;
    margin-bottom: 10px;
}

.benefit-item p {
    color: #666;
    font-size: 14px;
}

.statistics-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #2d5a3d 0%, #1e3c2a 100%);
    color: white;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 80px;
}

.statistics-section h2 {
    color: white;
    margin-bottom: 60px;
    font-size: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.stat-card {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #d4a574;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 18px;
    color: white;
}

.team-section {
    padding: 80px 0;
}

.team-section h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #2d5a3d;
}

.section-intro {
    text-align: center;
    margin-bottom: 60px;
    color: #666;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.team-card {
    text-align: center;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.team-photo {
    font-size: 80px;
    color: #d4a574;
    margin-bottom: 15px;
}

.team-card h4 {
    font-size: 20px;
    color: #2d5a3d;
    margin-bottom: 5px;
}

.team-card p {
    color: #d4a574;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-bio {
    color: #666;
    font-size: 14px;
}

/* Contact Page Styles */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.contact-info h2 {
    font-size: 32px;
    color: #2d5a3d;
    margin-bottom: 15px;
}

.contact-info > p {
    color: #666;
    margin-bottom: 40px;
}

.contact-items {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0ddd6;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    font-size: 24px;
    color: #d4a574;
    min-width: 24px;
}

.contact-details h4 {
    font-size: 18px;
    color: #2d5a3d;
    margin-bottom: 10px;
}

.contact-details p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-details a {
    color: #2d5a3d;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #d4a574;
}

.social-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0ddd6;
}

.social-section h4 {
    color: #2d5a3d;
    margin-bottom: 20px;
}

.social-btn {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #f8f7f5;
    color: #2d5a3d;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: #d4a574;
    color: white;
    transform: translateY(-3px);
}

.contact-form-section h2 {
    font-size: 32px;
    color: #2d5a3d;
    margin-bottom: 30px;
}

.contact-form {
    background: white;
}

.map-section {
    padding: 60px 0;
}

.map-section h2 {
    text-align: center;
    color: #2d5a3d;
    margin-bottom: 40px;
    font-size: 40px;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Sector and Builder Pages */
.sector-filter,
.builder-filter {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0ddd6;
}

.sector-filter h3,
.builder-filter h3 {
    color: #2d5a3d;
    margin-bottom: 20px;
}

.sector-buttons,
.builder-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sector-btn,
.builder-btn {
    padding: 10px 20px;
    border: 2px solid #e0ddd6;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    font-weight: 600;
}

.sector-btn:hover,
.builder-btn:hover,
.sector-btn.active,
.builder-btn.active {
    border-color: #d4a574;
    background: #2d5a3d;
    color: white;
}

/* Property Detail Specific */
.property-map-section h2 {
    color: #2d5a3d;
    margin-bottom: 30px;
    font-size: 32px;
}

.related-properties {
    padding: 60px 0;
}

.related-properties h2 {
    color: #2d5a3d;
    margin-bottom: 40px;
    font-size: 40px;
}

/* Contact Section in Property Details */
.contact-section {
    background: #f8f7f5;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.contact-section h3 {
    color: #2d5a3d;
    margin-bottom: 20px;
}

/* ============================================
   FARIDABAD DDP 2031 SECTION
   ============================================ */

.ddp-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f7f5 0%, #ffffff 100%);
    margin: 60px 0;
}

.ddp-section .section-header {
    margin-bottom: 60px;
}

.ddp-section h2 {
    color: #2d5a3d;
    font-size: 42px;
    margin-bottom: 15px;
}

.ddp-section p {
    color: #666;
    font-size: 18px;
}

.ddp-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ddp-info h3 {
    color: #2d5a3d;
    font-size: 28px;
    margin-bottom: 20px;
}

.ddp-info p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.ddp-features {
    list-style: none;
    margin: 30px 0;
}

.ddp-features li {
    color: #555;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ddp-features i {
    color: #d4a574;
    font-size: 20px;
    flex-shrink: 0;
}

.ddp-note {
    background: #e8f5e9;
    border-left: 4px solid #4caf50;
    padding: 20px;
    border-radius: 8px;
    color: #2e7d32;
    margin-top: 25px;
}

.ddp-download {
    background: white;
    padding: 50px 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ddp-download:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.pdf-icon {
    font-size: 80px;
    color: #d4a574;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.ddp-download h4 {
    color: #2d5a3d;
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.file-size {
    color: #999;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ddp-download .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 10px 15px;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.ddp-download .btn-primary {
    background: #2d5a3d;
    color: white;
}

.ddp-download .btn-primary:hover {
    background: #1e3c2a;
    transform: translateY(-2px);
}

.ddp-download .btn-secondary {
    background: #d4a574;
    color: #2d5a3d;
}

.ddp-download .btn-secondary:hover {
    background: #c9945a;
    transform: translateY(-2px);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* ============================================
   BUILDERS DETAILS SECTION
   ============================================ */

.builders-details-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f7f5 0%, #ffffff 100%);
    margin: 60px 0;
}

.builders-details-section .section-header {
    margin-bottom: 60px;
}

.builders-details-section h2 {
    color: #2d5a3d;
    font-size: 42px;
    margin-bottom: 15px;
}

.builders-details-section p {
    color: #666;
    font-size: 18px;
}

.builders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.builder-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid #d4a574;
}

.builder-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.builder-icon {
    font-size: 48px;
    color: #d4a574;
    margin-bottom: 20px;
}

.builder-name {
    color: #2d5a3d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.builder-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.builder-meta {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #e0ddd6;
    border-bottom: 1px solid #e0ddd6;
}

.properties-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d4a574;
    font-weight: 600;
    font-size: 14px;
}

.properties-count i {
    font-size: 18px;
}

.builder-card .btn-sm {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 768px) {
    .builders-grid {
        grid-template-columns: 1fr;
    }
    
    .ddp-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

