/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com/
Description: A child theme for the Twenty Twenty-Five block theme.
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
*/

body {
  font-weight: unset !important;
}

body strong,
body b {
  font-weight: 700 !important;
}

footer .wp-block-navigation .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Spacing between links */
  align-items: flex-start;
}

.call-center-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.call-center-wrapper .call-center-number {
  width: 100%;
}

.footer-content-wrapper {
  row-gap: 44px;
}

.wp-block-navigation-item.current-menu-item.wp-block-navigation-link > a.wp-block-navigation-item__content > span.wp-block-navigation-item__label {
  color: #008593;
  font-weight: 700;
}

.wp-block-navigation-item.wp-block-navigation-link > a.wp-block-navigation-item__content:hover {
  color: #13aff0;
  font-weight: 700;
  text-decoration: none;
}

.wp-block-button.cta-btn > a.wp-block-button__link.wp-element-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

:root .wp-block-group .wp-block-separator.is-style-default.separator {
  border-width: 3px;
}

.hero-content-wrapper{
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-direction: column;
}

.hero-content-wrapper .hero-title-wrapper,.hero-content-wrapper .hero-cta-wrapper{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.benefit-title {
	display: inline-block;
}

.syarat-pengajuan-header {
	display: flex;
	flex-direction: column;
}

.syarat-pengajuan-header .syarat-pengajuan-img-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.syarat-pengajuan-header, .syarat-pengajuan-header .syarat-pengajuan-img-wrapper, .syarat-pengajuan-header .syarat-pengajuan-img-wrapper img{
	width: 100% !important;
}

@media (min-width: 768px) {
  	footer .wp-block-navigation .wp-block-navigation__container {
    	flex-direction: row;
    	align-items: center;
    	gap: 25px;
	}
	
  	.hero-content-wrapper {
		max-width: 80%;
		flex-direction: row;
		justify-content:space-between;
    	gap: 25px;
	}
	
	.hero-content-wrapper .hero-cta-wrapper {
		max-width: 420px;
	}
	
	.syarat-pengajuan-header {
		flex-direction: row;
		align-items: center;
	}
	
	.syarat-pengajuan-container {
		width: 100%;
		max-width: 1366px;	
	}
	
	.syarat-pengajuan-header .syarat-pengajuan-img-wrapper {
		max-width: 500px;
	}
	
	.syarat-pengajuan {
		align-self: end;
		max-width: 480px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
