/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* Generated font-face rules */

/* SVN Poppins font family (>=400 only) */

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-Regular.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-Italic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-Medium.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-MediumItalic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-SemiBold.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-SemiBoldItalic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-Bold.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-BoldItalic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-ExtraBold.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-ExtraBoldItalic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-Black.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "SVN Poppins";
	src: url("./assets/fonts/SVN-Poppins-BlackItalic.woff2") format("woff2"),
		url("./assets/fonts/SVN-Poppins-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

:root {
	--text-body: #101a35;
	--text-color: #121212;
	--button-radius: 8px;
	--button-border-width: 1px;
	--button-color: #b10800;
	--light-blue: #dceaf4;
	--orange: #f18c29;
	--green: #4ecb5a;
	--dark-green: #249e4d;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "SVN Poppins";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
:where(p:last-child) {
	margin-bottom: 0 !important;
}
/** reset **/
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	box-shadow: none;
	font-size: inherit;
	padding: 5px 10px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
	box-shadow: none;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-transform: initial;
	font-weight: 600;
}
label,
legend {
	font-weight: 600;
}
b,
strong {
	font-weight: 700;
}
button.button,
.button {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.6 !important;
	padding: 8px 16px;
	min-height: unset;
}
button.primary,
.button.primary {
	background-color: var(--fs-color-primary);
}
.button.is-outline,
button.is-outline {
	border-width: 1px;
}
.button.primary.is-outline,
button.primary.is-outline {
	background-color: transparent;
	color: var(--fs-color-primary);
	border-color: var(--fs-color-primary);
}
.button.show-more-btn,
button.show-more-btn {
	line-height: 50px !important;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	min-width: 150px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
}
.button.primary.is-outline:hover,
button.primary.is-outline:hover {
	background-color: var(--fs-color-primary);
	color: #fff;
}
/** END RESET **/

.section {
	padding: 50px 0;
}
.section-heading {
	font-size: 36px;
	line-height: normal;
	margin-bottom: 15px;
}

.mf-svg-wrapper svg {
	width: auto;
	height: 22px;
	display: block;
}
/** SECTION 1 **/
.sec1 .visa-widget {
	margin-block: 40px;
}
.section-banner {
	min-height: 747px;
	padding: 0;
	align-items: flex-start;
}
.sec1 h1 {
	margin: 0;
	padding-top: 20%;
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-weight: 600;
}
.sec1 h1 span {
	display: block;
	font-size: 64px;
	line-height: 80px;
	font-weight: 700;
}

/** SECTION 2 **/
.sec2 .section-heading {
	font-size: 24px;
}
.sec2 ul {
	margin: 0;
	border-radius: 7px;
	border: 1.5px solid #e0e0e0;
	padding: 32px;
	display: flex;
	list-style: none;
	justify-content: space-around;
	font-size: 18px;
	font-weight: 600;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 10px;
}
.sec2 ul li {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/** SECTION 3 **/
.sec3 .boxes .icon {
	margin-bottom: 15px;
}
.sec3 .title h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
}
.sec3 .desc p {
	line-height: normal;
}
/** SECTION 4 **/
.sec4 {
	z-index: 2;
}
.sec4 button {
	margin-top: 10px;
	font-weight: 600;
}
.sec4 .select-label {
	font-weight: 600;
	margin-bottom: 5px;
}
.requirement-selector .custom-select {
	position: relative;
	max-width: 100%;
}
.requirement-selector .custom-select__trigger {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 8px 12px;
	background: #fff;
	cursor: pointer;
}
.requirement-selector .custom-select__options {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin: 0;
	margin-top: 6px;
	max-height: 280px;
	overflow: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	z-index: 50;
}
.requirement-selector .custom-select__option {
	padding: 8px 12px;
	margin: 0;
	cursor: pointer;
}
.requirement-selector .custom-select__option:hover {
	background: #f7f7f7;
}
.requirement-selector .custom-select__option.is-featured {
	font-weight: 600;
}
.sec4 button:not(.icon),
.sec4 .button:not(.icon) {
	border-radius: var(--button-radius);
}
.section-requirements .button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}
.featured-requirements {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.featured-card a {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 100px;
	padding: 12px;
	box-shadow: 0 4px 14px 0 rgba(23, 112, 178, 0.2);
}
.featured-card .flag {
	flex: 0 1 auto;
	border-radius: 50%;
}
.featured-card .content {
	flex: 1;
}
.featured-card .content h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.featured-card .content .more {
	font-weight: 700;
	color: var(--fs-color-secondary);
	line-height: 1;
	font-size: 12px;
}
.featured-card .flag img {
	width: 100px;
}
.requirement-item .flag img {
	width: 56px;
}
.requirement-item .name {
	margin-top: 10px;
	font-weight: 500;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.requirements-grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 30px 5px;
}
.sec4 .button-wrapper {
	text-align: center;
	margin-top: 20px;
}
.sec4 .button-wrapper .button {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
/** SECTION 5 **/
.sec5.section {
	background-color: rgba(23, 112, 178, 0.1);
}
.sec5 .section-desc {
	margin: 0 auto;
	max-width: 780px;
	color: #828282;
}
.sec5 .section-header {
	margin-bottom: 50px;
}
.client-quote {
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	position: relative;
}
.client-quote:after {
	position: absolute;
	left: 18px;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 16px 0 16px;
	border-color: #fff transparent transparent transparent;
	content: "";
}
.client-quote h3 {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 40px;
	position: relative;
}
.client-quote h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(./images/quote.png) no-repeat center;
	width: 30px;
	height: 30px;
	background-size: contain;
}
.client-quote p {
	line-height: 1.6;
	text-align: justify;
}
.client-info {
	margin-top: 30px;
	padding: 0px 4px;
	display: flex;
	align-items: center;
}
.client-info img {
	width: 60px;
	height: 60px;
	margin-right: 15px !important;
	border: solid 1px #ced4da;
	border-radius: 50%;
	background: #fff;
}
.client-info h5 {
	margin: 0;
	font-weight: 600;
}
/** SECTION 6 **/
.sec6 .button-wrapper {
	text-align: center;
	margin-top: 30px;
}
.blog-carousel {
	margin-top: 30px;
}
.posts-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.blog-item-inner .blog-meta {
	margin-top: 8px;
}
.blog-item-inner .blog-date {
	display: flex;
	align-items: center;
	gap: 4px;
}
.blog-item-inner .blog-date span {
	line-height: 1;
	position: relative;
	top: 2px;
}
.blog-item-inner .blog-date svg {
	display: block;
	width: 16px;
	height: 16px;
}
.blog-item-inner h3 {
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0;
	line-height: 24px;
	height: 48px;
}
.blog-item-inner h3 a {
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: justify;
}
.blog-item-inner .blog-content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

/** SECTION 7 **/
.cta-wrapper {
	border-radius: 8px;
}
.cta-wrapper .col-right h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 20px;
	text-align: center;
	color: var(--text-body);
	margin-top: 42px;
}
.cta-wrapper .col-left .cta-img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.cta-wrapper .col-inner {
	padding: 0 15px;
}
.cta-wrapper .section-desc {
	line-height: 24px;
	color: #4f4f4f;
	text-align: center;
	margin-bottom: 22px;
	max-width: 572px;
	margin-left: auto;
	margin-right: auto;
}
.cta-wrapper .cta-bg img {
	filter: brightness(0) invert(1);
}
.cta-wrapper .cta-button {
	border-radius: 4.8px;
	border: 2px solid var(--fs-color-primary);
	background: #fff;
	color: var(--fs-color-primary);
	text-transform: uppercase;
	padding: 8px 16px;
	width: 100%;
	max-width: 400px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 38px;
	transition: all 0.3s ease-in-out;
}
.cta-wrapper .cta-button:hover {
	background: var(--fs-color-primary);
	color: #fff;
}
/** SECTION BRANDS **/
.section.section-brands {
	padding: 0 0 20px 0;
}
.logos-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}
.logos-grid .logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
/** SECTION 9 - HOW TO APPLY **/
.section-how {
	background-color: #f7f7f7;
}
.section-how img {
	padding: 0;
	border: solid 1px #ccc;
	border-radius: 50%;
	max-height: 180px;
}
.section-how .step-icon img {
	width: 70px;
	height: auto;
}
.section-how .step-number {
	position: relative;
	margin: 15px 0 10px;
}
.section-how .step-number span {
	font-size: 36px;
	font-weight: 700;
	color: var(--fs-color-primary);
	line-height: 1;
	display: inline-block;
	background: #f7f7f7;
	width: 50px;
}
.section-how .step-number::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #e5e7eb;
	left: 0;
	z-index: -1;
}
.section-how .step-title {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 18px;
}
.section-how .step-desc {
	color: #4b5563;
}

/** Header Contact **/
.hotline-item svg {
	stroke: var(--fs-color-alert);
}
.contact-item span:not(.mf-svg-wrapper) {
	line-height: 1;
}
.header-contact-wrapper {
	display: flex;
	gap: 12px;
	align-items: center;
}
.header-contact-wrapper .contact-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.contact-items-wrapper {
	display: flex;
	justify-content: flex-end;
	gap: 35px;
}
.contact-items-wrapper a {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: 500;
}
.contact-icon img {
	height: 60px;
}
/** HEADER MENU **/
.header .nav > li {
	margin: 0;
	font-size: 14px;
}
.header .nav > li:first-child a {
	padding-left: 0;
}
.header .nav > li:last-child a {
	padding-right: 0;
}
.header .nav > li > a {
	font-size: 16px;
	font-weight: 600;
	padding: 0 16px;
	margin: 0;
}
.header-search .nav-dropdown-default {
	padding: 15px;
}

/** FOOTER **/
.footer-logo img {
	width: auto;
	max-height: 100px;
}
.contact-list-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.contact-list-wrapper li.contact-item {
	margin: 0;
}
.contact-list-wrapper .contact-link,
.contact-list-wrapper .contact-item-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.contact-list-wrapper .mf-svg-wrapper {
	width: 32px;
	height: 32px;
	background: var(--fs-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}
.contact-list-wrapper span:not(.mf-svg-wrapper) {
	line-height: 1.4;
}
.contact-list-wrapper .mf-svg-wrapper svg {
	height: 16px;
}
.footer-heading {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: var(--fs-color-primary);
}
.footer-menu {
	gap: 10px;
}
.footer-menu a.ux-menu-link__link {
	border: none !important;
	min-height: unset;
	padding: 0;
}
.social-icons {
	display: flex;
	gap: 10px;
}
.social-icons a.button {
	width: 34px;
	height: 34px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: none;
}
.social-icons a.button i {
	top: 0;
}
.absolute-footer {
	display: none !important;
}
.button.back-to-top {
	width: 40px;
	height: 40px;
}
/** Offcanvas Menu **/
.off-canvas .sidebar-menu {
	padding: 0;
}
.off-canvas:not(.off-canvas-center) li.html {
	padding: 10px;
}
.off-canvas .nav-vertical > li > a {
	font-size: 14px;
	font-weight: 600;
	color: var(--text-body);
	padding: 10px !important;
}
.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	background-color: #fff;
}
.searchform-wrapper input[type="search"] {
	box-shadow: none;
	height: 40px;
	font-size: 14px;
	border-right: none;
}
.searchform-wrapper .submit-button {
	height: 40px;
	width: 40px;
}
.off-canvas:not(.off-canvas-center) li.html:not(.header-search-form) {
	flex-direction: column;
	font-size: 14px;
	justify-content: flex-start;
}
.off-canvas:not(.off-canvas-center) .header-contact-wrapper {
	gap: 0;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.off-canvas:not(.off-canvas-center) .contact-icon {
	display: none;
}
.off-canvas:not(.off-canvas-center) .contact-items {
	gap: 10px;
	width: 100%;
}
.off-canvas:not(.off-canvas-center) .contact-items-wrapper {
	gap: 10px;
	flex-direction: column;
}
.off-canvas:not(.off-canvas-center) .contact-item span:not(.mf-svg-wrapper) {
	line-height: 1.4;
}
.mobile-nav .nav-icon .icon-menu {
	color: var(--fs-color-primary);
}
/** ABOUT **/
.section-head2 h1,
.section-head2 h2 {
	font-size: 28px;
	margin-bottom: 27px;
	line-height: 36px;
}
.section-head2 p {
	font-size: 18px;
	font-weight: 500;
	color: var(--fs-color-primary);
}
.section-head2-w-text h2 {
	margin-bottom: 5px;
}
.section-head2-w-text {
	margin-bottom: 24px;
}
.section-head2--big h2 {
	font-size: 36px;
	line-height: 48px;
}
.why-apply-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-weight: 500;
	list-style: none;
}
.why-apply-list-wrapper li {
	display: flex;
	margin: 0 !important;
	gap: 10px;
}
.why-apply-list-wrapper li img {
	max-height: 22px;
	width: auto;
}
.about-row-3 .text-box {
	border-radius: 10px;
	background: #f3f3f3;
	padding: 18px;
	line-height: 24px;
	font-style: italic;
}
.about-row-3 .text-box strong {
	color: var(--fs-color-primary);
}
.numbers-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	margin: 0;
	list-style: none;
	gap: 30px;
}
.numbers-wrapper .number-item {
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.numbers-wrapper .number-item span {
	font-weight: 500;
}
.numbers-wrapper .number-item span:first-child {
	font-size: 28px;
	font-weight: 700;
	color: var(--fs-color-primary);
	display: block;
	text-align: center;
	line-height: 1;
}
.why-book-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px 20px;
}
.why-book-list-wrapper li.why-book-item {
	margin: 0;
	margin-left: 0 !important;
	flex: 1 1 100%;
	position: relative;
	text-align: center;
}
li.why-book-item .number {
	font-size: 24px;
	color: #8e8e8e;
	font-weight: 600;
	width: 48px;
	height: 48px;
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
li.why-book-item h3 {
	margin: 13px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--fs-color-primary);
	line-height: 24px;
}
li.why-book-item .content ul {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 500;
	list-style: none;
}
.button.apply-now-btn {
	width: 178px;
	height: 54px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
.about-gallery-carousel {
	padding-inline: 15px;
}
.customer-photo-gallery-carousel img,
.about-gallery-carousel img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	width: 100%;
}
/** BREADCRUMB **/
.section-breadcrumb {
	padding: 10px 0 !important;
	margin-bottom: 20px;
	background-color: var(--light-blue);
}
.section-breadcrumb .rank-math-breadcrumb {
	margin: 10px 0;
	font-weight: 500;
}
.section-breadcrumb .rank-math-breadcrumb .separator {
	margin-inline: 6px;
}
/** PAGE **/
.page-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.entry-header .entry-title {
	color: #101a35;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin: 15px 0;
}
.text-box2 {
	background-color: #f5f5f5;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 20px 0;
	color: var(--text-body);
}
.accordion .toggle {
	height: 24px;
	right: 0;
	left: auto;
	margin: 0 !important;
	position: absolute;
	top: 8px;
	width: 24px;
	min-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--text-body);
}
.accordion .toggle:before,
.accordion .toggle:after {
	position: absolute;
	content: "";
	display: block;
	background: var(--text-body);
	transition: all 0.3s;
}
.accordion .toggle:before {
	width: 2px;
	height: 12px;
}
.accordion .toggle:after {
	width: 12px;
	height: 2px;
}
a.accordion-title {
	font-size: 14px;
	font-weight: 600;
	color: var(--text-color);
	padding: 8px 30px 8px 0;
	border-color: #eee;
}
a.accordion-title.active {
	border-color: #eee;
	background-color: transparent;
	color: var(--text-color);
	font-weight: 600;
}
.accordion-inner {
	padding: 10px 0;
}
.accordion-inner ul {
	margin-left: 20px;
}
.active > .toggle {
	transform: none;
}
.active > .toggle:before {
	transform: rotate(90deg);
}
.accordion i {
	display: none;
}

.page-inner,
.article-inner {
	color: var(--text-color);
	position: relative;
}
.page-inner ul,
.page-inner ol,
.article-inner ul,
.article-inner ol {
	margin-left: 30px;
}
.page-inner .lwptoc,
.article-inner .lwptoc {
	margin: 0;
}
.page-inner .lwptoc_i,
.article-inner .lwptoc_i {
	padding: 10px;
	border-radius: 4px;
}
.page-inner .lwptoc_header,
.article-inner .lwptoc_header {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.page-inner .lwptoc_header b,
.article-inner .lwptoc_header b {
	line-height: 1;
	position: relative;
	top: 1px;
}
.lwptoc_header:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/toc-icon.svg) no-repeat center center / contain;
}
.page-inner .lwptoc_items,
.article-inner .lwptoc_items {
	margin-top: 10px;
	display: none;
}
.page-inner h1,
.page-inner h2,
.page-inner h3,
.page-inner h4,
.page-inner h5,
.page-inner h6,
.article-inner h1,
.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
	margin: 0.5rem 0 1rem;
}
.page-inner h2,
.article-inner h2 {
	font-size: 22px;
}
.page-inner h3,
.article-inner h3 {
	font-size: 18px;
}
.page-inner table,
.article-inner table {
	border-collapse: collapse;
}
.entry-content {
	padding: 0;
}
/** WIDGET **/
.widget-area .widget {
	margin-bottom: 0;
}
.widget-area .widget + .widget {
	margin-top: 40px;
}
.why-apply-box {
	margin-top: 50px;
	color: #fff;
	border-radius: 14px;
	padding: 25px 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.why-apply-title {
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 30px 0;
	line-height: 28px;
	color: #fff;
}

.why-apply-list {
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 25px;
	border-left: 2px solid #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.why-apply-list li {
	list-style: disc;
	margin: 0;
}

.why-apply-btn {
	background-color: var(--green);
	border-radius: 6px;
	padding: 8px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	color: #fff !important;
	margin-top: 30px;
	transition: all 0.3s;
	gap: 8px;
}

.why-apply-btn:hover {
	background: var(--dark-green);
}

.why-apply-icon {
	margin-right: 6px;
	font-size: 16px;
}
.need-help-box {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin-top: 30px;
}
.need-help-box h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	border-bottom: 1px solid #e0e0e0;
	padding: 16px;
	margin: 0;
}
.need-help-box .need-help-content {
	padding: 16px;
}
.need-help-btn {
	background: var(--orange);
	border-radius: 4px;
	display: flex;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 12px 0;
}
.need-help-footer {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	margin-top: 18px;
}
.need-help-footer .mf-svg-wrapper svg {
	height: 18px;
	color: var(--orange);
}

/** REQUIREMENTS **/

/* Requirement Archive (Alphabet) */
.alphabet-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	line-height: 1;
}
.alpha-link {
	font-weight: 700;
	color: #0077cc;
	text-decoration: none;
}
.alpha-link.is-disabled {
	pointer-events: none;
	opacity: 0.35;
}
.alpha-group {
	margin: 20px 0 0;
}
.alpha-heading {
	font-size: 28px;
	font-weight: 700;
	color: var(--fs-color-primary);
	margin-bottom: 16px;
	line-height: 36px;
}
.alpha-heading span {
	display: inline-block;
	line-height: 36px;
	border-bottom: solid 2px var(--orange);
}
/** SINGLE REQUIREMENT **/
.single-requirement .requirement-selector {
	position: absolute;
	top: 0;
	right: 0;
}
.requirement-info h2 {
	margin: 10px 0 5px;
	line-height: 1.2;
	font-weight: 600;
}
.requirement-info .last-update {
	font-style: italic;
}
.post-content table {
	border: 1px solid #ccc;
}
.post-content table th,
.post-content table td {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: inherit;
}
blockquote {
	border-left: 4px solid var(--fs-color-primary);
	background-color: #f5f5f5;
	padding: 10px 30px;
	font-size: inherit;
}
blockquote ul {
	margin-left: 30px;
	margin-block: 10px;
}
/** ARCHIVE POST **/
.posts-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.posts-list .post-link {
	color: var(--text-color);
	font-weight: 500;
	letter-spacing: 0.01em;
}
.posts-list .post-link:hover {
	color: var(--fs-color-primary);
}
ul.page-numbers {
	text-align: left;
	margin: 30px 0 0;
}
/** single post **/
.article-inner .short-desc {
	border-left: solid 8px #f5f5f5;
	padding-left: 20px;
	text-align: justify;
	margin: 10px 0;
}
/** PAGE CONTACT **/
.contact-box .icon-box-img svg {
	display: block;
	padding: 0;
}
.contact-box .icon-box-text h3 {
	line-height: 1;
	font-weight: 500;
	margin: 0 0 3px;
	font-size: 16px;
}
.contact-box .icon-box-text p {
	margin: 0;
}
.contact-title h1 {
	color: var(--text-color);
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
	font-weight: 700;
}
.contact-title h1 span {
	color: var(--fs-color-secondary);
}

/** REVIEW LIST **/
/* Reviews - layout and summary table */
.review-list-wrapper {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 30px;
	align-items: start;
}
.review-list-summary .review-heading {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
}

/* Summary table */
.review-summary-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.review-summary-table td {
	padding: 6px 8px;
	vertical-align: middle;
	border: none;
	font-size: inherit;
}
.review-summary-table td:first-child {
	padding-left: 0;
	color: var(--text-color);
}
.review-summary-table td:last-child {
	padding-right: 0;
}
.rating-score strong {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.rating-score .total {
	color: #777;
	margin-left: 4px;
}
.rating-meter {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #666;
}
.rating-meter .dots {
	display: inline-flex;
	gap: 6px;
}
.rating-meter .meter {
	display: inline-block;
	width: 160px;
	height: 12px;
	background: #eee;
	border-radius: 6px;
	overflow: hidden;
}
.rating-meter .meter-fill {
	display: block;
	height: 100%;
	background: #00aa6c;
}
.review-progress {
	width: 100%;
	min-width: 200px;
	background: #eee;
	border-radius: 6px;
	height: 8px;
	overflow: hidden;
}
.review-progress__bar {
	height: 100%;
	background: #00aa6c;
}

/* Items list */
.reviews-list-items .review-item {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee;
}
.review-item-inner {
	display: block;
}
.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.review-header__group1 {
	display: grid;
	grid-template-columns: 50px auto;
	gap: 10px;
	align-items: center;
}
.review-avatar,
.review-header__group1 .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.review-header__group1 .name {
	font-weight: 600;
}
.review-header__group2 {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}
.review-header__group2 .stars {
	display: inline-flex;
	gap: 6px;
}
.review-date {
	color: #666;
	font-size: 12px;
}
.ta-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #dcdcdc;
	display: inline-block;
}
.ta-dot.is-active {
	background: #00aa6c;
}
.review-quote h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 0 6px;
}
.review-quote p {
	margin: 0;
	color: #333;
}

/* Reviews - pagination */
.review-pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 16px;
}
.page-link {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 0;
	border-radius: 0;
	color: var(--text-color);
	cursor: pointer;
	margin: 0;
	line-height: 1;
	min-height: unset;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-link.is-active {
	background: var(--fs-color-primary);
	color: #fff;
	border-color: var(--fs-color-primary);
}
.page-link.is-disabled {
	opacity: 0.5;
	cursor: default;
}
.page-dots {
	padding: 6px 8px;
	color: #999;
}

@media (min-width: 550px) {
	.why-book-list-wrapper li.why-book-item {
		margin: 0;
		margin-left: 0 !important;
		flex: 1 1 calc(50% - 10px);
		position: relative;
	}
}
@media (min-width: 850px) {
	.why-book-list-wrapper {
		display: flex;
		border-top: 6px solid #eee;
		gap: 0;
	}
	.why-book-list-wrapper li.why-book-item {
		margin: 0;
		margin-left: 0 !important;
		flex: 1;
		position: relative;
		text-align: left;
	}
	.why-book-list-wrapper li.why-book-item:nth-child(odd) {
		margin-top: 60px;
	}
	.why-book-list-wrapper li.why-book-item:nth-child(even) {
		margin-top: 250px;
	}
	.why-book-list-wrapper li.why-book-item:before {
		content: "";
		display: block;
		width: 3px;
		height: 1000px;
		position: absolute;
		left: 23px;
		bottom: calc(100% + 10px);
		background: #eee;
		z-index: 2;
	}
	.why-book-list-wrapper li.why-book-item:after {
		content: "";
		display: block;
		width: 7px;
		height: 7px;
		background: var(--fs-color-primary);
		border-radius: 50%;
		left: 21px;
		position: absolute;
		top: calc(0% - 13px);
		z-index: 2;
	}
	li.why-book-item .content ul {
		list-style: disc;
	}
}
@media (max-width: 991px) {
	.posts-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 849px) {
	.review-list-wrapper {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.review-list-summary {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
	}
	.single-requirement .requirement-selector {
		position: static;
		margin-bottom: 15px;
	}
	.header-wrapper .header-main {
		height: 70px;
	}
	.header-wrapper #logo img {
		max-height: 70px;
		padding: 5px 0;
	}
	.section {
		padding: 30px 0;
	}
	.section-heading,
	.cta-wrapper .col-right h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.cta-wrapper .col-right h3 {
		margin-top: 30px;
	}
	.sec1 .visa-widget {
		margin-block: 30px;
	}
	.sec1 h1 {
		font-size: 28px;
		line-height: normal;
	}
	.sec1 h1 span {
		font-size: 28px;
		line-height: normal;
		font-weight: 600;
	}
	.featured-requirements {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.featured-card a {
		padding: 10px;
	}
	.featured-card .flag img {
		width: 60px;
	}
	.requirements-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 15px 5px;
	}
	.cta-wrapper .col-left .cta-img {
		padding-top: 30px;
	}
	.logos-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
	.numbers-wrapper .number-item span:first-child {
		font-size: 20px;
	}
	li.why-book-item .content ul li {
		margin: 0 !important;
	}
	.section-head2--big h2 {
		font-size: 28px;
		margin-bottom: 30px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 549px) {
	.social-icons {
		display: flex;
		gap: 10px;
	}

	.sec2 ul {
		padding: 24px;
		font-size: 16px;
	}
	.featured-requirements {
		gap: 15px;
	}
	.requirements-grid {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 20px;
	}
	.logos-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 5px;
	}
	.section-head2 h1,
	.section-head2 h2 {
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 32px;
	}
	.section-head2-w-text h2 {
		margin-bottom: 5px;
	}
	.section-head2 p {
		font-size: 16px;
	}
	.button.apply-now-btn {
		height: 45px;
	}
	.section-head2--big h2 {
		font-size: 24px;
		margin-bottom: 24px;
		line-height: 32px;
	}
}
@media (max-width: 425px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
}
