/* ============================================
   AUREX GROUP – Premium Corporate Website 2026
   style.css
============================================ */

/* ---- CSS Variables ---- */
:root {
    --primary: #1a3a6e;
    --primary-dark: #0f2448;
    /* --accent: #f5a623; */
    --accent: rgb(224 189 26);
    --accent-dark: #d4881a;
    --success: #22c55e;
    --white: #ffffff;
    --off-white: #f8fafc;
    --light-gray: #f1f5f9;
    --mid-gray: #94a3b8;
    --dark-text: #0f172a;
    --body-text: #475569;
    --border: #e2e8f0;
    --card-shadow: 0 4px 24px rgba(15, 36, 72, 0.08);
    --card-shadow-hover: 0 16px 48px rgba(15, 36, 72, 0.16);
    --radius: 16px;
    --radius-sm: 10px;
    --font-display: "Montserrat", sans-serif;
    --font-body: "DM Sans", sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- Base ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--body-text);
    background: var(--white);
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}
a {
    text-decoration: none;
    transition: var(--transition);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display);
    color: var(--dark-text);
    line-height: 1.2;
}

.section-pad {
    padding: 100px 0;
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--light-gray);
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

/* ============================================
   TOP BAR
============================================ */
.topbar {
    background: var(--primary-dark);
    padding: 8px 0;
    font-size: 0.875rem; /* 14px */
    font-family: var(--font-body);
}
.topbar a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    white-space: nowrap; /* prevent mid-word breaks */
}
.topbar a:hover {
    color: var(--accent);
}
.topbar-badge {
    color: var(--accent);
    font-weight: 600;
    font-size: 0.875rem; /* 14px */
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* ---- Mobile: stack into two rows ---- */
@media (max-width: 767px) {
    /* Only target the OUTER container, not contact-group */
    .topbar .container.d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
        gap: 4px !important;
        text-align: center;
    }

    /* contact-group stays as a ROW */
    .topbar .contact-group {
        flex-direction: row; /* explicitly override */
        display: flex;
        gap: 1rem;
        font-size: 0.813rem;
        flex-wrap: nowrap;
    }

    .topbar-badge {
        font-size: 0.813rem;
    }
}

/* ============================================
   NAVBAR
============================================ */
.navbar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    transition: var(--transition);
    z-index: 1000;
}
.navbar.scrolled {
    box-shadow: 0 4px 30px rgba(15, 36, 72, 0.12);
    padding: 10px 0;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-icon {
    width: 38px;
    height: 38px;
    background: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
}
.brand-text {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 1px;
}
.brand-accent {
    color: var(--accent);
}

.nav-link {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 15px;
    color: var(--dark-text) !important;
    padding: 6px 12px !important;
    border-radius: 8px;
    transition: var(--transition);
}
.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
    background: rgba(26, 58, 110, 0.07);
}

.btn-cta {
    background: var(--accent);
    color: var(--white) !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 50px;
    letter-spacing: 0.3px;
}
.btn-cta:hover {
    background: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(245, 166, 35, 0.4);
}

.navbar-toggler {
    border: none;
    background: transparent;
    padding: 6px;
}
.toggler-icon {
    font-size: 26px;
    color: var(--primary);
}

/* ============================================
   HERO SECTION
============================================ */
#hero {
    position: relative;
    height: 85vh;
    min-height: 680px;
}

.hero-swiper {
    height: 100%;
}

.hero-slide {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
/* .slide-1 {
    background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1920&q=80");
}
.slide-2 {
    background-image: url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=80");
}
.slide-3 {
    background-image: url("https://images.unsplash.com/photo-1621905251918-48416bd8575a?w=1920&q=80");
} */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(9, 18, 40, 0.82) 0%,
        rgba(26, 58, 110, 0.65) 60%,
        rgba(9, 18, 40, 0.5) 100%
    );
}

.hero-content {
    max-width: 700px;
    padding: 120px 0;
}
.hero-badge {
    display: inline-block;
    background: rgba(245, 166, 35, 0.2);
    border: 1px solid rgba(245, 166, 35, 0.5);
    color: var(--accent);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}
.hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
}
.text-accent {
    color: var(--accent);
}
.hero-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 28px;
}
.hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 36px;
}
.hero-checks span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-checks .bi {
    color: var(--accent);
}
.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-hero-primary {
    background: var(--accent);
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.btn-hero-primary:hover {
    background: var(--accent-dark);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(245, 166, 35, 0.45);
}
.btn-hero-whatsapp {
    background: #25d366;
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.btn-hero-whatsapp:hover {
    background: #1db954;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.4);
}
.btn-hero-outline {
    background: transparent;
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}
.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    border-color: var(--white);
}

/* Hero Swiper Controls */
.hero-prev,
.hero-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-prev::after,
.hero-next::after {
    display: none;
}
.hero-prev:hover,
.hero-next:hover {
    background: var(--accent);
}
.hero-pagination {
    bottom: 30px !important;
}
.hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.hero-pagination .swiper-pagination-bullet-active {
    background: var(--accent);
    width: 30px;
    border-radius: 5px;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    z-index: 10;
}
.scroll-dot {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
    animation: scrollBounce 2s infinite;
}
@keyframes scrollBounce {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(12px);
        opacity: 0.3;
    }
}

/* ============================================
   TRUST STRIP
============================================ */
.trust-strip {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 0;
}
.trust-items {
    display: flex;
    align-items: stretch;
}
.trust-item {
    padding: 28px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: 1px solid var(--border);
    transition: var(--transition);
}
.trust-item:last-child {
    border-right: none;
}
.trust-item:hover {
    background: var(--off-white);
}
.trust-item i {
    font-size: 28px;
    color: var(--primary);
    flex-shrink: 0;
}
.trust-item div {
    display: flex;
    flex-direction: column;
}
.trust-item strong {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
}
.trust-item span {
    font-size: 13px;
    color: var(--mid-gray);
    font-weight: 500;
}

/* ============================================
   SECTION HEADERS
============================================ */
.section-tag {
    display: inline-block;
    background: rgba(26, 58, 110, 0.08);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.section-tag.light {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}
.section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 16px;
}
.section-sub {
    color: var(--body-text);
    max-width: 540px;
    margin: 0 auto;
}

/* ============================================
   WHY CHOOSE US
============================================ */
.why-us {
    background: var(--off-white);
}
.why-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 36px 28px;
    height: 100%;
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}
.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    transform: scaleX(0);
    transition: var(--transition);
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
    border-color: transparent;
}
.why-card:hover::before {
    transform: scaleX(1);
}
.why-icon {
    width: 56px;
    height: 56px;
    background: rgba(26, 58, 110, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    margin-bottom: 20px;
    transition: var(--transition);
}
.why-card:hover .why-icon {
    background: var(--primary);
    color: var(--white);
    transform: scale(1.1);
}
.why-card h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--dark-text);
}
.why-card p {
    font-size: 14px;
    color: var(--body-text);
    margin: 0;
}

/* ============================================
   ABOUT SECTION
============================================ */
.about-section {
    background: var(--white);
}
.about-img-wrap {
    position: relative;
    padding: 20px 20px 20px 0;
}
.about-img-main {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15, 36, 72, 0.2);
}
.about-img-main img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.about-img-badge {
    position: absolute;
    bottom: 0;
    left: -20px;
    background: var(--accent);
    color: var(--white);
    border-radius: var(--radius);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(245, 166, 35, 0.4);
    min-width: 120px;
}
.badge-num {
    font-family: var(--font-display);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}
.badge-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-top: 4px;
}
.about-img-secondary {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 160px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 36, 72, 0.2);
    border: 4px solid var(--white);
}
.about-img-secondary img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.about-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    margin: 12px 0 20px;
}
.about-desc {
    color: var(--body-text);
    margin-bottom: 16px;
}

.stat-box {
    background: var(--off-white);
    border-radius: var(--radius-sm);
    padding: 20px;
    border: 1px solid var(--border);
    transition: var(--transition);
}
.stat-box:hover {
    border-color: var(--primary);
    background: rgba(26, 58, 110, 0.04);
}
.stat-num {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
}
.stat-plus {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    color: var(--accent);
}
.stat-label {
    display: block;
    font-size: 13px;
    color: var(--body-text);
    font-weight: 500;
    margin-top: 4px;
}

.btn-primary-custom {
    background: var(--primary);
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    transition: var(--transition);
}
.btn-primary-custom:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(26, 58, 110, 0.3);
}

/* ============================================
   SERVICES
============================================ */
.services-section {
    background: var(--off-white);
}
.service-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--card-shadow);
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--border);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
    border-color: transparent;
}
.service-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-card:hover .service-img img {
    transform: scale(1.08);
}
.service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 58, 110, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    font-size: 40px;
    color: white;
}
.service-card:hover .service-overlay {
    opacity: 1;
}
.service-body {
    padding: 24px;
}
.service-icon {
    width: 48px;
    height: 48px;
    background: rgba(245, 166, 35, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--accent);
    margin-bottom: 14px;
}
.service-body h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service-body p {
    font-size: 14px;
    color: var(--body-text);
    margin-bottom: 16px;
}
.service-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.service-link:hover {
    color: var(--accent);
    gap: 10px;
}

/* ============================================
   STATS / CHART
============================================ */
.stats-section {
    background: linear-gradient(
        135deg,
        var(--primary-dark) 0%,
        var(--primary) 100%
    );
    position: relative;
    overflow: hidden;
}
.stats-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(245, 166, 35, 0.06);
    border-radius: 50%;
}
.stats-title {
    color: var(--white);
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    margin: 12px 0 20px;
}
.stats-desc {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 24px;
}
.chart-container {
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    padding: 32px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ============================================
   PROJECTS
============================================ */
.projects-section {
    background: var(--white);
}
.project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.filter-btn {
    background: var(--light-gray);
    color: var(--body-text);
    border: 1px solid var(--border);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--font-body);
}
.filter-btn:hover,
.filter-btn.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}
.project-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--card-shadow);
}
.project-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.project-card:hover img {
    transform: scale(1.08);
}
.project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgba(9, 18, 40, 0.92) 0%,
        rgba(9, 18, 40, 0.4) 60%,
        transparent 100%
    );
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: var(--transition);
}
.project-card:hover .project-overlay {
    opacity: 1;
}
.project-cat {
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.project-overlay h6 {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.project-overlay p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    margin: 0 0 12px;
}
.project-year {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}
.project-item {
    transition: var(--transition);
}
.project-item.hidden {
    display: none;
}

/* ============================================
   AMC PLANS
============================================ */
.amc-section {
    background: var(--off-white);
}
.amc-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 36px 28px;
    border: 2px solid var(--border);
    height: 100%;
    position: relative;
    transition: var(--transition);
}
.amc-card:hover {
    box-shadow: var(--card-shadow-hover);
    border-color: var(--primary);
}
.amc-card.featured {
    border-color: var(--primary);
    background: var(--primary);
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(26, 58, 110, 0.3);
}
.amc-badge-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 20px;
    white-space: nowrap;
}
.amc-header {
    text-align: center;
    margin-bottom: 28px;
}
.amc-tier {
    display: block;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mid-gray);
    margin-bottom: 12px;
}
.amc-card.featured .amc-tier {
    color: rgba(255, 255, 255, 0.7);
}
.amc-price {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    color: var(--primary);
}
.amc-card.featured .amc-price {
    color: var(--white);
}
.amc-period {
    font-size: 13px;
    color: var(--mid-gray);
}
.amc-card.featured .amc-period {
    color: rgba(255, 255, 255, 0.6);
}
.amc-features {
    list-style: none;
    margin-bottom: 28px;
}
.amc-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    font-size: 14px;
    color: var(--body-text);
    border-bottom: 1px solid var(--border);
}
.amc-card.featured .amc-features li {
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.15);
}
.amc-features li .bi-check2-circle {
    color: var(--success);
    font-size: 16px;
    flex-shrink: 0;
}
.amc-features li.disabled {
    opacity: 0.45;
}
.amc-features li .bi-x-circle {
    color: var(--mid-gray);
    font-size: 16px;
    flex-shrink: 0;
}
.btn-amc-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 12px;
    border-radius: 50px;
    transition: var(--transition);
}
.btn-amc-outline:hover {
    background: var(--primary);
    color: var(--white);
}
.btn-amc-primary {
    background: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 12px;
    border-radius: 50px;
    transition: var(--transition);
}
.btn-amc-primary:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: var(--white);
}

/* ============================================
   TESTIMONIALS
============================================ */
.testimonials-section {
    background: var(--white);
}
.testimonials-swiper {
    padding-bottom: 50px !important;
}
.testi-card {
    background: var(--off-white);
    border-radius: var(--radius);
    padding: 36px 32px;
    border: 1px solid var(--border);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: var(--transition);
}
.testi-stars {
    color: var(--accent);
    font-size: 15px;
    display: flex;
    gap: 3px;
}
.testi-card p {
    color: var(--body-text);
    font-size: 15px;
    line-height: 1.8;
    font-style: italic;
    flex: 1;
}
.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testi-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}
.testi-author strong {
    display: block;
    color: var(--dark-text);
    font-size: 15px;
    font-weight: 700;
}
.testi-author span {
    font-size: 12px;
    color: var(--mid-gray);
}
.testi-pagination {
    bottom: 0 !important;
}
.testi-pagination .swiper-pagination-bullet {
    background: var(--border);
    opacity: 1;
}
.testi-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

/* ============================================
   CLIENTS LOGOS
============================================ */
.clients-section {
    background: var(--off-white);
    padding: 40px 0 50px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.clients-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--mid-gray);
    font-weight: 600;
    margin-bottom: 28px;
}
.clients-swiper {
    overflow: hidden;
}
.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    background: var(--white);
    color: var(--mid-gray);
    font-weight: 700;
    font-size: 14px;
    transition: var(--transition);
    cursor: default;
}
.client-logo:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.client-logo i {
    font-size: 20px;
}

/* ============================================
   EMERGENCY CTA
============================================ */
.emergency-cta {
    background: var(--off-white);
}
.emergency-box {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    border-radius: var(--radius);
    padding: 48px 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: 0 20px 60px rgba(15, 36, 72, 0.3);
}
.emergency-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.emergency-icon {
    font-size: 44px;
    color: var(--accent);
    flex-shrink: 0;
}
.emergency-content h3 {
    color: var(--white);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 6px;
}
.emergency-content p {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 15px;
}
.emergency-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.btn-emergency-call {
    background: var(--accent);
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.btn-emergency-call:hover {
    background: var(--accent-dark);
    color: var(--white);
    transform: translateY(-2px);
}
.btn-emergency-whatsapp {
    background: #25d366;
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.btn-emergency-whatsapp:hover {
    background: #1db954;
    color: var(--white);
    transform: translateY(-2px);
}
.btn-emergency-outline {
    background: transparent;
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}
.btn-emergency-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-color: white;
}

/* ============================================
   CONTACT
============================================ */
.contact-section {
    background: var(--white);
}
.contact-info-card {
    background: var(--off-white);
    border-radius: var(--radius);
    padding: 36px;
    border: 1px solid var(--border);
    height: 100%;
}
.contact-info-card h4 {
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--dark-text);
}
.contact-info-card > p {
    color: var(--body-text);
    margin-bottom: 28px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}
.contact-item:last-of-type {
    border-bottom: none;
}
.contact-icon {
    width: 44px;
    height: 44px;
    background: rgba(26, 58, 110, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 18px;
    flex-shrink: 0;
}
.contact-item > div strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 2px;
}
.contact-item > div span,
.contact-item > div a {
    font-size: 14px;
    color: var(--body-text);
}
.contact-item > div a:hover {
    color: var(--primary);
}
.contact-map iframe {
    border-radius: var(--radius-sm) !important;
}

.contact-form-card {
    background: var(--off-white);
    border-radius: var(--radius);
    padding: 36px;
    border: 1px solid var(--border);
}
.contact-form-card h4 {
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--dark-text);
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark-text);
}
.form-input {
    width: 100%;
    padding: 13px 16px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--dark-text);
    transition: var(--transition);
    outline: none;
}
.form-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 58, 110, 0.1);
}
.form-input::placeholder {
    color: var(--mid-gray);
}
textarea.form-input {
    resize: vertical;
    min-height: 130px;
}
select.form-input {
    cursor: pointer;
}
.btn-submit {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 700;
    padding: 16px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(26, 58, 110, 0.35);
}

/* ============================================
   FOOTER
============================================ */
.site-footer {
    background: var(--dark-text);
    padding: 80px 0 0;
}
.footer-top {
    padding-bottom: 60px;
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.footer-brand .brand-icon {
    background: rgba(255, 255, 255, 0.1);
}
.footer-brand .brand-text {
    color: var(--white);
}
.footer-desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
}
.footer-socials {
    display: flex;
    gap: 12px;
}
.footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    transition: var(--transition);
}
.footer-socials a:hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-3px);
}
.footer-heading {
    color: var(--white);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
}
.footer-links li {
    margin-bottom: 10px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    transition: var(--transition);
}
.footer-links a:hover {
    color: var(--accent);
    padding-left: 4px;
}
.footer-contact {
    list-style: none;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}
.footer-contact li i {
    color: var(--accent);
    margin-top: 3px;
    flex-shrink: 0;
}
.footer-contact a {
    color: rgba(255, 255, 255, 0.55);
}
.footer-contact a:hover {
    color: var(--accent);
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-bottom p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    margin: 0;
}
.footer-bottom-links {
    display: flex;
    gap: 20px;
}
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}
.footer-bottom-links a:hover {
    color: var(--accent);
}

/* ============================================
   WHATSAPP FLOAT BUTTON
============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 58px;
    height: 58px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    z-index: 999;
    transition: var(--transition);
    animation: waPulse 3s infinite;
}
.whatsapp-float:hover {
    color: white;
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.65);
}
@keyframes waPulse {
    0%,
    100% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow:
            0 8px 24px rgba(37, 211, 102, 0.5),
            0 0 0 12px rgba(37, 211, 102, 0.1);
    }
}

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 991px) {
    .section-pad {
        padding: 70px 0;
    }
    .about-img-secondary {
        display: none;
    }
    .about-img-badge {
        left: 0;
    }
    .emergency-box {
        flex-direction: column;
        text-align: center;
    }
    .emergency-content {
        flex-direction: column;
        text-align: center;
    }
    .emergency-btns {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .section-pad {
        padding: 56px 0;
    }
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
    }
    #hero {
        height: 100svh;
        min-height: 600px;
    }
    .hero-content h1 {
        font-size: 2.2rem;
    }
    .hero-btns {
        flex-direction: column;
    }
    .btn-hero-primary,
    .btn-hero-whatsapp,
    .btn-hero-outline {
        width: 100%;
        justify-content: center;
    }
    .hero-prev,
    .hero-next {
        display: none;
    }
    .trust-item {
        border-bottom: 1px solid var(--border);
        border-right: none;
    }
    .trust-item:nth-child(odd) {
        border-right: 1px solid var(--border);
    }
    .trust-item:nth-child(3),
    .trust-item:nth-child(4) {
        border-bottom: none;
    }
    .about-img-main img {
        height: 280px;
    }
    .amc-card.featured {
        transform: none;
    }
    .contact-form-card,
    .contact-info-card {
        padding: 24px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-links {
        justify-content: center;
    }
    .scroll-indicator {
        display: none;
    }
}

@media (max-width: 480px) {
    .trust-strip .container {
        padding: 0;
    }
    .chart-container {
        padding: 20px;
    }
    .emergency-box {
        padding: 28px 20px;
    }
}
