/* ============================================================
   JP LANDSCAPING & CONSTRUCTION — Main Stylesheet
   Colors: Yellow #F5D800 | Green #1B5E20 | Orange #FF6B00
   ============================================================ */

:root {
    --yellow:        #F5D800;
    --yellow-light:  #FFF176;
    --yellow-dark:   #C8B400;
    --green-dark:    #1B5E20;
    --green-mid:     #2E7D32;
    --green-light:   #4CAF50;
    --orange:        #FF6B00;
    --orange-light:  #FF8C38;
    --orange-dark:   #E55A00;
    --gray-dark:     #1E1E1E;
    --gray-mid:      #4A4A4A;
    --gray-light:    #F5F5F5;
    --white:         #FFFFFF;
    --cream:         #FFFDF0;
}

/* ── RESET & BASE ── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    max-width: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--gray-dark);
    overflow-x: hidden;
    overscroll-behavior-x: none;
    max-width: 100%;
    width: 100%;
    position: relative;
}

h1, h2, h3, h4, h5 { font-family: 'Oswald', sans-serif; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

/* Fix Bootstrap row negative margins */
.row {
    --bs-gutter-x: 1.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

section:not(.gallery-section) {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

.container:not(.gallery-section .container),
.container-fluid:not(.gallery-section .container-fluid) {
    overflow-x: hidden;
    max-width: 100%;
}

/* ── UTILITIES ── */
.section-padding { padding: 5rem 0; }

.section-label {
    display: inline-block;
    background: rgba(255,107,0,0.12);
    border-left: 3px solid var(--orange);
    color: var(--orange);
    padding: 0.3rem 0.9rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 700;
    color: var(--green-dark);
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.section-title span { color: var(--orange); }

.title-bar {
    width: 55px;
    height: 4px;
    background: linear-gradient(90deg, var(--orange), var(--yellow));
    border-radius: 2px;
    margin: 0.9rem 0 1.2rem;
}

.title-bar.centered { margin: 0.9rem auto 1.2rem; }

.section-subtitle {
    font-size: 0.95rem;
    color: var(--gray-mid);
    line-height: 1.75;
    max-width: 560px;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 0.3rem 0;
    background: var(--cream);
    box-shadow: 0 2px 20px rgba(0,0,0,0.10);
    transition: all 0.4s ease;
    max-width: 100%;
    overflow-x: hidden;
}

.navbar.scrolled {
    padding: 0.1rem 0;
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.nav-logo img {
    height: 85px;
    width: auto;
    object-fit: contain;
    transition: height 0.4s ease;
}

.navbar.scrolled .nav-logo img { height: 65px; }

.navbar-nav .nav-link {
    color: var(--green-dark) !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
    padding: 0.5rem 0.9rem !important;
    position: relative;
    transition: color 0.3s;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0.9rem;
    width: 0; height: 2px;
    background: var(--orange);
    transition: width 0.3s;
    border-radius: 2px;
}

.navbar-nav .nav-link:hover { color: var(--orange) !important; }
.navbar-nav .nav-link:hover::after { width: calc(100% - 1.8rem); }

.btn-nav-cta {
    background: var(--orange) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 0.55rem 1.4rem !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(255,107,0,0.35);
    transition: all 0.3s !important;
}

.btn-nav-cta:hover {
    background: var(--orange-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,107,0,0.45) !important;
}

.btn-nav-cta::after { display: none !important; }

.navbar-toggler {
    border: 2px solid var(--green-dark) !important;
    border-radius: 8px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231B5E20' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 95px;
    max-width: 100%;
    width: 100%;
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    overflow: hidden;
    transform: scale(1.05);
}

.hero-slide.active {
    opacity: 1;
    animation: kenBurns 7s ease-in-out forwards;
}

@keyframes kenBurns {
    0%   { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(27,94,32,0.88) 0%,
        rgba(27,94,32,0.65) 40%,
        rgba(0,0,0,0.55) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 2rem 1rem;
    max-width: 860px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245,216,0,0.18);
    border: 1px solid rgba(245,216,0,0.55);
    color: var(--yellow);
    padding: 0.45rem 1.2rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.8rem, 6.5vw, 5.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 0.5rem;
}

.hero-title .accent-yellow { color: var(--yellow); }
.hero-title .accent-orange { color: var(--orange); }

.hero-divider {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, var(--yellow), var(--orange));
    border-radius: 2px;
    margin: 1rem auto 1.2rem;
}

.hero-subtitle {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    margin-bottom: 2.2rem;
    font-weight: 300;
}

.hero-subtitle strong { color: var(--yellow); font-weight: 700; }

.btn-hero-primary {
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    color: #fff;
    padding: 0.95rem 2.2rem;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 6px 25px rgba(255,107,0,0.45);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,107,0,0.55);
    color: #fff;
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.65);
    padding: 0.95rem 2.2rem;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-hero-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}

.hero-stats-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 4;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-stat-item {
    text-align: center;
    padding: 1.1rem 1rem;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.hero-stat-item:last-child { border-right: none; }

.hero-stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--yellow);
    display: block;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.slider-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 5;
}

.slider-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    padding: 0;
}

.slider-dot.active {
    background: var(--yellow);
    width: 22px;
    border-radius: 4px;
    transform: scale(1.1);
}

/* ============================================================
   SERVICES
   ============================================================ */
#services { background: var(--cream); }

.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(27,94,32,0.06);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 45px rgba(27,94,32,0.15);
}

.service-card-img {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img { transform: scale(1.08); }

.service-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(27,94,32,0.6) 0%, transparent 60%);
    transition: opacity 0.3s;
}

.service-tag {
    position: absolute;
    top: 0.8rem; left: 0.8rem;
    background: var(--orange);
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service-card-body {
    padding: 1.4rem 1.5rem 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-icon {
    width: 46px; height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    flex-shrink: 0;
}

.icon-green  { background: linear-gradient(135deg, var(--green-mid), var(--green-light)); }
.icon-orange { background: linear-gradient(135deg, var(--orange), var(--orange-light)); }
.icon-blue   { background: linear-gradient(135deg, #0077B6, #00B4D8); }
.icon-brown  { background: linear-gradient(135deg, #5D4037, #8D6E63); }
.icon-gray   { background: linear-gradient(135deg, #455A64, #78909C); }
.icon-yellow { background: linear-gradient(135deg, #F9A825, var(--yellow)); }

.service-card-body h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--green-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.6rem;
}

.service-card-body p {
    font-size: 0.85rem;
    color: var(--gray-mid);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1.1rem;
}

.service-card-link {
    color: var(--orange);
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.3s, color 0.3s;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 0.9rem;
    margin-top: auto;
}

.service-card-link:hover {
    gap: 0.7rem;
    color: var(--orange-dark);
}

/* ============================================================
   ABOUT
   ============================================================ */
#about {
    background: var(--green-dark);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

#about::before {
    content: '';
    position: absolute;
    top: -150px; right: -150px;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245,216,0,0.07), transparent 70%);
    pointer-events: none;
    max-width: none;
}

#about::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,107,0,0.06), transparent 70%);
    pointer-events: none;
    max-width: none;
}

.about-section-title { color: #fff !important; }
.about-subtitle { color: rgba(255,255,255,0.75) !important; max-width: 100% !important; }

.about-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.about-feature {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 1.2rem;
    transition: background 0.3s, transform 0.3s;
}

.about-feature:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

.about-feature i {
    color: var(--yellow);
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    display: block;
}

.about-feature h4 {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.about-feature p { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin: 0; }

.about-stats { margin-top: 2.5rem; }

.about-stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--yellow);
    display: block;
    line-height: 1;
}

.about-stat-label {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.about-img-wrap img {
    width: 80%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.about-img-placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--green-mid), var(--green-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
}

.about-badge-box {
    position: absolute;
    bottom: 1.5rem; left: -1.5rem;
    background: var(--orange);
    color: #fff;
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    text-align: center;
    box-shadow: 0 8px 30px rgba(255,107,0,0.45);
}

.about-badge-num {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.about-badge-text {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-section {
    padding: 80px 0 60px;
    background: linear-gradient(160deg, #0d1f0d 0%, #1a2e1a 50%, #0d1f0d 100%);
    overflow: visible !important;
    width: 100%;
}

.gallery-section .container {
    overflow: visible !important;
    max-width: 100% !important;
}

.gallery-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden !important;
    padding: 16px 0;
}

#galleryTrack {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: max-content !important;
    width: auto !important;
    gap: 16px;
    overflow: visible !important;
    max-width: none !important;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.gallery-slide {
    flex: 0 0 320px !important;
    max-width: none !important;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-slide:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,0.6);
    border-color: rgba(245,216,0,0.4);
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.gallery-slide:hover img { transform: scale(1.08); }

.gallery-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.gallery-slide-overlay i {
    color: #fff;
    font-size: 1.8rem;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.gallery-slide:hover .gallery-slide-overlay { background: rgba(0,0,0,0.35); }
.gallery-slide:hover .gallery-slide-overlay i { opacity: 1; transform: scale(1); }

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: var(--orange);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    transition: background 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-arrow:hover {
    background: var(--yellow);
    color: #000;
    transform: translateY(-50%) scale(1.1);
}

.gallery-arrow-left  { left: 12px; }
.gallery-arrow-right { right: 12px; }

.gallery-counter {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.1);
}

.gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}
.gallery-lightbox.active { display: flex; }
.lightbox-content { max-width: 90vw; max-height: 90vh; text-align: center; }
.lightbox-content img { max-width: 100%; max-height: 80vh; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.8); }
.lightbox-caption { color: rgba(255,255,255,0.7); margin-top: 12px; font-size: 0.9rem; }
.lightbox-close, .lightbox-prev, .lightbox-next {
    position: fixed;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    border-radius: 50%;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 1rem;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--orange); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev  { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-next  { right: 20px; top: 50%; transform: translateY(-50%); }

@media (max-width: 768px) {
    .gallery-slide { flex: 0 0 260px !important; height: 300px; }
}

/* ============================================================
   SERVICE AREA
   ============================================================ */
#service-area { background: var(--white); }

.map-embed {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    height: 420px;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.area-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 1rem;
    background: var(--cream);
    border-radius: 10px;
    border-left: 3px solid var(--green-mid);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gray-dark);
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 0.6rem;
}

.area-item:hover {
    border-left-color: var(--orange);
    transform: translateX(5px);
    color: var(--orange);
}

.area-item i { color: var(--green-mid); font-size: 0.55rem; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
#testimonials { background: var(--cream); }

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.8rem;
    border: 1px solid rgba(27,94,32,0.08);
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -5px; right: 1.2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 7rem;
    color: var(--green-light);
    opacity: 0.07;
    line-height: 1;
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(27,94,32,0.12);
    border-color: rgba(27,94,32,0.2);
}

.tc-top { display: flex; align-items: center; justify-content: space-between; }
.tc-stars { color: var(--yellow); font-size: 1rem; letter-spacing: 2px; }

.tc-google {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #888;
    font-size: 0.72rem;
    font-weight: 700;
}

.tc-text {
    font-size: 0.88rem;
    color: var(--gray-mid);
    line-height: 1.7;
    font-style: italic;
    flex: 1;
    margin: 0;
}

.tc-author {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 1rem;
}

.tc-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tc-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--green-dark);
    margin: 0;
}

.tc-role { font-size: 0.73rem; color: #999; margin: 0; }

.rating-summary {
    background: var(--green-dark);
    border-radius: 50px;
    padding: 1rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
}

.rating-summary-stars { color: var(--yellow); font-size: 1.3rem; letter-spacing: 3px; }
.rating-summary-text { color: rgba(255,255,255,0.8); font-size: 0.88rem; }
.rating-summary-text strong { color: #fff; font-size: 1.05rem; }

/* ============================================================
   CONTACT
   ============================================================ */
#contact {
    background: linear-gradient(135deg, var(--green-dark) 0%, #0d2b12 100%);
    position: relative;
    overflow: hidden;
}

#contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(245,216,0,0.05) 0%, transparent 50%),
                      radial-gradient(circle at 80% 80%, rgba(255,107,0,0.05) 0%, transparent 50%);
    pointer-events: none;
    max-width: none;
}

.contact-info-title { color: #fff !important; }

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: rgba(255,255,255,0.07);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.09);
    transition: background 0.3s;
    margin-bottom: 1rem;
}

.contact-item:hover { background: rgba(255,255,255,0.12); }

.contact-item-icon {
    width: 46px; height: 46px;
    background: var(--orange);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255,107,0,0.35);
}

.contact-item-label {
    display: block;
    font-size: 0.68rem;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}

.contact-item-value {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    margin: 0;
    transition: color 0.3s;
}

.contact-item-value:hover { color: var(--yellow); }

.contact-form-card {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.contact-form-card h3 {
    font-size: 1.6rem;
    color: var(--green-dark);
    margin-bottom: 0.3rem;
}

.contact-form-card .form-subtitle {
    font-size: 0.85rem;
    color: var(--gray-mid);
    margin-bottom: 1.8rem;
}

.form-label {
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: var(--gray-dark) !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.35rem !important;
}

.form-control, .form-select {
    border: 2px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 0.75rem 1rem !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 0.92rem !important;
    background: #fafafa !important;
    transition: border-color 0.3s, background 0.3s !important;
    color: var(--gray-dark) !important;
}

.form-control:focus, .form-select:focus {
    border-color: var(--green-mid) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(46,125,50,0.12) !important;
}

.form-control::placeholder { color: #bbb !important; }
textarea.form-control { resize: vertical; min-height: 115px; }

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(255,107,0,0.4);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,107,0,0.5);
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: #071a0a;
    color: rgba(255,255,255,0.6);
    padding: 3.5rem 0 1.5rem;
}

.footer-brand-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.8rem;
}

.footer-brand-name span { color: var(--yellow); }

.footer-desc {
    font-size: 0.85rem;
    line-height: 1.7;
    max-width: 290px;
    margin-bottom: 1.2rem;
}

.footer-heading {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: var(--orange);
    border-radius: 2px;
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }

.footer-links a {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.3s, gap 0.3s;
}

.footer-links a:hover { color: var(--yellow); gap: 0.6rem; }
.footer-links a i { font-size: 0.55rem; color: var(--orange); }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 1.5rem;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
}

.footer-bottom a { color: var(--yellow); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .about-badge-box { left: 0.5rem; bottom: 0.5rem; }
    .navbar-collapse { background: var(--cream); padding: 1rem; border-radius: 0 0 16px 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
}

@media (max-width: 576px) {
    .hero-stats-bar .row > div:nth-child(3),
    .hero-stats-bar .row > div:nth-child(4) { display: none; }
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
[data-aos] { opacity: 0; }

:root {
    --animate-duration: 0.7s;
    --animate-delay: 0.1s;
}

.animate-delay-100 { animation-delay: 0.1s; }
.animate-delay-150 { animation-delay: 0.15s; }
.animate-delay-200 { animation-delay: 0.2s; }
.animate-delay-250 { animation-delay: 0.25s; }
.animate-delay-300 { animation-delay: 0.3s; }
.animate-delay-350 { animation-delay: 0.35s; }
.animate-delay-400 { animation-delay: 0.4s; }

.hero-animate-1 { animation: fadeInDown 0.8s ease both; animation-delay: 0.2s; }
.hero-animate-2 { animation: fadeInUp 0.9s ease both; animation-delay: 0.4s; }
.hero-animate-3 { animation: fadeInUp 0.9s ease both; animation-delay: 0.6s; }
.hero-animate-4 { animation: fadeInUp 0.9s ease both; animation-delay: 0.8s; }

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.85); }
    to   { opacity: 1; transform: scale(1); }
}

.service-card {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease !important;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 20px 50px rgba(27,94,32,0.18) !important;
}

.service-card-icon {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.service-card:hover .service-card-icon {
    transform: scale(1.15) rotate(-5deg) !important;
}

.area-item {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.testimonial-card {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease !important;
}

.about-feature {
    transition: background 0.3s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.contact-item {
    transition: background 0.3s, transform 0.3s ease !important;
}

.contact-item:hover {
    transform: translateX(5px) !important;
}

/* ============================================================
   REDES SOCIALES — FOOTER
   ============================================================ */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.footer-social a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    color: #fff !important;
}

.footer-social a:nth-child(1) { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; } /* Instagram */
.footer-social a:nth-child(2) { background: #1877F2 !important; }  /* Facebook  */
.footer-social a:nth-child(3) { background: #25D366 !important; }  /* WhatsApp  */
/* ============================================================
   BOTONES FLOTANTES — DERECHA
   ============================================================ */
.social-float-col {
    position: fixed !important;
    right: 18px !important;
    bottom: 15vh !important; /* 1/3 inferior de la pantalla */
    top: auto !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    z-index: 99999 !important;
}

.sfc-btn {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 22px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25) !important;
    animation: pulse 2s ease-in-out infinite !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}

/* Delay escalonado para que no pulsen igual */
.sfc-btn:nth-child(1) { animation-delay: 0s !important; }
.sfc-btn:nth-child(2) { animation-delay: 0.3s !important; }
.sfc-btn:nth-child(3) { animation-delay: 0.6s !important; }

.sfc-btn:hover {
    transform: scale(1.2) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35) !important;
    animation-play-state: paused !important;
}

.sfc-wa { background: #25D366 !important; }
.sfc-fb { background: #1877F2 !important; }
.sfc-ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; }

@keyframes pulse {
    0%   { transform: scale(1);    box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
    50%  { transform: scale(1.12); box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
    100% { transform: scale(1);    box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
}

/* Móvil */
@media (max-width: 768px) {
    .social-float-col {
        right: 12px !important;
        bottom: 20px !important;
    }
    .sfc-btn {
        width: 46px !important;
        height: 46px !important;
        font-size: 19px !important;
    }
}