/* =========================================================
   ADGRO MEDIA - HOME PAGE STYLES
   File: index.css
   ========================================================= */

:root {
    --adgro-primary: #76245d;
    --adgro-primary-dark: #ea580c;
    --adgro-dark: #111827;
    --adgro-dark-2: #1f2937;
    --adgro-light: #f8fafc;
    --adgro-muted: #64748b;
    --adgro-white: #ffffff;
    --adgro-border: #e5e7eb;
    --adgro-success: #22c55e;
    --adgro-radius: 18px;
    --adgro-shadow: 0 15px 45px rgba(15, 23, 42, .10);
    --adgro-transition: all .3s ease;
   
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #334155;
    background: #fff;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
}

a {
    text-decoration: none;
    transition: var(--adgro-transition);
}

img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   COMMON
   ========================================================= */

.section-padding {
    padding: 90px 0;
}

.section-heading {
    max-width: 800px;
    margin: 0 auto 48px;
}

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--adgro-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title {
    margin: 0 0 18px;
    color: var(--adgro-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
}

.section-title span,
.hero-content h1 span,
.hero-content h2 span,
.final-cta h2 span {
    color: var(--adgro-primary);
}

.section-description,
.section-heading > p {
    color: var(--adgro-muted);
    font-size: 1.05rem;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.btn-adgro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border: 2px solid var(--adgro-primary);
    border-radius: 8px;
    color: #fff;
    background: var(--adgro-primary);
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(249, 115, 22, .22);
}

.btn-adgro:hover,
.btn-adgro:focus {
    color: #fff;
    background: var(--adgro-primary-dark);
    border-color: var(--adgro-primary-dark);
    transform: translateY(-2px);
}

.btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 8px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font-weight: 700;
    backdrop-filter: blur(5px);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: var(--adgro-dark);
    background: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 24px;
    border: 2px solid var(--adgro-success);
    border-radius: 8px;
    color: #fff;
    background: var(--adgro-success);
    font-weight: 700;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    color: #fff;
    background: #16a34a;
    border-color: #16a34a;
    transform: translateY(-2px);
}

/* =========================================================
   HERO SLIDER
   ========================================================= */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.hero-overlay {
   /* position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 7, 18, .88) 0%,
        rgba(3, 7, 18, .70) 42%,
        rgba(3, 7, 18, .28) 100%);*/
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding: 80px 0 10px 10px;
    color: #fff;
}

.hero-small-title {
    display: inline-block;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left: 4px solid var(--adgro-primary);
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.hero-content h1,
.hero-content h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.hero-content p {
    max-width: 680px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.86);
    font-size: 1.08rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.carousel-indicators {
    z-index: 5;
    bottom: 30px;
}

.carousel-indicators button {
    width: 28px;
    height: 4px;
    margin: 0 4px;
    border: 0;
    border-radius: 50px;
    background: rgba(255,255,255,.5);
}

.carousel-indicators .active {
    width: 48px;
    background: var(--adgro-primary);
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 4;
    width: 7%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 42px;
    height: 42px;
    padding: 8px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.32);
    background-size: 45%;
    backdrop-filter: blur(4px);
}

/* =========================================================
   QUICK CONTACT
   ========================================================= */

.quick-contact-bar {
    position: relative;
    z-index: 10;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 8px 25px rgba(15,23,42,.08);
}

.quick-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 68px;
    padding: 8px 15px;
}

.quick-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: var(--adgro-primary);
    font-size: 1.2rem;
}

.whatsapp-icon {
    background: var(--adgro-success);
}

.quick-contact-item small {
    display: block;
    margin-bottom: 2px;
    color: var(--adgro-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.quick-contact-item strong {
    display: block;
    color: var(--adgro-dark);
    font-size: .95rem;
    line-height: 1.45;
}

.quick-contact-item a {
    color: inherit;
}

.quick-contact-item a:hover {
    color: var(--adgro-primary);
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.intro-highlight-box {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid var(--adgro-border);
    border-radius: var(--adgro-radius);
    background: linear-gradient(145deg, #fff, #f8fafc);
    box-shadow: var(--adgro-shadow);
}

.intro-highlight-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(249,115,22,.09);
}

.intro-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 16px;
    color: #fff;
    background: var(--adgro-primary);
    font-size: 1.55rem;
}

.intro-highlight-box h3 {
    position: relative;
    margin-bottom: 10px;
    color: var(--adgro-dark);
    font-size: 1.7rem;
    font-weight: 800;
}

.intro-highlight-box p {
    color: var(--adgro-muted);
}

.intro-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 25px;
}

.intro-points > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--adgro-dark);
    font-weight: 700;
}

.intro-points i {
    color: var(--adgro-primary);
}

/* =========================================================
   SERVICES
   ========================================================= */

.services-home-section {
    padding: 95px 0;
    background: var(--adgro-light);
}

.home-service-card {
    position: relative;
    height: 100%;
    padding: 34px 30px 30px;
    border: 1px solid var(--adgro-border);
    border-radius: var(--adgro-radius);
    background: #fff;
    box-shadow: 0 8px 30px rgba(15,23,42,.05);
    transition: var(--adgro-transition);
}

.home-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249,115,22,.35);
    box-shadow: 0 20px 45px rgba(15,23,42,.12);
}

.featured-service {
    border: 2px solid var(--adgro-primary);
    box-shadow: 0 15px 40px rgba(249,115,22,.14);
}

.service-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 15px;
    color: #fff;
    background: var(--adgro-primary);
    font-size: 1.4rem;
}

.service-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #cbd5e1;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

.home-service-card h3 {
    margin-bottom: 12px;
    color: var(--adgro-dark);
    font-size: 1.45rem;
    font-weight: 800;
}

.home-service-card p {
    min-height: 75px;
    color: var(--adgro-muted);
}

.home-service-card ul {
    margin: 22px 0 25px;
    padding: 0;
    list-style: none;
}

.home-service-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 0;
    color: #475569;
    font-size: .95rem;
}

.home-service-card li i {
    color: var(--adgro-primary);
    font-weight: 800;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--adgro-primary);
    font-weight: 800;
}

.service-link:hover {
    color: var(--adgro-primary-dark);
    gap: 12px;
}

/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.why-section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(249,115,22,.22), transparent 32%),
        linear-gradient(135deg, #0f172a, #111827);
}

.why-section .section-title {
    color: #fff;
}

.why-list {
    margin-top: 35px;
}

.why-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.why-item:last-child {
    border-bottom: 0;
}

.why-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid violet;
    border-radius: 13px;
    color: white;
    background: rgba(249,115,22,.08);
    font-size: 1.2rem;
}

.why-item h4 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.why-item p {
    margin: 0;
    color: rgba(255,255,255,.62);
}

.why-stat-card {
    position: relative;
    max-width: 440px;
    margin-left: auto;
    padding: 50px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 25px;
    background: rgba(255,255,255,.06);
    box-shadow: 0 25px 70px rgba(0,0,0,.2);
    backdrop-filter: blur(12px);
}

.why-stat-card > span {
    color: var(--adgro-primary);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.why-stat-card strong {
    display: block;
    margin: 22px 0;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    line-height: .92;
}

.why-stat-card p {
    margin-bottom: 25px;
    color: rgba(255,255,255,.68);
}

/* =========================================================
   LOCAL SEO / LOCATION CARDS
   ========================================================= */

.location-card {
    height: 100%;
    padding: 34px 28px;
    text-align: center;
    border: 1px solid var(--adgro-border);
    border-radius: var(--adgro-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
    transition: var(--adgro-transition);
}

.location-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--adgro-shadow);
}

.location-card > i {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: var(--adgro-primary);
    background: rgba(249,115,22,.1);
    font-size: 1.35rem;
}

.location-card h3 {
    margin-bottom: 10px;
    color: var(--adgro-dark);
    font-size: 1.25rem;
    font-weight: 800;
}

.location-card p {
    margin: 0;
    color: var(--adgro-muted);
}

.location-card a {
    color: var(--adgro-primary);
    font-weight: 800;
}

.location-card a:hover {
    color: var(--adgro-primary-dark);
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.final-cta-section {
    padding: 40px 0 100px;
    background: #fff;
}

.final-cta {
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
    text-align: center;
    border-radius: 25px;
    background:
        radial-gradient(circle at 15% 20%, rgba(249,115,22,.20), transparent 30%),
        linear-gradient(135deg, #fff7ed, #f8fafc);
    box-shadow: var(--adgro-shadow);
}

.final-cta h2 {
    margin: 0 0 18px;
    color: var(--adgro-dark);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    line-height: 1.1;
}

.final-cta p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: var(--adgro-muted);
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.btn-lg {
    padding: 15px 28px;
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(249,115,22,.45);
    outline-offset: 3px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {
    .hero-slide {
        min-height: 620px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: clamp(2.5rem, 5vw, 4rem);
    }
}

@media (max-width: 991.98px) {
    .section-padding,
    .services-home-section,
    .why-section {
        padding: 70px 0;
    }

    .hero-slide {
        min-height: 590px;
    }

    .quick-contact-bar {
        padding: 15px 0;
    }

    .quick-contact-item {
        padding: 8px 0;
    }

    .intro-highlight-box,
    .why-stat-card {
        margin-top: 10px;
    }

    .why-stat-card {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .section-padding,
    .services-home-section,
    .why-section {
        padding: 55px 0;
    }

    .hero-slide {
        min-height: 440px;
        align-items: flex-end;
    }

 /*   .hero-overlay {
        background:
            linear-gradient(180deg,
            rgba(3,7,18,.35) 0%,
            rgba(3,7,18,.82) 55%,
            rgba(3,7,18,.95) 100%);
    }*/

    .hero-content {
        padding: 70px 0 95px;
    }

    .hero-content h1,
    .hero-content h2 {
        font-size: clamp(2.15rem, 9vw, 3.25rem);
        letter-spacing: -1px;
    }

    .hero-content p {
        font-size: .98rem;
    }

    .hero-buttons,
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn,
    .cta-buttons .btn {
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .intro-highlight-box {
        padding: 30px 24px;
    }

    .intro-points {
        grid-template-columns: 1fr;
    }

    .home-service-card {
        padding: 30px 24px;
    }

    .home-service-card p {
        min-height: auto;
    }

    .why-stat-card {
        padding: 35px 28px;
    }

    .why-stat-card strong {
        font-size: 3.6rem;
    }

    .final-cta {
        padding: 50px 22px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 2rem;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .quick-contact-item {
        align-items: flex-start;
    }

    .quick-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .quick-contact-item strong {
        font-size: .88rem;
    }

    .hero-slide {
        min-height: 120px;
    }

    .hero-small-title {
        font-size: .28rem;
        letter-spacing: 1.3px;
    }

    .home-service-card h3 {
        font-size: 0.3rem;
    }

    .why-item {
        gap: 12px;
    }

    .why-icon {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
    }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
