/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #CBD5E0;
    border-radius: 4px;
}
.dark ::-webkit-scrollbar-thumb {
    background-color: #4B5563;
}

/* Navbar Styles */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all 0.3s ease;
    padding: 1rem 0;
    background: transparent;
}

.main-nav-static {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem 0;
}



.main-nav.scrolled {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

.main-nav .nav-link {
    color: #fff !important;
    transition: color 0.3s;
}

.main-nav.scrolled .nav-link {
    color: #1F2937 !important;
}

.main-nav .nav-link:hover {
    color: #C84B31 !important;
}

.main-nav .brand-text {
    color: #fff;
    transition: color 0.3s;
}

.main-nav.scrolled .brand-text {
    color: #1F2937;
}

.main-nav-static .nav-link {
    color: #1F2937 !important;
}
.main-nav-static .brand-text {
    color: #1F2937;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    background: linear-gradient(rgba(13, 59, 102, 0), rgba(13, 59, 102, 0.5)), 
                url('https://plotsdholera.in/images/hero-banner-2.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Custom Buttons */
.btn-custom {
    background-color: #f4d35e;
    color: #0d3b66;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background-color: #e6c255;
    color: #0d3b66;
}

/* Text Shadow Utility */
.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Checkbox Styles (from contact.php context, though irrelevant if forms use tailwind forms plugin, adding valid css just in case) */

/* Media Queries */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.5rem; }
}

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Careers Page specific */
.career-card:hover {
    border-color: #C84B31;
    box-shadow: 0 0 0 1px rgba(200, 75, 49, 0.2);
}

#application-modal:target {
    display: flex !important;
}

/* Info Page specific */
.hero-overlay {
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.3) 0%, rgba(15, 23, 42, 0.1) 50%, rgba(15, 23, 42, 0.8) 100%);
}

/* News Page specific */
.sidebar-card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}
.dark .sidebar-card {
    background-color: #1F2937;
    border-color: #1f2937;
}

/* Project Page specific */
.hero-pattern {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://lh3.googleusercontent.com/aida-public/AB6AXuAvyqh7ekQDJFza6uSiZ5-NmJmapsAwA-hZRbg2w2AHgI4zM2Yv2fcXzxs01fS6NefpM4Gho6tUFr_Kjngm5rLdx8sZTDVf9ahM0pVdHz3UgYlfldxYyjZ6UJjlu3ywIUz0LSkbrGHWHuc-Qee98Z7pyDyn0RKo88hRlepTLoVjQ5SDNBjQqTD8MqbJvTt4qT2TQZvpGajh_N146FPFnINF3ZgMY4-2h3VLItLx_OHhBaHodSa-3LaJwO6vVLE26IgTSv6PRa4G9iw);
    background-size: cover;
    background-position: center;
}

/* Project Detail Page specific */
.gallery-thumb {
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    overflow: hidden;
}
.gallery-thumb:hover {
    border-color: #C84B31;
}
.gallery-thumb.active {
    border-color: #C84B31;
}



 @layer base {
         body {
         @apply font-['Plus_Jakarta_Sans'] antialiased;
         }
         h1, h2, h3, h4 {
         @apply font-['Plus_Jakarta_Sans'] font-extrabold tracking-tight;
         }
         }
         :root {
         --primary: #F97316;--primary-dark: #EA580C;
         --black: #000000;
         --white: #FFFFFF;
         }
         .hero-bg {
         background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url('https://lh3.googleusercontent.com/aida-public/AB6AXuAvyqh7ekQDJFza6uSiZ5-NmJmapsAwA-hZRbg2w2AHgI4zM2Yv2fcXzxs01fS6NefpM4Gho6tUFr_Kjngm5rLdx8sZTDVf9ahM0pVdHz3UgYlfldxYyjZ6UJjlu3ywIUz0LSkbrGHWHuc-Qee98Z7pyDyn0RKo88hRlepTLoVjQ5SDNBjQqTD8MqbJvTt4qT2TQZvpGajh_N146FPFnINF3ZgMY4-2h3VLItLx_OHhBaHodSa-3LaJwO6vVLE26IgTSv6PRa4G9iw');
         background-size: cover;
         background-position: center;
         background-attachment: fixed;
         }
         .glass-morphism {
         background: rgba(255, 255, 255, 0.1);
         backdrop-filter: blur(25px);
         border: 1px solid rgba(255, 255, 255, 0.2);
         box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
         }
         .architectural-pattern {
         background-image: radial-gradient(#F97316 0.5px, transparent 0.5px);
         background-size: 24px 24px;
         }
         .line-art-card {
         border: 1px solid rgba(249, 115, 22, 0.1);
         transition: all 0.4s ease;
         }
         .line-art-card:hover {
         border-color: var(--primary);
         transform: translateY(-5px);
         }
         .gradient-text {
         background: linear-gradient(135deg, #F97316 0%, #000 100%);
         -webkit-background-clip: text;
         -webkit-text-fill-color: transparent;
         }