






.faq-content {
    padding: 2rem;
}

.accordion-button {
    font-weight: 600;
    color: var(--dark);
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #eee;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(43, 89, 195, 0.1);
    color: var(--primary);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #eee;
}

.accordion-body {
    padding: 1.5rem;
    background-color: #f9f9f9;
}

.feature-box {
    background-color: rgba(43, 89, 195, 0.05);
    border-left: 4px solid var(--primary);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.feature-icon {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}



.text-primary {
    color: var(--primary) !important;
}

.service-highlight {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.service-highlight i {
    color: var(--primary);
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
}

.section-title {
    position: relative;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background-color: var(--primary);
}





.category-box {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.category-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.category-box:hover .area-list {
    display: block;
}

.area-item {
    padding: 8px 12px;
    margin: 5px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.area-item:hover {
    background-color: #e9f7fe;
    transform: translateX(5px);
}

.service-desc {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.service-icon {
    font-size: 2.5rem;
    color: #CD5F37;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.service-list li:last-child {
    border-bottom: none;
}

.badge-primary {
    background-color: #CD5F37;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.category-icon {
    font-size: 2.5rem;
    color: #CD5F37;
    margin-bottom: 15px;
}

.lead-text {
    color: #7f8c8d;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .category-box {
        margin-bottom: 20px;
    }
}







.contact-info {
    padding: 40px;
    background: linear-gradient(135deg, #CD5F37 0%, #CD5F37 100%);
    color: white;
    height: 100%;
}
.contact-form {
    padding: 40px;
}
.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.info-icon {
    font-size: 1.5rem;
    color: #CD5F37;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.info-content h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}
.info-content p {
    margin: 0;
    opacity: 0.9;
}
.form-control {
    border: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 25px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #CD5F37;
}
.btn-primary {
    background: #CD5F37;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background: #2c3e50;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.social-links {
    display: flex;
    margin-top: 30px;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
}
.social-links a:hover {
    background: #CD5F37;
    transform: translateY(-3px);
}
.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}
.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hours-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hours-list li:last-child {
    border-bottom: none;
}
@media (max-width: 992px) {
    .contact-info {
        padding: 30px;
    }
    .contact-form {
        padding: 30px;
    }
}





.nav-link {
    border: none;
    padding: 15px 20px;
    font-weight: 600;
    color: #7f8c8d;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    text-align: left;
}
.nav-link:hover {
    background-color: #e9f7fe;
    color: #CD5F37;
}
.nav-link.active {
    background-color: #CD5F37;
    color: white;
}
.nav-link i {
    margin-right: 10px;
    font-size: 1.2rem;
    width: 25px;
}
.service-content {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 100%;
}
.service-icon {
    font-size: 2.5rem;
    color: #CD5F37;
    margin-bottom: 20px;
}
.benefits-list {
    list-style: none;
    padding: 0;
}
.benefits-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.benefits-list li:last-child {
    border-bottom: none;
}
.benefits-list i {
    color: #2ecc71;
    margin-right: 10px;
}
.pricing-badge {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #eee;
}
.feature-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border-left: 4px solid #CD5F37;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.feature-icon {
    font-size: 2.5rem;
    color: #CD5F37;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .service-tabs {
        margin-bottom: 20px;
    }
}
