/**
* Template Name: Anyar - v2.2.1
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Poppins", sans-serif;
	color: #444444;
}

a {
	color: #444444;
}

a:hover {
	color: #0D2597;
	text-decoration: none;
}

/*--------------------------------------------------------------
# button hubungi kami
--------------------------------------------------------------*/
.whatsapp-button {
    position: fixed;
    right: 24px;
    bottom: 48px;
    z-index: 99999;
    display: flex;
    align-items: center;
    text-decoration: none; 
}

.badge {
    background: #0D2597;
    color: white;
	font-size: 16px;
    padding: 8px 12px; 
    border-radius: 20px; 
    margin-right: 8px; 
    transition: opacity 0.3s;
}

.whatsapp-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px; 
    width: 48px;
    height: 48px;
    border-radius: 50%; 
    background: #25D366; 
    color: #fff; 
    transition: all 0.4s;
}

.whatsapp-button:hover .badge {
    content: "WhatsApp"; 
    opacity: 0.9; 
}

.whatsapp-button:hover i {
	background: linear-gradient(to right, #0D2597, #39A3E6); 
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0D2597; 
    border-top-color: #FDB726; 
    border-radius: 50%;
    width: 60px; 
    height: 60px; 
    animation: animate-preloader 1s linear infinite; 
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #ffffff !important;
	height: 80px;
	transition: all 0.5s;
	z-index: 997;
	padding: 16px 80px;
	border-bottom: 1px solid #ccc;
	/* top: 60px; */
}

#header.header-scrolled {
	top: 0;
	background: #ffffff !important;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo img {
	max-height: 36px;
}

@media (max-width: 992px) {
	#header {
		top: 0;
		padding: 15px 0;
		background: transparent;
	}
	#header .logo {
		font-size: 28px;
	}
}

/* tombol dropdown */
.dropdown-toggle {
    background: #0D2597; 
    color: white; 
    border: none; 
}

.dropdown-toggle:hover {
    background-color: #0c2081;
	color: white;
}

.dropdown-menu {
    background-color: white; 
}

.dropdown-item:hover {
	color: #0D2597; 
	font-weight: 500;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu > ul {
	display: flex;
}

.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: rgb(0, 0, 0);
	transition: 0.3s;
	font-size: 16px;
	padding: 0 3px;
	font-family: "Poppins", sans-serif;
}

.nav-menu > ul > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #0D2597;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .active > a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
	color: #0D2597;
	font-weight: 500;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin-top: 12px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
	color: #0D2597;
	font-weight: 500 !important;
}

.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover > ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down > a:after {
		content: "\ea9d";
	}
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #000;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.4s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 14px 14px;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	padding: 10px 20px;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #0D2597;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down > a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(5, 74, 133, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	margin-top: 40px;
    width: 100%;
    height: 94vh;
    padding-left: 80px;
	padding-right: 80px;
    background-size: cover;
    background-position: center;
    position: relative;
	display: flex !important;
	align-items: center;
}

#hero .container {
    display: flex;
    overflow: hidden; 
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 17, 0.8);
    z-index: 1; 
}

.hero-content {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    height: 100%; 
    position: relative; 
    z-index: 2; 
    padding: 0;
    text-align: left; 
}


.empty-column {
    width: 100%; 
    height: 100%; 
	z-index: 2; 
}


#hero h1 {
    color: #fff; 
    margin-bottom: 40px;
    font-size: 68px;
    font-weight: 700;
}

#hero p {
    margin-bottom: 40px;
    font-size: 16px;
}

.btn-hero {
    background-color: #FDB726;
    color: #000; 
    padding: 16px 24px;
    border-radius: 14px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
	width: fit-content;
}

.btn-hero:hover {
    background-color: #F2A202; 
    color: white;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    #hero {
        height: 80vh;
        padding: 40px;
    }

    #hero h1 {
        font-size: 50px; 
    }

    #hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #hero {
        height: 60vh;
        padding: 20px;
    }

    #hero h1 {
        font-size: 36px;
    }

    #hero p {
        font-size: 12px;
    }

    .label {
        font-size: 16px;
    }

    .btn-hero {
        padding: 8px 16px; 
    }
}

@media (max-width: 576px) {
    #hero {
        height: 50vh;
        padding: 15px;
    }

    #hero h1 {
        font-size: 28px;
    }

    #hero p {
        font-size: 12px; 
    }
}

/*--------------------------------------------------------------
# Layanan Hero
--------------------------------------------------------------*/
#layanan-hero {
    width: 100%;
    height: 92vh;
    margin-top: 80px;
    padding: 80px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative; 
    overflow: hidden; 
}

#layanan-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 17, 0.8);
    z-index: 1;
}

.layanan-hero-container {
    position: relative; 
    z-index: 2; 
    padding: 24px;
    text-align: left; 
}

.layanan-hero-empty-column {
    width: 100%;
    height: 100%;
}

#layanan-hero h1 {
    color: #fff; 
    margin-bottom: 40px;
    font-size: 68px;
    font-weight: 700;
}

#layanan-hero p {
    color: #ffffff; 
    margin-bottom: 40px;
    font-size: 16px;
}

.btn-layanan-hero {
    background-color: #FDB726;
    color: #000; 
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
}

.btn-layanan-hero:hover {
    background-color: #F2A202; 
    color: white;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    #layanan-hero {
        height: 80vh;
        padding: 40px;
    }

    #layanan-hero h1 {
        font-size: 50px; 
    }

    #layanan-hero p {
        font-size: 14px; 
    }
}

@media (max-width: 768px) {
    #layanan-hero {
        height: 60vh;
        padding: 20px;
    }

    #layanan-hero h1 {
        font-size: 36px;
    }

    #layanan-hero p {
        font-size: 12px; 
    }

    .label {
        font-size: 16px; 
    }

    .btn-layanan-hero {
        padding: 8px 16px; 
    }
}

@media (max-width: 576px) {
    #layanan-hero {
        height: 50vh;
        padding: 15px;
    }

    #layanan-hero h1 {
        font-size: 28px; 
    }

    #layanan-hero p {
        font-size: 12px; 
    }
}

/*--------------------------------------------------------------
# Service Page Section
--------------------------------------------------------------*/

#services {
    padding: 120px 0;
    background-color: #ffffff; 
}

.service-row {
    margin-bottom: 40px; 
}

.service-title {
    font-size: 32px; 
    font-weight: 600;
    color: #0D2597;
    margin-bottom: 28px;
}

.service-description {
    font-size: 16px;
}

/* CSS untuk navigasi tab */
#service-tabs {
    border: 1px solid #cccccc; 
    border-radius: 14px;
    overflow: hidden; 
}

#service-content .img-fluid {
    margin-bottom: 40px;
    max-height: 270px;
	min-width: 330px;
	max-width: 500px;
    border-radius: 14px;
}

.nav-link {
    cursor: pointer;
    padding: 14px;
    border-bottom: 1px solid #cccccc;
    transition: background-color 0.3s;
}

.nav-item:last-child .nav-link {
    border-bottom: none; 
}

#service-tabs .nav-link.active {
    background-color: #FEE4AE;
    font-weight: 500;
    color: #000;
}

.service-detail {
    display: none; 
}

.service-detail.active {
    display: block; 
}

/* CSS untuk dropdown */
#service-dropdown {
    border: 1px solid #cccccc; 
    border-radius: 8px; 
    background-color: #ffffff; 
    padding: 14px; 
    font-size: 14px; 
    width: 100%; 
    appearance: none; 
    -moz-appearance: none;
    -webkit-appearance: none; 
}

/* Gaya untuk dropdown pada saat dipilih */
#service-dropdown:focus {
    outline: none; 
    border-color: #FEE4AE; 
}

#service .dropdown {
    position: relative; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-icon {
    position: absolute;
	font-size: 20px;
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    pointer-events: none; 
}



@media (max-width: 768px) {
    .service-title {
        font-size: 32px;
    }

    .service-description {
        font-size: 14px;
    }

    #service-tabs {
		display: none;
        margin-bottom: 20px;
    }

	#service-content .img-fluid {
		margin-bottom: 40px;
		height: auto;
		width: 100%;
		min-width: unset;
		max-width: unset;
		border-radius: 14px;
	}
}

/*--------------------------------------------------------------
# Term & Condition Page Section
--------------------------------------------------------------*/

#Term_and_conditions {
    padding: 120px 0; 
    background-color: #ffffff; 
}

.Term_and_condition-row {
    margin-bottom: 40px; 
}

.Term_and_condition-title {
    font-size: 32px; 
    font-weight: 600;
    color: #0D2597;
    margin-bottom: 28px;
}

.Term_and_condition-description {
    font-size: 16px;
}

/* CSS untuk navigasi tab */
#Term_and_condition-tabs {
    overflow: hidden; 
}

#Term_and_condition-content .img-fluid {
    margin-bottom: 40px;
    max-height: 270px;
	min-width: 330px;
	max-width: 500px;
    border-radius: 14px;
}

#Term_and_conditions .nav-link {
    cursor: pointer;
    padding: 14px 0;
    border-bottom: 1px solid #cccccc;
    transition: background-color 0.3s;
}

#Term_and_conditions .nav-link.active {
    font-weight: 600;
    color: #FDB726;
}

.Term_and_condition-detail {
    display: none;
}

.Term_and_condition-detail.active {
    display: block; 
}

/* CSS untuk dropdown */
#Term_and_condition-dropdown {
    border: 1px solid #cccccc; 
    border-radius: 8px; 
    background-color: #ffffff; 
    padding: 14px; 
    font-size: 14px; 
    width: 100%;
    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none; 
}

/* Gaya untuk dropdown pada saat dipilih */
#Term_and_condition-dropdown:focus {
    outline: none; 
    border-color: #FEE4AE; 
}

#Term_and_condition .dropdown {
    position: relative; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Term_and_conditions .dropdown-icon {
    position: absolute;
	font-size: 20px;
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%);
    pointer-events: none; 
}

/* Media Queries untuk responsivitas */
@media (max-width: 768px) {
    .Term_and_condition-title {
        font-size: 32px; 
    }

    .Term_and_condition-description {
        font-size: 14px; 
    }

    #Term_and_condition-tabs {
		display: none; 
        margin-bottom: 20px; 
    }

	#Term_and_condition-content .img-fluid {
		margin-bottom: 40px;
		height: auto;
		width: 100%;
		min-width: unset;
		max-width: unset;
		border-radius: 14px;
	}
}

/*--------------------------------------------------------------
# Payment Methods Page Section
--------------------------------------------------------------*/

#Payment_methods {
    padding: 120px 0; 
    background-color: #ffffff; 
}

.Payment_method-row {
    margin-bottom: 40px; 
}

.Payment_method-title {
    font-size: 32px; 
    font-weight: 600;
    color: #0D2597;
    margin-bottom: 28px; 
}

.PaymentTittle {
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 16px;
}

.PaymentTittle2 {
	font-size: 24px;
	margin-bottom: 12px;
}

.Payment_method-description {
    font-size: 16px;
}

/* CSS untuk navigasi tab */
#Payment_method-tabs {
    overflow: hidden; 
	margin-bottom: 24px;
    margin-left: 24px;
}

#Payment_method-content .img-fluid {
    margin-bottom: 40px;
    max-height: 120px;
	min-width: unset;
	max-width: 500px;
    border-radius: 14px;
}

#Payment_methods .nav-link {
    cursor: pointer;
    padding: 14px 0;
    border-bottom: 1px solid #cccccc;
    transition: background-color 0.3s;
}

#Payment_methods .nav-link.active {
    font-weight: 600;
    color: #FDB726;
}

.Payment_method-detail {
    display: none; 
}

.Payment_method-detail.active {
    display: block; 
}

/* CSS untuk dropdown */
#Payment_method-dropdown {
    border: 1px solid #cccccc; 
    border-radius: 8px; 
    background-color: #ffffff; 
    padding: 14px; 
    font-size: 14px; 
    width: 100%;
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
}

/* Gaya untuk dropdown pada saat dipilih */
#Payment_method-dropdown:focus {
    outline: none; 
    border-color: #FEE4AE; 
}

#Payment_method .dropdown {
    position: relative; 
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Payment_methods .dropdown-icon {
    position: absolute;
	font-size: 20px;
    right: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    pointer-events: none;
}

/* Media Queries untuk responsivitas */
@media (max-width: 768px) {
    .Payment_method-title {
        font-size: 32px; 
    }

    .Payment_method-description {
        font-size: 14px;
    }

    #Payment_method-tabs {
		display: none; 
        margin-bottom: 20px;
    }

	#Payment_methods .content { 
		display: none;
	}

	#Payment_method-content .img-fluid {
		margin-bottom: 40px;
		height: auto;
		width: 100%;
		min-width: unset;
		max-width: unset;
		border-radius: 14px;
	}
}

/*--------------------------------------------------------------
# Page Klien
--------------------------------------------------------------*/

#klien {
    margin-top: 120px;
    margin-bottom: 120px;
}

.klien-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.klien-box {
    border: 1px solid #ccc;
    width: calc(25%);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.klien-box img {
    max-width: 80%;
    max-height: 100%;
    display: block;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.klien-box img:hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    .klien-box {
        width: calc(33.33%);
    }
}

@media (max-width: 992px) {
    .klien-box {
        width: calc(50%);
    }
}

@media (max-width: 576px) {
    .klien-box {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Cakupan Area Hero
--------------------------------------------------------------*/

#area-hero {
    width: 100%;
    height: 92vh;
    margin-top: 80px;
    padding: 80px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative; 
    overflow: hidden; 
}

#area-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 17, 0.8);
    z-index: 1;
}

.area-hero-container {
    position: relative;
    z-index: 2;
    padding: 24px;
    text-align: left;
}

.area-hero-empty-column {
    width: 100%;
    height: 100%;
}

#area-hero h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 68px;
    font-weight: 700;
}

#area-hero p {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 16px;
}

.btn-area-hero {
    background-color: #FDB726;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
}

.btn-area-hero:hover {
    background-color: #F2A202;
    color: white;
}

@media (max-width: 1200px) {
    #area-hero {
        height: 80vh;
        padding: 40px;
    }

    #area-hero h1 {
        font-size: 50px;
    }

    #area-hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #area-hero {
        height: 60vh;
        padding: 20px;
    }

    #area-hero h1 {
        font-size: 36px;
    }

    #area-hero p {
        font-size: 12px;
    }

    .label {
        font-size: 16px;
    }

    .btn-area-hero {
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    #area-hero {
        height: 50vh;
        padding: 15px;
    }

    #area-hero h1 {
        font-size: 28px;
    }

    #area-hero p {
        font-size: 12px;
    }
}


/*--------------------------------------------------------------
# cakupan area Section
--------------------------------------------------------------*/
.cakupan-area-section {
    padding: 120px 80px;
}

.cakupan-area-section .row {
    margin-bottom: 40px;
}

.cakupan-area-section h2 {
    font-size: 32px; 
    color: #333;
}

.cakupan-area-section p {
    font-size: 16px; 
    color: #666; 
}

.cakupan-area-section img {
    width: 100%; 
    height: auto; 
}

/*--------------------------------------------------------------
# Syarat dan ketentuan Hero
--------------------------------------------------------------*/
#syarat-hero {
    width: 100%;
    height: 92vh;
    margin-top: 80px;
    padding: 80px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative; 
    overflow: hidden; 
}

#syarat-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 17, 0.8);
    z-index: 1;
}

.syarat-hero-container {
    position: relative;
    z-index: 2;
    padding: 24px;
    text-align: left;
}

.syarat-hero-empty-column {
    width: 100%;
    height: 100%;
}

#syarat-hero h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 68px;
    font-weight: 700;
}

#syarat-hero p {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 16px;
}

.btn-syarat-hero {
    background-color: #FDB726;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
}

.btn-syarat-hero:hover {
    background-color: #F2A202;
    color: white;
}

@media (max-width: 1200px) {
    #syarat-hero {
        height: 80vh;
        padding: 40px;
    }

    #syarat-hero h1 {
        font-size: 50px;
    }

    #syarat-hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #syarat-hero {
        height: 60vh;
        padding: 20px;
    }

    #syarat-hero h1 {
        font-size: 36px;
    }

    #syarat-hero p {
        font-size: 12px;
    }

    .label {
        font-size: 16px;
    }

    .btn-syarat-hero {
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    #syarat-hero {
        height: 50vh;
        padding: 15px;
    }

    #syarat-hero h1 {
        font-size: 28px;
    }

    #syarat-hero p {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Halaman Syarat dan ketentuan Section
--------------------------------------------------------------*/

#syarat {
    padding: 120px 80px;
    background-color: #f8f9fa;
}

.syarat-row {
    margin-bottom: 40px;
}


.syarat-title {
    font-size: 40px; 
	font-weight: 500;
	color: #0D2597;
    margin-bottom: 24px;
}

.syarat-description {
    font-size: 16px; 
}

/* Media Queries */
@media (max-width: 768px) {
    .syarat-title {
        font-size: 32px; 
    }

    .syarat-description {
        font-size: 14px; 
    }
}

/*--------------------------------------------------------------
# Cara Pembayaran Hero
--------------------------------------------------------------*/
#pembayaran-hero {
    width: 100%;
    height: 92vh;
    margin-top: 80px;
    padding: 80px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative; 
    overflow: hidden; 
}

#pembayaran-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 14, 17, 0.8);
    z-index: 1;
}

.pembayaran-hero-container {
    position: relative;
    z-index: 2;
    padding: 24px;
    text-align: left;
}

.pembayaran-hero-empty-column {
    width: 100%;
    height: 100%;
}

#pembayaran-hero h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 68px;
    font-weight: 700;
}

#pembayaran-hero p {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 16px;
}

.btn-pembayaran-hero {
    background-color: #FDB726;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-weight: 600;
}

.btn-pembayaran-hero:hover {
    background-color: #F2A202;
    color: white;
}

@media (max-width: 1200px) {
    #pembayaran-hero {
        height: 80vh;
        padding: 40px;
    }

    #pembayaran-hero h1 {
        font-size: 50px;
    }

    #pembayaran-hero p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #pembayaran-hero {
        height: 60vh;
        padding: 20px;
    }

    #pembayaran-hero h1 {
        font-size: 36px;
    }

    #pembayaran-hero p {
        font-size: 12px;
    }

    .label {
        font-size: 16px;
    }

    .btn-pembayaran-hero {
        padding: 8px 16px;
    }
}

@media (max-width: 576px) {
    #pembayaran-hero {
        height: 50vh;
        padding: 15px;
    }

    #pembayaran-hero h1 {
        font-size: 28px;
    }

    #pembayaran-hero p {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# pembayaran section
--------------------------------------------------------------*/

.payment-methods {
    padding: 120px 0;
}

.payment-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px; 
}

.bank-logo img {
    max-width: 100%; 
    object-fit: cover; 
    height: auto; 
}

.custom-dropdown-button {
	border-bottom: 1px solid #ccc;
    border: none;
    padding: 15px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.custom-dropdown-content {
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    padding: 10px;
    display: none; 
}

.custom-dropdown-content ul {
    list-style-type: none; 
    padding: 0;
}

.custom-dropdown-content li {
    padding: 5px 0; 
}

.arrow-icon {
	margin-right: 8px; 
	transition: transform 0.3s;
}

.arrow-down {
	transform: rotate(90deg); 
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f1f8ff;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #5db1f9;
}

.section-title p {
	margin-bottom: 0;
	font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
	padding-top: 0;
}

.icon-boxes .icon-box {
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.icon-boxes .icon {
	margin: 0 auto 20px auto;
	display: inline-block;
	text-align: center;
}

.icon-boxes .icon i {
	font-size: 36px;
	line-height: 1;
	color: #ffc412;
}

.icon-boxes .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.icon-boxes .title a {
	color: #05579e;
}

.icon-boxes .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
	padding: 50px 0;
	background: url("../../core-images/white_b.jpg") center center no-repeat;
	position: relative;
}

.about:before {
	content: "";
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.about .container {
	position: relative;
}

.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

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

.about .content ul li {
	padding-left: 28px;
	position: relative;
}

.about .content ul li + li {
	margin-top: 10px;
}

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #0880e8;
	line-height: 1;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .content .btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.3s;
	line-height: 1;
	color: #0880e8;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #0880e8;
}

.about .content .btn-learn-more:hover {
	background: #0880e8;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 992px) {
	.about {
		padding: 60px 0;
	}
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
	background: #f1f8ff;
	padding: 0;
}

.why-us .content {
	padding: 60px 100px 0 100px;
}

.why-us .content h3 {
	font-weight: 400;
	font-size: 34px;
}

.why-us .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.why-us .content p {
	font-size: 15px;
	color: #848484;
}

.why-us .video-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	position: relative;
}

.why-us .accordion-list {
	padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
	padding: 0;
	list-style: none;
}

.why-us .accordion-list li + li {
	margin-top: 15px;
}

.why-us .accordion-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}

.why-us .accordion-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
}

.why-us .accordion-list span {
	color: #0880e8;
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
}

.why-us .accordion-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.why-us .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
	display: none;
}

.why-us .accordion-list a.collapsed {
	color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
	color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
	display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
	display: none;
}

.why-us .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.why-us .play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(8, 128, 232, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
	border-left: 15px solid #0880e8;
	transform: scale(20);
}

.why-us .play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@media (max-width: 1024px) {
	.why-us .content,
	.why-us .accordion-list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.why-us .content {
		padding-top: 30px;
	}
	.why-us .accordion-list {
		padding-bottom: 30px;
	}
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	padding: 50px 40px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
	float: left;
	color: #ffc412;
	font-size: 40px;
}

.services .icon-box h4 {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .icon-box h4 a {
	color: #05579e;
	transition: 0.3s;
}

.services .icon-box h4 a:hover {
	color: #0880e8;
}

.services .icon-box p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(
			rgba(128, 192, 247, 0.466),
			rgba(78, 196, 231, 0.9)
		),
		url("../../core-images/mekar.jpg") fixed center center;
	background-size: cover;
	padding: 120px 0;
}

.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.cta p {
	color: #fff;
}

.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border-radius: 50px;
	border: 2px solid #ffc412;
	color: #fff;
}

.cta .cta-btn:hover {
	background: #ffc412;
}

@media (max-width: 1024px) {
	.cta {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}

.portfoio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 18px 10px 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	border-radius: 50px;
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
	color: #fff;
	background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfoio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfoio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -50px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #0880e8;
	padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: white;
	transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
	color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
	right: 15px;
}

.portfoio .portfolio-item:hover img {
	top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}

.team .member .pic {
	overflow: hidden;
	width: 180px;
	border-radius: 50%;
}

.team .member .pic img {
	transition: ease-in-out 0.3s;
}

.team .member:hover img {
	transform: scale(1.1);
}

.team .member .member-info {
	padding-left: 30px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #05579e;
}

.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.team .member span::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #bfe0fd;
	bottom: 0;
	left: 0;
}

.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #ecf6fe;
	color: #0665b7;
}

.team .member .social a i {
	font-size: 16px;
	margin: 0 2px;
}

.team .member .social a:hover {
	background: #0880e8;
	color: #fff;
}

.team .member .social a + a {
	margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #05579e;
	background: #f8f8f8;
}

.pricing h4 {
	font-size: 36px;
	color: #0880e8;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
}

.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing ul li {
	padding-bottom: 16px;
}

.pricing ul i {
	color: #0880e8;
	font-size: 18px;
	padding-right: 4px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #0880e8;
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 50px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}

.pricing .btn-buy:hover {
	background: #2b99f8;
}

.pricing .featured h3 {
	color: #fff;
	background: #0880e8;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #0880e8;
	color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #0D2597;
	padding: 0 0 30px 0;
	font-size: 16px;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #6897bb;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	margin: 3px;
	background: #ffc412;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: #6897bb;
}

#footer .footer-top {
	background: #fff;
	padding: 60px 0 30px 0;
	border-top: 1px solid #ccc;
	font-size: 14px;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #000000;
}

#footer .footer-top .social-links a {
	font-size: 14px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: #000000;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #5db1f9;
	border: 1px solid #5db1f9;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #5db1f9;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #000;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #0D2597;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #fff;
}

#footer .credits {
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#footer .credits a {
	color: #39A3E6;
}

.footer-info img {
    max-height: 48px;
    margin-bottom: 24px; /* Jarak antara logo dan teks */
}

