	<style>		
		.buttonwaseat {
		text-decoration: none;
		position:fixed;
		z-index:100;
		bottom:120px;
		right:10px;
		border-radius: 5px;
		color: #101010;
		background-color: #2a80c3;
		
		letter-spacing: .5px;
		transition: .2s ease-out;
		cursor: pointer;width:149px;padding:7px 2px;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		}
		.buttonwaseat a{
		color: #ffffff;
		}
		
    </style>	
	
	<style>
	/* ================= RESET ================= */
	#mainMenu ul {
		list-style: none;
		padding: 10px;
		margin: 0;
		font-family: Oswald;
	}
	#mainMenu ul li {
		display: inline-block;
		margin-right: 15px;
		font-family: Oswald;
		position: relative;
	}
	.menu-lines nav ul li a {
		padding: 8px 16px !important;  
		color: #fff !important;         
		border-radius: 50px !important;  
		transition: all 0.3s ease !important;
		background: transparent !important;
	}
	.menu-lines nav ul li a:hover {
		background-color: #0f90db !important;
		color: #fff !important;
		border-radius: 20px !important;
		box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	}
	.menu-lines .dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 9999;
		min-width: 200px;
		padding: 8px;
		border-radius: 15px;
		overflow: hidden;
		background: linear-gradient(to right, rgb(17 104 203), rgb(16 108 229));
	}
	.menu-lines .dropdown:hover .dropdown-menu {
		display: block;
	}
	.menu-lines .dropdown-menu li {
		display: block;
		margin: 0;
	}
	.menu-lines .dropdown-menu li a {
		display: block !important;
		padding: 10px 16px !important;
		border-radius: 12px !important;
		color: #fff !important;
		transition: all 0.3s ease !important;
	}
	.menu-lines .dropdown-menu li a:hover {
		background-color: rgba(255,255,255,0.2) !important;
	}	
	#mainMenu {
		display: flex;
		align-items: center;
	}
	#mainMenu nav {
		display: flex;
		align-items: center;
	}
	</style>
	
	<style>
       /* General card styling */
		.team-member {
			border-radius: 15px;
			transition: all 0.3s ease;
			box-shadow: 0 0px 50px rgba(0, 0, 0, 0.1);
			margin-bottom: 30px; /* Add margin between cards */
		}

		.team-member img {
			width: 100%;
			height: auto;
			border-radius: 15px;
		}

		/* Responsive grid for smaller screens */
		@media (max-width: 767px) {
			.col-sm-12 {
				width: 100%; /* Ensure cards take full width on mobile */
			}

			.team-desc h3 {
				font-size: 16px; /* Reduce font size for mobile readability */
				text-shadow: none; /* Simplify text for mobile */
			}

			.team-member {
				box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Lighter shadow on mobile */
			}
		}

		/* Hover effects for larger screens */
		@media (min-width: 768px) {
			.team-member:hover {
				transform: translateY(-10px);
				box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
			}
		}
    </style>
	
	<style>
	.pmb-wrapper {
		position: fixed;
		bottom: 78px;
		right: 25px;
		width: 360px;
		background: #fff;
		border-radius: 18px;
		padding: 18px;
		box-shadow: 0 12px 30px rgba(0,0,0,.15);
		font-family: 'Segoe UI', sans-serif;
		z-index: 9999;
	}

	.close-btn {
		position: absolute;
		top: 8px;
		right: 10px;
		border: none;
		background: none;
		font-size: 22px;
		cursor: pointer;
		color: #666;
	}

	.pmb-header {
		display: flex;
		gap: 12px;
		align-items: flex-start;
	}

	.pmb-header img {
		width: 47px;
	}

	.pmb-header h4 {
		margin: 0;
		font-size: 15px;
		font-weight: 500;
		line-height :1.3;
		color: #1c1c1c;
	}

	.pmb-header p {
		margin: 4px 0 0;
		font-size: 13px;
		color: #666;
	}

	.pmb-actions {
		display: flex;
		gap: 10px;
		margin-top: 15px;
	}

	.btn-primary {
		flex: 1;
		background: #1e73ff;
		color: #fff;
		padding: 10px;
		text-align: center;
		border-radius: 30px;
		text-decoration: none;
		font-weight: 600;
	}

	.btn-outline {
		flex: 1;
		border: 2px solid #1e73ff;
		color: #1e73ff;
		padding: 10px;
		text-align: center;
		border-radius: 30px;
		text-decoration: none;
		font-weight: 600;
	}

	.chat-bubble {
		position: fixed;
		bottom: 25px;
		right: 25px;
		background: #1e73ff;
		color: #fff;
		padding: 12px 18px;
		border-radius: 30px;
		font-weight: 600;
		cursor: pointer;
		box-shadow: 0 8px 20px rgba(0,0,0,.25);
		display: flex;
		align-items: center;
		gap: 8px;
		z-index: 9998;
	}

	 </style>
	 
	 
	 
	 <style>
        body {
            font-family: Arial, sans-serif;
            margin: 1;
            padding: 1;
            background-color: #ffff;
        }

        .info-box {
            background-color: #f4f4f4;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            padding: 35px;
            margin: 20px;
            max-width: 1200px;
            margin: 10px auto;
        }

    </style>
	
	<style>
		video::-webkit-media-controls-enclosure {
			display: none !important;
		}
		video::-webkit-media-controls-panel {
			width: calc(100% + 32px) !important;
		}
	</style>
	
	
	<style>
		.card-columns {
			column-count: 1; /* Initially, one column for smaller screens */
		}

		@media (min-width: 576px) {
			.card-columns {
				column-count: 4; /* Two columns for screens wider than 576px */
			}
		}

		@media (min-width: 768px) {
			.card-columns {
				column-count: 4; /* Three columns for screens wider than 768px */
			}
		}

		.card {
			width: 100%;
			height: 100%; /* Ensure cards take up full height */
			display: flex;
			flex-direction: column;
			margin-bottom: 1rem;
			background-color: #fff;
			border: 1px solid rgba(0, 0, 0, 0.125);
			border-radius: 0.25rem;
		}

		.card-body {
			flex: 1; /* Allow body to expand within the card */
			padding: 1rem;
		}

		.card-title {
			font-size: 1.25rem;
			font-weight: bold;
			margin-bottom: 0.75rem;
		}

		.card-text {
			font-size: 1rem;
			line-height: 1.5;
			overflow: hidden; /* Hide overflow text */
			text-overflow: ellipsis; /* Show ellipsis for overflow text */
			display: -webkit-box;
			-webkit-line-clamp: 3; /* Number of lines to show */
			-webkit-box-orient: vertical;
		}

		.card-footer {
			padding: 0.75rem 1rem;
			background-color: rgba(0, 0, 0, 0.03);
			border-top: 1px solid rgba(0, 0, 0, 0.125);
		}

		.card-footer small {
			font-size: 0.875rem;
		}

		.card-link {
			color: #ffff;
			text-decoration: none;
		}

		.card-link:hover {
			text-decoration: underline;
		}
		.card {
        /* Pengaturan lain yang sudah ada */
        transition: transform 0.3s ease; /* Efek transisi untuk transformasi */
    }
    .card:hover {
        transform: translateY(-5px); /* Mengangkat kartu 5px saat dihover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Efek bayangan untuk memberikan efek melayang */
    }
	</style>	
	
	<style>
	.benefit-item {
		display: flex;
		align-items: center;
		background-color: #e7f3ff;
		margin-bottom: 15px;
		padding: 15px;
		border-radius: 6px;
		transition: background-color 0.3s ease, transform 0.3s ease;
	}
	.benefit-item:hover {
		background-color: #cce4ff;
		transform: translateY(-3px);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	}
	.number-img {
		border-radius: 8px;
		width: 60px; /* Increased from 45px to 60px */
		height: 60px; /* Increased from 45px to 60px */
		margin-right: 15px;
		object-fit: cover;
	}
	.number {
		background-color: #00a2ff;
		color: #ffffff;
		font-weight: bold;
		border-radius: 8px;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 15px;
		font-size: 18px;
	}
	.text {
		color: #1f4f8e;
		font-size: 14px;
		line-height: 1.5;
	}
	.benefit-item:last-child {
		margin-bottom: 0;
	}
	.button-container {
		display: inline-block;
	}
	.rounded-button {
		background: linear-gradient(to right, #1f4f8e, #8e44ad); /* Gradient from blue to purple */
		color: white;
		font-weight: bold;
		padding: 10px 20px;
		font-family: Arial, sans-serif;
		font-size: 14px;
		display: inline-block;
		border-radius: 0 25px 25px 0; /* Rounded top-right and bottom-right corners */
		height: 30px;
		line-height: 30px; /* Centers text vertically */
		position: relative;
	}
	.rounded-button::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 15px; /* Adjust width to match corner radius */
		height: 100%;
		background-color: #f0f0f0;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
	}
	.prodi-section {
		padding: 80px 0 120px;
		background: linear-gradient(135deg, #1f7fbf, #2aa7c9);
		color: #fff;
	}
	.prodi-title {
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.prodi-title span {
		color: #ffc83d;
	}
	.prodi-subtitle {
		max-width: 820px;
		margin: 0 auto 40px;
		font-size: 16px;
		line-height: 1.8;
	}
	.prodi-tabs {
		margin-bottom: 50px;
	}
	.prodi-tabs .tab {
		background: rgba(255,255,255,0.2);
		border: none;
		color: #fff;
		padding: 10px 25px;
		margin: 0 5px;
		border-radius: 30px;
		font-weight: 600;
		cursor: pointer;
	}
	.prodi-tabs .tab.active {
		background: #ffc83d;
		color: #000;
	}
	.prodi-cards {
		margin-top: 30px;
	}
	.prodi-card {
		background: linear-gradient(180deg, #09789a, #0a93cd);
		border-radius: 20px;
		padding: 30px;
		height: 100%;
		box-shadow: 0 10px 30px rgba(0,0,0,0.2);
		text-align: left;
	}
	.prodi-card h3 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 15px;
	}
	.prodi-card p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.badge {
		display: inline-block;
		padding: 6px 14px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.badge-unggul {
		background: #f5c542;
		color: #000;
	}
	.badge-akreditasi {
		background: #d4b05f;
		color: #000;
	}
	.prodi-action {
		display: flex;
		gap: 10px;
	}
	.btn-daftar {
		background: #ffc83d;
		color: #000;
		padding: 10px 22px;
		border-radius: 30px;
		font-weight: 600;
		text-decoration: none;
	}
	.btn-outline {
		background: #fff;
		color: #005f99;
		padding: 10px 22px;
		border-radius: 30px;
		font-weight: 600;
		text-decoration: none;
	}
	</style>
	