@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Poppins', sans-serif;
}

.logo {
	max-width: 75px;
	width: 100%;
}

.logo-sidebar-web {
	max-width: 75px;
	width: 100%;
}

.nav-link {
	font-weight: bold;
	color: #56c9af;
}

.nav-link:hover {
	background-color: #fff;
	border-radius: 5%;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar {
	transition: all 0.75s;
	background-color: #5e5e5e52;
}

.navbar-scrolled {
	background-color: #edfdf8;
}

.dropdown>.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 5%;
}

.lni-dashboard-square-1 {
	font-size: 2rem;
}

.lni-xmark {
	font-size: 2rem;
	padding-top: 1.5rem;
}

.dropdown-toggle::after {
	display: none !important;
}

.lni-chevron-up::before, .lni-plus::before {
	font-size: 1rem;
	font-weight: bold !important;
}

.dropdown-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.btn-daftar-nav-lg {
    background-color: #fff;
    color: #00927b;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.3);
}

.btn-daftar-nav-lg:hover {
	background-color: #fff;
    color: #00927b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 168, 128, 0.4);
}

.btn-daftar-nav-md {
	background-color: #fff;
    color: #00927b;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.3);
    display: none;
}

.btn-daftar-nav-md:hover {
	background-color: #fff;
    color: #00927b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 168, 128, 0.4);
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(11,15,23,0.2) 0%, rgba(11,15,23,0.6) 60%, rgba(11,15,23,0.95) 100%);
  z-index: 1;
}

.carousel-caption {
	z-index: 2;
	bottom: 3.5rem;
	left: 8%;
	right: 8%;
	text-align: left;
	padding: 0;
}

.caption-glass-card {
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    padding: 2rem 2.5rem;
    max-width: 680px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.carousel-item .animate-element {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.carousel-item.active .animate-element:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.carousel-item.active .animate-element:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.carousel-item.active .animate-element:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.carousel-item.active .animate-element:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.badge-accent {
    background-color: rgba(0, 146, 123, 0.18);
    color: #c6fced;
    border: 1px solid rgba(0, 146, 123, 0.4);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.4em 1em;
    border-radius: 50px;
    font-weight: 600;
}

/* Progress Bar Slide Indicator */
.carousel-progress-bar {
    position: absolute;
    bottom: 7.5%;
    left: 10%;
    height: 4px;
    background-color: #00927b;
    width: 0%;
    z-index: 4;
    transition: width 0.1s linear;
}

.btn-accent {
    background-color: #00927b;
    color: #c6fced;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.3);
}

.btn-accent:hover {
    background-color: #c6fced;
    color: #00927b;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(197, 168, 128, 0.4);
}

.btn-outline-glass {
    background: rgba(0, 146, 123, 0.05);
    color: #fff;
    border: 1px solid rgba(0, 146, 123, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.btn-outline-glass:hover {
    background: rgba(0, 146, 123, 0.2);
    color: #c6fced;
    border-color: rgba(0, 146, 123, 0.6);
    transform: translateY(-2px);
}

.subtitle {
    display: inline-block;
    color: #00927B;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    background-color: rgba(0, 146, 123, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
}

.title {
            font-size: 2.75rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            color: #1e293b;
        }

.description {
            color: #64748b;
            font-size: 1.125rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

.feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 2rem 0;
        }

.feature-list li {
            position: relative;
            padding-left: 2rem;
            margin-bottom: 1rem;
            font-size: 1.05rem;
            font-weight: 500;
            color: #1e293b;
        }

        .feature-list li i {
            position: absolute;
            left: 0;
            top: 4px;
            color: #00927B;
            font-size: 1.25rem;
        }

.btn-custom-primary {
            background-color: #00927B;
            color: #ffffff;
            border: 2px solid #00927B;
            padding: 12px 28px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-custom-primary:hover {
            background-color: #007a66;
            border-color: #007a66;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 146, 123, 0.2);
        }

        .btn-custom-outline {
            background-color: transparent;
            color: #1e293b;
            border: 2px solid #e2e8f0;
            padding: 12px 28px;
            font-weight: 600;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-custom-outline:hover {
            border-color: #00927B;
            color: #00927B;
            background-color: rgba(0, 146, 123, 0.1);
            transform: translateY(-2px);
        }

.profil a {
	text-decoration: none;
	color: #00927B;
}

.announcement-section {
    background-color: #f8fafc;
}

.section-header {
    text-align: center;
}

.news-card {
    background: #ffffff;
    border-radius: 20px;
    border: 0.75rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 146, 123, 0.15);
}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .card-img-wrapper img {
    transform: scale(1.08);
}

.date-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    color: #00927B;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.date-badge span.day {
    font-size: 1.25rem;
    color: #1e293b;
}

.card-body-custom {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-category {
    color: #00927B;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: block;
}

.card-title-custom {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-title-custom:hover {
    color: #00927B;
}

.card-text-custom {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00927B;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: #007a66;
}

.read-more:hover i {
    transform: translateX(5px);
}

.btn-outline-pengumuman {
    background: rgba(0, 146, 123, 0.05);
    color: #00927B;
    border: 1px solid rgba(0, 146, 123, 0.3);
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.btn-outline-pengumuman:hover {
    background: rgba(0, 146, 123, 0.2);
    color: #00927B;
    border-color: rgba(0, 146, 123, 0.6);
    transform: translateY(-2px);
}

.faq-section {
    background-color: #ffffff;
    position: relative;
}

.btn-contact {
    background-color: transparent;
    color: #00927B;
    border: 2px solid #00927B;
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-contact:hover {
    background-color: #00927B;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 146, 123, 0.15);
}

.faq-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 16px !important; /* Membuat sudut membulat */
    margin-bottom: 1rem;
    background-color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.faq-accordion .accordion-item:hover {
    border-color: #00927B;
    box-shadow: 0 10px 25px -5px rgba(0, 146, 123, 0.1);
}

.faq-accordion .accordion-button {
    padding: 1.25rem 1.5rem;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1e293b;
    background-color: transparent;
    border: none;
    box-shadow: none !important; /* Menghilangkan border biru saat di-klik */
    gap: 15px;
}

/* Saat accordion terbuka (active) */
.faq-accordion .accordion-button:not(.collapsed) {
    color: #00927B;
    background-color: rgba(0, 146, 123, 0.08);
}

/* Kustomisasi Icon panah Accordion dengan warna utama */
.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e293b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300927B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #64748b;
    line-height: 1.7;
    background-color: rgba(0, 146, 123, 0.08);
    border-top: none;
}

/* Dekorasi ikon kecil di sebelah teks tombol */
.faq-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #64748b;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-icon-wrapper {
    background-color: #ffffff;
    color: #00927B;
}

.alumni-section {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.stats-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .stat-card {
            background: #ffffff;
            padding: 1.5rem;
            border-radius: 16px;
            border: 1px solid var(--border-color);
            box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color-light);
            box-shadow: 0 15px 35px -10px rgba(0, 146, 123, 0.15);
        }

        .stat-icon {
            font-size: 1.75rem;
            color: #00927B;
            margin-bottom: 1rem;
        }

        .stat-value {
            font-size: 2rem;
            font-weight: 800;
            color: #1e293b;
            margin-bottom: 0.25rem;
            line-height: 1;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #64748b;
            font-weight: 500;
        }

        .map-wrapper {
            position: relative;
            height: 550px;
            width: 100%;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
            border: 8px solid #ffffff;
            z-index: 1;
        }

        #alumniMap {
            height: 100%;
            width: 100%;
            background-color: #e5e7eb; /* Fallback color */
        }

        /* Kustomisasi Marker (Titik Lokasi) di Peta dengan efek animasi "Pulse" */
        .custom-div-icon {
            background: transparent;
            border: none;
        }
        
        .marker-pin {
            width: 20px;
            height: 20px;
            background-color: #00927B;
            border: 3px solid #ffffff;
            border-radius: 50%;
            position: relative;
            box-shadow: 0 0 10px rgba(0, 146, 123, 0.6);
        }

        .marker-pin::after {
            content: '';
            position: absolute;
            top: -6px;
            left: -6px;
            right: -6px;
            bottom: -6px;
            border: 2px solid #00927B;
            border-radius: 50%;
            animation: pulse 2s linear infinite;
            opacity: 0;
        }

        @keyframes pulse {
            0% { transform: scale(0.5); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: scale(1.5); opacity: 0; }
        }

        /* Kustomisasi Popup Peta */
        .leaflet-popup-content-wrapper {
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .leaflet-popup-content {
            margin: 14px 20px;
            font-family: 'Inter', sans-serif;
            text-align: center;
        }
        .popup-title {
            font-weight: 700;
            color: #1e293b;
            font-size: 1.05rem;
            margin-bottom: 4px;
        }
        .popup-desc {
            color: #64748b;
            font-size: 0.85rem;
            margin: 0;
        }


.school-footer {
            background-color: #0f172a;
            color: #94a3b8;
            font-size: 0.95rem;
            position: relative;
            overflow: hidden;
            border-top: 4px solid #00927B;
        }

        /* Dekorasi latar belakang (Aksen transparan) */
        .school-footer::before {
            content: '';
            position: absolute;
            top: -150px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(0,146,123,0.05) 0%, rgba(15,23,42,0) 70%);
            border-radius: 50%;
            z-index: 0;
            pointer-events: none;
        }

        .footer-container {
            position: relative;
            z-index: 1;
        }

        .footer-logo {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-size: 1.75rem;
            font-weight: 800;
            color: #f8fafc;
            text-decoration: none;
            margin-bottom: 1.5rem;
            transition: color 0.3s ease;
        }

        .footer-logo i {
            color: #00927B;
            font-size: 2rem;
        }

        .footer-logo:hover {
            color: #00927B;
        }

        .footer-title {
            color: #f8fafc;
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 12px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background-color: #00927B;
            border-radius: 2px;
        }

        .contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .contact-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .contact-list i {
            color: #00927B;
            font-size: 1.2rem;
            margin-top: 3px;
            width: 20px;
            text-align: center;
        }

        .quick-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .quick-links li {
            margin-bottom: 0.75rem;
        }

        .quick-links a {
            color: #94a3b8;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        }

        .quick-links a::before {
            content: '\f054'; /* FontAwesome chevron-right */
            font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
            font-weight: 900;
            margin-right: 8px;
            font-size: 0.8rem;
            color: #00927B;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.3s ease;
        }

        .quick-links a:hover {
            color: #00b396;
            transform: translateX(5px);
        }

        .quick-links a:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        .social-links {
            display: flex;
            gap: 12px;
            margin-top: 1.5rem;
        }

        .social-btn {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.05);
            color: var(--text-light);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .social-btn:hover {
            background-color: #00927B;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 146, 123, 0.4);
            border-color: #00927B;
        }

        .footer-bottom {
            background-color: #0f172a;
            padding: 1.5rem 0;
            margin-top: 4rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .copyright-text {
            margin: 0;
            font-size: 0.9rem;
            color: #64748b;
        }

        .copyright-text a {
            color: #00927B;
            text-decoration: none;
            font-weight: 500;
        }
        
        .copyright-text a:hover {
            color: #00b396;
        }

/* === FLOATING WHATSAPP BUTTON STYLING === */
        .wa-widget-container {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 9999;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        /* Tombol Utama WhatsApp */
        .wa-float-btn {
            width: 60px;
            height: 60px;
            background-color: #25D366;
            color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
            cursor: pointer;
            border: none;
            outline: none;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
        }

        .wa-float-btn:hover {
            transform: scale(1.1);
            background-color: #20bd5a;
            box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
            color: #ffffff;
        }

        /* Efek Denyut (Pulse Effect) */
        .wa-float-btn::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #25D366;
            border-radius: 50%;
            z-index: -1;
            opacity: 0.6;
            animation: wa-pulse 2s infinite;
        }

        @keyframes wa-pulse {
            0% {
                transform: scale(1);
                opacity: 0.6;
            }
            100% {
                transform: scale(1.6);
                opacity: 0;
            }
        }

        /* Badge Notifikasi Pesan */
        .wa-badge {
            position: absolute;
            top: -3px;
            right: -3px;
            background-color: #ef4444;
            color: #ffffff;
            font-size: 0.75rem;
            font-weight: 700;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #ffffff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            animation: bounce 1s infinite alternate;
        }

        @keyframes bounce {
            from { transform: translateY(0); }
            to { transform: translateY(-4px); }
        }

        /* Tooltip Label Cepat */
        .wa-tooltip {
            position: absolute;
            right: 72px;
            top: 50%;
            transform: translateY(-50%);
            background-color: #ffffff;
            color: #1e293b;
            padding: 8px 14px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            white-space: nowrap;
            pointer-events: none;
            opacity: 1;
            transition: opacity 0.3s ease;
            border: 1px solid #e2e8f0;
        }

        .wa-tooltip::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            border-width: 6px 0 6px 6px;
            border-style: solid;
            border-color: transparent transparent transparent #ffffff;
        }

        /* === POPUP CHAT BOX STYLING === */
        .wa-chat-box {
            width: 360px;
            max-width: calc(100vw - 40px);
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            margin-bottom: 15px;
            display: none; /* Disembunyikan secara default */
            flex-direction: column;
            transform-origin: bottom right;
            animation: popup-appear 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            border: 1px solid #e2e8f0;
        }

        .wa-chat-box.active {
            display: flex;
        }

        @keyframes popup-appear {
            0% {
                opacity: 0;
                transform: scale(0.8) translateY(20px);
            }
            100% {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        /* Header Chat */
        .wa-chat-header {
            background-color: #075E54;
            color: #ffffff;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }

        .wa-avatar-wrapper {
            position: relative;
            margin-right: 12px;
        }

        .wa-avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
        }

        .wa-online-dot {
            width: 12px;
            height: 12px;
            background-color: #25D366;
            border-radius: 50%;
            position: absolute;
            bottom: 0;
            right: 0;
            border: 2px solid #ffffff;
        }

        .wa-header-info h6 {
            margin: 0;
            font-weight: 700;
            font-size: 0.95rem;
            color: #ffffff;
        }

        .wa-header-info small {
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.85);
        }

        .wa-close-btn {
            background: transparent;
            border: none;
            color: #ffffff;
            font-size: 1.2rem;
            cursor: pointer;
            opacity: 0.8;
            transition: opacity 0.2s;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .wa-close-btn:hover {
            opacity: 1;
            background-color: rgba(255, 255, 255, 0.15);
        }

        /* Body Chat Box */
        .wa-chat-body {
            background-color: #efeae2;
            background-image: radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px);
            background-size: 12px 12px;
            padding: 20px 16px;
            max-height: 340px;
            overflow-y: auto;
        }

        .wa-bubble {
            background-color: #ffffff;
            border-radius: 0 14px 14px 14px;
            padding: 12px 14px;
            font-size: 0.875rem;
            color: #1e293b;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            margin-bottom: 15px;
            position: relative;
            line-height: 1.5;
        }

        .wa-bubble-time {
            font-size: 0.68rem;
            color: #94a3b8;
            text-align: right;
            margin-top: 4px;
        }

        /* Option Quick Buttons */
        .wa-quick-title {
            font-size: 0.75rem;
            font-weight: 700;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .wa-quick-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            padding: 10px 14px;
            border-radius: 12px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #1e293b;
            text-align: left;
            margin-bottom: 8px;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .wa-quick-btn i {
            color: #25D366;
            font-size: 1.1rem;
        }

        .wa-quick-btn:hover {
            border-color: #25D366;
            background-color: #f0fdf4;
            color: #075E54;
            transform: translateX(3px);
        }

        /* Footer Chat Input */
        .wa-chat-footer {
            padding: 12px 16px;
            background-color: #ffffff;
            border-top: 1px solid #f1f5f9;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .wa-input {
            flex: 1;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 8px 16px;
            font-size: 0.85rem;
            outline: none;
            transition: border-color 0.2s;
        }

        .wa-input:focus {
            border-color: #25D366;
        }

        .wa-send-btn {
            background-color: #25D366;
            color: #ffffff;
            border: none;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .wa-send-btn:hover {
            background-color: #128C7E;
        }

@media (min-width: 992px) {

	.dropdown>.dropdown-menu {
		visibility: hidden;
		opacity: 0;
		top: 100%;
		display: block;
		transition: all 0.1s ease-out;
	}

	.dropdown:hover>.dropdown-menu {
		padding: 20px 0;
		display: block;
		visibility: visible;
		opacity: 1;
		transition: all 0.3s ease-in-out;
	}

	.dropdown-item:hover {
		color: #00927b;
		background-color: #f4f4f8;
	}

	.lni-chevron-up::before, .lni-plus::before {
		display: inline-block;
	}

	.dropdown:hover .lni-chevron-up::before {
		transition: transform 0.2s ease-in-out;
	    transform: rotate(180deg);
	}

	.dropdown-item:hover .lni-plus::before {
		transition: transform 0.2s ease-in-out;
	    transform: rotate(180deg);
	    content: "\e0a2";
	    transform: rotate(90deg);
	}

}

@media (max-width: 990px) {
	.navbar-toggler:hover {
		color: #00927b;
	}

	.nav-item a:hover {
		color: #00927b;
	}

	.lni-chevron-up::before, .lni-plus::before {
		display: inline-block;
	}

	.nav-item a:hover .lni-chevron-up::before {
		transition: transform 0.2s ease-in-out;
	    transform: rotate(180deg);
	}

	.nav-item a:focus .lni-chevron-up::before {
	    transform: rotate(180deg);
	    color: #00927b;
	}

	.lni.lni-plus::before {
		content: '';
	}

	.btn-daftar-nav-md {
		display: block;
	}

	.btn-daftar-nav-lg {
		display: none;
	}

	.lni-dashboard-square-1 {
		color: #00927b;
	}

	.navbar-btn {
		background-color: #fff;
	}

	.badge-accent {
	    font-size: 0.5rem;
	}

	.caption-glass-card {
		max-width: 480px;
	}

	.caption-glass-card h2 {
		font-size: 1.5rem;
	}

	.caption-glass-card p {
		font-size: 0.75rem;
	}

	.caption-glass-card a {
		font-size: 0.75rem;
	}
}

@media (max-width: 820px) {
	.logo {
		max-width: 55px;
	}
} 

@media (max-width: 460px) {
	.logo {
		max-width: 40px;
	}

	.navbar-btn {
		padding: 0.25rem;
	}

	.btn-daftar-nav-md {
		padding: 0.25rem 0.75rem;
	}

	.carousel-caption {
		top: 30%;
	}

	.badge-accent {
	    font-size: 0.15rem;
	}

	.caption-glass-card {
		max-width: 175px;
		padding: 0.75rem 0.25rem;
	}

	.caption-glass-card h2 {
		font-size: 0.5rem;
	}

	.caption-glass-card p {
		font-size: 0.25rem;
	}

	.caption-glass-card a {
		font-size: 0.25rem;
	}

	.btn-accent {
	    padding: 0.25rem 0.50rem;
	}

	.btn-outline-glass {
	    padding: 0.25rem 0.50rem;
	}

	.fs-6 {
		font-size: 0.25rem !important;
	}

	.mb-3 {
		margin-bottom: 0.5rem !important;
	}

	.mb-4 {
		margin-bottom: 0.5rem !important;
	}

	.title {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.subtitle {
		font-size: 0.50rem;
	}

	.description {
		font-size: 0.65rem;
		margin-bottom: 0.25rem;
	}

	.feature-list li {
		font-size: 0.65rem;
		padding-left: 1rem;
	}

	.feature-list li i {
		font-size: 0.65rem;
	}

	.row>* {
		margin-top: 0.25rem !important;
	}

	.profil {
		font-size: 0.65rem;
	}

	.slider {
		margin-bottom: 0.2rem;
	}

	.news-card {
		margin-bottom: 0.5rem;
	}

	.footer-logo {
		font-size: 1rem;
		margin-top: 3rem !important;
	}
} 

@media (max-width: 375px) {
	.logo {
		max-width: 35px;
	}

	.navbar-btn {
		padding: 0.25rem;
	}

	.btn-daftar-nav-md {
		padding: 0.25rem 0.75rem;
	}

	.carousel-caption {
		top: 22%;
	}

	.badge-accent {
	    font-size: 0.15rem;
	}

	.caption-glass-card {
		max-width: 175px;
		padding: 0.75rem 0.25rem;
	}

	.caption-glass-card h2 {
		font-size: 0.5rem;
	}

	.caption-glass-card p {
		font-size: 0.25rem;
	}

	.caption-glass-card a {
		font-size: 0.25rem;
	}

	.btn-accent {
	    padding: 0.25rem 0.50rem;
	}

	.btn-outline-glass {
	    padding: 0.25rem 0.50rem;
	}

	.fs-6 {
		font-size: 0.25rem !important;
	}

	.mb-3 {
		margin-bottom: 0.5rem !important;
	}

	.mb-4 {
		margin-bottom: 0.5rem !important;
	}

	.p-3 {
		padding: 0.25rem !important;
	}

	.py-5 {
		padding-top: 0.25rem !important;
    	padding-bottom: 0.25rem !important;
	}

	.title {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.subtitle {
		font-size: 0.50rem;
	}

	.description {
		font-size: 0.65rem;
		margin-bottom: 0.25rem;
	}

	.feature-list li {
		font-size: 0.65rem;
		padding-left: 1rem;
	}

	.feature-list li i {
		font-size: 0.65rem;
	}

	.row>* {
		margin-top: 0.25rem !important;
	}

	.profil {
		font-size: 0.65rem;
	}

	.slider {
		margin-bottom: 3rem;
	}

	.news-card {
		margin-bottom: 0.5rem;
	}

	.footer-logo {
		font-size: 1rem;
		margin-top: 3rem !important;
	}
} 
