@charset "UTF-8";

/* Start Frontend.app blade */

/* Slider Fasilitas Prestasi Content Area */
.facility-item, .achievement-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;
}

.facility-overlay, .achievement-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
}

/* Area Top Tanggal dan Jam */
.datetime-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 5px 0;
}

.datetime-wrapper .date,
.datetime-wrapper .time {
    color: #ececec !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

.date-container, .time-container {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.date, .time {
    color: #ececec !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

/* Top Contact Link Area */
.contact-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.contact-icons-wrapper .elementor-grid-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-icons-wrapper .text-white {
    font-size: 12px;
}

.elementor-social-icon-phone,
.elementor-social-icon-email {
    background-color: #00d8d6 !important;
    font-size: 16px;
    padding: 0.5em;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.elementor-social-icon-phone svg,
.elementor-social-icon-email svg {
    width: 1em;
    height: 1em;
    fill: #fff;
}

.elementor-icon:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.header-top-left .contact-icon {
    fill: white;
    display: block;
}

/* Header Top */
.header-top {
    padding: 10px 0;
}

/* Social Media Icons Area */
.social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.elementor-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #3b5998;
    border-radius: 50%;
    transition: transform 0.3s;
}

.elementor-icon:hover {
    transform: scale(0.9);
}

.elementor-icon svg {
    width: 10px;
    height: 10px;
    fill: white;
}

.elementor-social-icon-facebook {
    background-color: #3b5998;
}

.elementor-social-icon-instagram {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.elementor-social-icon-youtube {
    background-color: #cd201f;
}

.notification-icon {
    background-color: #ffd700;
    position: relative;
}

.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    display: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-top-middle {
        display: none;
    }

    .header-top {
        padding: 8px 0;
    }

    .header-top .row {
        display: flex;
        justify-content: space-between;
    }

    .header-top-left,
    .header-top-right {
        width: auto;
        order: unset;
        margin: 0;
    }

    .contact-icons-wrapper,
    .social-icons-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    /* Align all icons */
    .elementor-icon {
        width: 26px;
        height: 26px;
    }

    /* Hide text labels on mobile */
    .contact-icons-wrapper .text-white {
        display: none;
    }
}

/* Feature Styles */
.feature-area {
    position: relative;
    margin-top: -80px;
    z-index: 10;
}

.row {
    margin: 0 !important;
    gap: 0 !important;
}

.col {
    padding: 0 !important;
}

.feature-card {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid rgb(0, 0, 0);
    gap: 8px;
}

/* Menghilangkan border di card terakhir */
.col:last-child .feature-card {
    border-right: none;
}

/* Hover Effects dengan warna berbeda untuk tiap card */
.feature-card:nth-child(1):hover {
    background: #f39c12;
}

.icon-wrapper {
    width: 60px; /* Icon lebih besar */
    height: 60px;
    margin-bottom: 5px;
}

.icon-wrapper i {
    font-size: 40px;
    color: #000000; /* Warna icon gelap */
}

@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');
.feature-card h5 {
    font-family: 'Sniglet', display;
    color: #000000; /* Warna text gelap */
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

/* Hover effect untuk text dan icon */
.feature-card:hover h5,
.feature-card:hover .icon-wrapper i {
    color: white;
}

@media (max-width: 768px) {
    .feature-cards-wrapper {
        margin-top: 20px !important; /* Override the negative margin */
    }

    .search-box {
        margin-bottom: 40px; /* Add space below search box */
    }
}

/* Top Header */
.top-header {
    background: #2c3e50;
    padding: 8px 0;
    font-size: 14px;
}

.main-header {
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Navbar */
.nav-item {
    padding: 0 15px;
}

.nav-link {
    color: #34495e;
    font-weight: 500;
    transition: all 0.3s;
}

.nav-link:hover {
    color: #f39c12;
}

/* Logo */
.school-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.school-logo {
    height: 60px;
}

.school-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

/* Dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 8px 20px;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #f39c12;
}

/* Login */
.login-btn {
    background: #f39c12;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 15px;
}

.login-btn:hover {
    background: #f39c12;
    transform: translateY(-1px);
}

/* Search */
.search-box {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(5px);
    margin-bottom: 160px !important;
}

.search-box .form-control,
.search-box .form-select {
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
}

.search-box .btn-primary {
    background: #f39c12;
    border-color: #f39c12;
}

.search-box .btn-primary:hover {
    background: #f39c12;
}

/* Banner Slider */
.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slide-item.active {
    opacity: 1;
}

/* Navigation Arrows */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.096);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav:hover {
    background: #f39c12;
}

.prev-slide {
    left: 20px;
}

.next-slide {
    right: 20px;
}

/* Text Slider */
.text-slider {
    margin-top: -100px;
}

.text-slide {
    animation: textSlide 3s infinite;
}

@media (max-width: 768px) {
    .slider-nav {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
}

/* Badge, btn teal */
.bg-teal {
    background-color: #f39c12 !important;
}
.badge-teal {
    background-color: #f39c12;
    color: white;
    padding: 5px 10px;
}
.btn-teal {
    background-color: #f39c12;
    color: white;
}
.btn-teal:hover {
    background-color: #192a56;
    color: white;
}

/* Card Berita */
.card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.scrollable-list {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: none;
}
.scrollable-list::-webkit-scrollbar {
    display: none;
}
.meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.img-wrap {
    overflow: hidden;
}
.img-wrap img {
    transition: transform 0.3s ease;
}
.card:hover .img-wrap img {
    transform: scale(1.05);
}
.meta {
    font-size: 0.9rem;
    color: #666;
}

/* Kalender */
.modern-calendar {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.calendar-header {
    background: linear-gradient(135deg, #f5ffd9, #f39c12);
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    color: white;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.calendar-body {
    padding: 15px;
}

.calendar-table {
    width: 100%;
    border-spacing: 8px;
    border-collapse: separate;
}

.calendar-table th {
    color: #555;
    font-weight: 600;
    padding: 10px;
    font-size: 0.9rem;
}

.calendar-table td {
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.calendar-table td:hover {
    background: #f0f7ff;
    transform: scale(1.1);
}

.calendar-table td.today {
    background: linear-gradient(135deg, #faffca, #f39c12);
    color: white;
    font-weight: bold;
}

.calendar-table td.other-month {
    color: #ccc;
}

@media (max-width: 768px) {
    .calendar-table {
        border-spacing: 4px;
    }
    
    .calendar-table td {
        padding: 8px;
    }
}

.related-news img {
    transition: transform 0.3s ease;
}
.related-news .d-flex:hover img {
    transform: scale(1.05);
}

/* Mengurangi padding section */
.section-gap {
    padding: 60px 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.event-date {
    min-width: 60px;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.card-footer {
    padding: 1rem;
}

.counter {
    font-size: 2.5rem;
    font-weight: bold;
}

@keyframes slideShow {
    0%, 33% { opacity: 1; }
    34%, 100% { opacity: 0; }
}

@keyframes textSlide {
    0%, 80% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-20px); }
}

/* Footer Area */
.footer-area {
    padding: 80px 0 20px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.footer-logo h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-logo p {
    color: #777;
    line-height: 1.8;
}

/* Footer Bottom */
.footer-bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    transition: all 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .single-footer-widget {
        margin-bottom: 40px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-social {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer-area {
        padding: 50px 0 20px;
    }
    
    .agenda-item-footer {
        margin-bottom: 15px;
    }
    
    .agenda-thumb {
        width: 60px;
        height: 45px;
    }
    
    .footer-logo img {
        max-width: 120px;
    }
    
    .footer-bottom .footer-text {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .agenda-info h6 {
        font-size: 14px;
    }
    
    .agenda-date {
        font-size: 12px;
    }
    
    .footer-social a {
        width: 30px;
        height: 30px;
        margin: 0 3px;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Float Whatsapp */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: pulse 2s infinite;
}

.my-float-whatsapp {
    margin-top: 16px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(1);
    }
}

/* Agenda Kegiatan Area */
.agenda-item-footer {
    margin-bottom: 20px;
}

.agenda-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.agenda-info {
    flex: 1;
}

.agenda-divider {
    height: 2px;
    background: rgba(255, 255, 255, 0.253);
    margin: 15px 0;
}

.agenda-item-footer:last-child .agenda-divider {
    display: none;
}

.text-primary {
    color: #7FDBDA !important;
}

.agenda-date {
    font-size: 0.85rem;
}

.agenda-info h6 {
    font-size: 0.95rem;
}

.agenda-title {
    color: #f39c12;
    text-decoration: none;
    transition: color 0.3s ease;
}

.agenda-title:hover {
    color: #ffffff;
}

/* Prestasi Area */
.prestasi-showcase {
    padding: 80px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

.prestasi-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.prestasi-card:hover {
    transform: translateY(-5px);
}

.card-image img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.card-body {
    padding: 1rem;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.date {
    color: #3a3a3a !important;
    font-size: 0.8rem;
}

.card-title {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.card-text {
    color: #6c757d;
    font-size: 0.85rem;
    line-height: 1.4;
}

.sidebar-card {
    background: white;
    color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.sidebar-card .card-header {
    background: #ffffff;
    color: #ffffff;
    padding: 1rem 1.5rem;
}

.sidebar-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.sidebar-list li:last-child {
    border: none;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .prestasi-card {
        margin-bottom: 1.5rem;
    }
}

/* Staff Area */
.single-popular-carusel .card {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.single-popular-carusel .card:hover {
    transform: translateY(-5px);
}

.social-links a {
    color: #f39c12;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #60efff;
}

/* Stat Card */
.stat-card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    background: rgba(67, 97, 238, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.stat-card:nth-child(1) .stat-icon {
    background: rgba(67, 97, 238, 0.1);
}

.stat-card:nth-child(2) .stat-icon {
    background: rgba(247, 37, 133, 0.1);
}

.stat-card:nth-child(3) .stat-icon {
    background: rgba(255, 159, 28, 0.1);
}

.stat-card:nth-child(4) .stat-icon {
    background: rgba(46, 196, 182, 0.1);
}

.counter {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 15px 0;
}

.stat-title {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Different colors for each stat title */
.stat-card:nth-child(1) .stat-title {
    color: #c0392b;
}

.stat-card:nth-child(2) .stat-title {
    color: #f72585;
}

.stat-card:nth-child(3) .stat-title {
    color: #ff9f1c;
}

.stat-card:nth-child(4) .stat-title {
    color: #2ec4b6;
}

/* End Frontend.app blade */