/* ===== Custom Styles for Universitas Terbuka Serang ===== */

/* ===== Global Styles ===== */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* Section Spacing */
.sec-pad {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.auto-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== About Section ===== */
.about-section {
    background: linear-gradient(135deg, #f6f9ff, #eef4ff);
}

.tag-button {
    background: #006CFF;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.tag-button:hover {
    background: #003399;
}

.main-title h1 {
    font-size: 38px;
    font-weight: 700;
    margin: 15px 0;
}

.main-title .hashtag {
    background: linear-gradient(90deg, #006CFF, #003399);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* ===== Countdown Styles ===== */
.countdown-wrapper {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.countdown-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    min-width: 80px;
}

.countdown-item .count {
    font-size: 24px;
    font-weight: 700;
    color: #006CFF;
}

/* ===== Button Styles ===== */
.register-btn {
    background: linear-gradient(90deg, #006CFF, #003399);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    transition: 0.3s;
}

.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,108,255,0.3);
}

.reg-btn {
    background: #006CFF;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s;
}

.reg-btn:hover {
    background: #003399;
}

/* ===== Statistics Section ===== */
.statistics-section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.stats-box {
    flex: 1;
    background: linear-gradient(135deg, #006CFF, #003399);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.stats-box .number {
    font-size: 36px;
    font-weight: 800;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.stat-item i {
    font-size: 28px;
    color: #FFD43B;
}

/* ===== Feature Boxes ===== */
.feature-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.feature-box {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,108,255,0.2);
}

.feature-box i {
    font-size: 32px;
    color: #006CFF;
    margin-bottom: 10px;
}

/* ===== Advantages Section ===== */
.advantages-wrapper {
    background: #f8faff;
    padding: 80px 0;
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    border: 2px solid #006CFF;
}

.feature-card .icon img {
    width: 50px;
}

/* ===== Registration Paths ===== */
.registration-paths .button-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* ===== Footer Styles ===== */
.main-footer {
    position: relative;
    background-color: #0a1f44;
    color: white;
    overflow: hidden;
}

.main-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/images/resource/desain-4.png') center bottom no-repeat;
    background-size: contain;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.main-footer .footer-top,
.main-footer .footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-widget h3,
.footer-widget p,
.footer-widget a {
    color: #ffffff;
}

.footer-widget a:hover {
    color: #00bcd4;
}
