/* ============================================
   VAJRAM CHRYSANTHEMUM — LUXURY GOLD THEME
   Gold:      #C4A02A
   Gold Dark: #9A7820
   Gold Light:#E8C96D
   Dark:      #0D1117
   Dark2:     #161B22
   Cream:     #FAF8F4
   ============================================ */

/* ===== NAVBAR ===== */
.navbar {
    background: #0D1117 !important;
    border-bottom: 1px solid rgba(196,160,42,0.25);
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar .nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.25s;
    padding: 8px 14px !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #C4A02A !important;
}

.navbar-toggler {
    border-color: rgba(196,160,42,0.4) !important;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.btn-success {
    background: linear-gradient(135deg, #C4A02A, #9A7820) !important;
    border-color: #C4A02A !important;
    color: #0D1117 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-success:hover {
    background: linear-gradient(135deg, #9A7820, #7A6010) !important;
    border-color: #9A7820 !important;
    color: #fff !important;
}

.btn-outline-success {
    border-color: #C4A02A !important;
    color: #C4A02A !important;
    font-weight: 600;
}

.btn-outline-success:hover {
    background: #C4A02A !important;
    color: #0D1117 !important;
}

.nav-highlights-btn {
    background: linear-gradient(135deg, #C4A02A, #9A7820) !important;
    color: #0D1117 !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-weight: 700 !important;
    margin-left: 4px;
    transition: opacity 0.2s;
}

.nav-highlights-btn:hover {
    opacity: 0.85;
    color: #0D1117 !important;
}


/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.carousel-item img {
    height: 100vh;
    min-height: 650px;
    object-fit: cover;
}

/* Dramatic dark overlay — heavy left, fades right */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(105deg,
            rgba(13,17,23,0.93) 0%,
            rgba(13,17,23,0.72) 55%,
            rgba(13,17,23,0.30) 100%),
        linear-gradient(to top,
            rgba(13,17,23,0.7) 0%,
            transparent 40%);
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}

/* ── Left Hero Box ── */
.hero-box {
    background: rgba(13,17,23,0.72);
    padding: 38px 34px;
    border-radius: 12px;
    max-width: 520px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(196,160,42,0.30);
    box-shadow:
        0 24px 64px rgba(0,0,0,0.55),
        inset 0 1px 0 rgba(196,160,42,0.18);
    position: relative;
}

/* Gold top accent line */
.hero-box::before {
    content: '';
    position: absolute;
    top: 0; left: 28px; right: 28px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C4A02A 40%, #E8C96D 60%, transparent);
    border-radius: 0 0 4px 4px;
}

/* Badge */
.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.5px;
    padding: 5px 14px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hero-box h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

/* Animated gold underline under h1 */
.hero-box h1::after {
    content: '';
    display: block;
    width: 55px;
    height: 3px;
    background: linear-gradient(90deg, #C4A02A, transparent);
    margin-top: 10px;
    margin-bottom: 14px;
    border-radius: 3px;
}

.hero-box > p {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
}

/* Feature pills */
.features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.features li {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 6px;
    color: #E8C96D;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    background: rgba(196,160,42,0.10);
    border: 1px solid rgba(196,160,42,0.30);
    width: fit-content;
    box-shadow: none;
    animation: none;
    margin-bottom: 0;
}

.price-text {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    margin-top: 18px;
    border-top: 1px solid rgba(196,160,42,0.20);
    padding-top: 16px;
}

.hero-box h2 {
    color: #C4A02A;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 0;
}

.hero-box h2 span {
    font-size: 17px;
    color: rgba(255,255,255,0.55);
    font-weight: 400;
    margin-left: 4px;
}

/* ── Hero Form ── */
.hero-form-col form {
    background: rgba(13,17,23,0.82);
    padding: 36px 30px;
    border-radius: 12px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(196,160,42,0.30);
    box-shadow: 0 24px 64px rgba(0,0,0,0.55);
}

.hero-form-col .form-control {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(196,160,42,0.30);
    color: #fff;
    border-radius: 8px;
    height: 48px;
    padding: 10px 16px;
    transition: 0.25s;
}

.hero-form-col .form-control::placeholder {
    color: rgba(255,255,255,0.40);
}

.hero-form-col .form-control:focus {
    background: rgba(255,255,255,0.10);
    border-color: #C4A02A;
    box-shadow: 0 0 0 3px rgba(196,160,42,0.15);
    color: #fff;
}

.hero-form-col .submit-btn {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.5px;
    height: 50px;
    border: none;
    border-radius: 8px;
    width: 100%;
    transition: 0.3s;
}

.hero-form-col .submit-btn:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196,160,42,0.35);
}

/* Form title inside hero form */
.hero-form-title {
    color: #C4A02A;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.hero-form-sub {
    color: rgba(255,255,255,0.45);
    font-size: 12px;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}


/* ===== ABOUT SECTION ===== */
.about-section {
    padding: 80px 0;
    background: #FAF8F4;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
}

.about-content h2 {
    color: #C4A02A;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-content p {
    color: #3a3530;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 15px;
}

.brochure-btn {
    display: inline-block;
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
    box-shadow: 0 6px 20px rgba(196,160,42,0.30);
}

.brochure-btn:hover {
    background: linear-gradient(135deg, #9A7820, #7A6010);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(196,160,42,0.40);
}

.about-content {
    animation: fadeUp 1s ease;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* ===== PRICE SECTION ===== */
.price-section {
    background: #0D1117;
    padding: 80px 0;
}

.price-title {
    color: #C4A02A;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
}

.price-card {
    background: #161B22;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid rgba(196,160,42,0.20);
    box-shadow: 0 10px 35px rgba(0,0,0,0.4);
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0; left: 20px; right: 20px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C4A02A, transparent);
}

.price-card:hover {
    transform: translateY(-6px);
    border-color: rgba(196,160,42,0.45);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.bhk-tag {
    border: 2px solid #C4A02A;
    color: #C4A02A;
    display: inline-block;
    padding: 7px 22px;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
}

.area {
    font-size: 17px;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.7);
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.price-row div {
    color: #C4A02A;
    font-weight: 700;
    font-size: 22px;
}

.price-row small {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    font-weight: 400;
}

.price-card hr {
    border-color: rgba(196,160,42,0.20);
    margin: 22px 0;
}

.price-btn {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 5px;
    transition: 0.3s;
    width: 100%;
}

.price-btn:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(196,160,42,0.30);
}

@media (max-width: 768px) {
    .price-title { font-size: 28px; }
    .price-card  { padding: 24px; }
    .price-row   { flex-direction: column; gap: 5px; text-align: center; }
}


/* ===== HIGHLIGHTS SECTION ===== */
.highlights-section {
    background: #FAF8F4;
    padding: 80px 0;
}

.section-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #0D1117;
}

.highlights-list {
    list-style: none;
    padding: 0;
}

.highlights-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
    color: #2a2520;
    letter-spacing: 0.3px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: 0.25s;
}

.highlights-list li:hover {
    background: rgba(196,160,42,0.06);
    border-color: rgba(196,160,42,0.25);
}

.highlights-list li span {
    font-size: 20px;
    font-weight: 700;
    color: #C4A02A;
    margin-right: 16px;
    min-width: 38px;
}

.highlight-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .section-title    { font-size: 26px; text-align: center; }
    .highlights-list li { font-size: 14px; }
    .highlight-img    { margin-top: 30px; }
}


/* ===== GALLERY SECTION ===== */
.gallery-section {
    padding: 80px 0;
    background: #0D1117;
}

.gallery-title {
    color: #C4A02A;
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 600;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(196,160,42,0.25);
    position: relative;
}

.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(13,17,23,0.3);
    transition: 0.4s;
}

.gallery-item:hover::after {
    background: rgba(13,17,23,0);
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item img { height: 160px; }
}


/* ===== AMENITIES SECTION ===== */
.amenities-section {
    background: #FAF8F4;
    padding: 80px 0;
}

.amenity-card {
    background: #fff;
    padding: 28px 22px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    border: 1px solid rgba(196,160,42,0.12);
    transition: 0.3s;
    height: 100%;
}

.amenity-card .icon {
    font-size: 32px;
    margin-bottom: 14px;
}

.amenity-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #0D1117;
    font-size: 15px;
}

.amenity-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(196,160,42,0.18);
    border-color: rgba(196,160,42,0.40);
}

@media (max-width: 768px) {
    .amenity-card { padding: 20px; }
}


/* ===== FLOOR PLAN SECTION ===== */
.floor-section {
    background: #0D1117;
    padding: 80px 0;
}

.floor-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(196,160,42,0.25);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

.floor-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: blur(3px);
    transition: 0.4s;
}

.floor-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.floor-overlay button {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.floor-overlay button:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    transform: scale(1.05);
}

.floor-label {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    text-align: center;
    padding: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.floor-card:hover img {
    filter: blur(0) scale(1.04);
}

@media (max-width: 768px) {
    .floor-card img { height: 220px; }
}


/* ===== LOCATION SECTION ===== */
.location-section {
    background: #FAF8F4;
    padding: 80px 0;
}

.map-box img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.map-box {
    border-radius: 10px;
    overflow: hidden;
}

.location-list {
    list-style: none;
    padding: 0;
}

.location-list li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 15px;
    color: #2a2520;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: 0.25s;
}

.location-list li:hover {
    background: rgba(196,160,42,0.06);
    border-color: rgba(196,160,42,0.25);
}

.location-list li span {
    font-size: 18px;
    font-weight: 700;
    color: #C4A02A;
    margin-right: 14px;
    min-width: 36px;
}

@media (max-width: 768px) {
    .location-list li { font-size: 13px; }
    .map-box img      { height: 250px; }
}


/* ===== DEVELOPER SECTION ===== */
.developer-section {
    background: #0D1117;
    padding: 80px 0;
}

.developer-section .section-title {
    color: #C4A02A;
}

.developer-section p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.65);
}

.rera {
    color: rgba(255,255,255,0.5) !important;
    font-size: 13px !important;
    margin-top: 20px;
}

.call-box {
    display: flex;
    align-items: center;
    margin-top: 24px;
    background: rgba(196,160,42,0.08);
    border: 1px solid rgba(196,160,42,0.25);
    padding: 16px 20px;
    border-radius: 10px;
}

.call-box .icon {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    padding: 12px;
    border-radius: 50%;
    margin-right: 14px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.call-box p {
    color: rgba(255,255,255,0.5) !important;
    font-size: 12px !important;
    margin: 0;
}

.call-box h6 {
    color: #C4A02A;
    font-weight: 700;
    font-size: 17px;
    margin: 2px 0 0;
}

.developer-form {
    background: #161B22;
    padding: 35px 30px;
    border-radius: 12px;
    border: 1px solid rgba(196,160,42,0.25);
    box-shadow: 0 16px 45px rgba(0,0,0,0.45);
    position: relative;
}

.developer-form::before {
    content: '';
    position: absolute;
    top: 0; left: 20px; right: 20px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C4A02A, transparent);
    border-radius: 0 0 4px 4px;
}

.developer-form h4 {
    color: #C4A02A;
    text-align: center;
    font-weight: 700;
    margin-bottom: 6px;
}

.developer-form p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.45) !important;
}

.developer-form .form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(196,160,42,0.25);
    color: #fff;
    border-radius: 8px;
    height: 48px;
    padding: 10px 16px;
    transition: 0.25s;
}

.developer-form .form-control::placeholder {
    color: rgba(255,255,255,0.35);
}

.developer-form .form-control:focus {
    background: rgba(255,255,255,0.08);
    border-color: #C4A02A;
    box-shadow: 0 0 0 3px rgba(196,160,42,0.15);
    color: #fff;
}

.form-control {
    height: 46px;
    border-radius: 8px;
}

/* Default submit button */
.submit-btn {
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    border: none;
    padding: 13px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.8px;
    width: 100%;
    transition: 0.3s;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(196,160,42,0.30);
}

.disclaimer {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    color: rgba(255,255,255,0.30);
}

@media (max-width: 768px) {
    .developer-section .section-title { text-align: center; }
    .developer-form { margin-top: 30px; }
}


/* ===== MOBILE CTA BAR ===== */
.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
}

.cta-item {
    flex: 1;
    text-align: center;
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    padding: 14px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-right: 1px solid rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    transition: 0.25s;
}

.cta-item:last-child {
    border-right: none;
}

.cta-item:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    color: #0D1117;
}


/* ===== MODAL ===== */
.custom-modal {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    filter: invert(1);
}

.modal-img {
    height: 100%;
    background: url('https://www.vajramgroup.com/campaigns/vajramchrysanthemum/crysanthemum%20website/gallery/gallery%20images-04.webp') center/cover no-repeat;
}

.form-wrapper {
    padding: 40px;
    background: #161B22;
}

.form-wrapper h4 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #C4A02A;
}

.sub-text {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    margin-bottom: 25px;
}

.form-wrapper .form-group {
    margin-bottom: 15px;
}

.form-wrapper .form-group input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(196,160,42,0.30);
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding: 10px 16px;
    outline: none;
    transition: 0.3s;
}

.form-wrapper .form-group input::placeholder {
    color: rgba(255,255,255,0.35);
}

.form-wrapper .form-group input:focus {
    border-color: #C4A02A;
    box-shadow: 0 0 0 3px rgba(196,160,42,0.15);
    background: rgba(255,255,255,0.08);
}

.form-wrapper .submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #C4A02A, #9A7820);
    color: #0D1117;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: 0.3s;
}

.form-wrapper .submit-btn:hover {
    background: linear-gradient(135deg, #E8C96D, #C4A02A);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196,160,42,0.35);
}

@media (max-width: 768px) {
    .form-wrapper { padding: 25px; background: #161B22; }
    .modal-dialog { margin: 10px; }
}


/* ===== MOBILE HERO FIX ===== */
@media (max-width: 992px) {
    .hero-section { height: auto; }
    .carousel-item img { height: 55vh; }
    .hero-content {
        position: relative;
        transform: none;
        padding: 40px 15px 60px;
    }
    .hero-box { margin-bottom: 24px; max-width: 100%; }
}

@media (max-width: 768px) {
    .overlay { display: none; }
    .hero-section {
        background: #0D1117;
        height: auto;
    }
    .hero-content {
        position: relative;
        transform: none;
        padding: 30px 15px 70px;
        background: #0D1117;
    }
    .hero-box {
        background: rgba(22,27,34,0.95);
        max-width: 100%;
    }
    .hero-box h1 { font-size: 26px; }
    .hero-box h2 { font-size: 28px; }
    .hero-form-col form { padding: 24px 20px; }
}
