.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 2rem 0;
    border-bottom: 1px solid #dee2e6;
}

.breadcrumb {
    margin-bottom: 0;
}

.about-page-section {
    background-color: #fff;
}

.about-title {
    font-size: 2.5rem;
   font-weight: 700;
    color: #212529;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-description {
  font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.about-body {
    color: #495057;
    line-height: 1.9;
 font-size: 1rem;
}

.about-body p {
    margin-bottom: 1.5rem;
}

.about-image-wrapper {
    border-radius: 10px;
  overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about-image-wrapper img {
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.contact-cta-section {
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
}

.contact-cta-section .btn-light {
    padding: 0.8rem 2rem;
  font-weight: 600;
    transition: all 0.3s ease;
}

.contact-cta-section .btn-light:hover {
 transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.contact-info-section {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
  font-weight: 700;
    color: #212529;
}

.contact-card {
    background: white;
 padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background-color: #e7f3ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: #007bff;
}

.contact-card h5 {
    margin-bottom: 1rem;
    color: #212529;
    font-weight: 600;
}

.contact-link,
.contact-text {
    color: #6c757d;
    text-decoration: none;
}

.contact-link:hover {
    color: #007bff;
    text-decoration: underline;
}

@media (max-width: 768px) {
   .about-title {
        font-size: 2rem;
    }

    .contact-cta-section h2 {
   font-size: 1.5rem;
    }
}
