.scale-200 {
    transform: scale(1.5);
    transform-origin: center;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1605152276897-4f618f831968?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
}

.news-container {
    display: flex;
    height: 500px;
}

.news-image {
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    background: white;
    position: relative;
}

.news-item {
    padding: 16px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.news-item:hover {
    background: #f8fafc;
}

.divider {
    width: 1px;
    background-color: #e5e7eb;
}

.bid-law-section {
    background:
        linear-gradient(rgba(246, 248, 252, 0.9), rgba(246, 248, 252, 0.9)),
        url('../images/index_bg_0.jpg') center center / cover no-repeat;
}

.service-section-light {
    background: #f7faff;
}

.about-section-light {
    background: #f4f8ff;
}

.more-enterprise {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    color: #2f5fb8;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: all .25s ease;
}

.more-enterprise:hover {
    color: #1f4ea7;
    border-bottom-color: #2f5fb8;
}

.list-date-tag {
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5f7e;
    background: #eef3fb;
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    white-space: nowrap;
}

.page-item {
    display: inline-block;
    margin: 0 2px;
}

.page-link {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.page-link:hover {
    background-color: #f1f5f9;
}

.page-link.active {
    background-color: #3b82f6;
    color: white;
}

.pagination-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 12px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
}

.view-details {
    display: inline-flex;
    align-items: center;
    color: #3b82f6;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.view-details:hover {
    color: #2563eb;
    text-decoration: underline;
}

.view-details i {
    margin-left: 4px;
    font-size: 0.75rem;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.carousel {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.carousel-item {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.carousel-control.prev {
    left: 20px;
}

.carousel-control.next {
    right: 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.carousel-indicator.active {
    background: white;
}

#timeline {
    height: 235px;
}

.custom-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px 60px;
    min-width: 240px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    overflow: visible !important;
    z-index: 1;
}

.btn-text {
    position: relative;
    z-index: 2;
    color: #1a365d;
    transition: color 0.3s ease;
    text-align: center;
}

.btn-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    transform: scale(0.95);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    border-radius: 24px !important;
}

.btn-secondary .btn-bg {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

#bbb {
    z-index: 3;
}

#theshow {
    transition: transform 0.5s ease;
}

#theshow:hover {
    transform: translateY(-10px);
}
