/* ===== HERO SWIPER ===== */
.hero-swiper-section {
    position: relative;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 8s ease;
}

.swiper-slide-active .hero-slide-bg {
    transform: scale(1);
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}

.hero-slide-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 160px;
}

.hero-slide-inner {
    max-width: 560px;
}

.hero-slide-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-blue);
    border: 1px solid rgba(232, 101, 42, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.hero-slide-tag-dot {
    width: 8px;
    height: 8px;
    background: var(--accent-orange);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.5); }
}

.hero-slide-tag-text {
    font-family: var(--font-03);
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-slide-title {
    font-family: var(--font-01);
    font-size: 4.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-slide-title .line {
    display: block;
    overflow: hidden;
}

.hero-slide-title .line-inner {
    display: block;
    transform: translateY(100%);
}
.hero-slide-desc {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 550px;
}

.hero-slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
/* Hero Side Image */
.hero-side-image {
    position: absolute;
    right: 5%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    width: 650px;
    height: 500px;
    object-fit: contain;
}

.hero-side-image-frame {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-xl);
}

.hero-side-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-side-image-frame::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, var(--accent-orange), var(--gold), var(--accent-orange));
    border-radius: 22px;
    z-index: -1;
    animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.hero-side-image-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.hero-side-image-badge i {
    color: var(--accent-orange);
    font-size: 1.2rem;
}

.hero-side-image-badge span {
    font-family: var(--font-03);
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--primary-blue);
}

/* Swiper Navigation */
.hero-swiper-nav {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hero-swiper-pagination {
    display: flex;
    gap: 12px;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.3);
    opacity: 1;
    transition: all 0.4s ease;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--accent-orange);
    width: 60px;
}

.hero-swiper-arrows {
    display: flex;
    gap: 10px;
}

.hero-swiper-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-swiper-arrow:hover {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    transform: scale(1.1);
}

/* Floating Butterflies */
.floating-butterfly {
    position: absolute;
    z-index: 15;
    pointer-events: none;
}

.floating-butterfly svg {
    filter: drop-shadow(0 5px 15px rgba(232, 101, 42, 0.3));
}

.butterfly-trail {
    position: absolute;
    width: 200px;
    height: 200px;
    pointer-events: none;
    z-index: 14;
}
/* =========================================
   BUTTERFLY SCROLL ANIMATIONS
   ========================================= */
.butterfly-trail {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.butterfly-trail.visible {
    opacity: 0.6;
}

.butterfly-trail svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 4px 10px rgba(232, 101, 42, 0.3));
}

/* Floating butterflies for sections */
.section-butterfly {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease;
}

.section-butterfly.visible {
    opacity: 0.4;
}

@media(max-width:991.98px){
.hero-side-image {
    position: relative;
    right: inherit;
    top: 0;
    z-index: 10;
    width: 450px;
    height: 430px;
    left: 50%;
    transform: translate(-50%, -65%);
}
.hero-slide-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: start;
    padding-top: 150px;
}
.hero-slide-inner {
    max-width: 100%;
    width: 100%;
}
.mobile-menu .mobile-link {
    color: var(--white);
    text-decoration: none;
    font-family: var(--font-01);
    font-size: 2rem;
    margin: 0.8rem 0;
    transition: color 0.3s ease;
    opacity: 0;
    transform: translateX(30px);
    text-align: center;
}
}
@media(max-width:576px){
.hero-slide-title {
    font-size: 28px !important;
}
.hero-slide-desc {
    font-size: 1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    margin-bottom: 1rem;
    max-width: 550px;
}
}





.buttons-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-content.linklight.donate-btn {
  background: var(--accent-orange-dark);
}
.slider-content a h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.slider-content.linkdark.volunteer-btn a h4 {
  color: var(--primary-blue);
}
.slider-content.linklight.lawn-btn {
  background: var(--primary-blue);
}

.slider-content.linklight.donate-btn:hover {
  background: var(--primary-blue);
}
.slider-content.linklight.lawn-btn:hover {
  background: var(--accent-orange-dark);
}

.slider-content.linklight.lawn-btn h4 {
  color: var(--color-1);
}
.slider-content.linklight.lawn-btn:hover h4 {
  color: var(--color-3) !important;
}
.slider-content.linklight.donate-btn:hover h4 {
  color: var(--color-1);
}
.slider-content {
    padding: 30px;
    color: #fff;
    text-align: center;
    width: 33.33%;
}
.slider-content.linkdark.volunteer-btn {
    background: #ddd;
}
/* ==========================================
   Responsive Breakpoints
   ========================================== */
@media(max-width:1400px){
    .hero-title {
    font-size: 40px;
}
}
@media (max-width: 1199px) {
    .hero-title { font-size: 42px; }
    .hero-info-card { right: 15px; width: 280px; padding: 20px; }
    .hero-avatar { max-height: 400px; }
}

@media(max-width:767.98px){
    .buttons-slider {
    flex-direction: column;
}
.slider-content {
    width: 100%;
}
.slider-content a h4 {
    font-size: 20px;
}
.hero-slide-tag {
    padding: 8px 10px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}
}