@import "tailwindcss";
/* =======================================================================
   Aaradhya Web Solutions — Main Stylesheet
   Theme: Blue + Orange
   Author: Aaradhya Web Solutions
   ======================================================================= */

/* ---------- CSS Variables ---------- */
:root {
    --blue-900: #0b2a6b;
    --blue-700: #1e40af;
    --blue-500: #3b82f6;
    --blue-300: #93c5fd;
    --blue-50:  #eff6ff;

    --orange-700: #c2410c;
    --orange-500: #f97316;
    --orange-400: #fb923c;
    --orange-300: #fdba74;
    --orange-50:  #fff7ed;

    --slate-900: #0f172a;
    --slate-700: #334155;
    --slate-500: #64748b;
    --slate-300: #cbd5e1;
    --slate-100: #f1f5f9;
    --slate-50:  #f8fafc;

    --white: #ffffff;

    --gradient-primary: linear-gradient(135deg, var(--blue-700) 0%, var(--blue-500) 100%);
    --gradient-accent:  linear-gradient(135deg, var(--orange-500) 0%, var(--orange-400) 100%);
    --gradient-hero:    linear-gradient(135deg, #0b2a6b 0%, #1e40af 50%, #f97316 150%);

    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 10px 25px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 20px 45px rgba(15, 23, 42, 0.12);

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;

    --font-main: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-head: 'Poppins', 'Playfair Display', system-ui, sans-serif;
}

/* ---------- Reset / Base ---------- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--slate-700);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    color: var(--slate-900);
    font-weight: 700;
    line-height: 1.25;
}

a {
    color: var(--blue-700);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--orange-500);
}

p {
    margin-bottom: 1rem;
}

.bg-soft {
    background-color: var(--slate-50);
}

.bg-white {
    background-color: var(--white) !important;
}

.min-vh-75 {
    min-height: 75vh;
}

/* ---------- Utility ---------- */
.gradient-text {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gradient-text-light {
    background: linear-gradient(135deg, #fdba74 0%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--orange-500);
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.8rem, 2.4vw + 1rem, 2.8rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: var(--slate-500);
    font-size: 1.05rem;
    max-width: 700px;
}

.badge-accent {
    display: inline-block;
    background: rgba(249, 115, 22, 0.12);
    color: var(--orange-500);
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(249, 115, 22, 0.25);
}

/* ---------- Top Bar ---------- */
.top-bar {
    background: linear-gradient(90deg, var(--blue-900), var(--blue-700));
    color: #fff;
}

.top-bar a:hover {
    color: var(--orange-300) !important;
}

#google_translate_element {
    display: inline-block;
}

#google_translate_element select {
    border: none;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.8rem;
}

.goog-te-gadget,
.goog-te-gadget * {
    color: #fff !important;
    font-family: var(--font-main) !important;
}

.goog-logo-link,
.goog-te-gadget > span > a {
    display: none !important;
}

/* Neutralise google's sticky banner so it doesn't push our nav down */
body {
    top: 0 !important;
}
.skiptranslate {
    display: none !important;
}

/* ---------- Sticky Navigation ---------- */
.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
    padding: 0.7rem 0;
}

.sticky-nav.scrolled {
    padding: 0.35rem 0;
    box-shadow: var(--shadow-md);
}

.navbar-brand .logo-icon {
    width: 44px;
    height: 44px;
    background: var(--gradient-primary);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 6px 14px rgba(30, 64, 175, 0.25);
}

.logo-image {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 6px 14px rgba(30, 64, 175, 0.25);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-main {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: var(--blue-700);
}

.brand-sub {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--orange-500);
    font-weight: 500;
}

.navbar-nav .nav-link {
    color: var(--slate-700) !important;
    font-weight: 500;
    padding: 0.6rem 1rem !important;
    position: relative;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--blue-700) !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: var(--gradient-accent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 60%;
}

/* ---------- Buttons ---------- */
.btn-primary-custom {
    background: var(--gradient-primary);
    color: #fff !important;
    border: none;
    padding: 0.8rem 1.8rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.3);
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(30, 64, 175, 0.4);
    color: #fff;
}

.btn-outline-custom {
    border: 2px solid var(--blue-700);
    color: var(--blue-700);
    padding: 0.7rem 1.7rem;
    border-radius: 999px;
    font-weight: 600;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background: var(--blue-700);
    color: #fff;
}

.btn-cta {
    background: var(--gradient-accent);
    color: #fff !important;
    border: none;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(249, 115, 22, 0.45);
    color: #fff;
}

/* ---------- Hero ---------- */
.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--gradient-hero);
    color: #fff;
    padding: 2rem 0 4rem;
}

.hero-bg-animated {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15) 0, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(251, 146, 60, 0.25) 0, transparent 45%);
    animation: hero-pulse 12s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes hero-pulse {
    0% { transform: scale(1); opacity: 0.85; }
    100% { transform: scale(1.08); opacity: 1; }
}

.hero-title {
    font-size: clamp(2.1rem, 3vw + 1rem, 3.6rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.hero-stats .stat-item {
    display: flex;
    flex-direction: column;
}

.hero-stats strong {
    font-size: 2rem;
    color: var(--orange-300);
    font-weight: 800;
}

.hero-stats span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.hero-visual {
    position: relative;
    height: 500px;
}

.hero-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 340px;
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.35), rgba(59, 130, 246, 0.35));
    filter: blur(0.5px);
    border-radius: 42% 58% 33% 67% / 55% 45% 55% 45%;
    transform: translate(-50%, -50%);
    animation: blob 10s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes blob {
    0%   { border-radius: 42% 58% 33% 67% / 55% 45% 55% 45%; }
    100% { border-radius: 60% 40% 58% 42% / 38% 62% 38% 62%; }
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    color: var(--blue-700);
    border-radius: 14px;
    padding: 0.8rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: var(--shadow-lg);
    animation: float 6s ease-in-out infinite;
    z-index: 1;
}

.floating-card i {
    color: var(--orange-500);
}

.card-1 { top: 10%; left: 5%; animation-delay: 0s; }
.card-2 { top: 25%; right: 0%; animation-delay: 1.5s; }
.card-3 { bottom: 20%; left: 10%; animation-delay: 3s; }
.card-4 { bottom: 8%; right: 8%; animation-delay: 4.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ---------- Feature Cards ---------- */
.feature-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0, transparent 70%);
    transition: all 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(30, 64, 175, 0.2);
}

.feature-card:hover::before {
    top: -20%;
    right: -20%;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    box-shadow: var(--shadow-md);
}

.feature-icon.bg-blue {
    background: var(--gradient-primary);
}

.feature-icon.bg-orange {
    background: var(--gradient-accent);
}

.feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
}

.feature-card p {
    color: var(--slate-500);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.link-arrow {
    font-weight: 600;
    color: var(--blue-700);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: gap 0.3s ease;
}

.link-arrow:hover {
    color: var(--orange-500);
    gap: 0.6rem;
}

/* ---------- Why Section ---------- */
.why-section {
    background: linear-gradient(180deg, var(--slate-50) 0%, #fff 100%);
}

.mini-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: var(--slate-700);
}

.mini-check i {
    color: var(--orange-500);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.why-tile {
    background: #fff;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}

.why-tile:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.why-tile i {
    font-size: 1.6rem;
    color: var(--orange-500);
    margin-bottom: 0.6rem;
}

.why-tile.tile-1 { border-top: 4px solid var(--blue-700); }
.why-tile.tile-2 { border-top: 4px solid var(--orange-500); }
.why-tile.tile-3 { border-top: 4px solid var(--blue-500); }
.why-tile.tile-4 { border-top: 4px solid var(--orange-400); }

.why-tile h4 {
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}

.why-tile p {
    color: var(--slate-500);
    font-size: 0.9rem;
    margin: 0;
}

/* ---------- Clients ---------- */
.client-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 2rem 1rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.client-card:hover {
    transform: translateY(-6px) rotateZ(-1deg);
    box-shadow: var(--shadow-lg);
    border-color: var(--orange-300);
}

.client-card i {
    font-size: 2.4rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.7rem;
}

.client-card h5 {
    font-size: 1rem;
    margin: 0;
    color: var(--slate-900);
}

/* ---------- CTA Strip ---------- */
.cta-strip {
    background: var(--gradient-hero);
    position: relative;
    overflow: hidden;
}

.cta-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(249, 115, 22, 0.25) 0, transparent 50%);
    animation: hero-pulse 15s ease-in-out infinite alternate;
}

.cta-strip h2 {
    font-size: clamp(1.6rem, 2vw + 1rem, 2.4rem);
    font-weight: 800;
}

/* ---------- Footer ---------- */
.site-footer {
    background: var(--slate-900);
    color: #fff;
    position: relative;
}

.footer-heading {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background: var(--gradient-accent);
}

.footer-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 0.6rem;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-list a:hover {
    color: var(--orange-400);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.93rem;
}

.footer-contact i {
    color: var(--orange-400);
    margin-top: 4px;
    flex-shrink: 0;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 50%;
    margin-right: 0.4rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--orange-500);
    transform: translateY(-3px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ---------- Floating WhatsApp ---------- */
.float-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: #fff !important;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
    z-index: 1050;
    animation: pulse-whatsapp 2.2s ease-in-out infinite;
}

.float-whatsapp:hover {
    color: #fff;
    transform: scale(1.08);
}

@keyframes pulse-whatsapp {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    50%      { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
}

/* ---------- Cursor Follower ---------- */
.cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--orange-500);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.12s ease-out, width 0.2s ease, height 0.2s ease, background 0.2s ease;
    z-index: 9999;
    mix-blend-mode: difference;
}

.cursor-follower.hovering {
    width: 48px;
    height: 48px;
    background: rgba(249, 115, 22, 0.2);
    border-color: var(--orange-300);
}

@media (max-width: 768px) {
    .cursor-follower { display: none; }
}

/* ---------- Page Header ---------- */
.page-header {
    background: var(--gradient-hero);
    color: #fff;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(251, 146, 60, 0.25) 0, transparent 45%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.12) 0, transparent 45%);
}

.page-header h1 {
    color: #fff;
    font-size: clamp(2rem, 2.5vw + 1rem, 3.2rem);
    margin: 0;
    position: relative;
}

.page-header .breadcrumb {
    background: transparent;
    margin: 0;
    justify-content: center;
    position: relative;
}

.page-header .breadcrumb-item {
    color: rgba(255, 255, 255, 0.6);
}

.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
}

.page-header .breadcrumb-item.active {
    color: var(--orange-300);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

/* ---------- Services Page - Parallax Sections ---------- */
.parallax-hero {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--blue-900);
}

.parallax-layer {
    position: absolute;
    inset: 0;
    will-change: transform;
}

.parallax-back {
    background:
        radial-gradient(circle at 30% 30%, rgba(249, 115, 22, 0.35) 0, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.35) 0, transparent 50%),
        var(--blue-900);
}

.parallax-mid {
    background-image:
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.04) 50%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255, 255, 255, 0.04) 50%, transparent 52%);
    background-size: 60px 60px;
}

.parallax-content {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 4rem 0;
}

.parallax-section {
    position: relative;
    padding: 6rem 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.parallax-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.parallax-section .container {
    position: relative;
    z-index: 1;
}

.parallax-1 {
    background-image: linear-gradient(135deg, rgba(30, 64, 175, 0.18), rgba(249, 115, 22, 0.18)),
                      radial-gradient(circle at 20% 20%, #dbeafe 0, transparent 60%);
    background-color: #eff6ff;
}

.parallax-2 {
    background-image: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(59, 130, 246, 0.15)),
                      radial-gradient(circle at 80% 20%, #ffedd5 0, transparent 60%);
    background-color: #fff7ed;
}

.parallax-3 {
    background-image: linear-gradient(135deg, rgba(30, 64, 175, 0.2), rgba(249, 115, 22, 0.15)),
                      radial-gradient(circle at 50% 80%, #dbeafe 0, transparent 60%);
    background-color: #eff6ff;
}

@media (max-width: 991px) {
    .parallax-section { background-attachment: scroll; }
}

.service-section {
    position: relative;
}

.service-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-features li {
    padding: 0.45rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--slate-700);
    font-weight: 500;
}

.service-features li i {
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 22px;
    height: 22px;
    background: var(--gradient-primary);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
}

.service-visual {
    background: #fff;
    border-radius: 28px;
    padding: 3rem;
    box-shadow: var(--shadow-lg);
    text-align: center;
    position: relative;
    transition: transform 0.4s ease;
}

.service-visual:hover {
    transform: translateY(-8px);
}

.service-icon-big {
    width: 130px;
    height: 130px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 1.5rem;
    box-shadow: 0 20px 40px rgba(30, 64, 175, 0.25);
}

.service-icon-big.bg-blue { background: var(--gradient-primary); }
.service-icon-big.bg-orange { background: var(--gradient-accent); }

.service-tag {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: rgba(30, 64, 175, 0.1);
    color: var(--blue-700);
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.service-tag.tag-orange {
    background: rgba(249, 115, 22, 0.12);
    color: var(--orange-500);
}

.service-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.service-meta > div {
    display: flex;
    flex-direction: column;
    padding: 0.8rem 0.4rem;
    background: var(--slate-50);
    border-radius: 12px;
}

.service-meta strong {
    font-size: 1.1rem;
    color: var(--blue-700);
    font-weight: 700;
}

.service-meta span {
    font-size: 0.78rem;
    color: var(--slate-500);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Process cards */
.process-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.process-num {
    font-size: 2.8rem;
    font-weight: 800;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
    margin-bottom: 0.6rem;
}

.process-card h4 {
    font-size: 1.15rem;
    margin-bottom: 0.6rem;
}

.process-card p {
    color: var(--slate-500);
    font-size: 0.9rem;
    margin: 0;
}

/* ---------- About Page ---------- */
.about-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

.col-box {
    border-radius: var(--radius-md);
    padding: 1.6rem;
    color: #fff;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease;
}

.col-box:hover {
    transform: translateY(-6px);
}

.col-box i {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
    opacity: 0.9;
}

.col-box h4 {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
}

.col-box span {
    opacity: 0.9;
    font-size: 0.85rem;
}

.col-blue { background: var(--gradient-primary); }
.col-orange { background: var(--gradient-accent); }
.col-blue-light { background: linear-gradient(135deg, #60a5fa, #3b82f6); }
.col-orange-light { background: linear-gradient(135deg, #fdba74, #fb923c); }

/* Vision Mission */
.vm-section {
    background: linear-gradient(180deg, #fff, var(--slate-50));
}

.vm-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
}

.vm-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.vm-card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    opacity: 0.08;
}

.vm-blue::before { background: var(--blue-700); }
.vm-orange::before { background: var(--orange-500); }

.vm-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1.3rem;
}

.vm-blue .vm-icon { background: var(--gradient-primary); }
.vm-orange .vm-icon { background: var(--gradient-accent); }

.vm-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

/* Founder card */
.founder-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.founder-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto 1.2rem;
    background: var(--gradient-primary);
    color: #fff;
    font-size: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(30, 64, 175, 0.3);
}

.founder-role {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: rgba(249, 115, 22, 0.12);
    color: var(--orange-500);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---------- Gallery ---------- */
.filter-btn {
    border: 2px solid var(--slate-300);
    background: #fff;
    color: var(--slate-700);
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.92rem;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--gradient-primary);
    color: #fff;
    border-color: var(--blue-700);
}

.gallery-card {
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: all 0.4s ease;
    height: 100%;
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.gallery-thumb {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-mock {
    font-size: 4.5rem;
    color: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-mock {
    transform: scale(1.15) rotate(-4deg);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.gallery-overlay p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.gallery-edu   { background: linear-gradient(135deg, #1e40af, #3b82f6); }
.gallery-ngo   { background: linear-gradient(135deg, #c2410c, #f97316); }
.gallery-corp  { background: linear-gradient(135deg, #0f172a, #1e40af); }
.gallery-food  { background: linear-gradient(135deg, #f97316, #fbbf24); }
.gallery-edu2  { background: linear-gradient(135deg, #3b82f6, #0ea5e9); }
.gallery-corp2 { background: linear-gradient(135deg, #1e40af, #7c3aed); }

.gallery-info {
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-info h5 {
    margin: 0;
    font-size: 1rem;
}

.tag-chip {
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.chip-blue   { background: rgba(30, 64, 175, 0.12); color: var(--blue-700); }
.chip-orange { background: rgba(249, 115, 22, 0.15); color: var(--orange-500); }

/* ---------- Contact Page ---------- */
.contact-card {
    background: #fff;
    border-radius: var(--radius-md);
    padding: 1.8rem 1.3rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    color: var(--slate-700);
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    color: var(--slate-700);
}

.contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-md);
}

.contact-icon.bg-blue { background: var(--gradient-primary); }
.contact-icon.bg-orange { background: var(--gradient-accent); }

.contact-card h5 {
    margin-bottom: 0.4rem;
    font-size: 1.05rem;
}

.contact-card p {
    font-size: 0.92rem;
    color: var(--slate-500);
    margin: 0;
}

.form-card,
.address-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(15, 23, 42, 0.05);
    height: 100%;
}

.form-card .form-control,
.form-card .form-select {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    border: 1px solid var(--slate-300);
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.form-label {
    font-weight: 500;
    color: var(--slate-700);
    margin-bottom: 0.3rem;
}

.map-container iframe {
    border: 0;
    width: 100%;
}

/* ---------- Policy Article ---------- */
.policy-article {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(15, 23, 42, 0.05);
    line-height: 1.75;
}

.policy-article h2 {
    font-size: 1.3rem;
    color: var(--blue-700);
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.policy-article ul {
    padding-left: 1.4rem;
}

.policy-article ul li {
    margin-bottom: 0.4rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .hero-section { padding: 2rem 0 3rem; }
    .why-grid { grid-template-columns: 1fr; }
    .about-collage { grid-template-columns: 1fr 1fr; }
    .hero-stats { gap: 1.2rem; }
    .hero-stats strong { font-size: 1.6rem; }
}

@media (max-width: 767px) {
    .sticky-nav { padding: 0.45rem 0; }
    .navbar-collapse { padding-top: 1rem; }
    .navbar-nav { gap: 0.2rem; }
    .navbar-nav .btn-cta { width: max-content; }
    .hero-title { font-size: 2rem; }
    .service-visual { padding: 2rem 1.2rem; }
    .service-icon-big { width: 100px; height: 100px; font-size: 2.3rem; }
    .top-bar .small { font-size: 0.75rem; }
    .top-bar .container { gap: 0.5rem; }
    .float-whatsapp { width: 50px; height: 50px; font-size: 1.4rem; bottom: 18px; right: 18px; }
    .about-collage { grid-template-columns: 1fr; }
    .form-card, .address-card, .policy-article { padding: 1.5rem; }
    .page-header { padding: 3rem 0 2.5rem; }
    .parallax-section { padding: 4rem 0; }
}

@media (max-width: 480px) {
    .hero-stats { gap: 1rem; }
    .hero-stats .stat-item strong { font-size: 1.4rem; }
    .btn-primary-custom,
    .btn-outline-custom { padding: 0.65rem 1.2rem; font-size: 0.9rem; }
}

/* ---------- Print ---------- */
@media print {
    .sticky-nav, .top-bar, .footer-bottom, .float-whatsapp, .cursor-follower {
        display: none !important;
    }
}
