@import '/css/pest-control.css';
@import '/css/services-style.css';
@import '/css/reused-styles.css';

:root{
  --brand-green: #198754;
  --muted: #6c757d;
  --primary: #1a6b3b;
  --secondary: #ffc107;
  --light: #f8f9fa;
  --dark: #343a40;
  --light-green: #e8f5e9;
  --primary-green: #2ecc71;
  --dark-green: #27ae60;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --text-dark: #333;
  --text-light: #666;
  --primary-green-new: #1a6b3b;
  --light-green: #e8f5e9;
  --dark-green-new: #14572e;
  --accent: #ffc107;
  --primary-color: #2e7d32;
  --primary-dark: #1b5e20;
  --secondary-color: #ff9800;
  --light-color: #f5f5f5;
  --dark-color: #333;
}

/* Reset small spacing adjustments */
body{
  background-color:#f8f9fa; 
  color:#222;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

/* NAVBAR: keep it clean and white, with green accents */
.navbar-brand .text-success{ color: var(--brand-green) !important; }
.navbar-light .navbar-toggler-icon{ filter: invert(35%); }

@media (min-width: 992px){
  /* show dropdown menu on hover */
  .navbar .dropdown:hover > .dropdown-menu{
    display:block;
    margin-top:0;
  }
}
/* Cards and sections */
.card{ border-radius:10px; }

/* Footer styling */
footer a{ color:var(--brand-green); text-decoration:none; }

/* Utility: keep images looking good */
img{ max-width:100%; height:auto; }

/* small helper for visually highlighting certain features */
.text-success{ color:var(--brand-green) !important; }

/* lazy-img placeholder (if using data-src). gives a subtle blur placeholder effect */
.lazy-img{
  background: linear-gradient(90deg, #e9ecef, #f8f9fa);
}
/* Accessibility focus outlines for keyboard users */
a:focus, button:focus, input:focus{ outline: 3px solid rgba(25,135,84,0.25); outline-offset: 2px; }

.deep-cleaning-img{
  max-height: 400px;
  width: 100%;
  object-fit: 100%;
  }

/* 🔴🔴🔴---------------------------------- Building cleaning Service Card of page index.html --------------------------------------------------------- */


.service-card-building-services {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    background: var(--white);
}

.service-card-building-services:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(46, 204, 113, 0.15);
}

.card-image-container {
    position: relative;
    overflow: hidden;
}

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

.service-card-building-services:hover .card-img-top {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(46, 204, 113, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-building-services:hover .image-overlay {
    opacity: 1;
}

.card-body {
    padding: 1.8rem;
    background: var(--white);
    position: relative;
}

.card-content {
    position: relative;
}

.card-title {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 12px;
    font-size: 1.4rem;
}

.card-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary-green);
    transition: width 0.3s ease;
}

.service-card-building-services:hover .card-title:after {
    width: 100%;
}

.card-text {
    color: var(--text-light);
    margin-bottom: 1.8rem;
    line-height: 1.6;
}

  .service-icon {
      position: absolute;
      top: -20px;
      right: -10px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
      transition: all 0.3s ease;
      z-index: 2;
  }

.service-card-building-services:hover .service-icon {
    transform: scale(1.1) ;
}

.btn-service {
    background-color: var(--primary-green);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-service:hover {
    background-color: var(--dark-green);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

.btn-service i {
    transition: transform 0.3s ease;
}

.btn-service:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .service-card-building-services {
        margin-bottom: 2rem;
    }
    
    .card-body {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .service-header {
        font-size: 1.8rem;
    }
    
    .service-subtitle {
        font-size: 1rem;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
}

/* 🔴🔴🔴--------------------------- why homeguard-section- index.html --------------------------------------------------*/
.why-homeguard {
            background: linear-gradient(to right, #f8fff8 0%, #f0f9ff 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }

        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.4s ease;
            border-top: 4px solid var(--primary);
            opacity: 0;
            transform: translateY(20px);
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 1rem;
        }
        
        .feature-title {
            font-weight: 600;
            margin-bottom: 0.75rem;
            color: var(--dark);
        }
        
        .feature-text {
            color: #666;
            line-height: 1.6;
        }
        
        .about-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #444;
            margin-bottom: 2rem;
        }
        
        .mission-statement {
            background: var(--primary);
            color: white;
            padding: 2rem;
            border-radius: 10px;
            margin-top: 2rem;
            position: relative;
            overflow: hidden;
        }
        
        .mission-statement:before {
            content: '"';
            position: absolute;
            top: -20px;
            left: 20px;
            font-size: 120px;
            opacity: 0.1;
            font-family: Georgia, serif;
        }
        
        .mission-text {
            font-size: 1.2rem;
            font-style: italic;
            position: relative;
            z-index: 1;
        }
        
        .btn-primary {
            background-color: var(--primary);
            border-color: var(--primary);
            padding: 0.75rem 1.5rem;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #14572e;
            border-color: #14572e;
            transform: translateY(-2px);
        }
/* Responsive  */
        @media (max-width: 768px) {
            .why-homeguard {
                padding: 3rem 0;
            }
            
            .feature-card {
                margin-bottom: 1.5rem;
            }
            
            .mission-statement {
                padding: 1.5rem;
            }
        }


/* 🔴🔴🔴----------------------------Pest Control Services section in index.html ---------------------------- */
.pest-services {
            background: linear-gradient(to bottom, #f1f8e9 0%, #e8f5e9 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
 /* Pest carousel */
.carousel-container {
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
}

.carousel-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 20px 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 0;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.service-card {
    scroll-snap-align: start;
    flex: 0 0 calc(100% - 20px);
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 40vh;
}

.service-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

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

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

.service-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-card h5 {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.service-card p {
    color: #666;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

.view-btn {
    align-self: center;
    margin-top: auto;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.service-card:hover .view-btn {
    transform: translateY(0);
    opacity: 1;
}

/* Responsive adjustments */
@media (min-width: 576px) {
    .service-card {
        flex: 0 0 calc((100% - 20px) / 2); /* 2 cards */
    }
}

@media (min-width: 768px) {
    .service-card {
        flex: 0 0 calc((100% - 40px) / 3); /* 3 cards, 2 gaps */
    }
}

@media (min-width: 1200px) {
    .service-card {
        flex: 0 0 calc((100% - 60px) / 4); /* 4 cards, 3 gaps */
    }
}

/*🔴🔴🔴--------------------- Floating pest icons for pest section in index.html --------------------------------------------------*/
.floating-pest-index {
    position: absolute;
    opacity: 0.05;
    font-size: 8rem;
    z-index: 0;
    color: var(--primary);
    animation: float 10s ease-in-out infinite;
}

/* Different positions for each pest */
.pest-1-index { top: 10%; left: 5%; animation-delay: 0s; }
.pest-2-index { bottom: 10%; right: 5%; animation-delay: 2s; }
.pest-4-index { bottom: 25%; left: 20%; animation-delay: 6s; }

/* Floating animation */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(15deg); }
}

/* Responsive: hide pests on smaller screens */
@media (max-width: 768px) {
    .floating-pest-index {
        display: none;
    }
}

/* 🔴🔴🔴------------------------------------Our Expert Team & Guaranteed Services section in pest control index.html---------------------------------- */
.bg-primary-green-new {
    background-color: var(--primary-green-new, #1a6b3b) !important;
}

.btn-primary-green-new {
    background-color: var(--primary-green-new, #1a6b3b);
    border-color: var(--primary-green-new, #1a6b3b);
}

.btn-primary-green-new:hover {
    background-color: var(--dark-green-new, #14572e);
    border-color: var(--dark-green-new, #14572e);
}

.bg-light-green {
    background-color: var(--white) !important;
}

.expert-card {
    max-width: 250px;
}

.feature-icon-new {
    flex-shrink: 0;
}
/* responsive */
@media (max-width: 768px) {
    .expert-image {
        height: 300px;
    }
    
    .expert-card {
        position: relative !important;
        margin: 1rem 0 0 0 !important;
        max-width: 100%;
    }
}
        
       
/* 🔴🔴🔴------------------------------------- Safety Cards pest control section - index.html------------------------------------------------------------------------ */
 .safety-card {
  background: var(--dark-green-new);
  border-radius: 50%;
  width: 220px;         
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

 .safety-card:hover .safety-icon {
  animation: pulse-bounce 0.6s ease-in-out;
}

@keyframes pulse-bounce {
  0% { transform: scale(1); }
  30% { transform: scale(1.2); }
  50% { transform: scale(0.9); }
  70% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.safety-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 0.6rem;
  background: var(--secondary);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.safety-title {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.safety-text {
  color:var(--light-gray);
  font-size: 0.8rem;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .safety-card {
    width: 280px !important;
    height: 280px !important;
    padding: 1rem;
  }
  .safety-text {
    font-size: 0.90rem;
  }
}
 @media (max-width: 768px) {
            .pest-services {
                padding: 3rem 0;
            }
            
            .service-features {
                flex-direction: column;
                align-items: center;
                gap: 1rem;
            }
            
            .safety-card {
                width: 170px;
                height: 170px;
            }
        }
        
        @media (max-width: 576px) {
            .safety-card {
                width: 140px;
                height: 140px;
                padding: 1rem;
            }
            
            .safety-icon {
                font-size: 2rem;
            }
            
            .expert-section {
                padding: 1.5rem;
            }
        }



/*🔴🔴🔴--------------------------------------------- Building Cleaning Services section index.html ---------------------------------------------------------------- */
.cleaning-services {
            background: linear-gradient(to bottom, #f1f8e9 0%, #e8f5e9 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
/* this section-title & intro text works for every sections in index.html */
        .section-title {
            position: relative;
            margin-bottom: 1.5rem;
            font-weight: 700;
            color: var(--primary);
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 4px;
            background: var(--secondary);
            border-radius: 2px;
        }
        
        .intro-text {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #444;
            text-align: center;
            max-width: 800px;
            margin: 0 auto 3rem;
        }

        
/*🔴🔴🔴-------------------------------------Our Comprehensive Cleaning Services section in index.html--------------------------------------------------*/
        .cleaning-features {
            background: white;
            border-radius: 12px;
            padding: 2.5rem;
            margin: 3rem 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        
        .cleaning-title {
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-align: center;
        }
        
        .cleaning-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
        }
        
        .cleaning-item {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        
        .cleaning-icon {
            width: 50px;
            height: 50px;
            background: var(--light-green);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 1.25rem;
        }
        
        .cleaning-text {
            color: #444;
            font-weight: 500;
        }
        
        .cleaning-cta {
            text-align: center;
            margin-top: 3rem;
        }
        
        .cleaning-btn {
            background-color: var(--primary);
            color: white;
            border: none;
            padding: 0.75rem 2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .cleaning-btn:hover {
            background-color: #14572e;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
          
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cleaning-services {
                padding: 3rem 0;
            }
            
            .service-types {
                gap: 1.5rem;
            }
            
            .service-type-card {
                width: 100%;
                max-width: 300px;
            }
            
            .cleaning-features {
                padding: 1.5rem;
            }
            
            .cleaning-list {
                grid-template-columns: 1fr;
            }
        }


/*🔴🔴🔴--------------------- Floating pest icons for building section in index.html --------------------------------------------------*/

.floating-cleaning {
    position: absolute;
    opacity: 0.05;
    font-size: 6rem;
    z-index: 0;
    color: var(--primary);
    animation: float 10s ease-in-out infinite;
}

/* Unique positions for each cleaning item */
.mop { top: 10%; left: 5%; animation-delay: 0s; }
.mop-bucket { bottom: 10%; right: 5%; animation-delay: 2s; }


/* Floating animation */
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(15deg); }
}

/* Hide on smaller screens */
@media (max-width: 768px) {
    .floating-cleaning { display: none; }
}

/* 🔴🔴🔴=======================================================New hero section with all pricing cards of index.html =================================================================================== */
h1, h2, h3, h4, h5, h6 {
            font-family: 'Outfit', sans-serif;
            font-weight: 700;
        }

        .indexPage-hero-section {
            position: relative;
            background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin-top: 70px !important;
            
        }

        .indexPage-hero-content {
            position: relative;
            z-index: 10;
            padding: 2rem;
        }

        .indexPage-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--light);
            margin-bottom: 1.5rem;
            line-height: 1.1;
            opacity: 0;
            transform: translateX(-100px);
            animation: indexPage-slideInLeft 1s forwards 0.5s;
        }

        .indexPage-hero-subtitle {
            font-size: 1.4rem;
            color: var(--white);
            margin-bottom: 2rem;
            max-width: 800px;
            margin: 0 auto 2rem;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            opacity: 0;
            transform: translateX(100px);
            animation: indexPage-slideInRight 1s forwards 0.8s;
            font-family: 'Manrope', sans-serif;
            font-weight: 300;
        }

        .indexPage-hero-section .indexPage-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.65);
            border-radius: 0;
            z-index: 0;
        }

        .indexPage-hero-section .container {
            position: relative;
            z-index: 10;
        }

        .indexPage-pricing-container {
            margin-bottom: 2rem;
        }

        .indexPage-pricing-card {
            border-radius: 20px;
            padding: 2rem 1.5rem;
            transition: transform 0.6s ease;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
            z-index: 1;
            /* height: 100%; */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .indexPage-pricing-card:hover {
            transform: scale(1.05) !important;
            /* box-shadow: 0 15px 30px var(--) !important; */
        }

        /* Basic Card */
        .indexPage-pricing-card-basic {
            background: var(--white);
            color: var(--primary-green-new);
            border: 2px solid rgba(26, 107, 59, 0.2);
        }

        /* Standard Card */
        .indexPage-pricing-card-standard {
            background: var(--white);
            color: var(--primary-green-new);
            border: 2px solid rgba(26, 107, 59, 0.2);
        }

        /* Premium Card */
        .indexPage-pricing-card-premium {
            color: var(--light);
            transform: scale(1.05);
            border: 3px solid var(--dark-green-new);
            position: relative;
            overflow: hidden;
            background: linear-gradient(-45deg, #14572e, #1a6b3b, #198754, #27ae60);
            background-size: 400% 400%;
            animation: indexPage-gradientShift 6s ease infinite;
            margin-top: -20px;
            margin-bottom: 10px;
        }

        /* Combo Card */
        .indexPage-pricing-card-combo {
            color: var(--primary-green-new);
            border-radius: 25px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            position: relative;
            overflow: hidden;
            z-index: 1;
            background: linear-gradient(-45deg, #fac012, #ffca2b, #ffea00, #fffb00);
            background-size: 400% 400%;
            animation: indexPage-gradientShift 6s ease infinite;
            margin-top: -20px;
            margin-bottom: 10px;
        }

        .indexPage-plan-title {
            font-weight: 700;
            margin-bottom: 0.8rem;
            font-size: 1.5rem;
        }

        .indexPage-plan-price {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1.2rem;
            position: relative;
            display: inline-block;
        }

        .indexPage-plan-price::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 3px;
            background: currentColor;
            border-radius: 2px;
            opacity: 0.3;
        }

        .indexPage-plan-features {
            margin-bottom: 1.5rem;
        }

        .indexPage-plan-features li {
            margin-bottom: 0.8rem;
            font-size: 0.95rem;
            display: flex;
            align-items: flex-start;
        }

        .indexPage-plan-features i {
            margin-right: 10px;
            margin-top: 3px;
            flex-shrink: 0;
        }

        .indexPage-btn-primary-custom {
            background: var(--brand-green);
            color: var(--white);
            border-radius: 30px;
            padding: 12px 30px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(25, 135, 84, 0.3);
            width: 100%;
        }

        .indexPage-btn-primary-custom:hover {
            background: var(--dark-green-new);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(25, 135, 84, 0.4);
            color: var(--white);
        }

        .indexPage-btn-secondary-custom {
            background: var(--secondary);
            color: var(--dark-color);
            border-radius: 30px;
            padding: 12px 30px;
            font-weight: 700;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
            width: 100%;
        }

        .indexPage-btn-secondary-custom:hover {
            background: #e0a800;
            color: var(--dark-color);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
        }

        .indexPage-feature-highlights {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-bottom: 2.5rem;
            opacity: 0;
            transform: translateY(30px);
            animation: indexPage-fadeInUp 1s forwards 1.4s;
        }

        .indexPage-feature-item {
            display: flex;
            align-items: center;
            color: var(--light);
            font-weight: 500;
            background: rgba(0, 0, 0, 0.5);
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            backdrop-filter: blur(5px);
        }

        .indexPage-feature-item i {
            color: var(--accent);
            margin-right: 0.5rem;
            font-size: 1.2rem;
        }

        .indexPage-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            opacity: 0;
            transform: translateY(50px);
            animation: indexPage-slideUp 1s forwards 1.4s;
        }

        .indexPage-hero-btn-primary {
            background: var(--primary);
            color: var(--light);
            border: none;
            padding: 0.8rem 2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .indexPage-hero-btn-primary:hover {
            color: var(--light);
            background: var(--dark-green-new);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(26, 107, 59, 0.3);
        }

        .indexPage-hero-btn-outline {
            color: var(--light);
            background: var(--primary);
            padding: 0.8rem 2rem;
            font-weight: 600;
            border-radius: 50px;
            transition: all 0.3s;
        }

        .indexPage-hero-btn-outline:hover {
            background: var(--dark-green-new);
            color: white;
            transform: translateY(-3px);
        }

        /* Animations */
        @keyframes indexPage-slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes indexPage-slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes indexPage-slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes indexPage-fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes indexPage-gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        /* Card Animations */
        .indexPage-pricing-card {
            opacity: 0;
            transform: translateY(30px);
        }

        .indexPage-pricing-card-basic {
            animation: indexPage-fadeInUp 1s forwards 1.1s;
        }

        .indexPage-pricing-card-standard {
            animation: indexPage-fadeInUp 1s forwards 1.2s;
        }

        .indexPage-pricing-card-premium {
            animation: indexPage-fadeInUp 1s forwards 1.3s;
        }

        .indexPage-pricing-card-combo {
            animation: indexPage-fadeInUp 1s forwards 1.4s;
        }

        /* Responsive Design */
        @media (max-width: 1200px) {
            .indexPage-hero-title {
                font-size: 3rem;
            }
            
            .indexPage-hero-subtitle {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 992px) {
            .indexPage-hero-title {
                font-size: 2.5rem;
            }
            
            .indexPage-hero-subtitle {
                font-size: 1.1rem;
            }
            
            .indexPage-pricing-card-premium,
            .indexPage-pricing-card-combo {
                transform: scale(1);
                margin-top: 0;
                margin-bottom: 0;
            }
        }

        @media (max-width: 768px) {
            .indexPage-hero-section {
                min-height: 600px;
                height: auto;
                padding: 4rem 0;
            }

            .indexPage-hero-title {
                font-size: 2.2rem;
            }

            .indexPage-hero-subtitle {
                font-size: 1.1rem;
                padding: 0 15px;
            }

            .indexPage-plan-price {
                font-size: 2rem;
            }

            .indexPage-cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .indexPage-hero-btn-outline,
            .indexPage-hero-btn-primary {
                width: 100%;
                max-width: 300px;
                text-align: center;
            }

            .indexPage-feature-highlights {
                flex-direction: column;
                align-items: center;
                gap: 0.8rem;
            }

            .indexPage-feature-item {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .indexPage-hero-title {
                font-size: 1.8rem;
            }
            
            .indexPage-pricing-card {
                padding: 1.5rem;
            }
            
            .indexPage-plan-price {
                font-size: 1.8rem;
            }
        }


 /*🔴🔴🔴------------------------------------------------------------ FAQ section starts here in index.html ----------------------------------- */
 .faq-section {
            max-width: 1200px;
            margin: 40px auto;
            padding: 0 20px;
        }

        .faq-section h2 {
            text-align: start;
            color: var(--primary);
            margin-bottom: 20px;
            font-size: 2.2rem;
            position: relative;
            padding-bottom: 15px;
        }

       

        .faq-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .faq-item {
            background: var(--white);
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: all 0.3s ease;
            border-left: 4px solid var(--primary);
        }

        .faq-item:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .faq-question {
            padding: 20px 60px 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            min-height: 80px;
        }

        .faq-question h3 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--text-dark);
            margin: 0;
            flex: 1;
            padding-right: 20px;
        }

        .faq-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: var(--light-green);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-weight: 900;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            background: var(--light-green);
        }

        .faq-answer-content {
            padding: 0 25px;
            color: var(--text-light);
            line-height: 1.7;
        }

        .faq-answer-content ul {
            padding-left: 20px;
            margin: 15px 0;
        }

        .faq-answer-content li {
            margin-bottom: 8px;
        }

        /* Active state */
        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 20px 0;
        }

        .faq-item.active .faq-icon {
            display: none;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .faq-question {
                padding: 15px 50px 15px 15px;
                min-height: 70px;
            }
            
            .faq-question h3 {
                font-size: 1rem;
            }
            
            .faq-section h2 {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 480px) {
            .faq-question {
                padding: 12px 45px 12px 12px;
                min-height: 65px;
            }
            
            .faq-question h3 {
                font-size: 0.95rem;
            }
            
            .faq-section h2 {
                font-size: 1.6rem;
            }
        }


 /* 🔴🔴🔴============================= Our Pest Control Plans in index.html==============================  */
    .pricing-section-custom {
      background: linear-gradient(135deg, #f5f9f6 0%, #e8f5e9 100%);
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
      overflow-y: hidden;
      position: relative;
    }

    /* Base Card */
    .pricing-card-custom {
      border-radius: 20px;
      padding: 2rem 1.5rem;
      transition: all 0.4s ease;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      position: relative;
      overflow: hidden;
      z-index: 1;
    }
    
    .pricing-card-custom:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    /* Basic Card */
    .basic-card-custom {
      background: linear-gradient(135deg, #f8fffa 0%, #e8f5e9 100%);
      color: var(--primary-green-new);
      border: 2px solid rgba(26, 107, 59, 0.2);
    }

    /* Premium Card */
    .premium-card-custom {
      color: var(--secondary);
      transform: scale(1.05);
      border: 3px solid var(--dark-green-new);
      position: relative;
      overflow: hidden;
      background: linear-gradient(-45deg, #14572e, #1a6b3b, #198754, #27ae60);
      background-size: 400% 400%;
      animation: gradientShift 6s ease infinite;
    }
    
    .premium-card-custom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
      url('/images/svg/spraying-svgrepo-com\ \(1\).svg'),
        url('/images/svg/rat-extermination-svgrepo-com.svg');
         background-size: 55px 55px, 40px 40px;
         opacity: 0.8; 
        background-repeat: no-repeat;
      background-position: 10% 10%, 90% 80%;
      animation: pestMove 5s ease-in-out infinite;
      z-index: -1;
    }

    /* Standard Card */
    .standard-card-custom {
      background: var(--white);
      color: var(--primary-green-new);
      border: 2px solid rgba(26, 107, 59, 0.2);
    }

    /* Titles & Prices */
    .plan-title-custom {
      font-weight: 700;
      margin-bottom: 0.8rem;
      font-size: 1.5rem;
    }
    
    .plan-price-custom {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 1.2rem;
      position: relative;
      display: inline-block;
    }
    
    .plan-price-custom::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 3px;
      background: currentColor;
      border-radius: 2px;
      opacity: 0.3;
    }

    /* Features */
    .plan-features-custom li {
      margin-bottom: 0.8rem;
      font-size: 0.95rem;
      display: flex;
      align-items: flex-start;
    }
    
    .plan-features-custom i {
      margin-right: 10px;
      margin-top: 3px;
      flex-shrink: 0;
    }

    /* Buttons */
    .btn-primary-custom {
      background: var(--brand-green);
      color: var(--white);
      border-radius: 30px;
      padding: 12px 30px;
      font-weight: 600;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(25, 135, 84, 0.3);
    }
    
    .btn-primary-custom:hover {
      background: var(--dark-green-new);
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(25, 135, 84, 0.4);
    }
    
    .btn-secondary-custom {
      background: var(--secondary);
      color: var(--dark-color);
      border-radius: 30px;
      padding: 12px 30px;
      font-weight: 700;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
    }
    
    .btn-secondary-custom:hover {
      background: #e0a800;
      color: var(--dark-color);
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
    }

    /* Combo Plan */
    .combo-card-custom {
      color: var(--primary-green-new);
      border-radius: 25px;
      width: 50%;
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
      position: relative;
      overflow: hidden;
      z-index: 1;
      background: linear-gradient(-45deg, #fac012, #ffca2b, #ffea00, #fffb00);
      background-size: 400% 400%;
      animation: gradientShift 6s ease infinite;
    }
    
    .combo-card-custom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: 
        url('/images/svg/cleaning-service-svgrepo-com.svg'),
                url('/images//svg/warranty-term-grey.svg');

         background-size: 50px 50px, 40px 40px;
      background-repeat: no-repeat;
      background-position: 5% 15%, 95% 85%;
      animation: pestMove 5s ease-in-out infinite;
      z-index: -1;
    }
    
    .combo-price-custom {
      font-size: 2.5rem;
      font-weight: 800;
    }
    
    .combo-card-custom .btn-secondary-custom {
      background: var(--primary-green-new);
      color: var(--secondary);
      box-shadow: 0px 0px 10px 2px var(--primary-green-new);
    }
    
    .combo-card-custom .btn-secondary-custom:hover {
      background: var(--dark-green-new);
      color: var(--secondary);
    }

    /* Animations */
    @keyframes gradientShift {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
    
    @keyframes pestMove {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(10px);
      }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .premium-card-custom {
        transform: scale(1);
      }
      .combo-card-custom {
        width: 100%;
      }
      .plan-price-custom {
        font-size: 2rem;
      }
      
      /* Reorder for mobile */
      .mobile-order-1 {
        order: 1;
      }
      .mobile-order-2 {
        order: 2;
      }
      .mobile-order-3 {
        order: 3;
      }
      .mobile-order-4 {
        order: 4;
      }
    }
    .section-title-custom {
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }   
    .section-title-custom::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: var(--brand-green) ;
      border-radius: 2px;
    }  
    .premium-card-custom .section-title-custom::after {
      background: var(--secondary);
    }