/* ===================================
   ROSA DEKORASYON - ANA CSS DOSYASI
   =================================== */

/* ======== PRINT / PDF ======== */
@media print {
    * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; color-adjust: exact !important; }
    .top-bar, #mainNav, .whatsapp-float, .hero-scroll, .navbar { display: none !important; }
    .hero-section { background-attachment: scroll !important; min-height: 60mm !important; padding: 20mm 0 !important; }
    .cta-section { background-attachment: scroll !important; }
    .page-hero { padding: 18mm 0 12mm !important; }
    .footer { display: none !important; }
    .sayfa-footer-print { display: block !important; }
    a { color: inherit !important; text-decoration: none !important; }
    .service-img { height: 160px !important; }
    main { padding-top: 0 !important; }
}

:root {
    --rose:       #8B1538;
    --rose-dark:  #6B1029;
    --rose-light: #FFF5F7;
    --gold:       #C9A84C;
    --gold-dark:  #A88A35;
    --dark:       #1A1A2E;
    --gray:       #6C757D;
    --light-gray: #F8F9FA;
    --white:      #FFFFFF;
    --shadow:     0 8px 30px rgba(0,0,0,0.10);
    --shadow-lg:  0 15px 50px rgba(0,0,0,0.15);
}

/* ======== BASE ======== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

a { text-decoration: none; transition: all 0.3s ease; }
a:hover { color: var(--rose); }
img { max-width: 100%; height: auto; }

.text-primary-rose { color: var(--rose) !important; }
.text-gold { color: var(--gold) !important; }

/* ======== BUTTONS ======== */
.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.35);
    transition: all 0.3s;
}
.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 76, 0.45);
}

.btn-primary-rose {
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(139, 21, 56, 0.35);
    transition: all 0.3s;
}
.btn-primary-rose:hover {
    background: linear-gradient(135deg, var(--rose-dark), var(--rose));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 21, 56, 0.45);
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-whatsapp:hover {
    background: #1ebe5b;
    color: #fff;
    transform: translateY(-2px);
}

/* ======== TOP BAR ======== */
.top-bar {
    background: var(--dark);
    color: #ccc;
    padding: 8px 0;
    font-size: 13px;
}
.top-bar-link {
    color: #ccc;
    transition: color 0.3s;
}
.top-bar-link:hover { color: var(--gold); }

/* ======== NAVBAR ======== */
#mainNav {
    background: var(--dark);
    padding: 12px 0;
    transition: all 0.4s ease;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
#mainNav.scrolled {
    background: rgba(26, 26, 46, 0.97);
    padding: 8px 0;
    backdrop-filter: blur(10px);
}

.brand-logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.brand-rosa {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 4px;
}
.brand-deko {
    font-size: 10px;
    color: #ccc;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 14px !important;
    letter-spacing: 0.3px;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gold);
    transform: translateX(-50%);
    transition: width 0.3s;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { width: 70%; }
.navbar-nav .nav-link.active { color: #fff !important; }

/* ======== HERO ======== */
.hero-section {
    position: relative;
    min-height: 100vh;
    background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(139,21,56,0.70) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0 120px;
}
.hero-subtitle {
    color: var(--gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-title {
    font-size: clamp(36px, 6vw, 72px);
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}
.hero-desc {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 35px;
}
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.hero-scroll a {
    color: rgba(255,255,255,0.7);
    font-size: 24px;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* ======== STATS ======== */
.stats-section { background: var(--rose); }
.stat-item {
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.15);
    transition: background 0.3s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(255,255,255,0.08); }
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}
.stat-label {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ======== SECTION HEADERS ======== */
.section-tag {
    display: inline-block;
    background: var(--rose-light);
    color: var(--rose);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(139,21,56,0.15);
    margin-bottom: 10px;
}
.section-title {
    font-size: clamp(28px, 4vw, 42px);
    color: var(--dark);
    line-height: 1.25;
    margin-bottom: 15px;
}
.section-desc {
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}
.lead-text { font-size: 17px; color: #555; }

/* ======== SERVICES ======== */
.services-section { background: #fff; }

.service-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.35s ease;
    background: #fff;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}
.service-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-card:hover .service-img { transform: scale(1.07); }
.service-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26,26,46,0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}
.service-img-overlay i {
    font-size: 32px;
    color: var(--gold);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}
.service-body { padding: 22px 24px 24px; }
.service-title {
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 10px;
}
.service-desc { color: var(--gray); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.service-link {
    color: var(--rose);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s;
}
.service-link:hover { color: var(--gold); gap: 10px; }

/* ======== WHY US ======== */
.why-section { background: var(--light-gray); }
.why-img-wrapper { position: relative; display: inline-block; }
.why-img { border-radius: 12px; }
.why-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    border: 4px solid #fff;
}
.badge-number { font-size: 28px; font-weight: 700; font-family: 'Playfair Display', serif; line-height: 1; }
.badge-text { font-size: 11px; text-align: center; line-height: 1.3; opacity: 0.9; }

.why-features { display: flex; flex-direction: column; gap: 18px; }
.why-feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s;
}
.why-feature-item:hover { box-shadow: var(--shadow); }
.feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.why-feature-item h5 { font-size: 15px; margin-bottom: 4px; color: var(--dark); font-family: 'Poppins', sans-serif; font-weight: 600; }
.why-feature-item p { font-size: 13px; color: var(--gray); margin: 0; }

/* ======== PROCESS ======== */
.process-section { background: #fff; }
.process-step {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    border-radius: 12px;
    transition: all 0.3s;
}
.process-step:hover { background: var(--rose-light); }
.step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: rgba(139,21,56,0.08);
    line-height: 1;
}
.step-icon {
    font-size: 40px;
    color: var(--rose);
    margin-bottom: 15px;
    display: block;
}
.process-step h5 { font-size: 16px; color: var(--dark); margin-bottom: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.process-step p { font-size: 13px; color: var(--gray); }

/* ======== CTA ======== */
.cta-section {
    position: relative;
    padding: 90px 0;
    background-image: url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(139,21,56,0.9), rgba(26,26,46,0.9));
}
.cta-title { font-size: clamp(26px, 4vw, 42px); color: #fff; margin-bottom: 15px; }
.cta-desc { color: rgba(255,255,255,0.85); font-size: 17px; margin-bottom: 30px; }
.cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* ======== MAP ======== */
.map-section { position: relative; }
.map-info-bar {
    background: var(--dark);
    color: #ccc;
    padding: 14px 20px;
    font-size: 14px;
}

/* ======== PAGE HERO ======== */
.page-hero {
    position: relative;
    padding: 100px 0 70px;
    background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.88), rgba(139,21,56,0.75));
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero-title { font-size: clamp(32px, 5vw, 55px); color: #fff; margin-bottom: 12px; }
.breadcrumb { background: none; margin: 0; padding: 0; }
.breadcrumb-item a { color: var(--gold); }
.breadcrumb-item.active { color: rgba(255,255,255,0.7); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* ======== ABOUT PAGE ======== */
.about-owner {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--rose-light);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid var(--rose);
}
.owner-avatar {
    width: 55px;
    height: 55px;
    background: var(--rose);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

/* Vision & Mission */
.vision-mission-section { background: var(--light-gray); }
.vision-card, .mission-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
    height: 100%;
    transition: transform 0.3s;
}
.vision-card:hover, .mission-card:hover { transform: translateY(-5px); }
.vision-card { border-top: 5px solid var(--rose); }
.mission-card { border-top: 5px solid var(--gold); }
.vm-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.vm-icon-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); }
.vm-title { font-size: 26px; color: var(--dark); margin-bottom: 10px; }
.vm-divider { width: 50px; height: 3px; background: var(--rose); border-radius: 2px; margin-bottom: 20px; }
.vm-divider-gold { background: var(--gold); }
.vm-list { list-style: none; padding: 0; margin: 15px 0 0; }
.vm-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #555;
}
.vm-list li:last-child { border-bottom: none; }
.vm-list li i { color: var(--rose); }
.mission-card .vm-list li i { color: var(--gold); }

/* Values */
.value-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: var(--shadow);
    transition: all 0.3s;
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.value-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, var(--rose-light), #fce4ec);
    color: var(--rose);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 18px;
    transition: all 0.3s;
}
.value-card:hover .value-icon { background: linear-gradient(135deg, var(--rose), var(--rose-dark)); color: #fff; }
.value-title { font-size: 18px; color: var(--dark); margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.value-desc { color: var(--gray); font-size: 14px; }

/* Timeline */
.timeline { position: relative; max-width: 800px; margin: 0 auto; }
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--rose), var(--gold));
    transform: translateX(-50%);
}
.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
    padding-right: calc(50% + 30px);
}
.timeline-right {
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: calc(50% + 30px);
}
.timeline-year {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--rose);
    background: #fff;
    border: 3px solid var(--rose);
    border-radius: 50px;
    padding: 6px 18px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    flex: 1;
}
.timeline-content h5 { color: var(--rose); font-size: 16px; font-family: 'Poppins', sans-serif; font-weight: 600; margin-bottom: 8px; }
.timeline-content p { font-size: 14px; color: var(--gray); margin: 0; }

/* ======== REFERENCES PAGE ======== */
.filter-buttons { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.filter-btn {
    padding: 8px 22px;
    border: 2px solid var(--rose);
    color: var(--rose);
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}
.filter-btn.active, .filter-btn:hover {
    background: var(--rose);
    color: #fff;
}

.project-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.35s;
    background: #fff;
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.project-img-wrap { position: relative; height: 260px; overflow: hidden; }
.project-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.project-card:hover .project-img { transform: scale(1.06); }
.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(139,21,56,0.92) 0%, rgba(26,26,46,0.5) 100%);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.4s;
    padding: 25px;
}
.project-card:hover .project-overlay { opacity: 1; }
.project-overlay-content { color: #fff; }
.project-category-badge { background: var(--gold); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 12px; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; }
.project-overlay-title { font-size: 18px; margin: 8px 0 5px; }
.project-info { padding: 18px 20px; }
.project-cat { font-size: 11px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; }
.project-title { font-size: 16px; color: var(--dark); margin: 5px 0; font-family: 'Poppins', sans-serif; font-weight: 600; }
.project-location { font-size: 13px; color: var(--gray); margin: 0; }

/* Testimonials */
.testimonials-section { background: var(--rose-light); }
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: var(--shadow);
    transition: transform 0.3s;
    position: relative;
}
.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 80px;
    color: var(--rose);
    opacity: 0.08;
    font-family: serif;
    line-height: 1;
}
.testimonial-card:hover { transform: translateY(-5px); }
.testimonial-stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }
.testimonial-text { color: #555; font-style: italic; font-size: 15px; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.testimonial-author strong { display: block; color: var(--dark); font-size: 15px; }
.testimonial-author span { font-size: 12px; color: var(--gray); }

/* ======== CONTACT PAGE ======== */
.contact-info-cards { display: flex; flex-direction: column; gap: 15px; }
.contact-info-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}
.contact-info-card:hover { box-shadow: var(--shadow); }
.ci-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.ci-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); }
.contact-info-card h5 { font-size: 14px; color: var(--dark); margin-bottom: 4px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.contact-info-card p, .contact-info-card a { font-size: 13px; color: var(--gray); margin: 0; }
.contact-info-card a:hover { color: var(--rose); }
.social-link-contact {
    width: 40px;
    height: 40px;
    background: var(--rose-light);
    color: var(--rose);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}
.social-link-contact:hover { background: var(--rose); color: #fff; }

/* Contact Form */
.contact-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow);
}
.form-title { font-size: 24px; color: var(--dark); margin-bottom: 8px; }
.form-label { font-weight: 600; font-size: 13px; color: #444; margin-bottom: 6px; }
.input-icon-wrap { position: relative; }
.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--rose);
    font-size: 14px;
    z-index: 2;
}
.form-control-rosa {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 15px 12px 40px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control-rosa:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 3px rgba(139,21,56,0.08);
    outline: none;
}
textarea.form-control-rosa {
    padding-left: 15px;
    resize: vertical;
    min-height: 140px;
}
select.form-control-rosa { padding-left: 40px; }

/* ======== FOOTER ======== */
.footer { background: var(--dark); }
.footer-top { padding: 60px 0 40px; }
.footer-desc { color: #aaa; font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.footer-brand .brand-rosa { font-size: 26px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.07);
    color: #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}
.footer-social a:hover { background: var(--rose); color: #fff; transform: translateY(-3px); }

.footer-title {
    font-size: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: var(--gold);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #aaa; font-size: 13px; transition: all 0.3s; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }

.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 12px;
}
.footer-contact li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.footer-contact a { color: #aaa; }
.footer-contact a:hover { color: var(--gold); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
}
.footer-bottom p { margin: 0; font-size: 13px; color: #777; }

/* ======== WHATSAPP FLOAT ======== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 5px 20px rgba(37,211,102,0.45);
    z-index: 999;
    transition: all 0.3s;
    animation: pulse-whatsapp 2.5s infinite;
}
.whatsapp-float:hover { background: #1ebe5b; color: #fff; transform: scale(1.1); }
@keyframes pulse-whatsapp {
    0%, 100% { box-shadow: 0 5px 20px rgba(37,211,102,0.45); }
    50% { box-shadow: 0 5px 30px rgba(37,211,102,0.65); }
}

/* ======== RESPONSIVE ======== */
@media (max-width: 991px) {
    .hero-title { font-size: 36px; }
    .why-badge { display: none; }
    .timeline::before { display: none; }
    .timeline-item { padding-right: 0; flex-direction: column; }
    .timeline-right { padding-left: 0; flex-direction: column; }
    .timeline-year { position: static; transform: none; display: inline-block; margin-bottom: 10px; }
    .contact-form-card { padding: 25px; }
}

@media (max-width: 767px) {
    .hero-title { font-size: 30px; }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .stat-item:last-child { border-bottom: none; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .section-title { font-size: 26px; }
}

@media (max-width: 575px) {
    .vision-card, .mission-card { padding: 25px; }
    .contact-form-card { padding: 20px; }
}

/* Fade-in animation for filter */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
