:root {
    --accent: #2b8a7a;
    --accent-2: #27ae60
}

body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.feature-card {
    transition: transform .18s ease, box-shadow .18s ease
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(39, 44, 49, .08)
}

.animal-card img {
    height: 220px;
    object-fit: cover
}

.badge-accent {
    background: var(--accent);
    color: #fff
}

.cta {
    background: #198754;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    transition: all 0.3s ease;
}

.cta:hover {
    background: #146c43;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.2);
}


.contact-card {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.03)
}

#homeSlider {
    position: relative;
}

#homeSlider .owl-item {
    position: relative;
}

/* IMAGE */
.SliderImage img {
    height: 80vh;
    width: 100% !important;
    object-fit: cover;
}

/* OVERLAY CONTENT */
.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 70%;
    color: #fff;
    z-index: 20;
}

.slider-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.slider-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.slider-content .btn {
    padding: 10px 25px;
    font-size: 16px;
}

/* DOTS */
#homeSlider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#homeSlider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

#homeSlider .owl-dot.active span {
    background: #2b8a7a;
}

#homeSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5) !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px !important;
    border: none;
    outline: none;
}

#homeSlider .owl-nav .owl-prev {
    left: 10px;
}

#homeSlider .owl-nav .owl-next {
    right: 10px;
}

#homeSlider .owl-nav button:hover {
    background: #2b8a7a !important;
}


/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .SliderImage img {
        height: 45vh;
    }

    .slider-content {
        width: 85%;
        text-align: center;
    }

    .slider-content h1 {
        font-size: 26px;
    }

    .slider-content p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .SliderImage img {
        height: 35vh;
    }

    .slider-content h1 {
        font-size: 20px;
    }
}

.section-title-line {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.section-title-line::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #198754;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.title-wrapper h2 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    position: relative;
    display: inline-block;
}

.title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.title-wrapper::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #28a745;
    display: block;
    margin: 8px auto 0;
    border-radius: 10px;
}

.login-card {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    border-radius: 12px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.text-small {
    font-size: 14px;
}

.donate-card {
    max-width: 650px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 35px;
}

.donate-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #4a4a4a;
}

.form-section {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.about-banner {
    background: url('../img/slider.jpg') center/cover no-repeat;
    height: 350px;
    position: relative;
}

.about-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.about-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.icon-box {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: .3s;
}

.icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.12);
}

.custom-breadcrumb {
    background-color: transparent !important;
    justify-content: center;
    text-align: center;
}

.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.contact-box input,
.contact-box textarea {
    border-radius: 6px;
}

.contact-box input:focus,
.contact-box textarea:focus {
    border-color: #16a34a !important;
    box-shadow: 0 0 0 0.2rem rgba(22, 163, 74, 0.25);
}

.service-card {
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

nav a.nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
}

nav a.nav-link:hover {
    color: #198754;
}


nav a.nav-link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #198754;
    transition: 0.3s ease;
}

nav a.nav-link:hover::after {
    width: 100%;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
}

.gallery-item img {
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}


footer {
    padding: 50px 0 15px;
}

@media (max-width: 576px) {
    .about-banner {
        height: 200px;
        background-position: top center;
    }

    #homeSlider .owl-nav button {
        display: none;
    }

    .section-title-line {
        font-size: 22px;
    }

    nav a.nav-link {
        font-size: 15px;
    }

    .ms-3 {
        margin-left: 0 !important;
    }

    .cta {
        font-size: 15px;
    }
}