/* --------------------------------- New Page Style – Video Banner --------------------------------- */

.main-banner_new {
	min-height: 70vh;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 120px;
	position: relative;
	padding: 0;
}

/* Overlay */
.main-banner_new::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.4) 100%
	);
}

.banner_image_new {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_image_new img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.banner_element_01_a {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
}

.banner_element_01_a .container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-bottom: 70px;
}

.banner_txt_block {
	margin-top: auto;
	width: 100%;
}

.banner_txt_block h2 {
	color: #fff;
	font-size: 65px;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1;
}

.banner_txt_block p {
	color: #fff;
	font-size: 24px;
	line-height: 27px;
	font-weight: 300;
	max-width: 550px;
}

.banner_logo_block {
	margin-bottom: auto;
	width: 34%;
}

.banner_logo_block img {
	max-width: 100%;
}

/* --------------------------------- Visa Click to Pay Section --------------------------------- */

.visa-click-to-pay-section {
	padding: 80px 0;
	min-height: 600px;
}

.visa-section-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 60px;
	max-width: 1400px;
	margin: 0 auto;
}

.visa-content-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 500px;
}

.visa-section-title {
	color: #083a81;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2 !important;
}

.visa-content-left p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 30px;
}

.visa-benefits-box {
	background: #eef8f1;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 4% 5%;
	margin: 25px 0 35px;
}

.benefits-heading {
	color: #256670;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.benefits-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.benefits-list li {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.benefits-list li::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 4px;
	background: url(../images/dot-icn.svg) no-repeat center;
}

.click-here-link {
	color: #faa634;
	text-decoration: underline;
	font-size: 16px;
	text-align: center;
	margin-top: auto;
}

.click-here-link:hover {
	color: #e98f12;
}

.visa-image-right {
	width: 43.5%;
	min-height: 300px;
	border-radius: 0 150px 0 0;
	overflow: hidden;
	position: relative;
}

.visa-image-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

/* --------------------------------- Start Using Section --------------------------------- */

.start-using-section {
	padding: 80px 0;
	text-align: center;
}

.start-using-section h3 {
	color: #083a81;
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.2 !important;
}

.start-using-content p {
	max-width: 625px;
	margin: 0 auto;
    padding-bottom: 20px;
}

.buttion_link {
	text-transform: uppercase;
	display: inline-flex;
	background: #083a81;
	color: #fff;
	border-radius: 10px;
	padding: 20px 25px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.buttion_link:hover {
	background: #faa634;
    color: #fff;
}

.buttion_link:focus {
	outline: 3px solid #faa634;
	outline-offset: 3px;
}

/* --------------------------------- Skip Block --------------------------------- */

.skip-block-3-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -2.5% 0;
}

.skip-block-3-ul li {
	width: 33.33%;
	list-style: none;
	padding: 0 2.5%;
}

.skip-block-3-ul li:nth-child(even) {
	margin-top: 50px;
}

.skip-block-3-item {
	border-radius: 0 60px 0 0;
	overflow: hidden;
}

.skip-block-3-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.skip-block-3-item-content {
	padding: 7%;
	background: #083a81;
	min-height: 160px;
}

.skip-block-3-item-content h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2 !important;
}

.skip-block-3-item-content p {
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
}

/* --------------------------------- Responsive --------------------------------- */

@media (max-width: 1024px) {
	.main-banner_new {
		min-height: unset;
		height: 60vh;
	}
}

@media (max-width: 768px) {
	.visa-section-wrapper {
		flex-direction: column;
	}
	.visa-image-right {
		width: 100%;
		border-radius: 0 80px 0 0;
	}
	.banner_txt_block h2 {
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	.main-banner_new {
		border-radius: 0 0 75px;
	}

	.main-banner_new::before {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.5) 100%
		);
	}
	.banner_element_01_a .container {
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 0;
        padding-top: 0;
	}
	.banner_txt_block h2 {
		font-size: 35px;
	}
	.banner_logo_block {
		width: 60%;
	}
	.skip-block-3-ul li {
		width: 100%;
		margin-top: 25px !important;
	}
}
