/*
Theme Name: Arrow Fin
Theme Author: Nishantha Atapattu
Theme URI: https://mileeecreatives.com
Description: Arrow Fin website
Version: 1.0
Text Domain: arrowfin
*/

a, a:hover, a:focus, a:visited, a:focus-within, a:focus-visible,
button, button:hover, button:focus, button:visited, button:focus-within, button:focus-visible {
    text-decoration: none;
    color: inherit;
}

body {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-family: "Manrope", sans-serif;
}

.wrapper {
	position: relative;
	widows: 100%;
	height: auto;
	overflow: hidden;
}

nav.navbar {
    position: absolute;
    width: 100%;
    max-width: 1164px;
    height: 60px;
    top: 27px;
    background: linear-gradient(90deg, #FFFFFF 1.92%, #DDDDDD 38.94%, #D7D7D7 69.71%, #FFFFFF 100%);
    border-radius: 15px;
    left: 0; right: 0;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: rgba(103, 113, 121, 0.75);
}

.navbar-light .navbar-toggler {
	padding: 0;
	border-color: transparent;
}

.navbar-light .navbar-toggler:focus-visible,
.navbar-toggler:focus {
	outline: 0;
	box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(223,34,47)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#menu-arrowFinMenu li {
	margin-right: 20px;
}

#menu-arrowFinMenu li.current-menu-item a {
	color: #173B5A;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(23 59 90 / 75%);
}

li#menu-item-26 a,
li#menu-item-166 a {
    color: #b12237;
}

/* Onscroll Menu */
nav#arrowFinMenu.fixed-top {
    position: fixed;
    padding-top: .5rem;
    max-width: inherit;
    border-radius: 0;
    top: 0;
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.1);
    animation: smoothScroll 1s forwards;
    background: #fff; /*background: #132338;*/
    z-index: 999;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*nav#arrowFinMenu .collapse:not(.show) {
    display: block;
    box-shadow: 0 0 25px 0 rgb(255 255 255 / 5%);
}

div#navbarSupportedContent {
    position: fixed;
    background: #fff; background: #132338; background: #0263E0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    right: -100vw;
    top: 0;
    padding: 30px;
    z-index: 99;
    transition: all 1s ease;
}

div#navbarSupportedContent.active {
    right: 0;
    transition: all 1s ease;
}

span.menu-close {
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 15px;
}*/

.hero-wrap {

}

a.call-header {
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 135%;
	color: #FFFFFF;
	display: inline-block;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
    border-radius: 14px;
}

.hero-wrap h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 66px;
	line-height: 110%;
	/* or 73px */
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
	max-width: 768px; max-width: 960px;
	margin: 0 auto 15px;
}

.hero-wrap p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	/* or 140% */
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	max-width: 684px; max-width: 960px;
	margin: 0 auto 40px;
}

#home-slide.owl-carousel .owl-item .item {
	position: relative;
}

#home-slide.owl-carousel .owl-item .item:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: linear-gradient(89.94deg, rgba(27, 27, 27, 0) 65.9%, #081520 113.67%);
	border-radius: 24px;
}

#home-slide.owl-carousel .owl-item img {
	border-radius: 24px;
}

a.book-free-consultation {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 15px 25px;
    background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    transform: translate(-50%, 20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 999;
}

.highlights {
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    position: absolute;
    top: 0; right: 15px;
    z-index: 9;
    padding: 15px;
}

.single-highlight {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    /*margin-bottom: 6%;*/
}

.single-highlight img {
	margin-right: 20px;
}

.single-content h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 110%;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin: 0;
}

.single-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 23px;
	color: #FFFFFF;
	margin: 0;
}

.single-highlight.row-4 {
	display: block;
}

.single-highlight.row-4 img {
	margin: 0 0 8px 0;
}

.single-highlight.row-4 h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 32px;
	color: #FFFFFF;
}

.single-highlight.row-4 p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0 0 8px 0;
}

/* .hero-wrap */
.hero-wrap {
	padding: 120px 0 80px;
	background: url('assets/img/footer-bg.webp') no-repeat center / cover;
}

/* loan-wrap */
.loan-wrap {
	padding: 80px 0 100px;
}

.loan-wrap h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	color: #173B5A;
}

.loan-wrap p {
	max-width: 606px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #99A2AA;
	margin: 0 auto 40px;
}

#home-loans.owl-carousel .owl-item .loan-single {
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}

#home-loans.owl-carousel .owl-item .loan-single:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%; height: 100%;
	left: 0; top: 0;
	background: linear-gradient(180deg, rgba(23, 59, 90, 0) 52.88%, rgba(24, 59, 89, 0.77) 72.12%, #0C1F2F 96.7%);
	filter: drop-shadow(0px 4px 199.1px rgba(0, 0, 0, 0.25));
	border-radius: 24px;
}

.ls-content {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: auto;
    text-align: center;
    padding-bottom: 15px;
}

.ls-content h4 {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 120%;
	color: #FFFFFF;
	transition: transform 0.5s ease;
}

.ls-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 14px;
	transition: transform 0.5s ease;
}

#home-loans.owl-carousel .owl-item img {
	border-radius: 24px;
}

#home-loans.owl-carousel .owl-item .loan-single {
	transition: all 0.5s ease;
	position: relative;
}

/* Button */
a.learn-more {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 6px 12px;
	background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
	border: 1px solid #FFFFFF;
	border-radius: 14px;

	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Hover effect */
.loan-single:hover .ls-content h4,
.loan-single:hover .ls-content p {
	transform: translateY(-20px);
}

.loan-single:hover a.learn-more {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.arrow-left,
.arrow-right {
	display: flex;
	display: inline-block;
	width: 42px; height: 42px;
}

.arrow-left {
	background: url('assets/img/arrow-circle-left.png') no-repeat center / 100%;
}

.arrow-right {
	background: url('assets/img/arrow-circle-right.png') no-repeat center / 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}

.owl-theme .owl-nav {
    position: absolute;
    left: 25%; width: 75%;
    text-align: left;
    overflow: hidden;
}

.owl-nav:after {
	content: '';
    position: absolute;
    width: 100%; width: calc(100% - 20px);
    height: 0px;
    border: 1.5px solid #9A9A9A;
    transform: rotate(0.08deg);
    top: 25px;
}

/* .how-wrap */
.how-wrap {
	position: relative;
	padding: 80px 0;
    z-index: 999;
    overflow: hidden;
	background: url('assets/img/footer-bg.webp') no-repeat center / cover;
}

.how-wrap .col-md-7 img {
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 24px;
}

.how-wrap h4 {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 110%;
	color: #FFFFFF;
	/*max-width: 205px;*/
	margin-bottom: 30px;
}

.how-wrap p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	max-width: 383px;
}

.how-wrap a.apply-now {
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
	border: 1px solid #FFFFFF;
	border-radius: 14px;
}

.single-step span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px; height: 45px;
	background: #B12237;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 8px;
	margin-right: 16px;
	margin-bottom: 12px;
}

.single-step span:after {
	content: '';
	position: absolute;
	width: 35px; height: 35px;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 3px;
}

.single-step span img {
	z-index: 9;
}

.single-step strong {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #FFFFFF;
}

.single-step p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}

/* testimonials-wrap */
.testimonials-wrap {
	padding: 80px 0 0;
}

.testimonials-wrap .container {
	position: relative;
	background: #FFFFFF;
    /*box-shadow: 0px 4px 21px rgba(157, 175, 181, 0.25);
    backdrop-filter: blur(37.5px);*/
}

.testimonials-wrap .container:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%; height: calc(100% + 200px);
	bottom: -97px; left: 0;
	background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(157, 175, 181, 0.25);
    backdrop-filter: blur(37.5px);
    border-radius: 0 0 16px 16px;
    z-index: 1;
}

.testimonials-wrap .container .row {
	position: relative;
	z-index: 9;
}

.testimonials-wrap h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #173B5A;
	/*margin-bottom: 70px;*/
}

.testimonials-wrap p {
	max-width: 606px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #99A2AA;
    margin: 0 auto 40px;
}

.testimonial-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(157, 175, 181, 0.25);
    backdrop-filter: blur(37.5px);
    border-radius: 16px;
    margin-bottom: 18px;
}

.testimonial-content {
    padding: 0 18px 18px;
}

.testimonial-meta {
    padding: 0 18px 18px;
}

.testimonial-meta h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 13.4429px;
	line-height: 20px;
	color: #293238;
	margin: 0;
}

.testimonial-meta p.designation {
	font-style: normal;
	font-weight: 400;
	font-size: 13.4429px;
	line-height: 20px;
	color: #7D7A7A;
	margin-bottom: 0;
}

.testimonial-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #232527;
	margin: 0;
}

/* Modal */
h5#arrowFinModalLabel {
    color: #222;
}

.modal-body {

}

.modal-body label {
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #99A2AA;
}

.modal-body .form-control {
	min-height: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
}

.modal-body .form-control:focus {
	box-shadow: none;
}

.modal-body .btn.btn-send {
    font-size: 15px;
    line-height: 135%;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    padding: 10px 30px;
    background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
    border-radius: 14px;
}

.wpcf7-response-output {
    color: #222;
}
/* Modal End */

/* footer */
footer {
	padding: 150px 0 40px;
	background: url('assets/img/footer-bg.webp') no-repeat center / cover;
}

.ready-wrap {
	padding: 3rem 4rem;
	/*background-image: url('assets/img/ready-bg.png');
    background-color: radial-gradient(50% 50% at 50% 50%, rgba(177, 34, 55, 0.69) 0%, rgba(224, 34, 47, 0.69) 100%);*/

	background-image: 
		url('assets/img/ready-bg.png'),
		radial-gradient(50% 50% at 50% 50%, rgba(177, 34, 55, 0.69) 0%, rgba(224, 34, 47, 0.69) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    margin-bottom: 70px;
}

.ready-wrap h4 {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 110%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	margin: 0;
}

a.apply-now {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 50px;
	background: #173B5A;
	border: 1px solid #173B5A;
	border-radius: 14px;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

address {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}

footer h6 {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

footer a.wa-link {
	display: inline-block;
	font-size: 20px;
    line-height: 135%;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #B12237 0%, #B12237 100%);
    border-radius: 14px;
    margin-top: 5px;
}

footer .footer-description {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #FFFFFF;
	max-width: 363px;
}

#menu-company {
	padding: 0;
	list-style: none;
}

#menu-company li {
	margin-bottom: 15px;
}

#menu-company li a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.75);
}

.row.copyright {
	margin-top: 30px;
}

.row.copyright p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
}

@media 	(max-width: 575.98px),
		(min-width: 576px) and (max-width: 767.98px) {
	nav.navbar {
		position: fixed;
		top: 0;
		height: auto;
		border-radius: 0;
	}

	/*nav#arrowFinMenu .container {
		background: #fff;
	}*/

	nav#arrowFinMenu .container .flex a {
		display: none;
	}

	.hero-wrap h1 {
		font-size: 28px;
		line-height: inherit;
	}

	.hero-wrap p,
	.loan-wrap p {
		font-size: 16px;
    	line-height: inherit;
	}

	.highlights {
		position: relative;
		width: 100%;
		display: flex;
	    flex-wrap: wrap;
	    flex-direction: inherit;
	    gap: 10px;
	    height: auto;
	    left: 0;
	}

	.single-highlight {
		display: block;
		flex: 0 0 48%;
		padding: 20px;
		text-align: center;
	}

	.single-highlight img {
		margin: 0;
		margin-bottom: 8px;
	}

	.single-content p {
		justify-content: center;
	}

	a.book-free-consultation {
		width: 225px;
    	text-align: center;
	}

	.loan-wrap h3 {
		font-size: 26px;
	}

	.how-wrap .col-md-7 img {
		margin-bottom: 25px;
	}

	.how-wrap h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.single-step {
	    display: block;
	    margin-bottom: 30px;
	}

	.single-step strong {
		font-size: 20px;
	}

	.single-step span {
		margin-right: 12px;
	}

	.ready-wrap {
		padding: 3rem 2rem;
	}

	.ready-wrap h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.how-wrap,
	.testimonials-wrap {
	    padding: 40px 0 0;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	nav.navbar {
		position: fixed;
		height: auto;
		border-radius: 0;
	}

	.hero-wrap h1 {
		font-size: 36px;
	}

	.hero-wrap p {
		font-size: 16px;
    	line-height: inherit;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	nav.navbar {
		position: fixed;
		top: 0; height: auto;
		border-radius: 0;
	}

	nav.navbar .d-flex {
		display: none;
	}

	.hero-wrap h1 {
		font-size: 36px;
	}

	.hero-wrap p {
		font-size: 16px;
    	line-height: inherit;
	}

	.highlights {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: inherit;
        gap: 10px;
        height: auto;
        left: 0;
	}

	.single-highlight {
		width: 49%;
	}

	.hero-wrap .single-highlight p {
		text-align: left;
	}

	.how-wrap h4 {
		font-size: 26px;
		line-height: inherit;
		max-width: inherit;
		margin-bottom: 10px;
	}

	.how-wrap p {
		font-size: 15px;
	}

	.testimonials-wrap {
	    padding: 50px 0 0;
	}

	.ready-wrap h4 {
		font-size: 28px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 1200px) and (max-width: 1399.98px) { ... }