.projects-section { padding: 60px 0; background-color: #fff; font-family: 'Segoe UI', Arial, sans-serif; }
.section-header { margin-bottom: 40px; }
.section-header h2 { font-size: 2rem; font-weight: 600; color: #222; }
.section-header p { color: #555; font-size: 0.95rem; line-height: 1.6; }
.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: 'Manrope', sans-serif !important; }
.breadcrumb-item a { color: #d3d1d1 !important; 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: white; font-size: 13px; }
.section-header h2 { font-size: 1.8rem !important; font-family: 'Cinzel', serif !important; font-weight: 700 !important; color: #000 !important; margin-bottom: 20px !important; text-transform: uppercase !important; }
.section-header .title-border { padding-bottom: 15px; margin-bottom: 15px; position: relative; display: inline-block; }
.section-header .title-border:after { width: 50%; height: 2px; background: #03b403; position: absolute; bottom: 0; left: 0; content: ""; }
.pure-fade-hero { position: relative; width: 100%; overflow: hidden; background: #0a0a0a; }
.fade-gallery { position: relative; width: 100%; height: auto; display: grid; grid-template-columns: 1fr; }
.fade-item { grid-area: 1/1; width: 100%; height: auto; opacity: 0; animation: cssPureFade 7s infinite ease-in-out; }
.fade-item img { width: 100%; height: auto; display: block; object-fit: cover; }
.fade-item:nth-child(1) { animation-delay: 0s; }
.fade-item:nth-child(2) { animation-delay: 3.5s; }
.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; }
.corporate-overview-section { padding: 55px 0 35px 0; background-color: #fff; }
.corporate-header-wrapper { width: 100%; position: relative; }
.premium-corp-title { font-family: 'Cinzel', serif !important; font-size: 1.75rem !important; font-weight: 700 !important; color: #1a1a1a !important; letter-spacing: 0.5px !important; margin-bottom: 12px !important; text-transform: uppercase !important; text-align: left; }
.dynamic-accent-line { width: 100px; height: 2px; background-color: #03b403; margin: 0 0 25px 0; position: relative; }
.corp-desc-text { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; font-size: 0.92rem !important; line-height: 1.75 !important; color: #555555 !important; text-align: justify; font-weight: 400; margin-bottom: 0; }
.sco-card { 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 ease; }
.sco-card:hover { transform: translateY(-5px); }
.sco-card-link { text-decoration: none !important; display: block; color: inherit; }
.sco-header { padding: 20px; display: flex; justify-content: space-between; align-items: flex-start; background: #ffffff; }
.sco-title-wrap { display: flex; flex-direction: column; text-align: left; margin: 0; padding: 0; }
.sco-name { font-family: 'Cinzel', serif !important; font-size: 1.2rem !important; font-weight: 700 !important; color: #111; margin-bottom: 4px; text-transform: uppercase; display: block; }
.sco-loc { font-family: 'Manrope', sans-serif !important; font-size: 0.8rem !important; font-weight: 400 !important; color: #333232 !important; display: flex; align-items: center; gap: 4px; text-transform: none !important; letter-spacing: normal !important; line-height: 1.4 !important; }
.sco-arrow { width: 32px; height: 32px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #333; transition: all 0.3s ease; }
.sco-card:hover .sco-arrow { background: #11141a; color: #fff; border-color: #11141a; }
.sco-media { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #eaeaea; }
.sco-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.sco-card:hover .sco-img { transform: scale(1.06); }
.card-status-badge { position: absolute; top: 15px; left: 15px; background: rgba(17,17,17,0.85); color: #ffffff; font-size: 10px; font-weight: 700; padding: 5px 12px; border-radius: 4px; text-transform: uppercase; z-index: 2; letter-spacing: 0.5px; }
.card-rera-tag { position: absolute; top: 15px; right: 15px; background: rgba(17,17,17,0.85); padding: 4px 10px; border-radius: 4px; z-index: 2; display: flex; align-items: center; gap: 6px; }
.rera-shield-icon { width: 14px; height: 14px; }
.rera-text { color: #ecd08d; font-size: 10px; font-weight: 700; letter-spacing: 0.5px; }
.sco-body { padding: 22px; display: flex; flex-direction: column; flex-grow: 1; background: #ffffff; }
.sco-info { font-size: 0.85rem; color: #444; margin-bottom: 25px; text-align: left; display: flex; align-items: center; gap: 8px; border-bottom: none; padding-bottom: 0; white-space: nowrap; }
.card-home-svg-icon { width: 16px; height: 16px; flex-shrink: 0; }
.card-home-svg-icon path { fill: #004ba0; }
.sco-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 15px; border-top: 1px dashed #e5e5e5; }
.sco-price { display: flex; flex-direction: column; text-align: left; }
.price-lbl { font-size: 12px; color: #888; font-weight: 600; letter-spacing: 0.5px; text-transform: capitalize; }
.price-val { font-size: 1rem; color: #0f265e; font-weight: 700; }
.card-btn-call { background: #102858; color: #ffffff !important; border: 1px solid #222831; font-size: 0.78rem; font-weight: 600; font-family: 'Segoe UI', system-ui, sans-serif; letter-spacing: 1px; padding: 8px 16px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none !important; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); box-shadow: 0 2px 5px rgba(0,0,0,0.1); flex-shrink: 0; white-space: nowrap; }
.card-btn-call:hover { background: #1c4fb5; border-color: #1c4fb5; color: #ffffff !important; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(3, 180, 3, 0.3); }
.card-btn-call i { font-size: 1rem !important; display: inline-block; line-height: 1 !important; color: inherit; margin: 0; padding: 0; }
.enquiry-bg { background-color: #1a1a1a !important; padding: 75px 0 !important; }
.enquiry-bg h2 { font-family: 'Cinzel', serif !important; font-weight: 500 !important; letter-spacing: 1px !important; font-size: 1.55rem !important; line-height: 1.5 !important; color: #ffffff !important; }
.enquiry-text { font-family: 'Segoe UI', sans-serif !important; font-size: 0.82rem !important; line-height: 1.7 !important; color: #888888 !important; max-width: 850px; margin: 25px auto !important; text-align: center; font-weight: 400; }
.enquiry-heading-bottom-border { width: 80px; height: 1.5px; background-color: #b59449 !important; margin: 15px auto 0 auto; }
.custom-input { background-color: #242424 !important; border: 1px solid #333333 !important; color: #ffffff !important; padding: 14px 18px !important; font-size: 0.9rem; font-family: 'Segoe UI', sans-serif !important; border-radius: 5px !important; transition: all 0.3s ease; }
.custom-input::placeholder { color: #777777 !important; font-weight: 400; }
.custom-input:focus { border-color: #b59449 !important; box-shadow: none !important; background-color: #2b2b2b !important; }
textarea.custom-input { min-height: 53px; resize: none; }
.enquiry-heading-text { font-family: 'Segoe UI', sans-serif !important; font-size: 1rem !important; line-height: 1.7 !important; color: #dbd8d8 !important; max-width: 850px; margin: 10px auto !important; text-align: center; font-weight: 400; }
.btn-submit { background: #b52d2d !important; color: #ffffff !important; font-family: 'Segoe UI', sans-serif !important; font-size: 0.85rem !important; font-weight: 600 !important; letter-spacing: 1px !important; padding: 14px 45px !important; border-radius: 30px !important; border: none !important; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important; }
.btn-submit:hover { background: #9c2222 !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(181, 45, 45, 0.4) !important; }

/* ======================================================= */
/* ======================================================= */
.premium-seo-main-title { font-family: 'Cinzel', serif !important; font-size: 1.32rem !important; font-weight: 700 !important; color: #1a1a1a !important; letter-spacing: 0.3px !important; line-height: 1.5 !important; margin-bottom: 0px !important; }
.premium-seo-sub-title { font-family: 'Cinzel', serif !important; font-size: 1.15rem !important; font-weight: 700 !important; color: #1a1a1a !important; letter-spacing: 0.3px !important; margin-top: 35px !important; margin-bottom: 18px !important; }
.gold-accent-line { width: 80px; height: 2px; background-color: #b59449 !important; margin: 18px 0 22px 0 !important; }

@keyframes defaultLineScroll { 0% { top: -40%; } 50% { top: 30%; } 100% { top: 100%; } }
@keyframes cssPureFade { 0%, 15%, 100% { opacity: 0; z-index: 1; } 25%, 85% { opacity: 1; z-index: 2; } }
@media (max-width: 480px) {
.price-val { font-size: 1.05rem; }
.card-btn-call { padding: 6px 14px; font-size: 0.72rem; letter-spacing: 0.5px; gap: 6px; display: inline-flex !important; flex-direction: row !important; align-items: center !important; justify-content: center !important; }
.card-btn-call i { font-size: 0.9rem !important; margin: 0 !important; }
.sco-info { font-size: 0.8rem; margin-bottom: 15px; }
.enquiry-bg h2 { font-size: 1.25rem !important; }
.btn-submit { width: 100%; padding: 12px 20px !important; font-size: 0.8rem !important; }
.premium-seo-main-title { font-size: 1.15rem !important; }
.premium-seo-sub-title { font-size: 1.05rem !important; }
}
@media (min-width: 768px) {
.dswitch { display: block; }
.mswitch { display: none !important; }
.hero-scroll { bottom: 25px; height: 35px; }
}
@media (max-width: 767px) {
.dswitch { display: none !important; }
.section-header h2 { font-size: 1.5rem !important; }
.breadcrumb-container { top: calc(70px + 1em); left: 1em; font-size: 12px; }
.projects-section { padding-left: 1em; padding-right: 1em; }
.col-sm-6 { padding-left: 0.5em; padding-right: 0.5em; }
.hero-scroll { bottom: 20px; height: 30px; }
.corporate-overview-section { padding: 35px 15px 25px 15px; }
.premium-corp-title { font-size: 1.45rem !important; text-align: left !important; }
.dynamic-accent-line { margin: 0 0 25px 0 !important; }
.sco-header { padding: 15px; }
.sco-name { font-size: 1.1rem !important; }
.sco-media { aspect-ratio: 16/9 !important; max-height: 180px; }
.sco-body { padding: 15px 15px 18px 15px; }
.sco-info { margin-bottom: 18px; }
.enquiry-bg { padding: 45px 15px !important; }
}