/* Fix untuk homepage sections yang blank/putih */

/* Banner Card Section */
.banner-card {
    position: relative;
    margin-top: -80px;
    z-index: 10;
    padding: 0 15px;
}

.banner-card .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.banner-card .card-body {
    padding: 20px;
}

.banner-card .card-title {
    color: #11141b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-card .card-title:hover {
    color: #b59a6d;
}

.banner-card .card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.banner-card .card-img-top {
    border-radius: 8px 8px 0 0;
    height: 80px;
    object-fit: contain;
    padding: 15px;
    background: #f8f9fa;
}

/* About Company Section */
.about-company {
    padding: 100px 0 80px;
    background-color: #f8f6f1;
}

.about-company .semi-title {
    margin-bottom: 20px;
}

.about-company .title {
    color: #b59a6d;
    font-weight: 600;
    font-size: 16px;
}

.about-company h2 {
    color: #11141b;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-company p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-company .company-list ul {
    list-style: none;
    padding: 0;
}

.about-company .company-list ul li {
    color: #11141b;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.about-company .company-list .square {
    width: 8px;
    height: 8px;
    background-color: #b59a6d;
    display: inline-block;
    margin-right: 12px;
    transform: rotate(45deg);
}

.about-company .images img {
    border-radius: 8px;
}

/* Government Service Section */
.government-service {
    padding: 80px 0;
    background-color: #fff;
}

.government-service .section-title {
    margin-bottom: 50px;
}

.government-service .semi-title .title {
    color: #b59a6d;
    font-weight: 600;
    font-size: 16px;
}

.government-service h2 {
    color: #11141b;
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}

.government-service .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.government-service .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.government-service .card-img-top {
    height: 120px;
    object-fit: contain;
    object-position: center;
    background: #f8f9fa;
    padding: 20px;
}

.government-service .card-body {
    padding: 25px;
}

.government-service .card-title {
    color: #11141b;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.government-service .card-title:hover {
    color: #b59a6d;
}

.government-service .card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.government-service .card-footer {
    padding: 0 25px 25px;
}

.government-service .card-btn {
    color: #b59a6d;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.government-service .card-btn:hover {
    color: #11141b;
}

/* Officials Section */
.our-investigators {
    padding: 80px 0;
    background-color: #f8f6f1;
}

.our-investigators .section-title {
    margin-bottom: 50px;
}

.our-investigators .semi-title .title {
    color: #b59a6d;
    font-weight: 600;
    font-size: 16px;
}

.our-investigators h2 {
    color: #11141b;
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}

.our-investigators .card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.our-investigators .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.our-investigators .card .info {
    background: linear-gradient(135deg, #11141b 0%, #2a2d3a 100%);
    border-radius: 8px;
}

.our-investigators .card-title {
    font-size: 18px;
    font-weight: 600;
}

.our-investigators .card-text {
    font-size: 14px;
    opacity: 0.9;
}

/* Newsroom Section */
.newsroom {
    padding: 80px 0;
    background-color: #fff;
}

.newsroom .section-title {
    margin-bottom: 50px;
}

.newsroom .semi-title .title {
    color: #b59a6d;
    font-weight: 600;
    font-size: 16px;
}

.newsroom h2 {
    color: #11141b;
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
}

.newsroom .card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.newsroom .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.newsroom .card-title {
    color: #11141b;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.newsroom .card-title:hover {
    color: #b59a6d;
}

.newsroom .date {
    background: #b59a6d;
    padding: 8px 12px;
    border-radius: 6px;
    text-align: center;
    min-width: 60px;
}

.newsroom .date .month {
    font-size: 12px;
}

.newsroom .more-link {
    color: #b59a6d;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.newsroom .more-link:hover {
    color: #11141b;
}

.newsroom .divide-row-tow {
    width: 40px;
    height: 2px;
    background: #b59a6d;
}

/* Utility Classes */
.cityWall-btn a,
.cityWall-btn-two a,
.cityWall-btn button,
.cityWall-btn-two button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #b59a6d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cityWall-btn a:hover,
.cityWall-btn-two a:hover,
.cityWall-btn button:hover,
.cityWall-btn-two button:hover {
    background-color: #11141b;
    color: #fff;
    transform: translateY(-2px);
}

.animated-circles {
    display: flex;
    align-items: center;
    gap: 10px;
}

.small-circle-start,
.small-circle-end {
    width: 8px;
    height: 8px;
    background: #b59a6d;
    border-radius: 50%;
}

/* Text Colors */
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}
