/* ==========================================================================
   1. CORE INFRASTRUCTURE & TYPOGRAPHY Variables
   ========================================================================== */
:root { --primary-blue: #004ba0; --dark-blue: #023d8a; --success-green: #03b403; --hover-green: #038101; --charcoal: #111111; --slate-dark: #11141a; --body-text: #444444; --border-light: #f0f2f5; --font-manrope: 'Manrope', sans-serif; --font-serif: 'Times New Roman', serif; }

/* ==========================================================================
   2. SECTION HEADERS & OVERVIEW
   ========================================================================== */
.projects-section { padding: 80px 0; background-color: #ffffff; font-family: var(--font-manrope); }
.section-header { margin-bottom: 50px; }
.section-header h2 { font-size: 1.8rem; font-family: var(--font-serif); font-weight: 700; color: var(--charcoal); margin-bottom: 20px; text-transform: uppercase; }
.section-header .title-border { padding-bottom: 15px; margin-bottom: 15px; position: relative; display: inline-block; }
.section-header .title-border::after { content: ""; width: 50%; height: 2px; background: var(--success-green); position: absolute; bottom: 0; left: 0; }
.section-header p { color: var(--body-text); font-size: 0.95rem; line-height: 1.8; text-align: justify; }

/* ==========================================================================
   3. HERO BANNER COMPONENTS (Scroll & Breadcrumb)
   ========================================================================== */
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 1px; height: 50px; background-color: rgba(255, 255, 255, 0.4); z-index: 3; overflow: hidden; }
.hero-scroll::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 40%; background-color: #ffffff; animation: defaultLineScroll 2s infinite ease-in-out; }
.breadcrumb-container { position: absolute; top: calc(70px + 1em); left: 7em; z-index: 10; background: transparent; padding: 0; font-size: 13px; }
.breadcrumb-container .breadcrumb { margin: 0; padding: 0; background: transparent; display: flex; list-style: none; font-family: var(--font-manrope); }
.breadcrumb-item a { color: #d3d1d1; text-decoration: none; font-weight: 500; text-shadow: 1px 1px 2px rgba(0,0,0,0.8); }
.breadcrumb-item.active { color: #ffffff; text-shadow: 1px 1px 2px rgba(0,0,0,0.8); }
.breadcrumb-item + .breadcrumb-item::before { content: "/"; padding: 0 10px; color: #ffffff; font-size: 13px; }

/* ==========================================================================
   4. HIGH-END COMMERCIAL CARD SYSTEM
   ========================================================================== */
.project-info-new { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border: 1px solid #f1f1f1; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease; }
.project-info-new .card-clickable-area { text-decoration: none; display: block; color: inherit; }
.project-info-new:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.card-img-box { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #eaeaea; }
.card-main-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); }
.project-info-new:hover .card-main-img { transform: scale(1.05); }
.card-status-badge { position: absolute; top: 15px; left: 15px; background: rgb(4, 121, 6); backdrop-filter: blur(6px); color: #ffffff; font-family: var(--font-manrope); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; letter-spacing: 0.5px; z-index: 2; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border: 1px solid rgba(46, 125, 50, 0.15); }
.card-rera-tag { position: absolute; top: 15px; right: 15px; background: rgba(17, 20, 26, 0.85); backdrop-filter: blur(6px); border-radius: 4px; padding: 5px 10px; display: inline-flex; align-items: center; gap: 6px; z-index: 2; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.1); }
.rera-shield-icon { width: 14px; height: 14px; display: block; flex-shrink: 0; }
.rera-text { font-family: var(--font-manrope); color: #ffffff; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.5px; line-height: 1; text-transform: uppercase; }
.card-body-content { padding: 26px 20px 22px 20px; display: flex; justify-content: space-between; align-items: flex-start; background: #ffffff; }
.card-main-heading-group { display: flex; flex-direction: column; text-align: left; margin: 0; padding: 0; }
.card-project-title { font-family: var(--font-serif); color: var(--charcoal); font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; letter-spacing: 0.5px; line-height: 1.2; text-transform: uppercase; }
.card-location-text { font-family: var(--font-manrope); color: #333232; font-size: 0.82rem; display: inline-flex; align-items: center; gap: 6px; font-weight: 400; }
.font-icon-sync { color: var(--primary-blue); font-size: 0.88rem; font-weight: 600; width: 16px; text-align: center; display: inline-block; }
.sco-arrow { width: 32px; height: 32px; border: 1px solid #dddddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #333333; transition: all 0.3s ease; flex-shrink: 0; }
.project-info-new:hover .sco-arrow { background: var(--slate-dark); color: #ffffff; border-color: var(--slate-dark); }
.card-footer-container { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; background: #ffffff; }
.card-hover-details { font-family: var(--font-manrope); color: #444444; font-size: 0.85rem; margin-bottom: 15px; text-align: left; display: flex; flex-direction: column; gap: 8px; white-space: nowrap; }
.meta-spec-row { display: flex; align-items: center; gap: 8px; width: 100%; }
.card-home-svg-icon { width: 16px; height: 16px; flex-shrink: 0; }
.card-meta-divider { width: 100%; height: 1px; background-color: var(--border-light); margin: 15px 0 0 0; }
.card-footer-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; padding-top: 15px; }
.card-price-block { display: flex; flex-direction: column; text-align: left; }
.card-price-label { font-family: var(--font-manrope); color: #4e4e4e; font-size: 0.8rem; font-weight: 500; text-transform: capitalize; letter-spacing: 0.5px; line-height: 1.3; }
.card-price-value { font-family: var(--font-manrope); color: var(--primary-blue); font-size: 0.95rem; font-weight: 700; line-height: 1.3; }
.card-btn-call { text-decoration: none; font-family: var(--font-manrope); background-color: var(--dark-blue); color: #ffffff; font-size: 0.80rem; font-weight: 600; padding: 7px 16px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); box-shadow: 0 2px 6px rgba(0, 75, 160, 0.15); }
.card-btn-call:hover { background-color: var(--hover-green); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(3, 180, 3, 0.3); color: #ffffff; }

/* ==========================================================================
   5. PREMIUM ENQUIRY CONSOLE
   ========================================================================== */
#enquiry-section.enquiry-bg { background-color: var(--slate-dark); padding: 80px 0; }
#enquiry-section h2.text-white { font-family: var(--font-serif); font-weight: 500; letter-spacing: 1px; line-height: 1.4; margin: 0; font-size: 1.6rem; }
.exp-heading-line { width: 60px; height: 2px; background-color: #ecd08d; margin: 15px auto 0 auto; }
#enquiry-section .exp-input-line { background-color: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #ffffff; font-family: var(--font-manrope); font-size: 0.95rem; padding: 14px 18px; box-shadow: none; transition: border-color 0.3s ease, background-color 0.3s ease; }
#enquiry-section .exp-input-line::placeholder { color: rgba(255, 255, 255, 0.3); font-weight: 400; }
#enquiry-section .exp-input-line:focus { background-color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.25); }
#enquiry-section textarea.exp-input-line { resize: none; min-height: 54px; line-height: 1.4; }
.exp-descriptive-text { font-family: var(--font-manrope); color: rgba(255, 255, 255, 0.4); font-size: 0.85rem; line-height: 1.6; font-weight: 400; max-width: 900px; margin: 30px auto; }
#enquiry-section .exp-submit-btn { background-color: #bc2832; border: none; color: #ffffff; font-family: var(--font-manrope); font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; padding: 14px 60px; border-radius: 50px; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 15px rgba(188, 40, 50, 0.2); display: inline-block; }
#enquiry-section .exp-submit-btn:hover { background-color: #a11f28; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(188, 40, 50, 0.35); }
#enquiry-section .text-danger.small { font-family: var(--font-manrope); font-size: 0.75rem; color: #ff4d4d; margin-top: 5px; display: block; text-align: left; padding-left: 5px; }

/* ==========================================================================
   6. DECOUPLED FAQ COMPONENT
   ========================================================================== */
.faq-text-center { text-align: center; }
.faq-text-center h2 .title-border { display: inline-block; position: relative; padding-bottom: 15px; margin-bottom: 15px; }
.faq-text-center h2 .title-border::after { content: ""; width: 50%; height: 2px; background: var(--success-green); position: absolute; bottom: 0; left: 25%; }
.connect-text { color: var(--body-text); font-size: 0.95rem; line-height: 1.6; text-align: justify; }

/* ==========================================================================
   7. CORE KEYFRAME ANIMATIONS
   ========================================================================== */
@keyframes defaultLineScroll { 0% { top: -40%; } 50% { top: 30%; } 100% { top: 100%; } }

/* ==========================================================================
   8. MEDIA QUERIES (Smartphone Breakpoints)
   ========================================================================== */
@media (max-width: 767px) {
    .projects-section { padding: 50px 15px; }
    .section-header h2 { font-size: 1.5rem; }
    .breadcrumb-container { top: calc(60px + 1em); left: 1em; font-size: 12px; }
    .project-info-new { margin-bottom: 20px; }
    .hero-scroll { bottom: 20px; height: 30px; }
    .card-img-box { aspect-ratio: 16/9; max-height: 200px; }
    .card-body-content { padding: 18px 15px; }
    .card-footer-container { padding: 15px; }
    .card-project-title { font-size: 1.15rem; margin-bottom: 6px; }
    .card-hover-details { margin-bottom: 12px; gap: 6px; }
    .card-price-value { font-size: 0.9rem; }
    .card-btn-call { padding: 6px 12px; font-size: 0.78rem; border-radius: 5px; gap: 4px; }
    #enquiry-section.enquiry-bg { padding: 50px 0; }
    #enquiry-section h2.text-white { font-size: 1.35rem; }
    .exp-heading-line { margin: 12px auto 0 auto; }
    .exp-descriptive-text { font-size: 0.78rem; margin: 25px auto; padding: 0 10px; }
    #enquiry-section .exp-submit-btn { padding: 12px 45px; font-size: 0.8rem; }
}

/* ==========================================================================
   9. MEDIA QUERIES (Tablet Breakpoints)
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1024px) {
    .projects-section { padding: 60px 0; }
    .card-img-box { aspect-ratio: 1/1; }
    .breadcrumb-container { left: 3em; }
}

@media (min-width: 768px) { .hero-scroll { bottom: 25px; height: 35px; } }