﻿body { font-family: 'Poppins', 'Noto Sans Gurmukhi', sans-serif; scroll-behavior: smooth; }

        .section-peach { background-color: #FF9B7D; }
        .text-peach-custom { color: #FF9B7D; }
        .bg-peach-custom { background-color: #FF9B7D; }
        
        .card-3d {
            transition: all 0.4s ease;
            border-radius: 15px;
            overflow: hidden;
            background: white;
        }
        .card-3d:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        /* Hover link color updated to peach (solid nav) */
        #landingNav.landing-nav-solid .nav-link:hover { color: #FF9B7D; }

        /* Transparent nav over hero â€” image reads through; solid state after scroll */
        #landingNav {
            transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
        }
        #landingNav.landing-nav-hero {
            background: transparent !important;
            box-shadow: none !important;
            -webkit-backdrop-filter: none;
            backdrop-filter: none;
        }
        #landingNav.landing-nav-hero .nav-link {
            color: rgba(255, 255, 255, 0.92);
            text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
        }
        #landingNav.landing-nav-hero .nav-link:hover {
            color: #FF9B7D;
            text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
        }
        #landingNav.landing-nav-hero .nav-brand-title {
            color: #fff;
            text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
        }
        #landingNav.landing-nav-hero .landing-login {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.45);
            text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
        }
        #landingNav.landing-nav-hero .landing-login:hover {
            background: rgba(255, 255, 255, 0.12);
            border-color: rgba(255, 218, 185, 0.7);
            color: #fff;
        }
        #landingNav.landing-nav-solid .nav-link {
            color: #4b5563;
            text-shadow: none;
        }
        #landingNav.landing-nav-solid .nav-brand-title {
            color: #1f2937;
            text-shadow: none;
        }
        #landingNav.landing-nav-solid .landing-login {
            color: #374151;
            border-color: #e5e7eb;
            text-shadow: none;
        }
        #landingNav.landing-nav-solid .landing-login:hover {
            border-color: #FFDAB9;
            color: #041630;
            background: transparent;
        }
        #landingNav.landing-nav-solid {
            background: rgba(255, 255, 255, 0.94) !important;
            -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
        }

        /* Download app â€” top-right cluster; icon + label, no overlap */
        #landingNav .landing-download-btn {
            flex-shrink: 0;
            white-space: nowrap;
        }
        #landingNav.landing-nav-hero .landing-download-btn {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.45);
            background: rgba(0, 0, 0, 0.22);
            text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
        }
        #landingNav.landing-nav-hero .landing-download-btn:hover {
            background: rgba(255, 255, 255, 0.14);
            border-color: rgba(255, 218, 185, 0.75);
            color: #fff;
        }
        #landingNav.landing-nav-solid .landing-download-btn {
            color: #041630;
            border-color: rgba(4, 22, 48, 0.15);
            background: rgba(255, 255, 255, 0.9);
            text-shadow: none;
        }
        #landingNav.landing-nav-solid .landing-download-btn:hover {
            border-color: #FF9B7D;
            background: rgba(255, 155, 125, 0.12);
        }
        
        /* Gradient updated to Peach tones */
        .btn-gradient {
            background: linear-gradient(135deg, #FF9B7D 0%, #FF7E5F 100%);
        }
        #top,
        #section-about,
        #section-services,
        #section-contact,
        #section-worship,
        #section-planners,
        #section-palaces,
        #section-photography,
        #section-catering {
            scroll-margin-top: 5.5rem;
        }

        .hero-english-line {
            white-space: nowrap;
            max-width: min(100%, 100vw);
            font-size: clamp(0.7rem, 2.8vw, 1.125rem);
            line-height: 1.35;
        }

        .about-collections-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1rem;
        }
        @media (min-width: 640px) {
            .about-collections-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) {
            .about-collections-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
                gap: 1.25rem;
            }
        }
        .about-card-link {
            display: block;
            position: relative;
            height: 20rem;
            border-radius: 1.25rem;
            overflow: hidden;
            cursor: pointer;
            background: #0a2342;
            text-decoration: none;
        }
        .about-card-link img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.45s ease;
        }
        .about-card-link:hover img {
            transform: scale(1.04);
        }
        .about-card-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.28);
            pointer-events: none;
            z-index: 1;
        }
        .about-card-label {
            position: absolute;
            left: 50%;
            bottom: 1.25rem;
            transform: translateX(-50%);
            z-index: 2;
            background: #fff;
            color: #111;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            line-height: 1.2;
            padding: 0.55rem 0.85rem;
            border-radius: 0.5rem;
            white-space: nowrap;
            max-width: calc(100% - 1.5rem);
            overflow: hidden;
            text-overflow: ellipsis;
        }
        @media (min-width: 640px) {
            .about-card-label {
                font-size: 0.7rem;
                padding: 0.6rem 1rem;
            }
        }
        .about-card-link:focus-visible {
            outline: 2px solid #FF9B7D;
            outline-offset: 3px;
        }

        /* Equal-height image boxes per service card â€” full image visible, no crop */
        .landing-card-img-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 14rem;
            width: 100%;
            margin-bottom: 1rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            background: #f1f5f9;
            box-sizing: border-box;
        }
        .landing-card-img-wrap img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

        .social-icon-link {
            background: rgba(255, 255, 255, 0.12);
            transition: transform 0.2s ease, background 0.2s ease;
        }
        .social-icon-link:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.2);
        }
        .social-icon-link .fa-facebook-f { color: #1877F2; }
        .social-icon-link .fa-instagram { color: #E4405F; }
        .social-icon-link .fa-twitter { color: #1DA1F2; }
        .social-icon-link .fa-whatsapp { color: #25D366; }

        .landing-footer {
            background: linear-gradient(180deg, #0a0f1c 0%, #05060c 100%);
            color: #ffffff;
            padding: 4rem 1.5rem 1.5rem;
        }
        .landing-footer-inner {
            max-width: 78rem;
            margin: 0 auto;
        }
        .landing-footer-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem 2rem;
            padding-bottom: 2.5rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        @media (min-width: 640px) {
            .landing-footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) {
            .landing-footer-grid {
                grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
                gap: 2.5rem 3rem;
            }
        }
        .landing-footer-col-title {
            font-size: 0.95rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            color: #FFDAB9;
            text-transform: uppercase;
            margin: 0 0 1.25rem;
            text-align: center;
        }
        .landing-footer-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
            text-align: center;
        }
        .landing-footer-list a {
            color: #d1d5db;
            font-size: 0.95rem;
            text-decoration: underline;
            text-underline-offset: 3px;
            transition: color 0.2s ease;
        }
        .landing-footer-list a:hover {
            color: #FF9B7D;
        }
        .landing-footer-brand-col {
            text-align: left;
        }
        .landing-footer-brand-row {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            margin-bottom: 1rem;
        }
        .landing-footer-brand-row img {
            width: 3rem;
            height: 3rem;
            object-fit: contain;
        }
        .landing-footer-brand-row h2 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
            color: #ffffff;
        }
        .landing-footer-brand-tagline {
            color: #9ca3af;
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
            max-width: 22rem;
        }
        .landing-footer-contact-col {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .landing-footer-contact-list {
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
            margin-bottom: 1.25rem;
            color: #d1d5db;
            font-size: 0.95rem;
            align-items: center;
        }
        .landing-footer-contact-list a {
            color: #d1d5db;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        .landing-footer-contact-list a:hover {
            color: #FF9B7D;
        }
        .landing-footer-socials {
            display: flex;
            gap: 0.75rem;
            justify-content: center;
        }
        .landing-footer-socials .social-icon-link {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .landing-footer-copy {
            padding-top: 1.5rem;
            text-align: center;
            color: #6b7280;
            font-size: 0.85rem;
        }
        @media (min-width: 640px) {
            .landing-footer-brand-col {
                grid-column: 1 / -1;
            }
        }
        @media (min-width: 1024px) {
            .landing-footer-brand-col {
                grid-column: auto;
            }
        }
