.btn-pink, .btn-pink:focus { color: var(--txtColor); background-color: var(--bgColor); border: solid 1px var(--bgColor); }
.btn-pink:hover, .btn-pink:active { color: var(--txtColor) !important; background-color: var(--bgColor) !important; border-color: var(--bgColor) !important; filter: opacity(.95); }
.btn-white, .btn-white:focus { color: #111; background-color: #fff; border: solid 1px #fff; }
.btn-white:hover, .btn-white:active { color: #111 !important; background-color: #f9f9f9 !important; border-color: #f9f9f9 !important; }
.landing__header { height: 70px; width: 100%; background-color: #fff; border-bottom: 1px solid #f9f9f9; z-index: 991; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.landing__logo { height: 36px; }
.landing__logo img { height: 100%; object-fit: contain; }
.landing__right { padding-left: 20px; font-size: 14px; display: flex; gap: 14px; }
.landing__header__btn { font-size: 14px; padding: 10px 20px; background-color: #000; color: #fff !important; font-weight: 500; letter-spacing: 0.5px; line-height: 17px; }
.landing__header__btn:hover { background-color: #222; }
.dropdown .landing__logo__drop { font-size: 14px; font-weight: 600; color: #555; display: flex; gap: 10px; align-items: center; border: none !important; background: transparent; padding: 0; }
.dropdown .landing__logo__drop >  img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover;}
.dropdown .landing__logo__drop + .dropdown-menu {z-index: 991; background-color: #fff; top: 100% !important; width: 170px; margin: 0 !important; transform: none !important; right: 0 !important; left: auto !important; min-width: 170px; margin-top: 5px !important;}
.dropdown .landing__logo__drop + .dropdown-menu a:hover { color: #111 !important; background: #f9f9f9 !important; }

@media (min-width:1199.98px) {
	.dropdown .landing__logo__drop + .dropdown-menu {  opacity: 0; visibility: hidden; display: block; }
	.dropdown:hover .landing__logo__drop + .dropdown-menu { opacity: 1; visibility: visible; }
}

.landing-home-banner { padding: 50px 0; min-height: 720px; display: flex; align-items: center; z-index: 91; position: relative; background-color: #000; color: #fff; }
.landing-home-banner::before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #000; opacity: .15; }
.landing-home-banner .landing-home-banner-bg { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.landing-home-banner-text h6 { font-size: 18px; font-weight: 400; margin-bottom: 2px; line-height: 1.1; }
.landing-home-banner-text h1 { font-size: 48px; line-height: 1.1; margin-bottom: 26px; }
.landing-home-banner-text { font-size: 22px; line-height: 1.4; }
.landing-home-banner-cta { margin-top: 30px; }
.landing-home-banner-cta .btn { background: #fff; color: #000; font-size: 16px; padding: 13px 20px; }
.landing-home-banner-cta .btn:hover { opacity: .85; }
.landing-hero-cta-container { margin: 50px 50px 0; background: #EDEFF3; }
.landing-hero-cta-box { padding: 140px 50px 60px; position: relative; background-size: 520px; background-repeat: no-repeat; background-position-y: center; background-position-x: 100%; }
.landing-hero-bottom { background-color: #111; padding: 30px 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 17px; color: #fff; gap: 16px; }
.landing-hero-bottom p { margin-bottom: 0; }
.landing-hero-cta-content h3 { font-size: 44px; font-weight: 700; margin-bottom: 24px; }
.landing-hero-cta-content { max-width: 400px; }
.landing-hero-banner-bg { position: absolute; height: 100%; right: 0; top: 50%; object-fit: contain; transform: translateY(-50%); }



@media (max-width:1199.98px) {
	.landing-hero-banner-bg { max-width: 47%; }
}
@media (max-width:991.98px) {
	.landing-home-banner { min-height: 550px; }
	.landing-hero-cta-box { padding: 100px 40px 50px; }
	.landing-hero-cta-content { max-width: 300px; }
	.landing-hero-cta-content h3 { font-size: 40px; }
}
@media (max-width:767.98px) {
	.landing-home-banner { min-height: auto; min-height: 260px; }
	.landing-home-banner-text h6 { font-size: 16px; }
	.landing-home-banner-text h1 { font-size: 36px; margin-bottom: 16px; }
	.landing-home-banner-text { font-size: 18px; }
	.landing__header { padding: 10px 16px; }
	.landing__logo { height: 20px; }
	.landing__right { padding-left: 10px; }
	.landing__header__btn { font-size: 12px; padding: 8px 10px; line-height: 16px; }
	.home-banner { min-height: 440px; }
	.landing-hero-cta-container { margin: 40px 20px; }
	.landing-hero-cta-box { padding: 50px 30px; z-index: 9; color: #fff; text-align: center; }
	.landing-hero-banner-bg { max-width: 80%; z-index: -1; left: 50%; transform: translate(-50%, -50%); opacity: .75; }
	.landing-hero-cta-box::before { background: #202032c2; width: 100%; height: 100%; content: ""; position: absolute; left: 0; z-index: -1; top: 0; }
	.landing-hero-cta-content h3 { font-size: 30px; margin-bottom: 16px; }
	.landing-hero-bottom { text-align: center; }
}
