.content_space{padding: 30px 0;}
.breadcumb-wrapper{position: relative;}

.breadcumb-wrapper::before{
   content: '';
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: linear-gradient(270deg, rgba(0, 47, 71, 0.18) 21.87%, rgba(0, 47, 71, 0.9) 100%);
   width: 100%;
   height: 100%;
   z-index: 0;
}

.sub-services-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}
.sub-service-item {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.sub-service-item:hover {
    transform: translateY(-5px);
}
.sub-service-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.sub-services-section p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}
.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #007bff;
}
.contact-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-text {
    color: #666;
    line-height: 1.6;
}
.contact-phone {
    color: #007bff;
    font-size: 16px;
}
.service-images-section {
    margin: 40px 0;
}
.service-image-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.service-image-item:hover {
    transform: translateY(-5px);
}
.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.image-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.service-image-item:hover .image-wrapper img {
    transform: scale(1.05);
}
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.service-image-item:hover .image-overlay {
    transform: translateY(0);
}
.image-overlay h5 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}
.image-overlay p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}
.main-service-img {
    position: relative;
}
.image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    backdrop-filter: blur(10px);
}
.service-details-wrapper {padding: 20px;margin-bottom: 20px;}

.service-details-wrapper ul {
  margin-bottom: 0;
  padding: 0;
}
.service-details-wrapper ul li {
  list-style: none;
  margin: 0;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: capitalize;
  line-height: 160%;
  position: relative;
}
.list-style2 li:not(:last-child) {
  margin-bottom: 8px;
}
.service-details-wrapper ul li i {
  position: absolute;
  left: 0;
  transform: translateY(35%);
  color: var(--theme-color);
  font-size: 18px;
}
.portfolio-content p {font-weight: 500;text-transform: capitalize;margin-bottom: 15px;}

/* Need Professional Pest Control CTA Section */
.pest-control-cta-section {
    background: #f8f9fa;
    padding: 60px 0;
}
.pest-control-cta-wrapper {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}
.cta-content {
    position: relative;
    padding-left: 20px;
}
.cta-border-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0A7F3F;
    border-radius: 2px;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1.2;
}
.pest-control-cta-section p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}
.cta-action {
    text-align: center;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0A7F3F;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(10, 127, 63, 0.3);
}
.cta-btn:hover {
    background: #065f2c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 127, 63, 0.4);
    color: #ffffff;
}
.btn-icon {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}
.cta-btn:hover .btn-icon {
    transform: translateX(3px);
}
.cta-phone a {
    color: #0A7F3F;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}
.cta-phone a:hover {
    color: #065f2c;
}
.cta-dotted-pattern {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle, #0A7F3F 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 1;
}
.pest-control-cta-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0A7F3F, #065f2c);
}

.gallery-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 18px; }

.gallery-card { position: relative; overflow: hidden; border-radius: 10px; }
.gallery-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.55) 100%); display: flex; align-items: flex-end; justify-content: space-between; padding: 14px; color: #fff; }
.gallery-card .title { font-size: 15px; font-weight: 600; margin: 0; max-width: 80%; color: #fff; }
/* Dedicated button style to avoid theme collisions */
.gallery-card .gallery-btn { color: #fff; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); padding: 8px 12px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 12px; line-height: 1; display: inline-block; white-space: nowrap; position: relative; z-index: 2; backdrop-filter: blur(2px); }
.gallery-card .gallery-btn:hover { background: rgba(255,255,255,0.25); color: #fff; }
.gallery-empty { text-align: center; padding: 40px 0 20px; color: #64748B; }



/* Responsive Design */
@media (max-width: 992px) {
    .vs-header.will-sticky .sticky-active .header-top {
        padding: 6px 0;
    }
    .vs-header.will-sticky .sticky-active .menu-area {
        padding: 10px 0;
    }
    .vs-header.will-sticky .sticky-active .header-logo img {
        max-height: 45px;
    }
    .vs-blog__layout1 {
        padding-top: 60px;
    }
    .pest-control-cta-wrapper {
        padding: 30px;
    }
    .cta-title {
        font-size: 2rem;
    }
    .cta-description {
        font-size: 1rem;
    }
    .cta-action {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .vs-header.will-sticky .sticky-active .header-top {
        padding: 4px 0;
    }
    .vs-header.will-sticky .sticky-active .menu-area {
        padding: 8px 0;
    }
    .vs-header.will-sticky .sticky-active .header-logo img {
        max-height: 40px;
    }
    .vs-blog__layout1 {
        padding-top: 50px;
    }
    .pest-control-cta-section {
        padding: 40px 0;
    }
    .pest-control-cta-wrapper {
        padding: 25px;
    }
    .cta-title {
        font-size: 1.8rem;
    }
    .cta-description {
        font-size: 0.95rem;
    }
    .cta-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
    .cta-phone a {
        font-size: 1.1rem;
    }
    .cta-dotted-pattern {
        display: none;
    }
}
@media (min-width: 576px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }