@charset "UTF-8";

/* ══════════════════════════════════════════════════════════════
   MODERN SLIDER STYLES — Alternative header + button treatment
   Brand colors:  Gold #fbbb10  |  UTA Green #00853e
   ══════════════════════════════════════════════════════════════ */

/* ── Header text: gold with depth ── */
.slider-header-modern {
    display: block;
    max-width: 1300px;
    white-space: normal;
    text-align: left;
    font-weight: 700;
    color: #fbbb10;
    padding-top: 0 !important;
    margin-top: 0 !important;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-shadow:
        0 1px 3px rgba(0,0,0,0.5),
        0 0 20px rgba(0,0,0,0.25);
}

/* ── Subtitle / secondary line: clean white with gold shadow ── */
.slider-subheader-modern {
    display: block;
    max-width: 1300px;
    white-space: normal;
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    padding-top: 0 !important;
    margin-top: 0 !important;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-shadow:
        0 1px 3px rgba(0,0,0,0.5),
        0 0 15px rgba(0,0,0,0.2);
}

/* ── Gold accent bar above text group ── */
.slider-accent-bar {
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #fbbb10, #f5d060);
    border-radius: 2px;
    margin-bottom: 1em;
}

/* ── Modern button: UTA Green, pill shape, clean transition ── */
.slider-btn-modern {
    display: block;
    width: fit-content;
    margin-top: 1.8em;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
    background: #00853e;
    border: 2px solid #00853e;
    border-radius: 50px;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    z-index: 100;
    pointer-events: auto;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.15s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,133,62,0.3);
}

.slider-btn-modern:hover {
    background: #fbbb10 !important;
    border-color: #fbbb10 !important;
    color: #000 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(251,187,16,0.35);
}

.slider-btn-modern:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,133,62,0.3);
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS — Modern variant
   ══════════════════════════════════════════════════════════════ */

/* ── 0–288px: Tiny phones ── */
@media (max-width: 288px) {
    .slider-header-modern   { font-size: 12px !important; }
    .slider-subheader-modern { font-size: 10px !important; }
    .slider-accent-bar       { width: 30px; height: 2px; margin-bottom: 0.5em; }
    .slider-btn-modern       { padding: 5px 14px; font-size: 8px; margin-top: 0.8em; border-radius: 30px; }
}

/* ── 289–360px: Small phones ── */
@media (min-width: 289px) and (max-width: 360px) {
    .slider-header-modern   { font-size: 14px !important; min-width: 70vw; }
    .slider-subheader-modern { font-size: 11px !important; min-width: 70vw; }
    .slider-accent-bar       { width: 35px; height: 2px; margin-bottom: 0.6em; }
    .slider-btn-modern       { padding: 6px 16px; font-size: 9px; margin-top: 0.8em; border-radius: 30px; }
}

/* ── 361–402px ── */
@media (min-width: 361px) and (max-width: 402px) {
    .slider-header-modern   { font-size: 16px !important; min-width: 70vw; }
    .slider-subheader-modern { font-size: 13px !important; min-width: 70vw; }
    .slider-accent-bar       { width: 38px; height: 2px; margin-bottom: 0.7em; }
    .slider-btn-modern       { padding: 6px 18px; font-size: 10px; margin-top: 1em; border-radius: 30px; }
}

/* ── 403–452px ── */
@media (min-width: 403px) and (max-width: 452px) {
    .slider-header-modern   { font-size: 16px !important; min-width: 70vw; }
    .slider-subheader-modern { font-size: 13px !important; min-width: 70vw; }
    .slider-accent-bar       { width: 40px; height: 2px; margin-bottom: 0.7em; }
    .slider-btn-modern       { padding: 7px 18px; font-size: 10px; margin-top: 1em; border-radius: 30px; }
}

/* ── 453–486px ── */
@media (min-width: 453px) and (max-width: 486px) {
    .slider-header-modern   { font-size: 20px !important; }
    .slider-subheader-modern { font-size: 16px !important; }
    .slider-accent-bar       { width: 42px; margin-bottom: 0.8em; }
    .slider-btn-modern       { padding: 8px 20px; font-size: 11px; margin-top: 1.2em; }
}

/* ── 487–576px ── */
@media (min-width: 487px) and (max-width: 576px) {
    .slider-header-modern   { font-size: 22px !important; }
    .slider-subheader-modern { font-size: 17px !important; }
    .slider-accent-bar       { width: 45px; margin-bottom: 0.8em; }
    .slider-btn-modern       { padding: 9px 22px; font-size: 11px; margin-top: 1.2em; }
}

/* ── 577–649px ── */
@media (min-width: 577px) and (max-width: 649px) {
    .slider-header-modern   { font-size: 24px !important; }
    .slider-subheader-modern { font-size: 19px !important; }
    .slider-accent-bar       { width: 48px; margin-bottom: 0.9em; }
    .slider-btn-modern       { padding: 10px 22px; font-size: 12px; margin-top: 1.5em; }
}

/* ── 650–767px: Large phones / small tablets ── */
@media (min-width: 650px) and (max-width: 767px) {
    .slider-header-modern   { font-size: 26px !important; }
    .slider-subheader-modern { font-size: 21px !important; }
    .slider-accent-bar       { width: 50px; margin-bottom: 1em; }
    .slider-btn-modern       { padding: 11px 24px; font-size: 13px; margin-top: 1.5em; }
}

/* ── 768–991px: Tablets ── */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-header-modern   { font-size: 28px; }
    .slider-subheader-modern { font-size: 22px; }
    .slider-accent-bar       { width: 52px; margin-bottom: 1em; }
    .slider-btn-modern       { padding: 12px 28px; font-size: 14px; margin-top: 1.8em; }
}

/* ── 992–1199px: Small desktops ── */
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-header-modern   { font-size: 30px; max-width: 1100px; }
    .slider-subheader-modern { font-size: 24px; max-width: 1100px; }
    .slider-accent-bar       { width: 55px; margin-bottom: 1em; }
    .slider-btn-modern       { padding: 14px 32px; font-size: 15px; margin-top: 2em; }
}

/* ── 1200–1399px: Standard desktops ── */
@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-header-modern   { font-size: 40px; max-width: 1300px; }
    .slider-subheader-modern { font-size: 28px; max-width: 1300px; }
    .slider-accent-bar       { width: 60px; margin-bottom: 1.1em; }
    .slider-btn-modern       { padding: 15px 36px; font-size: 16px; margin-top: 2em; }
}

/* ── 1400–1799px: Large desktops ── */
@media (min-width: 1400px) and (max-width: 1799px) {
    .slider-header-modern   { font-size: 42px; max-width: 1300px; }
    .slider-subheader-modern { font-size: 30px; max-width: 1300px; }
    .slider-accent-bar       { width: 60px; margin-bottom: 1.2em; }
    .slider-btn-modern       { padding: 16px 40px; font-size: 17px; margin-top: 2em; }
}

/* ── 1800–1954px: Wide monitors ── */
@media (min-width: 1800px) and (max-width: 1954px) {
    .slider-header-modern   { font-size: 44px; max-width: 1100px; }
    .slider-subheader-modern { font-size: 32px; max-width: 1100px; }
    .slider-accent-bar       { width: 65px; margin-bottom: 1.2em; }
    .slider-btn-modern       { padding: 16px 40px; font-size: 18px; margin-top: 2em; }
}

/* ── 1955–2299px: Extra-wide ── */
@media (min-width: 1955px) and (max-width: 2299px) {
    .slider-header-modern   { font-size: 44px; max-width: 1500px; }
    .slider-subheader-modern { font-size: 32px; max-width: 1500px; }
    .slider-accent-bar       { width: 65px; }
    .slider-btn-modern       { padding: 17px 42px; font-size: 18px; margin-top: 2em; }
}

/* ── 2300px+: Ultra-wide ── */
@media (min-width: 2300px) {
    .slider-header-modern   { font-size: 44px; max-width: 1000px; }
    .slider-subheader-modern { font-size: 32px; max-width: 1000px; }
    .slider-accent-bar       { width: 65px; }
    .slider-btn-modern       { padding: 17px 44px; font-size: 18px; margin-top: 2em; }
}

/* ══════════════════════════════════════════════════════════════
   SLIDER HEIGHT REDUCTION — Large screens only
   ══════════════════════════════════════════════════════════════ */

@media (min-width: 992px) {
    .carousel-inner {
        max-height: 70vh;
        overflow: hidden;
    }
    .carousel-item {
        max-height: 70vh !important;
        overflow: hidden;
    }
    .carousel-item img {
        object-fit: cover;
        width: 100%;
        min-height: 70vh;
    }
}

/* ══════════════════════════════════════════════════════════════
   TEASER / ANCHOR NAV BAR — Below slider
   ══════════════════════════════════════════════════════════════ */

.teaser-anchor-bar {
    background: linear-gradient(135deg, #282e3e 0%, #1a1f2e 100%);
    padding: 0;
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.teaser-anchor-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00853e, #fbbb10, #00853e);
}

.teaser-anchor-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.teaser-anchor-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.teaser-anchor-item + .teaser-anchor-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255,255,255,0.12);
}

.teaser-anchor-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    height: 100%;
}

.teaser-anchor-link:hover {
    background: rgba(251,187,16,0.1);
    color: #fbbb10 !important;
}

.teaser-anchor-link:hover .teaser-anchor-icon {
    color: #fbbb10;
    transform: scale(1.15);
}

.teaser-anchor-link:hover .teaser-anchor-number {
    color: #fbbb10;
    transform: scale(1.08);
}

.teaser-anchor-link:hover .teaser-anchor-label {
    color: #fbbb10;
}

.teaser-anchor-icon {
    font-size: 26px;
    margin-bottom: 8px;
    color: #fbbb10;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1;
}

/* Large stat numbers */
.teaser-anchor-number {
    font-size: 34px;
    font-weight: 800;
    color: #fbbb10;
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
    transition: color 0.3s ease, transform 0.3s ease;
}

.teaser-anchor-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.teaser-anchor-sublabel {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    margin-top: 3px;
    letter-spacing: 0.02em;
    transition: color 0.3s ease;
}

.teaser-anchor-link:hover .teaser-anchor-sublabel {
    color: rgba(251,187,16,0.6);
}

/* ── Teaser bar responsive ── */

@media (max-width: 576px) {
    .teaser-anchor-list {
        flex-wrap: wrap;
    }
    .teaser-anchor-item {
        flex: 0 0 50%;
    }
    .teaser-anchor-item:nth-child(n+3)::before {
        display: none;
    }
    .teaser-anchor-item:nth-child(3)::before,
    .teaser-anchor-item:nth-child(4)::before {
        display: none;
    }
    .teaser-anchor-link {
        padding: 14px 10px;
    }
    .teaser-anchor-icon {
        font-size: 22px;
    }
    .teaser-anchor-number {
        font-size: 26px;
    }
    .teaser-anchor-label {
        font-size: 11px;
    }
    .teaser-anchor-sublabel {
        display: none;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .teaser-anchor-link {
        padding: 16px 12px;
    }
    .teaser-anchor-icon {
        font-size: 24px;
    }
    .teaser-anchor-number {
        font-size: 28px;
    }
    .teaser-anchor-label {
        font-size: 12px;
    }
    .teaser-anchor-sublabel {
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .teaser-anchor-link {
        padding: 18px 14px;
    }
    .teaser-anchor-number {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .teaser-anchor-link {
        padding: 22px 20px;
    }
    .teaser-anchor-icon {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .teaser-anchor-number {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .teaser-anchor-label {
        font-size: 14px;
    }
    .teaser-anchor-sublabel {
        font-size: 12px;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION-PRODUCTS — Business-style card redesign
   Scoped to #section-products so other hovereffect cards aren't affected
   ══════════════════════════════════════════════════════════════ */

/* Section header refinements */
#section-products .textxsheader {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #282e3e;
}

#section-products hr {
    border-top: 3px solid #00853e;
    width: 60px;
    margin: 12px auto 20px;
}

#section-products .h4.fw-l {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 10px;
}

/* Card wrapper */
#section-products .toppad {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/* The card itself */
#section-products .hovereffect {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    background: #fff;
    float: none;
    cursor: pointer;
}

#section-products .hovereffect:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

/* Image inside the card */
#section-products .hovereffect img.img-responsive {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.45s ease;
}

#section-products .hovereffect:hover img.img-responsive {
    transform: scale(1.05);
}

/* Overlay — cleaner gradient instead of flat tint */
#section-products .hovereffect .overlay {
    background: linear-gradient(0deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 55%, transparent 100%);
    transition: background 0.4s ease;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 24px 20px;
}

#section-products .hovereffect:hover .overlay {
    background: linear-gradient(0deg, rgba(0,133,62,0.88) 0%, rgba(0,133,62,0.45) 60%, rgba(0,133,62,0.1) 100%);
}

/* Title text */
#section-products .hovereffect .overlay h2 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.01em;
    margin: 0 0 6px 0;
    padding: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
    transform: none;
    line-height: 1.3;
    position: relative;
}

#section-products .hovereffect .overlay h2 br {
    display: none;
}

#section-products .hovereffect:hover .overlay h2 {
    transform: none;
}

/* Description link text */
#section-products .hovereffect .overlay a.box-text-main {
    display: block;
    color: rgba(255,255,255,0.9);
    font-size: 0.85rem;
    font-weight: 500;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
}

#section-products .hovereffect:hover .overlay a.box-text-main {
    opacity: 1;
    transform: translateY(0);
}

/* Subtle bottom accent bar on each card */
#section-products .hovereffect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

#section-products .hovereffect:hover::after {
    opacity: 1;
}

/* ── Responsive tweaks for product cards ── */
@media (max-width: 575px) {
    #section-products .hovereffect img.img-responsive {
        height: 180px;
    }
    #section-products .hovereffect .overlay {
        padding: 18px 16px;
    }
    #section-products .hovereffect .overlay h2 {
        font-size: 1.05rem;
    }
}

@media (min-width: 992px) {
    #section-products .hovereffect img.img-responsive {
        height: 200px;
    }
}

@media (min-width: 1200px) {
    #section-products .hovereffect img.img-responsive {
        height: 220px;
    }
    #section-products .hovereffect .overlay h2 {
        font-size: 1.2rem;
    }
    #section-products .hovereffect .overlay a.box-text-main {
        font-size: 0.88rem;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION-NUMBERS — "We Love Numbers" — exciting business style
   Scoped to #section-numbers
   ══════════════════════════════════════════════════════════════ */

/* ── Keyframes ── */
@keyframes numbersLineDrift {
    0%   { background-position: 0 0; }
    100% { background-position: 60px 60px; }
}

@keyframes numbersPulseGlow {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50%      { opacity: 0.7; transform: scale(1.15); }
}

@keyframes numbersSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Section shell ── */
#section-numbers {
    background: linear-gradient(135deg, #1a1f2e 0%, #0f1219 50%, #1a1f2e 100%);
    padding: 70px 0 80px;
    position: relative;
    overflow: hidden;
}

/* Animated diagonal grid lines */
.numbers-bg-lines {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 28px,
            rgba(251,187,16,0.03) 28px,
            rgba(251,187,16,0.03) 29px
        );
    animation: numbersLineDrift 8s linear infinite;
    pointer-events: none;
}

/* Ambient glow spots */
#section-numbers::before {
    content: '';
    position: absolute;
    top: -20%; left: -10%;
    width: 50%; height: 140%;
    background: radial-gradient(ellipse, rgba(0,133,62,0.12) 0%, transparent 65%);
    pointer-events: none;
}

#section-numbers::after {
    content: '';
    position: absolute;
    top: -20%; right: -10%;
    width: 50%; height: 140%;
    background: radial-gradient(ellipse, rgba(251,187,16,0.08) 0%, transparent 65%);
    pointer-events: none;
}

#section-numbers .container {
    position: relative;
    z-index: 2;
}

/* ── Section heading ── */
#section-numbers h2.text-center {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: 0 2px 20px rgba(251,187,16,0.15);
}

#section-numbers hr {
    border: none;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, #00853e, #fbbb10, #00853e);
    margin: 0 auto 22px;
    border-radius: 2px;
}

#section-numbers p.h4.fw-l {
    color: rgba(255,255,255,0.65);
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

/* ── Stat cards grid ── */
#section-numbers .row-45 {
    margin-top: 20px;
}

#section-numbers .row-45 > [class*="col-"] {
    padding: 12px;
    text-align: center;
}

/* The card */
#section-numbers .stat-card {
    position: relative;
    background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 36px 20px 28px;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    /* Stagger entrance — hidden until JS adds .stat-card-visible */
    opacity: 0;
    transform: translateY(30px);
}

#section-numbers .stat-card.stat-card-visible {
    animation: numbersSlideUp 0.6s ease forwards;
}

#section-numbers .stat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(251,187,16,0.35);
    box-shadow:
        0 12px 40px rgba(0,0,0,0.3),
        0 0 30px rgba(251,187,16,0.08);
}

/* Pulsing glow behind number */
#section-numbers .stat-card-glow {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251,187,16,0.2) 0%, transparent 70%);
    animation: numbersPulseGlow 3s ease-in-out infinite;
    pointer-events: none;
}

/* Icon above the number */
#section-numbers .stat-icon {
    font-size: 1.4rem;
    color: #00853e;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#section-numbers .stat-card:hover .stat-icon {
    opacity: 1;
    transform: scale(1.2);
}

/* Big number */
#section-numbers .couter {
    font-size: 3.4rem;
    font-weight: 800;
    color: #fbbb10;
    font-family: Montserrat, sans-serif;
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: transform 0.35s ease, text-shadow 0.35s ease;
}

#section-numbers .stat-card:hover .couter {
    transform: scale(1.08);
    text-shadow: 0 0 20px rgba(251,187,16,0.3);
}

/* Label text */
#section-numbers .h5.fw-l {
    color: rgba(255,255,255,0.8);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
}

/* Animated progress bar */
#section-numbers .stat-bar {
    width: 80%;
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#section-numbers .stat-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    border-radius: 4px;
    width: 0%;
    /* width animated by JS */
}

/* Top accent line on card */
#section-numbers .stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(251,187,16,0.4), transparent);
    border-radius: 2px;
    transition: left 0.4s ease, right 0.4s ease, opacity 0.4s ease;
}

#section-numbers .stat-card:hover::before {
    left: 10%;
    right: 10%;
}

/* ── Responsive ── */
@media (max-width: 575px) {
    #section-numbers {
        padding: 45px 0 55px;
    }
    #section-numbers h2.text-center {
        font-size: 1.6rem;
    }
    #section-numbers .couter {
        font-size: 2.6rem;
    }
    #section-numbers .stat-card {
        padding: 28px 16px 22px;
        margin-bottom: 6px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #section-numbers .couter {
        font-size: 2.8rem;
    }
    #section-numbers .stat-card {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #section-numbers .couter {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    #section-numbers .couter {
        font-size: 3.4rem;
    }
}

@media (min-width: 1200px) {
    #section-numbers {
        padding: 80px 0 90px;
    }
    #section-numbers h2.text-center {
        font-size: 2.4rem;
    }
    #section-numbers .couter {
        font-size: 4rem;
    }
    #section-numbers .h5.fw-l {
        font-size: 0.95rem;
    }
    #section-numbers .stat-card {
        padding: 40px 24px 32px;
    }
}

/* ══════════════════════════════════════════════════════════════
   SECTION-TESTIMONIALS — "What Our Clients Have To Say"
   Business-style upgrade, scoped to #section-testimonials
   ══════════════════════════════════════════════════════════════ */

#section-testimonials {
    background: linear-gradient(180deg, #f8f9fb 0%, #eef0f4 100%);
    padding: 65px 0 70px;
    position: relative;
    overflow: hidden;
}

/* Subtle diagonal texture */
#section-testimonials::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgba(0,133,62,0.02) 40px,
            rgba(0,133,62,0.02) 41px
        );
    pointer-events: none;
}

/* Top green-to-gold accent bar */
#section-testimonials::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00853e, #fbbb10, #00853e);
}

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

/* Heading */
#section-testimonials h2.text-center {
    color: #282e3e;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

#section-testimonials hr {
    border: none;
    height: 3px;
    width: 70px;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    margin: 0 auto 16px;
    border-radius: 2px;
}

.testimonials-subtitle {
    text-align: center;
    color: #666;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 auto 30px;
    max-width: 500px;
}

/* ── Card overrides ── */
#section-testimonials .card-2 {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    margin: 0 8px 20px;
    min-height: auto;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

#section-testimonials .card-2:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    border-color: rgba(0,133,62,0.15);
}

/* Green left accent strip */
#section-testimonials .card-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #00853e, #fbbb10);
    border-radius: 16px 0 0 16px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

#section-testimonials .card-2:hover::before {
    opacity: 1;
}

/* Large decorative quote mark */
#section-testimonials .card-2::after {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 4.5rem;
    font-family: Georgia, serif;
    color: rgba(0,133,62,0.07);
    line-height: 1;
    pointer-events: none;
}

/* Logo area */
#section-testimonials .card-2 .img-wrapper-2 {
    max-width: 70%;
    height: 10em;
    margin: 20px auto 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#section-testimonials .card-2 img {
    max-height: 100%;
    filter: grayscale(30%);
    transition: filter 0.35s ease;
}

#section-testimonials .card-2:hover img {
    filter: grayscale(0%);
}

/* Card body / quote text */
#section-testimonials .card-2 .card-body {
    padding: 18px 22px 24px;
}

#section-testimonials .card-2 .card-text-size,
#section-testimonials .card-2 .card-text.card-text-size {
    font-size: 0.88rem !important;
    line-height: 1.65;
    color: #444;
    font-style: italic;
    font-weight: 400;
}

/* ── Equal-height cards ── */
#section-testimonials .owl-carousel .owl-stage {
    display: flex !important;
}

#section-testimonials .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

#section-testimonials .owl-carousel .owl-item .item {
    display: flex;
    width: 100%;
}

#section-testimonials .card-2 {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    max-height: 480px;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

#section-testimonials .card-2:hover {
    max-height: 1200px;
    overflow: visible;
    z-index: 10;
    transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

#section-testimonials .card-2 .card-body {
    flex: 1;
    display: flex;
    align-items: flex-start;
    position: relative;
}

/* Fade-out gradient at bottom when text is clipped */
#section-testimonials .card-2 .card-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(transparent, #ffffff);
    pointer-events: none;
    transition: opacity 0.35s ease;
}

#section-testimonials .card-2:hover .card-body::after {
    opacity: 0;
}

#section-testimonials .card-2 .card-body .card-text-size,
#section-testimonials .card-2 .card-body .card-text.card-text-size {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
}

/* ── OWL carousel nav — flanking left/right ── */
#section-testimonials .owl-carousel {
    position: relative;
    padding: 0 55px;
}

#section-testimonials .owl-nav {
    position: static;
    margin: 0;
}

#section-testimonials .owl-prev,
#section-testimonials .owl-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    width: 44px;
    height: 44px;
    margin: 0;
    background: #282e3e !important;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    line-height: 44px;
    text-align: center;
    opacity: 1;
    z-index: 10;
}

#section-testimonials .owl-prev {
    left: 0;
}

#section-testimonials .owl-next {
    right: 0;
}

#section-testimonials .owl-prev:hover,
#section-testimonials .owl-next:hover {
    background: #00853e !important;
    transform: translateY(-50%) scale(1.1);
    border-color: rgba(251,187,16,0.3);
}

#section-testimonials .owl-prev::before,
#section-testimonials .owl-next::before {
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fff;
}

#section-testimonials .owl-prev::before {
    content: '\f104';
}

#section-testimonials .owl-next::before {
    content: '\f105';
}

/* Hide default inner content from OWL nav buttons */
#section-testimonials .owl-prev i,
#section-testimonials .owl-next i {
    color: #fff;
    transform: scale(1, 2.5);
}

/* OWL dots */
#section-testimonials .owl-dots {
    text-align: center;
    margin-top: 16px;
}

#section-testimonials .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    transition: background 0.3s ease, transform 0.3s ease;
}

#section-testimonials .owl-dot.active span {
    background: #00853e;
    transform: scale(1.3);
}

/* ── CTA button ── */
.testimonials-cta-wrap {
    margin-top: 30px;
}

.testimonials-cta {
    display: inline-block;
    padding: 12px 36px;
    background: linear-gradient(135deg, #00853e, #006b32);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,133,62,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.testimonials-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,133,62,0.35);
    background: linear-gradient(135deg, #009e4a, #00853e);
}

/* ── Responsive ── */
@media (max-width: 575px) {
    #section-testimonials {
        padding: 45px 0 50px;
    }
    #section-testimonials h2.text-center {
        font-size: 1.5rem;
    }
    .testimonials-subtitle {
        font-size: 0.95rem;
    }
    #section-testimonials .card-2 .img-wrapper-2 {
        height: 8em;
    }
    #section-testimonials .card-2 {
        max-height: 400px;
    }
    #section-testimonials .owl-carousel {
        padding: 0 40px;
    }
    #section-testimonials .owl-prev,
    #section-testimonials .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    #section-testimonials .owl-prev::before,
    #section-testimonials .owl-next::before {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #section-testimonials .card-2 .card-text-size {
        font-size: 0.82rem !important;
    }
}

@media (min-width: 1200px) {
    #section-testimonials {
        padding: 75px 0 80px;
    }
    #section-testimonials h2.text-center {
        font-size: 2.2rem;
    }
    #section-testimonials .card-2 .card-body {
        padding: 20px 26px 28px;
    }
    #section-testimonials .card-2 .card-text-size {
        font-size: 0.92rem !important;
    }
    #section-testimonials .owl-carousel {
        padding: 0 65px;
    }
    #section-testimonials .owl-prev,
    #section-testimonials .owl-next {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}
