/* Custom Styles for Service Categories */

.bg-red {
    background-color: #dc3545 !important;
}

.bg-light-gray {
    background-color: #f8f9fa !important;
}

.list-style-02 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-02 li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
}

.list-style-02 li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.list-style-02 li a:hover {
    color: #007bff;
}

.border-bottom {
    border-bottom: 2px solid #e9ecef !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-35px {
    padding: 35px !important;
}

.lg-p-25px {
    padding: 25px !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.w-50px {
    width: 50px !important;
}

.h-50px {
    height: 50px !important;
}

.w-80px {
    width: 80px !important;
}

.h-80px {
    height: 80px !important;
}

.rounded {
    border-radius: 0.375rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-radius-4px {
    border-radius: 4px !important;
}

.border-radius-6px {
    border-radius: 6px !important;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: left !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-dark-gray {
    color: #333 !important;
}

.text-white {
    color: #fff !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.ls-minus-1px {
    letter-spacing: -1px !important;
}

.ls-minus-2px {
    letter-spacing: -2px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.small {
    font-size: 0.875em !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.hover-box {
    transition: transform 0.3s ease;
}

.hover-box:hover {
    transform: translateY(-5px);
}
/* WhatsApp Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-top:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.whatsapp-top i {
    font-size: 28px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .lg-p-25px {
        padding: 20px !important;
    }
    
    .p-35px {
        padding: 25px !important;
    }
    
    .w-80px {
        width: 60px !important;
    }
    
    .h-80px {
        height: 60px !important;
    }
    
      .whatsapp-button {
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-top {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-top i {
        font-size: 24px;
    }
}
