/*
 * =========================================
 * VIXI AGENCY - COMPLETE MAIN STYLESHEET
 * =========================================
 */

/* --- 1. Variables & Base --- */
:root {
    --primary-color: #C4EF17;
    --dark-bg: #000000;
    --dark-bg-2: #111111;
    --dark-border: #222222;
    --text-light: #FFFFFF;
    --text-muted: #999999;
    --text-brighter: #cccccc; /* "Whitesh" text fix */
    --font-primary: 'Inter', sans-serif;
}
body {
    background-color: var(--dark-bg);
    color: var(--text-muted);
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover { color: var(--text-light); }
h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
    font-weight: 700;
    line-height: 1.2;
}
p, li {
    color: var(--text-brighter);
}
.subline {
    font-size: 1.1rem;
    color: var(--text-brighter);
    max-width: 600px;
}
.pre-heading {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
.section-padding { padding: 100px 0; }
.card {
    background-color: var(--dark-bg-2);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
}
.full-page-hero {
    min-height: 100vh;
    padding-top: 150px;
    background-color: var(--dark-bg);
}

/* --- 2. Buttons --- */
.btn {
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    border-radius: 50px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-width: 2px;
}
.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #000;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--text-light);
    border-color: var(--text-light);
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}
.btn-outline-light {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.btn-outline-light:hover, .btn-outline-light:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #000;
    transform: translateY(-3px);
}

/* --- 3. Header --- */
.site-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, padding 0.3s ease;
}
.site-header.transparent-header { background-color: transparent; }
.site-header.scrolled {
    background-color: var(--dark-bg);
    padding: 5px 0;
    border-bottom: 1px solid var(--dark-border);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.navbar-brand img { transition: all 0.3s ease; }
.navbar-toggler {
    border: 1px solid var(--dark-border);
    color: rgba(255,255,255,0.7);
}
.navbar-toggler:focus { box-shadow: 0 0 0 0.25rem rgba(196, 239, 23, 0.25); }
.navbar-toggler i { font-size: 1.5rem; }
.navbar-nav .nav-link {
    color: var(--text-light);
    font-weight: 500;
    padding: 0.5rem 1rem;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--primary-color); }
.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 1rem;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { width: 50%; }
.navbar-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* --- 4. Hero Slider --- */
.hero-slider-section {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    background-color: var(--dark-bg-darker);
}
.hero-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    min-height: 700px;
    box-sizing: border-box;
}
.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.hero-slider .container {
    position: relative;
    z-index: 2;
    padding-top: 80px; 
}
.hero-content { max-width: 800px; text-align: left; }
.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.hero-content .subline {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 2rem;
    color: rgba(255,255,255,0.8);
}
.trust-badges {
    display: flex;
    gap: 25px;
    margin-bottom: 2.5rem;
}
.trust-badges span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--text-brighter);
}
.trust-badges i {
    font-size: 1.2rem;
    color: var(--primary-color);
}
.cta-buttons { display: flex; gap: 15px; }
.hero-slider .hero-pagination.swiper-pagination { bottom: 30px; }
.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}
.hero-slider .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 25px;
    border-radius: 5px;
}
.hero-slider .hero-nav {
    color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.hero-slider:hover .hero-nav { opacity: 1; }

/* =====================================================
   MOBILE FIX — overrides desktop 100vh height
   ===================================================== */
@media (max-width: 991.98px) {
    .hero-slider-section,
    .hero-slider,
    .hero-slider .swiper-slide {
        height: auto !important;
        min-height: 100vh;
        padding-bottom: 50px;
    }

    .hero-content {
        padding-bottom: 60px;
    }
}

/* --- 5. Footer --- */
.site-footer {
    background-color: var(--dark-bg-2);
    color: var(--text-muted);
    padding: 80px 0 30px 0;
    margin-top: 80px;
    border-top: 1px solid var(--dark-border);
}
.footer-widget .widget-title {
    color: var(--text-light);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-widget .footer-logo { display: block; margin-bottom: 20px; }
.footer-widget .footer-bio {
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.7;
    color: var(--text-brighter);
}
.social-icons a {
    font-size: 1.5rem;
    color: var(--text-muted);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
}
.footer-nav { list-style: none; padding: 0; }
.footer-nav li { margin-bottom: 12px; }
.footer-nav a {
    color: var(--text-muted);
    font-size: 0.95rem;
}
.footer-nav a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}
.footer-contact { list-style: none; padding: 0; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}
.footer-contact li, .footer-contact li span {
    color: var(--text-brighter);
}
.footer-contact i {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-top: 3px;
}
.footer-contact a { color: var(--text-brighter); }
.footer-contact a:hover { color: var(--primary-color); }
.footer-bottom {
    text-align: center;
    border-top: 1px solid var(--dark-border);
    padding-top: 30px;
    margin-top: 40px;
    font-size: 0.9rem;
}

/* --- 6. WhatsApp FAB --- */
.whatsapp-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: transform 0.3s ease;
}
.whatsapp-fab:hover {
    transform: scale(1.1);
    color: white;
}

/* --- 7. Clients Slider --- */
.clients-slider-section {
    padding: 60px 0;
    background-color: var(--dark-bg);
    border-top: 1px solid var(--dark-border);
    border-bottom: 1px solid var(--dark-border);
}
.clients-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients-slider .swiper-slide img {
    max-width: 150px;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}
.clients-slider .swiper-slide a:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* --- 8. Services Section --- */
.services-section {
    background-color: var(--dark-bg-2);
}
.section-header {
    margin-bottom: 60px;
}
.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.section-header .subline {
    font-size: 1.1rem;
    color: var(--text-brighter);
    max-width: 600px;
    margin: 0 auto;
}
.service-card {
    background: var(--dark-bg);
    border: 1px solid var(--dark-border);
    padding: 2.5rem;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(196, 239, 23, 0.1);
}
.service-card .card-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.service-card h3 {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 15px;
}
.service-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 25px;
}
.service-card .card-link {
    font-weight: 600;
    color: var(--text-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.service-card .card-link i {
    transition: transform 0.3s ease;
}
.service-card:hover .card-link {
    color: var(--primary-color);
}
.service-card:hover .card-link i {
    transform: translateX(5px);
}

/* --- 9. Portfolio Section --- */
.portfolio-section {
    background-color: var(--dark-bg);
}
.portfolio-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 30px;
}
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: var(--dark-bg-2);
    grid-column: span 1;
    grid-row: span 1;
}
.portfolio-item.item-tall {
    grid-row: span 2;
}
.portfolio-item .portfolio-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.portfolio-item .portfolio-image-wrapper {
    width: 100%;
    height: 100%;
}
.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s ease-in-out;
}
.portfolio-item.is-scrolling img {
    transition: object-position 4s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-item .portfolio-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px 25px 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.portfolio-item .portfolio-item-content {
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-item:hover .portfolio-item-content {
    transform: translateY(0);
    transition-delay: 0.1s;
}
.portfolio-category {
    display: inline-block;
    padding: 4px 10px;
    background: var(--primary-color);
    color: #000;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.portfolio-item-content h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.portfolio-cta {
    text-align: center;
    margin-top: 60px;
}

/* --- 10. Reviews Section --- */
.reviews-section {
    background-color: var(--dark-bg-2);
}
.review-card {
    background: var(--dark-bg);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.review-stars {
    font-size: 1.2rem;
    color: #f39c12;
    margin-bottom: 20px;
}
.review-stars i.ph {
    color: #444;
}
.review-body {
    flex-grow: 1;
}
.review-body p {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--dark-border);
}
.review-author h3 {
    margin: 0 0 5px 0;
    font-size: 1.2rem;
}
.review-author span {
    color: var(--text-muted);
    font-size: 0.9rem;
}
.review-badge {
    color: #2ecc71;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(46, 204, 113, 0.1);
    padding: 5px 10px;
    border-radius: 50px;
}
.review-badge i { font-size: 1.1rem; }
.reviews-pagination.swiper-pagination {
    position: static;
    margin-top: 40px;
}
.reviews-pagination .swiper-pagination-bullet {
    background: #555;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}
.reviews-pagination .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 25px;
    border-radius: 5px;
}

/* --- 11. Lead Form Section --- */
.lead-form-section { background: var(--dark-bg); }
.lead-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.lead-form-content h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.lead-form-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-brighter);
}
.contact-perks {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 15px;
}
.contact-perks li i {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.lead-form-wrapper.card {
    background: var(--dark-bg-2);
    border: 1px solid var(--dark-border);
    padding: 40px;
}
.lead-form-wrapper h3 {
    margin-top: 0;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}
.lead-form-wrapper .form-group { margin-bottom: 20px; }
.lead-form-wrapper .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-brighter);
}
.lead-form-wrapper .form-control,
.lead-form-wrapper .form-select {
    width: 100%;
    padding: 14px;
    background: var(--dark-bg);
    border: 1px solid var(--dark-border);
    color: var(--text-light);
    border-radius: 5px;
    box-sizing: border-box; 
    font-size: 1rem;
    font-family: var(--font-primary);
}
.lead-form-wrapper .form-control:focus,
.lead-form-wrapper .form-select:focus {
    background-color: var(--dark-bg);
    border-color: var(--primary-color);
    box-shadow: none;
    color: var(--text-light);
}
.lead-form-wrapper textarea { min-height: 120px; }
.lead-form-wrapper .btn { width: 100%; }
.form-status-message {
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    display: none;
}
.form-status-message.success,
.form-status-message.error,
.form-status-message.info {
    display: block;
}
.form-status-message.success { 
    color: #2ecc71; 
    background: rgba(46, 204, 113, 0.1);
    border-color: #2ecc71;
}
.form-status-message.error { 
    color: #e74c3c; 
    background: rgba(231, 76, 60, 0.1);
    border-color: #e74c3c;
}
.form-status-message.info {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border-color: #3498db;
}

/* --- 12. Service Detail Page --- */
.service-hero-section {
    padding-top: 180px;
    padding-bottom: 80px;
    background-color: #050505;
}
.service-hero-section .subline {
    font-size: 1.2rem;
    color: var(--text-brighter);
    max-width: 700px;
    margin: 0 auto;
}
.tinymce-content {
    line-height: 1.8;
    color: var(--text-brighter);
}
.tinymce-content h1, .tinymce-content h2, .tinymce-content h3 {
    color: var(--text-light);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.tinymce-content p {
    color: var(--text-brighter);
    margin-bottom: 1.5em;
}
.tinymce-content a {
    color: var(--primary-color);
    text-decoration: underline;
}
.tinymce-content ul, .tinymce-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    color: var(--text-brighter);
}
.tinymce-content li {
    margin-bottom: 0.5em;
}
.accordion-item {
    background-color: var(--dark-bg-2);
    border: 1px solid var(--dark-border);
}
.accordion-header .accordion-button {
    background-color: var(--dark-bg-2);
    color: var(--text-light);
    font-weight: 600;
    border: 0;
    box-shadow: none;
}
.accordion-header .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: var(--dark-bg);
    box-shadow: inset 0 -1px 0 var(--dark-border);
}
.accordion-body {
    color: var(--text-brighter);
}
.pricing-sidebar .card {
    position: sticky;
    top: 100px;
}
.pricing-sidebar .form-select {
    background-color: var(--dark-bg-2);
    border-color: var(--dark-border);
    color: var(--text-light);
}
.pricing-sidebar .nav-pills .nav-link {
    background-color: var(--dark-bg);
    color: var(--text-muted);
    border: 1px solid var(--dark-border);
}
.pricing-sidebar .nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: #000;
    font-weight: 700;
}
.price-display {
    text-align: center;
    margin-bottom: 1.5rem;
}
.price-display .price-currency {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}
.price-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}
.price-features li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: var(--text-brighter);
}
.price-features li i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

/* --- 13. Portfolio Detail Page --- */
.portfolio-featured-image {
    margin-bottom: 4rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.portfolio-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.project-meta-grid {
    max-width: 1100px;
    margin: 0 auto 60px auto;
}
.project-meta-grid .card {
    height: 100%;
}
.project-meta-grid .card h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 20px;
}
.project-details-content {
    line-height: 1.8;
    color: var(--text-brighter);
    font-size: 1.05rem;
}
.project-link p {
    color: var(--text-muted);
    margin-bottom: 25px;
}
.project-link .btn {
    width: auto;
    display: inline-block;
}
.project-link .btn i {
    vertical-align: middle;
    margin-left: 5px;
}
.project-gallery {
    max-width: 1000px;
    margin: 60px auto 0 auto;
}
.project-gallery h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
}
.project-gallery .gallery-image img {
    border: 1px solid var(--dark-border);
}

/* =========================================
   ABOUT PAGE – FIXED + IMPROVED
========================================= */

/* --- About Intro --- */
.about-intro-section {
    background-color: var(--dark-bg);
}
.about-intro-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* --- Stats Section --- */
.stats-section {
    background-color: var(--dark-bg-2);
    border-top: 1px solid var(--dark-border);
    border-bottom: 1px solid var(--dark-border);
}
.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* =========================================
   CENTERED TIMELINE (NEW)
========================================= */

.timeline-center-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.timeline-center-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--dark-border);
    left: 50%;
    transform: translateX(-50%);
}

.timeline-center-item {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.timeline-center-item::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--dark-bg-2);
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}

.timeline-center-item h3 {
    color: var(--text-light);
    margin-bottom: 10px;
}

.timeline-center-item p {
    color: var(--text-brighter);
}

/* ================================ */
/* TEAM SECTION FIX                 */
/* ================================ */

.team-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* IMAGE WRAPPER */
.team-card-image {
    width: 100%;
    height: 280px; /* FIXED HEIGHT FOR ALL IMAGES */
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 15px;
}

/* IMAGE STYLING */
.team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* KEY PART → Makes all images equal size */
    object-position: center;
    display: block;
}

/* TEXT */
.team-card-content h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    color: #fff;
}

.team-card-content span {
    display: block;
    color: #C4EF17;
    margin-bottom: 10px;
    font-weight: 500;
}

.team-card-content p {
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.5;
}

/* SPACING */
@media (max-width: 768px) {
    .team-card-image {
        height: 240px;
    }
}

@media (max-width: 576px) {
    .team-card-image {
        height: 220px;
    }
}


/* --- 18. Contact Page --- */
.contact-page-section { background-color: #050505; }
.contact-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 60px;
}
.contact-form-wrapper {
    background: #111;
    border: 1px solid var(--dark-border);
    padding: 40px;
    border-radius: 10px;
}
.contact-form-wrapper h3 {
    font-size: 1.8rem;
    color: var(--text-light);
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    border: 0;
}
.contact-form-wrapper .form-group { margin-bottom: 20px; }
.contact-form-wrapper .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-brighter);
}
.contact-form-wrapper .form-control {
    width: 100%;
    padding: 14px;
    background: #222;
    border: 1px solid #444;
    color: var(--text-light);
    border-radius: 5px;
    box-sizing: border-box; 
    font-size: 1rem;
    font-family: var(--font-primary);
}
.contact-form-wrapper .form-control:focus {
    background-color: #222;
    border-color: var(--primary-color);
    box-shadow: none;
}
.contact-form-wrapper textarea { min-height: 120px; }
.contact-form-wrapper .btn { width: 100%; }
.contact-details-wrapper { padding-top: 10px; }
.contact-details-wrapper h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.contact-details-wrapper p {
    color: var(--text-brighter);
    line-height: 1.7;
    margin-bottom: 30px;
}
.contact-details-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}
.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-detail-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
}
.contact-detail-item div { display: flex; flex-direction: column; }
.contact-detail-item strong {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 3px;
}
.contact-detail-item span { color: var(--text-muted); }
.social-icons-contact {
    display: flex;
    gap: 15px;
}
.social-icons-contact a {
    font-size: 1.8rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
}
.social-icons-contact a:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
}
.map-section {
    border-top: 1px solid var(--dark-border);
    line-height: 0;
}
.map-section iframe {
    width: 100%;
    height: 450px;
    border: 0;
}


/* --- 19. Portfolio Page --- */
.portfolio-page-section {
    background-color: var(--dark-bg-2);
}
.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}
.portfolio-filters .filter-btn {
    background-color: var(--dark-bg);
    color: var(--text-muted);
    border: 2px solid var(--dark-border);
}
.portfolio-filters .filter-btn:hover {
    background-color: var(--dark-bg-2);
    color: var(--text-light);
    border-color: var(--dark-border);
}
.portfolio-filters .filter-btn.active {
    background-color: var(--primary-color);
    color: var(--dark-bg);
    border-color: var(--primary-color);
    font-weight: 700;
}

/* --- 20. Blog List Page --- */
.blog-grid-section {
    background-color: var(--dark-bg-2);
}
.post-card {
    background: var(--dark-bg);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}
.post-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}
.post-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    height: auto;
}
.post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.post-card:hover .post-card-image img {
    transform: scale(1.05);
}
.post-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.post-card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}
.post-card-category {
    color: #000;
    background: var(--primary-color);
    padding: 3px 10px;
    border-radius: 50px;
}
.post-card-date {
    color: var(--text-muted);
    padding-top: 3px;
}
.post-card-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.post-card-title a {
    color: var(--text-light);
    text-decoration: none;
}
.post-card-title a:hover {
    color: var(--primary-color);
}
.post-card-excerpt {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    flex-grow: 1;
}

/* --- 21. Single Post Page --- */
.post-header-section {
    position: relative;
    padding-top: 220px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    color: #fff;
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    background-color: var(--dark-bg-2);
}
.post-header-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.2) 100%);
}
.post-header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.post-header-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.post-header-content .post-card-category {
    margin-bottom: 20px;
    display: inline-block;
}
.post-meta-data {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-brighter);
}
.post-content-section {
    background-color: var(--dark-bg);
}
.post-content-wrapper {
    max-width: 800px;
    margin: -80px auto 0 auto; /* Pulls up over the hero */
    background: var(--dark-bg-2);
    border: 1px solid var(--dark-border);
    border-radius: 10px;
    padding: 40px;
    position: relative;
    z-index: 3;
}


/* --- Floating WhatsApp Button (FORCE VISIBLE) --- */
.whatsapp-float {
    position: fixed !important;
    width: 60px;
    height: 60px;
    bottom: 40px !important;
    right: 30px !important;
    background-color: #25d366 !important;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    z-index: 2147483647 !important; /* Maximum allowed Z-Index */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #1da851 !important;
    color: #FFF !important;
    transform: translateY(-3px);
}

/* Mobile Adjustment */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px !important;
        right: 20px !important;
        font-size: 24px;
    }
}