::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	background-color: #424242;
	border-radius: 10px;
}

body {
	overflow-x: hidden;
	font-family: Poppins;
}

a {
	text-decoration: none;
}

header#site-header,
section#opening_sec,
section#listing_sec,
section#know_us,
section#propert_cat,
section#download_sec,
footer#site-footer {
	overflow-x: hidden;
}

header#site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

header#site-header .logo_area img {
	max-width: 185px;
}

header#site-header .account_area {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

header#site-header .account_area a {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 40px;
	border-radius: 5px;
	margin: 20px 0;
}

header#site-header .account_area a.login_btn {
	background-color: #B31942;
}

header#site-header .account_area a.register_btn,
header#site-header .account_area a.mng_acc_btn {
	background-color: #0A3161;
}

header#site-header .account_area a:hover,
header#site-header .account_area a:focus,
header#site-header .account_area a:active {
	background-color: #000000;
}

section#opening_sec {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("/landing/media/opening.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100dvh;
}

section#opening_sec .open_cnt_wrap h5 {
	font-size: 18px;
	line-height: 28px;
}

section#opening_sec .open_cnt_wrap h2 {
	font-size: 48px;
	font-weight: 700;
}

section#opening_sec .open_cnt_wrap p {
	color: #A6A6A6;
	font-weight: 500;
}

section#listing_sec {
	background: linear-gradient(180deg, #B31942 0%, #0A3161 100%);
	position: relative;
	overflow: hidden;
}

section#listing_sec img.bg_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

section#listing_sec>.container {
	position: relative;
}

section#listing_sec h3 {
	font-family: Inter;
	font-size: 38px;
	font-weight: 700;
}

section#listing_sec .list_type {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

section#listing_sec .list_type h6 {
	color: #000;
	font-size: 24px;
	background-color: #FFF;
	padding: 15px 55px;
	border-radius: 32px;
}

section#listing_sec .list_iphone {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: center;
}

section#know_us {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}

section#know_us video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

section#know_us::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #B31942;
	opacity: 0.9;
	z-index: 0;
}

section#know_us>.container {
	position: relative;
}

section#know_us h3 {
	font-size: 38px;
	font-weight: 700;
	line-height: normal;
}

section#know_us p {
	color: #EEE;
	font-weight: 500;
	line-height: 28px;
}

section#know_us a.learn_more {
	color: #B31942;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	background: #FFF;
	padding: 16px 40px;
	border-radius: 5px;
	display: inline-block;
}

section#know_us a.learn_more:hover {
	background: #0A3161;
    color: #fff;
}

section#know_us .reveal_sec {
	position: absolute;
	top: 30%;
	bottom: 0;
	left: 50%;
	right: 0;
	width: 100%;
	height: 100%;
	/* background-image: url("/landing/media/know_bg.jpeg");
	box-shadow: inset 0 0 0 2000px #00000033; */
	/* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url("/landing/media/know_bg.png"); */
	background-image: url("/landing/media/know_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
}

section#know_us .rev_number {
	position: absolute;
	left: 60%;
	top: 15%;
	background-color: #0A3161;
	color: #fff;
	padding: 30px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 385px;
	width: 385px;
	border: 10px solid #EEE;
	border-left-color: transparent;
	transform: rotate(-45deg);
}

section#know_us .rev_number .circle-logo {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
}

section#know_us .rev_number .circle-logo img {
	max-width: 90%;
	height: auto;
}

/* section#know_us .rev_num_border {
	content: "";
	position: absolute;
	left: 60%;
	top: 15%;
	height: 385px;
	width: 385px;
	background-color: transparent;
	border: 10px solid #0a316100;
	border-left-color: #0a3161;
	border-radius: 100%;
	transform: rotate(-45deg);
	transition: all 0.8s ease-in-out;
}
section#know_us .rev_num_border:hover {
	background-color: transparent;
	border: 10px solid #0a316100;
	border-left-color: #0a316100;
	border-radius: 100%;
	transform: rotate(45deg);
} */
section#know_us .rev_number h4 {
	font-size: 28px;
	font-weight: 400;
	color: #EEE;
	transform: rotate(45deg);
}

section#know_us .rev_number h4>span {
	font-size: 100px;
	font-weight: 700;
	display: block;
}

section#know_us .rev_number h4>span small {
	font-weight: 500;
}

section#propert_cat h5 {
	color: #0A3161;
}

section#propert_cat h3 {
	color: #2A2A2A;
	font-size: 38px;
	font-weight: 700;
}

section#propert_cat .steps_wrap {
	display: flex;
	gap: 20px;
}

section#propert_cat .steps_wrap .each_step {
	width: 100%;
	padding: 40px;
	border-radius: 10px 10px 40px 40px;
	margin-bottom: 150px;
	position: relative;
}

section#propert_cat .steps_wrap .each_step:nth-child(odd) {
	background-color: #0A3161;
}

section#propert_cat .steps_wrap .each_step:nth-child(even) {
	background-color: #B31942;
	transform: translateY(200px);
}

section#propert_cat .steps_wrap .each_step .step_details h4 {
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0;
}

section#propert_cat .steps_wrap .each_step .step_details p {
	color: #EEE;
	font-size: 18px;
}

section#propert_cat .steps_wrap .each_step .step_details a {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-weight: 700;
}

section#propert_cat .steps_wrap .each_step .step_count {
	position: absolute;
}

section#propert_cat .steps_wrap .each_step:nth-child(odd) .step_count {
	top: 20px;
	right: -50px;
}

section#propert_cat .steps_wrap .each_step:nth-child(even) .step_count {
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
}

section#propert_cat .steps_wrap .each_step .step_count h5 {
	color: #fff;
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
	padding: 20px;
	border-radius: 100%;
	height: 72px;
	width: 72px;
	text-align: center;
}

section#propert_cat .steps_wrap .each_step:nth-child(odd) .step_count h5 {
	background-color: #0a3161;
}

section#propert_cat .steps_wrap .each_step:nth-child(even) .step_count h5 {
	background-color: #B31942;
}

section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
	content: url("/landing/media/ball-connector.svg");
	position: absolute;
	top: 40px;
	right: -180px;
	z-index: -1;
}

section#download_sec {
	background-color: #0A3161;
}

section#download_sec .down_content_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

section#download_sec .down_content_wrap .all_down_content h3 {
	font-size: 38px;
	font-weight: 700;
}

section#download_sec .down_content_wrap .all_down_content p {
	color: #EEE;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

section#download_sec .down_content_wrap .all_down_content .app_links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

section#download_sec .down_content_wrap .all_down_content .app_links a {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
	padding: 15px 30px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
}

section#download_sec .down_content_wrap .all_down_content .app_links a.appstore_link {
	background-color: #B31942;
	color: #FFF;
}

section#download_sec .down_content_wrap .all_down_content .app_links a.playstore_link {
	background-color: #FFF;
	color: #0A3161;
}

section#download_sec .down_content_wrap .all_down_content .app_links a.appstore_link:hover {
	background: #000;
}

section#download_sec .down_content_wrap .all_down_content .app_links a.playstore_link:hover {
	background-color: #B31942;
}

section#download_sec .down_iphone {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}

section#download_sec .down_iphone img {
	width: 50%;
	display: inline-block;
	float: left;
}

footer#site-footer {
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 0 2000px #ffffffe6;
}

footer#site-footer video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

footer#site-footer .footer_logo {
	width: 200px;
	margin: auto;
}

footer#site-footer .footer_content p {
	color: #030303;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	margin: 30px auto;
	text-align: center;
	width: 275px;
}

footer#site-footer .footer_social {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

footer#site-footer .copy_content p.copy_first {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.9px;
	margin: 0;
}

footer#site-footer .copy_content p.copy_second {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.8px;
}

footer#site-footer .copy_content p.copy_first a,
footer#site-footer .copy_content p.copy_second a {
	color: #B31942;
}

footer#site-footer .copy_content p.copy_first a:hover,
footer#site-footer .copy_content p.copy_first a:focus,
footer#site-footer .copy_content p.copy_first a:active,
footer#site-footer .copy_content p.copy_second a:hover,
footer#site-footer .copy_content p.copy_second a:focus,
footer#site-footer .copy_content p.copy_second a:active {
	color: #000;
}

footer#site-footer .scrolltop {
	position: fixed;
	bottom: 35px;
	right: 15px;
	background-color: rgba(0, 0, 0, .5);
	padding: 15px 20px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: 9999;
}

footer#site-footer .scrolltop:hover {
	background-color: #0E1B1B;
}

footer#site-footer .scrolltop i {
	color: #fff;
	font-size: 20px;
}

@media(max-width:1400px) {
	section#listing_sec .list_type h6 {
		font-size: 21px;
	}

	section#listing_sec .list_iphone img {
		width: 33%;
	}

	section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
		top: 50px;
		right: -160px;
	}
}

@media(max-width:1199px) {
	section#opening_sec {
		height: auto;
	}

	section#opening_sec .open_cnt_wrap {
		padding: 145px 0;
		margin-top: 145px;
	}

	section#know_us .rev_number {
		position: unset;
		margin: 50px auto 30px;
	}

	section#know_us .reveal_sec {
		display: none;
	}

	section#propert_cat .steps_wrap {
		flex-wrap: wrap;
	}

	section#propert_cat .steps_wrap .each_step {
		width: 48%;
		margin-bottom: 225px;
	}

	section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
		right: -215px;
		scale: 1.35;
	}

	section#download_sec .down_content_wrap {
		padding: 60px 0 20px;
	}
}

@media(max-width:991px) {
	section#listing_sec .list_type h6 {
		font-size: 16px;
		padding: 12px 35px;
	}

	section#know_us .rev_number {
		height: 280px;
		width: 280px;
	}

	section#know_us .rev_number h4>span {
		font-size: 50px;
	}

	section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
		right: -190px;
		scale: 1;
	}

	section#know_us .rev_number .circle-logo {
		width: 75%;
		height: 75%;
	}
}

@media(max-width:767px) {

	section#opening_sec .open_cnt_wrap h2,
	section#listing_sec h3,
	section#know_us h3,
	section#propert_cat h3,
	section#download_sec .down_content_wrap .all_down_content h3 {
		font-size: 32px;
	}

	section#know_us {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section#know_us .rev_number {
		height: 250px;
		width: 250px;
		padding: 20px;
		margin: 30px auto 20px;
	}

	section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
		right: -160px;
	}
}

@media(max-width:574px) {
	header#site-header .account_area {
		display: block;
	}

	header#site-header .account_area a {
		font-size: 14px;
		font-weight: 600;
		padding: 16px 30px;
		margin: 8px 0;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	section#propert_cat .steps_wrap .each_step {
		width: 100%;
		margin: 80px 0;
		transform: translateY(0px) !important;
	}

	section#propert_cat .steps_wrap .each_step:last-child {
		margin-bottom: 0px;
	}

	section#propert_cat .steps_wrap .each_step .step_count {
		top: -50px !important;
		left: 0;
		right: 0 !important;
		margin: auto;
		text-align: center;
	}

	section#propert_cat .steps_wrap .each_step:after {
		content: "" !important;
		position: absolute;
		top: unset !important;
		bottom: -135px !important;
		left: 0 !important;
		right: 0 !important;
		height: 145px;
		width: 10px;
		text-align: center;
		margin: auto;
	}

	section#propert_cat .steps_wrap .each_step:nth-child(odd):after {
		background: linear-gradient(120deg, #0A3161 25%, #B31942 75%);
	}

	section#propert_cat .steps_wrap .each_step:nth-child(even):after {
		background: linear-gradient(120deg, #B31942 25%, #0A3161 75%);
	}

	section#propert_cat .steps_wrap .each_step:last-child:after {
		display: none;
	}

	#add_list-form .select2-container {
		display: block !important;
		width: 100% !important;
	}

	.logo_area {
		margin-bottom: 20px;
    	text-align: center;
	}

	section#opening_sec .open_cnt_wrap {
		margin-top: 85%;
		padding: 145px 0 35px;
	}
}

section#acc_wrap_area {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/landing/media/opening.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100dvh;
}

section#acc_wrap_area .acc_logo {
	max-width: 200px;
	margin: 0 auto 20px;
}

section#acc_wrap_area .acc_form_wrap {
	display: block;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

section#acc_wrap_area .acc_form_wrap h2 {
	font-size: 32px;
	font-weight: 900;
	color: #2c357d;
	text-align: center;
	padding: 25px 0 0;
	background: -webkit-linear-gradient(to right, #B31942 0%, #0A3161 100%);
	background: -moz-linear-gradient(to right, #B31942 0%, #0A3161 100%);
	background: linear-gradient(to right, #B31942 0%, #0A3161 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section#acc_wrap_area .acc_form_wrap form {
	padding: 25px;
}

section#acc_wrap_area .acc_form_wrap form .form-group {
	position: relative;
}

section#acc_wrap_area .acc_form_wrap form .form-group .field-icon i {
	position: absolute;
	top: 18px;
	left: 30px;
}

section#acc_wrap_area .acc_form_wrap form .form-group input.form-control {
	height: 52px;
	padding-left: 60px;
	outline: none;
	border: none;
	font-size: 18px;
	border-radius: 8px;
	box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #ffffff73;
}

section#acc_wrap_area .acc_form_wrap form .form-group a.toggle_password {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #000;
}

section#acc_wrap_area .acc_form_wrap form button.login_btn,
section#acc_wrap_area .acc_form_wrap form button.register_btn,
section#acc_wrap_area .acc_form_wrap form button.rand_acc_btn {
	border: 0;
	border-radius: 5px;
	background-color: #B31942;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 40px;
}

section#acc_wrap_area .acc_form_wrap form button.login_btn:hover,
section#acc_wrap_area .acc_form_wrap form button.login_btn:focus,
section#acc_wrap_area .acc_form_wrap form button.login_btn:active,
section#acc_wrap_area .acc_form_wrap form button.register_btn:hover,
section#acc_wrap_area .acc_form_wrap form button.register_btn:focus,
section#acc_wrap_area .acc_form_wrap form button.register_btn:active,
section#acc_wrap_area .acc_form_wrap form button.rand_acc_btn:hover,
section#acc_wrap_area .acc_form_wrap form button.rand_acc_btn:focus,
section#acc_wrap_area .acc_form_wrap form button.rand_acc_btn:active {
	background-color: #0A3161;
}

@media(max-width:767px) {
	section#acc_wrap_area .acc_form_wrap h2 {
		font-size: 25px;
		font-weight: 700;
	}

	section#acc_wrap_area .acc_form_wrap form .form-group .field-icon i {
		top: 20px;
		left: 20px;
		font-size: 14px;
	}

	section#acc_wrap_area .acc_form_wrap form .form-group input.form-control {
		height: 52px;
		padding-left: 45px;
		font-size: 14px;
	}

	section#acc_wrap_area .acc_form_wrap form .form-group a.toggle_password {
		right: 20px;
		top: 16px;
		font-size: 14px;
	}

	section#acc_wrap_area .acc_form_wrap form .btn_link_cmb a,
	section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button {
		display: block;
		margin: auto;
	}

	section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button.login_btn,
	section#acc_wrap_area .acc_form_wrap form .btn_link_cmb button.register_btn {
		margin-top: 25px;
	}
}

main#land_app.app_wrapper {
	display: flex;
	height: 100dvh;
}

main#land_app.app_wrapper aside#sidebar {
	height: 100%;
	background-color: #000000;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar {
	width: 80px;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar .navbar-brand a {
	display: block;
	padding: 15px;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar .navbar-brand a {
	padding: 10px 5px;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar .navbar-brand a img {
	width: 200px;
	transition: all 0.5s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar .navbar-brand a img {
	width: 65px;
	transition: all 0.5s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar .nav_wrap .sidebar-navitem {
	width: 100%;
	display: block;
	color: #fff;
	background: linear-gradient(180deg, #b31942 0%, #FF301D 50%, #b31942 100%);
	text-decoration: none;
	padding: 15px;
	margin: 20px 0;
	text-align: left;
	border: 0;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar .nav_wrap .sidebar-navitem {
	text-align: center;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar .nav_wrap .sidebar-navitem span {
	display: inline-block;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper aside#sidebar.closed_sidebar .nav_wrap .sidebar-navitem span {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	z-index: -9999;
	transition: all 0.8s ease-in-out;
}

aside#sidebar.mobile_sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -250px;
	text-align: left;
	z-index: 999;
}

aside#sidebar.mobile_sidebar.mob_open {
	left: 0;
}

main#land_app.app_wrapper #cust_topbar a#togglesidebar {
	color: #000;
	font-size: 21px;
}

main#land_app.app_wrapper #cust_topbar a#accountDropdown {
	color: #000;
}

main#land_app.app_wrapper .app_cont_sec {
	width: 100%;
	height: 100dvh;
	overflow-y: scroll;
	transition: all 0.8s ease-in-out;
}

main#land_app.app_wrapper .app_cont_sec .mob_logo .navbar-brand a img {
	width: 200px;
}

main#land_app.app_wrapper .app_cont_sec #content.w-100 {
	margin-left: 0;
}

main#land_app.app_wrapper .form-group .form-control {
	padding: 10px;
}

main#land_app.app_wrapper .form-group input.form-control {
	min-height: 46px;
}

main#land_app.app_wrapper .form-group textarea.form-control {
	min-height: 150px;
}

main#land_app.app_wrapper .form-group .nice-select.form-control {
	font-size: 16px;
	line-height: 24px;
	min-height: 46px;
}

main#land_app.app_wrapper .form-group .nice-select.form-control .list {
	max-height: 270px;
	overflow-y: scroll;
}

main#land_app.app_wrapper .form-group .form-control:hover,
main#land_app.app_wrapper .form-group .form-control:focus,
main#land_app.app_wrapper .form-group .form-control:active {
	box-shadow: none;
	outline: none;
	border: 1px solid #000000;
}

table.dataTable tbody td {
	vertical-align: middle;
}

/* Terms */


.terms-content {
	padding: 20px 0;
}

.terms-content h4 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0 15px 0;
}

.terms-content p {
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.terms-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.terms-content ul li {
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}

.terms-content ul ul {
	padding-left: 20px;
	margin-top: 10px;
}

.acc_form_wrap .terms-content {
	max-height: 70vh;
	overflow-y: auto;
	padding: 15px;
}

.acc_form_wrap .terms-content::-webkit-scrollbar {
	width: 8px;
}

.acc_form_wrap .terms-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.acc_form_wrap .terms-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.acc_form_wrap .terms-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Hero Download Section */
section#hero_download_sec {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
}

section#hero_download_sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(179, 25, 66, 0.05) 0%, rgba(10, 49, 97, 0.05) 100%);
	z-index: 1;
}

section#hero_download_sec .container {
	position: relative;
	z-index: 2;
}

section#hero_download_sec .hero_download_wrap h4 {
	font-size: 28px;
	font-weight: 700;
	color: #2A2A2A;
	margin-bottom: 30px;
}

section#hero_download_sec .hero_app_links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
}

section#hero_download_sec .hero_app_links a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 30px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	min-width: 200px;
	justify-content: center;
}

section#hero_download_sec .hero_app_links a img {
	width: 24px;
	height: 24px;
}

section#hero_download_sec .hero_app_links a.hero_appstore_link {
	background: linear-gradient(135deg, #000 0%, #333 100%);
	color: #fff;
}



section#hero_download_sec .hero_app_links a:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

section#hero_download_sec .hero_app_links a.hero_appstore_link:hover {
	background: linear-gradient(135deg, #333 0%, #555 100%);
}

section#hero_download_sec .hero_app_links a.hero_playstore_link {
	background: linear-gradient(135deg, #1e3a8a 0%, #dc2626 100%);
	color: #ffffff;
}
section#hero_download_sec .hero_app_links a.hero_playstore_link:hover {
	background: linear-gradient(135deg, #1e40af 0%, #ef4444 100%);
}

section#hero_download_sec .hero_app_links a.hero_playstore_link img {
	filter: brightness(0) invert(1);
}

/* Responsive styles */
@media(max-width: 768px) {
	section#hero_download_sec .hero_download_wrap h4 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	
	section#hero_download_sec .hero_app_links {
		gap: 20px;
	}
	
	section#hero_download_sec .hero_app_links a {
		padding: 12px 25px;
		font-size: 14px;
		min-width: 180px;
	}
	
	section#hero_download_sec .hero_app_links a img {
		width: 20px;
		height: 20px;
	}
	header#site-header .account_area a {
		font-size: 16px !important;
		padding: 16px 20px !important;
	}
}

@media(max-width: 480px) {
	section#hero_download_sec .hero_app_links {
		flex-direction: column;
		gap: 15px;
	}
	
	section#hero_download_sec .hero_app_links a {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}