/*
Theme Name:   Bootscore Child
Description:  Bootscore Child Theme
Author:       Bootscore
Author URI:   https://bootscore.me
Template:     bootscore
Version:      6.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* BOOTSTRAP CUSTOM START */
/* Smooth fonts on all text */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


.offset-right-40 {
	margin-right: -45px;
}

.opacity-40 {
	opacity: 0.4;
}

.margin-left-30 {
	margin-left: -32px;
}

.fs-40 {
	font-size: 40px !important;
}
.fs-50 {
	font-size: 50px !important;
}

.pt-32 {
	padding-top: 32px !important;
}
.pt-36 {
	padding-top: 36px !important;
}
.pt-40 {
	padding-top: 40px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}
.pb-36 {
	padding-bottom: 36px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}

.pl-32 {
	padding-left: clamp(16px, 3vw, 32px) !important;
}
.pl-36 {
	padding-left: clamp(18px, 3vw, 36px) !important;
}
.pl-40 {
	padding-left: 40px !important;
}

.pr-32 {
	padding-right: clamp(16px, 3vw, 32px) !important;
}
.pr-36 {
	padding-right: clamp(18px, 3vw, 36px) !important;
}
.pr-40 {
	padding-right: 40px !important;
}

.px-32 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}
.px-36 {
	padding-left: 36px !important;
	padding-right: 36px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}
.py-36 {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.pt-60 {
	padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pl-60 {
	padding-left: 60px !important;
}
.pr-60 {
	padding-right: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.py-60 {
	padding-top: clamp(30px, 3vw, 60px) !important;
	padding-bottom: clamp(30px, 3vw, 60px) !important;
}

.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.ml-60 {
	margin-left: 60px !important;
}
.mr-60 {
	margin-right: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}
.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.pt-64 {
	padding-top: clamp(32px, 3vw, 64px);
}
.pb-64 {
	padding-bottom: clamp(32px, 3vw, 64px);
}
.pl-64 {
	padding-left: clamp(32px, 3vw, 64px);
}
.pr-64 {
	padding-right: clamp(32px, 3vw, 64px);
}

.px-64 {
	padding-left: clamp(32px, 3vw, 64px);
	padding-right: clamp(32px, 3vw, 64px);
}
.py-64 {
	padding-top: clamp(32px, 3vw, 64px) !important;
	padding-bottom: clamp(32px, 3vw, 64px) !important;
}

.mt-64 {
	margin-top: clamp(32px, 3vw, 64px) !important;
}
.mb-64 {
	margin-bottom: clamp(32px, 3vw, 64px) !important;
}
.ml-64 {
	margin-left: clamp(32px, 3vw, 64px) !important;
}
.mr-64 {
	margin-right: clamp(32px, 3vw, 64px) !important;
}

.mx-64 {
	margin-left: clamp(32px, 3vw, 64px) !important;
	margin-right: clamp(32px, 3vw, 64px) !important;
}
.my-64 {
	margin-top: clamp(32px, 3vw, 64px) !important;
	margin-bottom: clamp(32px, 3vw, 64px) !important;
}

.pt-71 {
	padding-top: 71px !important;
}
.pb-71 {
	padding-bottom: 71px !important;
}
.pl-71 {
	padding-left: 71px !important;
}
.pr-71 {
	padding-right: 71px !important;
}

.px-71 {
	padding-left: 71px !important;
	padding-right: 71px !important;
}
.py-71 {
	padding-top: 71px !important;
	padding-bottom: 71px !important;
}

.pt-112 {
	padding-top: clamp(40px, 5vw, 112px) !important;
}
.pb-112 {
	padding-bottom: clamp(40px, 5vw, 112px) !important;
}
.pl-112 {
	padding-left: 112px !important;
}
.pr-112 {
	padding-right: 112px !important;
}

.px-112 {
	padding-left: 112px !important;
	padding-right: 112px !important;
}
.py-112 {
	padding-top: 112px !important;
	padding-bottom: 112px !important;
}

.p-112 {
	padding: 112px !important;
}

.mt-112 {
	margin-top: 112px !important;
}
.mb-112 {
	margin-bottom: 112px !important;
}
.ml-112 {
	margin-left: 112px !important;
}
.mr-112 {
	margin-right: 112px !important;
}

.mx-112 {
	margin-left: 112px !important;
	margin-right: 112px !important;
}
.my-112 {
	margin-top: 112px !important;
	margin-bottom: 112px !important;
}

.m-112 {
	margin: 112px !important;
}

.mt-71 {
	margin-top: 71px !important;
}
.mb-71 {
	margin-bottom: 71px !important;
}
.ml-71 {
	margin-left: 71px !important;
}
.mr-71 {
	margin-right: 71px !important;
}

.mx-71 {
	margin-left: 71px !important;
	margin-right: 71px !important;
}
.my-71 {
	margin-top: 71px !important;
	margin-bottom: 71px !important;
}

.mt-32 {
	margin-top: 32px !important;
}
.mt-36 {
	margin-top: 36px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}
.mb-36 {
	margin-bottom: 36px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.ml-32 {
	margin-left: 32px !important;
}
.ml-36 {
	margin-left: 36px !important;
}
.ml-40 {
	margin-left: 40px !important;
}

.mr-32 {
	margin-right: 32px !important;
}
.mr-36 {
	margin-right: 36px !important;
}
.mr-40 {
	margin-right: 40px !important;
}

.mx-32 {
	margin-left: 32px !important;
	margin-right: 32px !important;
}
.mx-36 {
	margin-left: 36px !important;
	margin-right: 36px !important;
}
.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}
.my-36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}
.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

/* FONTS */
.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
	font-size: 14px !important;
}

/* BOOTSTRAP END */

.bg-main {
	background-color: var(--bg-color);
}

.bg-body {
	background-color: var(--bg-light);
}

.bg-about-light {
	background-color: var(--bg-about-light);
}

.bg-blue {
	background-color: var(--bg-blue);
}

.bg-footer {
	background-color: var(--bg-footer);
}

.rounded-32 {
	border-radius: var(--border-32);
}

.white-icon {
	filter: invert(1);
}

body.service-page header {
	background-color: #f2f5f7;
}

/*  .home .top-bar,
.home .header,
.home .promo,
.home .review,
.home .img-bg-overlay{
background-color: #F2F5F7;
}
*/

.mobile-header,
.promo-buttons,
.header {
	z-index: 3;
	position: relative;
}

.top-bar,
.review,
.menu, .promo-buttons {
	z-index: 99;
}

.header {
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}

.menu {
	gap: 40px;
	background: #000;
	border-radius: 30px;
	padding: 9px 40px;
	min-width: 350px;
}

.menu-item {
	position: relative;
	font-size: clamp(14px, 3vw, 14px);
	font-weight: 700;
	color: white;
	cursor: pointer;
	transition: color 0.3s ease;
	/*overflow: hidden;*/
	list-style-type: none;
}

a.menu-item {
	text-decoration: none;
}

header .menu-item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}


header .menu-item:hover::after {
	transform: scaleX(1);
}

header .menu-item:hover {
	color: #fff;
}


header .menu-item.active:hover::after {
	transform: scaleX(0);
}

header .menu-item.active {
	color: #f0f0f0;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}


header .menu-item.active:hover {
	color: #f0f0f0;
	font-weight: bold;
}

.header-section {
	background: url("../assets/svg/background-pattern.svg") no-repeat center
		bottom;
	height: 100vh;
	background-color: #f2f5f7;
	max-height: 805px;
}

.btn {
	padding: 12px 16px;
	min-width: clamp(132px, 15vw, 190px);
	border-radius: 30px;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-dark {
	background-color: #191919;
}

.btn-primary {
	background-color: #191919;
	color: #fff;
}

.btn-tertiary:hover {
	background-color: #000;
	color: #fff;
}

.btn-see-through:hover {
	background-color: #000;
	color: #fff;
}

.btn-primary {
	/* padding: 10px 24px;
	*/
	min-width: 190px;
	border-radius: 30px;
	font-weight: 600;
	border: 1px solid black;
	background-color: #191919;
	color: #fff;
	border: none;
}

.btn-xs {
	min-width: 100px;
}

.btn-small {
	width: 120px;
}
.btn-medium {
	width: 190px;
}
.btn-large {
	width: 250px;
}

/* Color modifier classes */
.btn-primary {
	background-color: #191919;
	color: #fff;
}
.btn-secondary {
	background-color: #5271ff;
	color: #fff;
	border-color: #5271ff;
}
.btn-tertiary {
	background-color: #ffffff;
	color: #191919;
}
.btn-see-through {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

.btn-tab-secondary {
	background-color: #e3e3e5;
	color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	background-color: #ffffff;
	color: #191919;
	border: 1px solid #191919;
}

.offset-left-80 {
	margin-left: 58px;
}

@media (max-width: 767px) {
	.offset-left-80 {
		margin-left: 80px;
	}
}

@media (max-width: 767px) {
	.top-bar,
	.header {
		display: none;
	}

	.mobile-header {
		width: 100%;
		/*     padding: 8px 16px; */
		padding: 12px 16px;
		border-bottom: 1px solid #e3e3e5;
	}

	.mobile-menu {
		/*     padding: 8px 16px 32px; */
		padding: 1px 16px 22px;
	}

	.mobile-header .logo {
		max-width: 82px;
		height: 28px;
	}

	.mobile-header .btn.call-now.btn-see-through {
		padding: 7px 10px;
	}



	.menu {
		min-width: unset;
		gap: unset;
		padding: 9px 30px;
	}

	.menu-item {
		font-size: clamp(14px, 3vw, 14px);
		font-weight: 700;
		color: #fff;
		cursor: pointer;
	}

	a.menu-item {
		text-decoration: none;
	}

	.call-now.btn-see-through {
		min-width: 90px;
		font-size: clamp(14px, 3vw, 14px);
	}

	.company-social {
		display: none;
	}

	.company-social a::after {
		margin-left: 2px;
	}
}

/* FOOTER */
.company-social {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}
.company-social a {
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(11px, 1.5vw, 14px);
	line-height: clamp(120%, 1.5vw, 150%);
	text-decoration: none;
}
.company-social a:not(:has(img))::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 8px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"%3E%3Cpath d="M1 9.375L8.75 1.625M8.75 1.625H2.43519M8.75 1.625V7.93981" stroke="%235271FF" stroke-width="1.55"/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
}
.company-social a:first-child {
	margin-right: -8px;
}

.company-social .social-icon {
	width: 14px;
}

.advance-mortgage-footer .col-md {
	flex: 1 1 200px; 
	max-width: 300px;
}

footer .footer-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer .list-unstyled .icon {
	align-self: flex-start;
}

footer .footer-links li {
	padding: 0 0 8px;
}

.opacity-40 {
	opacity: 0.4;
}

#footer-bottom .credits,
#footer-bottom .links {
	font-size: clamp(10px, 1.5vw, 12px);
}

#footer-bottom .credits, #footer-bottom .links a {
	text-decoration: none;
}

footer .footer-title {
	font-size: clamp(1rem, 1.5vw, 1.5rem) !important;
	font-weight: 600;
}

footer .list-unstyled li a {
	font-size: clamp(10px, 3vw, 14px);
	line-height: 120%;
}

footer .footer-links li a {
	font-size: 14px;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
	flex: none;
	order: 0;
	flex-grow: 0;
}

footer .company .company-description {
	font-size: clamp(10px, 1.5vw, 12px);
	color: rgba(255, 255, 255, 0.6);
	line-height: 150%;
	text-align: left;
}


@media (max-width: 992px) { 
	.company-social {
		display: flex;
		flex-direction: row;
		gap: 12px;
	}

}

@media (max-width: 768px) {
	#footer-bottom .links {
		margin-top: 12px;
	}

}


@media (min-width: 768px) {
	.company-social {
		/*width: 95vw;*/
		padding-top: 5px;
		justify-content: left;
		gap: 20px;
		padding-bottom: 15px;
	}

	.company-social a {
		font-size: clamp(12px, 1.5vw, 14px);
	}
}

/* navbar */

.navbar-custom {
	background: black;
    border-radius: 64px;
	padding: 6px 16px;
}
.navbar-custom #menu-header-menu a {
	color: white;
	display: flex;
    align-items: center;
    gap: 4px;
	box-shadow: none;
	transition: 0.3s;
}

.navbar-custom #menu-header-menu {
	gap: 16px;
}

#menu-header-menu .dropdown-menu {
	z-index: 999;
	position: absolute;
}

#menu-header-menu .dropdown-menu li a {
	color: black;
}

#menu-header-menu .dropdown-menu li a.dropdown-item.active {
	color: white;
}

.review-img {
	display: none;
}

.mobile-header {
	display: none !important;
}

#menu-header-menu a.nav-link.active, 
#menu-header-menu a.nav-link:hover {
	color: #90a3ff;
}

header .menu-item::after {
	display: none;
}

.custom-header {
	padding: 16px 0;
}


@media screen and (max-width: 768px) {
	.navbar-custom {
		order: 3;
		padding: 0;
		background: none;
	}
	
	#menu-header-menu .dropdown-menu {
		position: relative;
	}
}

.navbar-toggler {
	background: black;
}

header, .top-bar, .review, .promo, .promo-buttons, .img-bg-overlay {
	background-color: #F2F5F7;
}

.index-0 {
	z-index: 0;
}

.offcanvas-body {
	padding: 32px;
}

#gf_5 .gfield_required {
	display: none !important;
}

