
      
        
    
        
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

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

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

.section-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #333;
}



.font-weight-bold {
    font-weight: 700;
}

.faq-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: flex-start;
}

.faq-question i {
    color: #e83e8c;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
}

.faq-answer {
    color: #666;
    padding-left: 26px;
    font-size: 16px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.mt-4 {
    margin-top: 1.5rem;
}

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

.features-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 40px;
    color: #e83e8c;
    margin-bottom: 20px;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-description {
    color: #666;
}





      
        
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-4, .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

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

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

.section-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #333;
}



.font-weight-bold {
    font-weight: 700;
}

.service-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.service-container:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 40px;
    color: #e83e8c;
    margin-bottom: 20px;
    text-align: center;
}

.service-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
}

.service-subtitle {
    color: #e83e8c;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

.service-description {
    color: #666;
    font-size: 16px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.mt-4 {
    margin-top: 1.5rem;
}

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

.features-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 40px;
    color: #e83e8c;
    margin-bottom: 20px;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-description {
    color: #666;
}







.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

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

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

.section-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #333;
}


.font-weight-bold {
    font-weight: 700;
}

.contact-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
}

.contact-info-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    background: #e9ecef;
    transform: translateY(-3px);
}

.contact-info-title {
    font-weight: 600;
    color: #e83e8c;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.contact-info-title i {
    margin-right: 10px;
    font-size: 24px;
}

.contact-info-detail {
    color: #666;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

.contact-info-detail i {
    margin-right: 10px;
    color: #e83e8c;
    margin-top: 5px;
}

.business-card {
    background: linear-gradient(135deg, #e83e8c 0%, #138496 100%);
    color: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.business-card h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.business-card p {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea.form-control {
    height: 150px;
    resize: vertical;
}





.mt-4 {
    margin-top: 1.5rem;
}

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

.map-container {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 250px;
    border: 0;
}

.operation-hours {
    margin-top: 20px;
}

.operation-hours h4 {
    color: #e83e8c;
    margin-bottom: 15px;
    font-weight: 600;
}

.hours-list {
    list-style-type: none;
    padding-left: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #dee2e6;
}

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

@media (max-width: 991px) {
    .business-card {
        margin-top: 30px;
    }
}
