.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.project-grid .thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.project-grid .content {
    text-align: center;
    margin-top: 10px;
}

.blog-list {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-list .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.blog-list .title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-list .preview-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.blog-list .more-btn {
    font-size: 1rem;
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.blog-list .more-btn:hover {
    color: #0056b3;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.bg-primary-light {
    background-color: #f5f7fa;
}


.footer-app-links {
    text-align: center;
    margin-bottom: 20px;
}

.footer-app-links ul {
    justify-content: center;
    padding: 0;
}

.footer-app-links ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-icon {
    height: 50px;
    transition: transform 0.3s ease;
}

.footer-icon:hover {
    transform: scale(1.1);
}

.footer-social-link {
    text-align: center;
    margin-top: 20px;
}

.footer-social-link ul {
    justify-content: center;
    padding: 0;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.swiper-container {
    max-width: 100%;
    overflow: hidden;
}

section {
    max-width: 100%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.company-info {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
}

.header-logo img {
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.alert {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.required-dot {
    color: #f44336;
}

.privacy-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
}

.privacy-policy-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.privacy-label {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}

.privacy-link {
    color: #007bff;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

.services-grid-icon {
    font-size: 40px;
    color: #5956E9;
}

.list-about-checked {
    color: #4CAF50;
}

.box-list-about {
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}