.navbar-brand img{
    max-height: 120px;
}

/* video */
/* ============================= */
/* IMAGE + PLAY BUTTON */
/* ============================= */

.about-us-info-video-image {
    position: relative;
}

.about-us-info-video-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.video-play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon {
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.65);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon i {
    color: #fff;
    font-size: 28px;
    margin-left: 4px;
}

.video-play-icon:hover {
    background: rgba(0,0,0,0.85);
}

/* ============================= */
/* FULLSCREEN VIDEO MODAL */
/* ============================= */

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;

    z-index: 99999;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90vw;
    max-width: 1100px;
}

.video-modal-content video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* CLOSE BUTTON */
.video-modal-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
}

/* HARD OVERRIDE (optional but safe) */
.video-modal,
.video-modal * {
    
}

/* services section*/

.sidebar-cta-box{
    background-image: url(../../images/services/dump-pro-dallas-cta.webp);
    background-size: cover;
}

.program-item-image figure img{
    width: 100%;
}

/* dump pro dallas packages */

.dump-packages {
  padding: 120px 0;
  
  color: #e9f5ee;
}

.packages-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.packages-header .eyebrow {
  display: inline-block;
  color: #6bd39a;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 12px;
}

.packages-header h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.packages-header p {
  color: var(--text-color);
  font-size: 18px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.package-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px 34px;
  transition: all 0.45s ease;
  position: relative;
  overflow: hidden;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(107, 211, 154, 0.15),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none; /* 🔥 THIS FIXES IT */
}


.package-card:hover::before {
  opacity: 1;
}

.package-card:hover {
  transform: translateY(-12px);
  border-color: rgba(107,211,154,0.4);
}

.package-card.featured {
  background: linear-gradient(180deg, rgba(107,211,154,0.12), rgba(255,255,255,0.04));
  border-color: #6bd39a;
}

.package-icon {
  font-size: 40px;
  margin-bottom: 18px;
}

.package-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.package-desc {
  color: var(--text-color);
  margin-bottom: 22px;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.package-features li {
  padding-left: 22px;
  margin-bottom: 10px;
  color: var(--accent-color);
  position: relative;
}

.trust-item{
    color: var(--accent-color);
}

.package-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #6bd39a;
}

.package-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 30px;
  background: #6bd39a;
  color: #0b1410;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(107,211,154,0.35);
}

.packages-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 60px;
  font-weight: 600;
  color: #cfead9;
}

/* Responsive */
@media (max-width: 1024px) {
  .packages-grid {
    grid-template-columns: 1fr;
  }
}

.package-card {
  opacity: 0;
  transform: translateY(40px);
  animation: cardReveal 0.8s ease forwards;
}

.package-card:nth-child(1) { animation-delay: 0.1s; }
.package-card:nth-child(2) { animation-delay: 0.25s; }
.package-card:nth-child(3) { animation-delay: 0.4s; }

@keyframes cardReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.active{
    color: var(--accent-color) !important;
}

/* testimonials */

.our-testimonials{
    background-image: url(../../images/home/testimonials-dump-pro-dallas.webp);
    background-size: cover;
}

/* social media footer */

.footer-services-rotator {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #ffffff;
    
}

.footer-services-label {
    opacity: 0.7;
    white-space: nowrap;
}

.footer-services-rotator ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 22px;
    position: relative;
}

.footer-services-rotator li {
    position: absolute;
    top: 4px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; /* 🔴 IMPORTANT */
}

.footer-services-rotator li.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* ✅ ONLY clickable item */
    z-index: 2;
}



.footer-services-rotator a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
}

.footer-services-rotator a:hover {
    text-decoration: underline;
}

.sidebar-cta-logo img{
    display: none !important;
}

.footer-copyright-text p a{
    color: #fff !important;
    transition: all 0.3s ease;
}

.footer-copyright-text p a:hover{
    color: var(--accent-color) !important;
}

.contact-info-list{
        flex-wrap: nowrap !important;
    }

/* responsive */

@media (max-width: 768px) {

    h1{
        font-size: 50px !important;
    }

    h2{
        font-size: 35px !important;
    }

    .program-item-content h2 a,
    .post-item-content h2 a{
        font-size: 20px !important;
    }
    .active{
        color: var(--primary-color) !important;
    }

    .breadcrumb-item {
        color: #fff !important;
    }
}

@media (max-width: 426px) {
    h1{
        font-size: 35px !important;
    }

    h2{
        font-size: 22px !important;
    }

    .package-card h3,
    .footer-header-content h3{
        font-size: 18px !important;
    }

    .contact-info-list{
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 376px) {
    h1{
        font-size: 30px !important;
    }

    h2{
        font-size: 20px !important;
    }

    .packages-header p{
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    h1{
        font-size: 25px !important;
    }

    h2{
        font-size: 18px !important;
    }

    h3, .faq-accordion .accordion-header .accordion-button{
        font-size: 16px !important;
    }

    .program-item-content h2 a, .post-item-content h2 a {
        font-size: 18px !important;
    }

    p, .core-feature-item-body ul li,
    .packages-header p,
    .package-features li{
        font-size: 14px !important;
    }
}