body {
	font-family: "Inter", sans-serif;
	font-size: 0.867rem;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #1E2939;
}


/***************************************************/
/*	Header - ProBanner						       */
/***************************************************/
.pro-banner {
	background: linear-gradient(90deg, #ff512f, #dd2476);
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.probanner-body-padding {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

.pro-banner .pro-text {
	font-size: 0.867rem;
	font-weight: 500;
	margin-right: 2rem;
	margin-bottom: 0;
	text-align: justify;
}

.pro-banner .pro-actions {
	min-width: 100px;
	display: flex;
	justify-content: center;
}

.pro-banner .btn-pro {
	background: #fff;
	color: #dd2476;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 0.767rem;
	text-decoration: none;
	margin-right: 10px;
	transition: 0.3s;
}

.pro-banner .btn-pro:hover {
	background: #000;
	color: #fff;
}

.pro-banner .close-banner {
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 1600px) {	
	.pro-banner .btn-pro {
		font-size: 0.867rem;
		margin-right: 0;
		text-align: center;
		border-radius: 50px;
	}
}

@media (min-width: 992px) {
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
}

@media (max-width: 991px) {
	.pro-banner {
		display: none;
	}
	
	.probanner-body-padding {
		padding-left: 0.85rem;
		padding-right: 0.85rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}
	
	.pro-banner .pro-text {
		font-size: 0.767rem;
	}
}



/***************************************************/
/*	scroll-Top		  					   		   */	
/***************************************************/
.scroll-top,
.scroll-top a {
	background-color: #dc3545;
}

.scroll-top:hover,
.scroll-top a:hover {
	background-color: rgba(95, 24, 30);
}



/***************************************************/
/*	Menu Bar								       */
/***************************************************/
.header {
	background-color: transparent !important;
	transition: background-color .3s ease-in-out, box-shadow .3s ease, backdrop-filter .2s;
	box-shadow: none;
	padding: 16px 0;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 1030;
	
}

.scrolled .header {
	/*background-color: #0b1c2c !important;*/
	background-color: #16040b  !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/*.header.scrolled  {
	backdrop-filter: blur(0px);
}*/

.logo-group {
	gap: 15px;
}

.logo img {
	/*max-height: 60px !important;*/
	width: auto;
	transition: all 0.2s;
}

.bomba_logo {
	max-height: 88px !important;
}

.fa_logo {
	max-height: 90px !important;
}

.spka_logo {
	max-height: 88px !important;
}

.navmenu a {
	font-size: 0.767rem !important; 
	font-weight: 600;
	color: #ffffff;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus {
	color: #FFB7BE;
}

.header .btn-access,
.header .btn-access:focus {
	font-size: 0.867rem;
	color: #ffffff;
	background: linear-gradient(to right, #F37E42, #F37E42, #EC0E72, #7C084C, #5B0F4E);
	padding: 3px 15px;
	margin: 0 0 0 30px;
	border-radius: 5px;
	transition: .3s;
}

@media (max-width: 1600px) {
	.header {
		top: 80px;
	}
}

@media (max-width: 1200px) {
	.header .btn-access {
		font-size: 0.767rem;
		order: 2;
		margin: 0 15px 0 0;
		padding: 3px 15px;
	}
}

@media (max-width: 1199px) {
	.mobile-nav-toggle {
		color: #ffffff;
	}
	
	.navmenu a {
		color: #5f687b ;
	}
	
	.navmenu li:hover>a,
	.navmenu .active,
	.navmenu .active:focus {
		color: #dc3545;
	}
}

@media (max-width: 1199px) {
	.header {
		top: 0;
	}
}

@media (max-width: 991px){
	.logo-group {
		gap: 0;
	}
}

/*@media (max-width: 568px) {
	.header {
		top: 110px;
	}
}*/


/***************************************************/
/*	Hero Section 								   */
/***************************************************/
.hero {
	background-image: url('../../assets/img/hero-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 120px 24px 80px;
}

.hero h1 {
	line-height: 45px;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.hero .content {
	position: relative;
	z-index: 2;
	height: 100%;
	justify-content: space-between;
	padding: 120px 0 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-hero-title,
.content-hero-slogan{
	max-width: 1200px;
	width: 100%;
}

.content-hero-title {
	font-size: 2rem !important;
	font-weight: 800;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FFB7BE, #FFB7BE, #67020C);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 !important;
	flex-direction: column;
}

.content-hero-title .dot {
	width: 6px;
	height: 6px;
	background: linear-gradient(180deg, #FFB7BE, #67020C);
	border-radius: 50%;
	display: inline-block;
}

.content-hero-title .hero-title {
	letter-spacing: 2.5px;
}

.content-hero-title .hero-title-slogan {
	font-size: 1.8rem;
	letter-spacing: 1.8px;
}

.content-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-hero-slogan {
	font-size: 1.6rem !important;
	color: #ffffff !important;
	font-weight: 500;
	margin-bottom: 10px;
	/*letter-spacing: 1.5px;*/
}

.content-hero-slogan2 {
	color: #ffffff !important;
	font-size: 0.767rem !important;
	text-align: justify;
	text-align-last: center;
	margin-top: 10px;
	line-height: 1.6;
	max-width: 1000px;
}

.hero-highlight {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0 30px 0;
}

.hero-highlight p{
	color: #ffffff;
	text-align: justify;
	text-align-last: center;
	margin-bottom: 0;
	font-size: 0.767rem;
}

.hero-highlight .btn-moreinfo {
	font-size: 0.867rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(to right, #F37E42, #F37E42, #EC0E72, #7C084C, #5B0F4E);
    background-size: 300%;
    background-position: left;
    padding: 5px 15px;
    margin: 10px auto 0;
    border: none;
    border-radius: 5px;
    transition: background-position 0.5s ease;
    display: inline-block;
    text-align: center;
	cursor: pointer;
}

.hero-highlight .btn-moreinfo:hover {
	background-position: right;
	color: #ffffff !important;
}

@media (min-width: 991px) {
	.hero-highlight {
		display: none;
	}
}

@media (max-width: 1200px) {
	.hero .content {
		padding: 90px 0 40px 0;
	}
	
	.content-hero-title {
		font-size: 1.8rem !important;
	}
	
	.content-hero-title .hero-title-slogan {
		font-size: 1.4rem;
	}
}

@media (max-width: 991px) {
	.hero h1 {
		line-height: 30px;
	}
	
	.hero .content {
		padding: 30px 0 40px 0;
	}
	
	/*.content-hero {
		margin-top: 136px;
		padding-top: 111px;
	}*/
	
	.content-hero-title .hero-title {
		letter-spacing: inherit;
	}
	
	.content-hero-slogan,
	.content-hero-slogan2 {
		font-size: 0.867rem;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.content-hero-title {
		font-size: 1.6rem !important;
		gap: 12px;
		flex-wrap: wrap;
		text-align: center;
	}
	
	.content-hero-title .dot {
		width: 4px;
		height: 4px;
	}
	
	.content-hero-slogan {
		font-size: 1rem !important;
		letter-spacing: 0.5px;
		/*padding: 0 15px;*/
	}
	
	.content-hero-slogan2 {
		font-size: 0.627rem !important;
		max-width: 90%;
		/*padding: 0 15px;*/
		text-align: justify;
	}
}

@media (max-width: 568px) {
	/*.hero .content {
		padding: 155px 0 40px 0;
	}*/
	
	.content-hero-title .hero-title-slogan {
		font-size: 0.867rem;
	}
}


/***************************************************/
/*	Section - Introduction To SPKA				   */
/***************************************************/
.intro-video {
	position: relative;
	z-index: 5;
}

.video-thumbnail {
	position: relative;
	cursor: pointer;
}

.video-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50， -50%);
}

.btn-play-video {
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.section-introduction {
	padding: 150px 0 100px 0;
	background: #ffffff;
	border-bottom: 1px solid #BDBBBB;
	position: relative;
	overflow: hidden;
}

.section-introduction::after {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 853px;
    background: url(../../assets/img/sec2-deco-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.section2-intro-title {
	font-weight: 700;
	color: #1E2939 !important;
	text-align: center;
}

.section2-intro-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #AE0637;
	margin: 2px auto 0;
	border-radius: 2px;
}

.section2-intro-content {
	margin-top: 70px;
	text-align: justify;
	color: #71717B;
}

.section2-intro-content p {
	margin-bottom: 1.5rem;
}

@media(max-width: 1199px) {
	.section2-intro-content p {
		font-size: 0.767rem;
	}
}


/***************************************************/
/*	Section - Benefits Of SPKA					   */
/***************************************************/
.section-benefit {
	padding: 150px 0 50px 0;
	border-bottom: 1px solid #BDBBBB;
	position: relative;
	overflow: hidden;
}

.section3-benefit-title {
	font-weight: 700;
	color: #1E2939 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.section3-intro-content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.section3-content {
	display: flex;
	flex-direction: column;
	border-right: 2px solid #eee;
	padding-right: 18px;
}

.section3-content:last-child {
	border-right: none;
}

.section3-content img {
	max-width: 80px;
	display: block;
	margin: 0 auto;
}

.section3-content01-title {
	font-size: 0.867rem;
	text-align: center;
	font-weight: 700;
	color: #1E2939;
	padding: 10px 0;
}

.section3-content01-info {
	text-align: justify;
	text-align-last: left;
	color: #71717B;
}

.section3-content01-infoList li {
	text-align: justify;
	color: #71717B; 
	margin-bottom: 10px;
}

@media (max-width: 1199px) {
	.section3-content01 img {
		max-width: 65px;
	}
	
	.section3-content01-info {
		font-size: 0.767rem;
	}
}

@media (max-width: 992px) {
	.section3-intro-content {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.section3-content:nth-child(odd) {
		border-right: 1px solid #eee;
	}
	
	.section3-content {
		border-right: none;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.section3-intro-content {
		grid-template-columns: 1fr;
	}
	
	.section3-content:nth-child(odd) {
		border-right: none;
	}
	
	.section3-content {
		border-right: none;
		padding-right: 0;
	}
}


/***************************************************/
/*	Section - SPKA Pricing Guide				   */
/***************************************************/
.section-pricing {
	padding: 150px 0 50px 0;
	position: relative;
	border-bottom: 1px solid #BDBBBB;
	overflow: hidden;
}

.pricing-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section4-pricing-contract {
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section4-pricing-title {
	font-weight: 700;
	color: #1E2939 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.section4-pricing-details {
	text-align: center;
}

.section4-intro-content {
	margin-top: 50px;
}

.section4-intro-content p{
	text-align: center;
	color: #71717B;
}

.btn-pricing {
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(to right, #F37E42, #F37E42, #EC0E72, #7C084C, #5B0F4E);
	background-size: 300%;   
	background-position: left;
	padding: 5px 15px;
	margin: 10px auto 0;
	border: none;
	border-radius: 5px;
	transition: background-position 0.5s ease; 
	display: inline-block;
	text-align: center;
}

.btn-pricing:hover {
	background-position: right;
	color: #ffffff !important;
}

.section4-pricing-guide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pricing-guide-title {
	font-size: 1rem;
}

.pricing-guide-list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pricing-toggle {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 1.5rem;
}

.switch {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 28px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #cbd5e1;
   transition: 0.3s;
   border-radius: 34px;
}

.slider:before {
   position: absolute;
   content: "";
   height: 22px;
   width: 22px;
   left: 3px;
   bottom: 3px;
   background-color: white;
   transition: 0.3s;
   border-radius: 50%;
   box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

input:checked + .slider {
   background-color: #2c6e9e;
}

input:checked + .slider:before {
   transform: translateX(28px);
}

.pricing-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 2.5rem;
	margin-bottom: 5rem;
}

.card {
	flex: 1;
	min-width: 280px;
	max-width: 420px;
	position: relative;
	border: 1px solid #000;
	border-radius: 2rem;
	margin-top: 25px;
	transition: transform 0.25s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.02);
    opacity: 0;
    transform: translateY(20px);
    animation: cardFadeUp 0.55s ease forwards;
}

.card:nth-child(1) { 
	animation-delay: 0.05s;
}

.card:nth-child(2) { 
	animation-delay: 0.15s; 
}

@keyframes cardFadeUp {
	to {
		opacity: 1;
        transform: translateY(0);
    }
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 45px -18px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(44,110,158,0.1), 0 0 0 4px rgba(44,110,158,0.08);
}

.card-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 2rem 2rem;
}

.card-header {
	background: transparent;
	border-bottom: 0;
	flex-shrink: 0;
}

.card-header h2 {
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 1rem;
	letter-spacing: -0.3px;
}

.card-description {
	flex: 1;
}

.price {
	font-size: 2.8rem;
	font-weight: 800;
	color: #0b2b44;
	display: inline-flex;
	align-items: baseline;
	gap: 2px;
}

.price-peninsular {
	margin-top: 45px;
}

.features {
	list-style: none;
	margin: 2rem 0 2rem;
	/*padding-left: 0;*/
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.features li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.95rem;
	transition: 0.1s;
}

.feature-icon {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f37e42;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: bold;
    color: #ffffff;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.section4-pricing-enquiry {
	margin-bottom: 0;
}

.section4-pricing-notice {
	font-weight: 300;
	font-size: 0.767rem;
	font-style: italic;
}

.section4-pricing-notice .notice-highlight {
	color: #dc3545;
}

@media (max-width: 991px) {
	.price-peninsular {
		margin-top: 7px;
	}
}


/***************************************************/
/*	Section - SPKA Ruling					       */
/***************************************************/
.section-spka-ruling {
	padding: 80px 0 40px 0;
	position: relative;
	background: linear-gradient(90deg, #ff512f, #dd2476);
	color: #ffffff !important;
	overflow: hidden;
}

.section-spka-ruling h4 {
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	margin-bottom: 30px;
}

.spka-ruling-content {
	text-align: center;
}

@media (max-width: 991px) {
	.spka-ruling-content {
		text-align: justify;
		text-align-last: center;
	}
}


/***************************************************/
/*	Section - Register An Account				   */
/***************************************************/
.section-document {
	background: #DFDFDF;
	padding: 100px 0 50px 0;
	position: relative;
	overflow: hidden;
}

.section5-document-title {
	font-weight: 700;
	color: #1E2939 !important;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.section5-document-details {
	margin-bottom: 100px;
}

.document-download {
	font-weight: 600;
	font-size: 1rem;
}

.btn-spka-intall {
	font-size: 0.867rem;
	font-weight: 500;
	color: #ffffff;
	/*background: linear-gradient(to right, #F37E42, #F37E42, #EC0E72, #7C084C, #5B0F4E);*/
	background: linear-gradient(to right, #5B0F4E, #7C084C, #EC0E72, #F37E42, #F37E42);
	background-size: 300%;   
	background-position: left;
	padding: 5px 15px;
	margin: 20px auto 30px;
	border: none;
	border-radius: 5px;
	transition: background-position 0.5s ease; 
	display: block;
}

.btn-spka-intall:hover {
	background-position: right;
}

.section5-spka-info img {
	max-width: 450px;
	display: block;
	margin: 0 auto;
}

.spka-video {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 20px;
}

.spka-video iframe {
	width: 100%;
	aspect-ratio: 16 / 9; /* ⭐重点 */
	border: none;
	border-radius: 10px;
}

.video-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-thumbnail:hover .video-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.btn-play-video {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

.btn-play-video i {
    font-size: 28px;
    color: #ff0000;
}

.btn-play-video:hover {
    background: white;
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* 弹窗样式 */
.video-modal {
	display: none;
	position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

.video-modal-close:hover {
    transform: scale(1.1);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.intall-service-click {
	color: #f37e42;
	text-decoration: none;
}

.intall-service-click:hover {
	color: #dc3545;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.section5-spka-details {
		margin-bottom: 0;
	}
	
	.section5-spka-info {
		margin-bottom: 100px;
	}
	
	.spka-video {
		flex-direction: row;
	 }
	 
	 .btn-play-video {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .btn-play-video i {
        font-size: 20px;
    }
    
    .video-modal-content {
        width: 95%;
    }
    
    .video-modal-close {
        top: -35px;
        font-size: 28px;
    }
}





/***************************************************/
/*	Section - Register An Account				   */
/***************************************************/
.section-register {
	background: #DFDFDF;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.section-register .col-md-6 {
	border-right: 1px solid #BDBBBB;
	padding-right: 30px;
}

.section-register .col-md-6:last-child {
	padding-left: 30px;
	border-right: none;
}

.section5-register-account {
	padding: 150px 0 50px 0;
}

.section5-register-title {
	font-weight: 700;
	color: #1E2939 !important;
	text-align: left;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.section5-register-list {
	font-size: 0.867rem;
	color: #ffffff;
	background: linear-gradient(to right, #F37E42, #F37E42, #EC0E72, #7C084C, #5B0F4E);
	padding: 20px 50px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.section5-register-list ul,
.section5-register-list ol {
	margin-bottom: 0 !important;
}

.section5-list-title {
	font-weight: 700;
}

.section5-register-steps {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.section5-steps {
	display: flex;
	/* align-items: center; */
	gap: 15px;
	padding: 15px 25px;
    border-radius: 15px;
}

.steps-text {
	display: flex;
	flex-direction: column;
}

.step-title {
	text-transform: uppercase;
	font-weight: 700;
}

/*********** STEP 01 ***********/
.section5-steps.step-1 {
	background-color: #FFEDD4;	
}

.step1-icon-bg {
	background: #FF990B;
	border-radius: 10px;
	width: 50px;
    height: 50px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 02 ***********/
.section5-steps.step-2 {
	background-color: #E0E7FF;	
}

.step2-icon-bg {
	background: #74AEFA;
	border-radius: 10px;
	width: 50px;
    height: 50px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 03 ***********/
.section5-steps.step-3 {
	background-color: #FFF5AA;	
}

.step3-icon-bg {
	background: #D9C31B;
	border-radius: 10px;
	width: 50px;
    height: 50px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 04 ***********/
.section5-steps.step-4 {
	background-color: #DCFCE7;	
}

.step4-icon-bg {
	background: #72D093;
	border-radius: 10px;
	width: 65px;
    height: 50px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 05 ***********/
.section5-steps.step-5 {
	background-color: #FCE7F3;	
}

.step5-icon-bg {
	background: #F676C0;
	border-radius: 10px;
	width: 85px;
    height: 50px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 06 ***********/
.section5-steps.step-6 {
	background-color: #F9FAFB;	
}

.step6-icon-bg {
	background: #CF1C63;
	border-radius: 10px;
	width: 85px;
    height: 50px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********** STEP 07 ***********/
.section5-steps.step-7 {
	background-color: #ECFCCA;	
}

.step7-icon-bg {
	background: #98C93D;
	border-radius: 10px;
	width: 85px;
    height: 50px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
	.section-register {
		padding-bottom: 20px;
	}
	
	.section5-register-account {
		padding: 80px 0 50px 0;
	}
	
	.section5-register-info {
		font-size: 0.767rem;
	}
	
	.section5-register-list {
		padding: 20px 25px;
		font-size: 0.767rem;
	}
	
	.register-procedure {
		padding: 10px 0;
	}
	
	.steps-text {
		font-size: 0.767rem;
	}
	
	.step6-icon-bg {
		width: 75px;
	}
}

@media (max-width: 768px) {
	.section-register .col-md-6:nth-child(odd){
		border-right: none;
	}
}


/***************************************************/
/*	Section - Footage		  					   */
/***************************************************/
.footer-bg {
	background: #000000;
	/*height: 35vh;*/
}

.footer-card {
	background: #1A1A1A;
	padding: 25px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.footer-card::before {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #FF990B, #AE0637, #830227);
	top: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 10;
}

.comp-f-content {
	color: #ffffff;
	font-size: 0.667rem;
	text-align: justify;
}

.footer-bg .col-md-8 {
	padding-left: 50px;
}

.footer-bg ul {
	list-style: none;
	padding: 0;
}

.footer-bg ul li {
	margin-bottom: 12px;
}

.f-quick-link {
	padding: 50px 0px 50px 200px;
}

.f-official-info {
	padding: 50px 0px 50px 100px;
}

.f-title {
	font-size: 1.5rem !important;
	font-weight: 500 !important;
	color: #ffffff;
	font-family: "Urbanist", sans-serif;
}

.f-lists {
	color: #ffffff;
	font-size: 0.767rem;
	font-weight: 200;
}

.f-lists li a{
	cursor: pointer;
	color: #ffffff;
}

.f-lists li a:hover {
	color: #FFB7BE;
	font-weight: 400;
}

.f-official-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.f-official-info li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 14px !important;
}

.f-official-info i {
	font-size: 0.867rem;
	color: #ffffff;
	min-width: 20px;
}

.f-address,
.f-phone,
.f-clock {
	display: block;
	line-height: 1.5;
	font-size: 0.767rem;
	font-weight: 200;
	color: #ffffff;
	text-align: justify;
}

.f-copyright {
	background: #1A1A1A;
	padding: 15px 40px;
}

.f-copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright-info,
.term-info {
	font-size: 0.676rem;
	color: #ffffff;
	font-weight: 200;
	cursor: pointer;
}

.term-info {
	gap: 20px;
	display: flex;
}

.term-info a {
	color: #ffffff;
	text-decoration: none;
}

.term-info a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.f-quick-link {
		padding: 50px 10px 50px 40px;
	}
	
	.f-official-info {
		padding: 50px 40px 50px 10px;
	}
	
	.f-copyright {
		padding: 15px 20px;
	}
	
	.copyright-info, .term-info {
		font-size: 0.567rem;
	}
	
	.term-info {
		gap: 10px
	}
}