/*!
Theme Name:FocusedCRE The Showcase Property Template
Theme URI:http://focusedcre.com/
Author:FocusedCRE
Author URI:http://focusedcre.com/
Description:Custom Wordpress Theme By FocusedCRE
Version:1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900; 1,100..900&family=Roboto+Condensed:ital,wght@0,100..900; 1,100..900&family=Roboto:ital,wght@0,100..900; 1,100..900&display=swap'); 
:root{
	--primary:#98a820;
	--secondary:#03153e;
	--primaryColor:var(--primary); 
	--secondaryColor:var(--secondary);
}
html{scroll-behavior: smooth;}
body{overflow-x:hidden !important; font-family:"Montserrat",sans-serif; }
main.mainWebsiteWrapper{overflow-x: clip; width:100%; }
/* font-family:"Roboto",sans-serif; font-family:"Roboto Condensed",sans-serif; font-family:"Montserrat",sans-serif; */

/************************* fonts,buttons,icons and text blocks styles**********************************/


h1{font-size:50px; line-height:50px; font-weight:bold;}
h2{font-size:44px; line-height:44px; font-weight:bold;}
h3{font-size:24px; line-height:26px;}
h4{font-size:20px; line-height:30px;}
h5{font-size:16px; line-height:24px;}
h6{font-size:14px; line-height:18px;}
.heading-inline{display:inline !important;}
a{color:#888888; font-weight:400; text-decoration:none; -webkit-transition:0.3s ease-in-out !important; -moz-transition:0.3s ease-in-out !important; -ms-transition:0.3s ease-in-out !important; -o-transition:0.3s ease-in-out !important; transition:0.3s ease-in-out !important; display:inline-block;}
a:hover{color:#888888; text-decoration:none;}
a:focus{text-decoration:none; outline:none;}
ul{margin:0; padding:0;}
ul li{list-style:none;}
img{image-rendering:-webkit-optimize-contrast;}
#map{height:300px; margin-bottom:20px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* #loader{position:fixed; top:0; left:0; width:100%; height:100%; background:var(--primaryColor); display:flex; justify-content:center; align-items:center; z-index:9999999; transition:opacity 0.5s ease,visibility 0.5s ease;}
#loader.hidden{opacity:0; visibility:hidden;}
#lottie{width:250px; height:250px;}
*/


#header{transition:all 0.5s; padding: 35px 50px; background:#ffffffff;}
#header.header-scrolled {border-bottom:1px solid rgba(0,0,0,0.1);}
#header .logo{transition:0.3s;}
#header .logo img{width:145px; transition:0.3s;}
.customBtn {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding: 15px 28px;
    background: var(--primaryColor);
    font-weight: 600;
    border-radius: 2px;   
    text-align: left;
    color: #ffffff;
    border: none;
    transition: 0.3s ease-in-out !important;
}
.customBtn:hover {
    background: var(--secondaryColor);
	  color: #fff;
    
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/


@media (min-width:1200px){
  .navbar{padding:0;}
  .navbar ul{margin:0; padding:0; display:flex; list-style:none; align-items:center; gap:10px;}
  .navbar .header-icon-mobile{display:none !important;}
  .navbar ul > li{position:relative; white-space:nowrap; transition:0.3s;}
  .navbar ul > li > a,.navbar ul > li > a:focus{position:relative; display:flex; align-items:center; justify-content:space-between; color:#000; transition:0.3s; text-transform:uppercase; font-size:14px; font-weight:500;
	
	}
  .navbar ul > li > a:hover,
  .navbar ul > li.current-menu-item > a,.navbar ul > li.current-menu-item:focus > a,
  .navbar ul > li:hover > a{color:var(--primaryColor);font-weight:600}
  .navbar ul:not(.sub-menu) > li > a{position: relative; z-index: 1; line-height: 1; padding:10px 12px 8px;}
  .navbar ul:not(.sub-menu) > li > a::after {content: ''; 
	position: absolute; top: 0; left: 0; 
	width: 30%; 
	height: 40%; background: transparent;
	border-top: 1px solid var(--primaryColor);
	border-left: 1px solid var(--primaryColor);
	transform: scale(0); transform-origin: left top; transition: transform 0.3s ease;
	}
	.navbar ul:not(.sub-menu) > li > a::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 30%;
		height: 40%;
		background: transparent;
		border-bottom: 1px solid var(--primaryColor);
		border-right: 1px solid var(--primaryColor);
		transform: scale(0); transform-origin: right bottom; transition: transform 0.3s ease;
	}
  .navbar ul > li.activeMenuItem > a{color:var(--primaryColor); font-weight:600}
  .navbar ul:not(.sub-menu) > li:hover > a::after,
  .navbar ul:not(.sub-menu) > li:hover > a::before,
  .navbar ul > li.activeMenuItem > a::after,
  .navbar ul > li.activeMenuItem > a::before{transform: scale(1);}
}
@media (min-width:1200px){
  .mobile-nav-show,.mobile-nav-hide{display:none;}
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/


@media (max-width:1199.98px){
  .navbar{position:fixed; top:0; right:-100%; width:100%; max-width:400px; bottom:0; transition:0.3s; z-index:9997;}
  .navbar ul{position:absolute; inset:0; padding:50px 0 10px 0; margin:0; background:var(--primaryColor); opacity:0.9; overflow-y:auto; transition:0.3s; z-index:9998;}
  .navbar a,.navbar a:focus{display:flex; align-items:center; justify-content:space-between; padding:10px 20px; color:rgba(255,255,255,1); white-space:nowrap; transition:0.3s;}
  .navbar a i,.navbar a:focus i{font-size:12px; line-height:0; margin-left:5px;}
  .navbar a:hover,.navbar .current-menu-item a,.navbar .current-menu-item:focus a,.navbar li:hover > a{color:#fff;}
  .navbar .menu-item-has-children ul.sub-menu,.navbar .menu-item-has-children .menu-item-has-children ul.sub-menu{position:static; display:none; padding:10px 0; margin:10px 20px; background-color:rgba(20,35,51,0.6);}
  .navbar .menu-item-has-children > .submenu-active,.navbar .menu-item-has-children .menu-item-has-children > .submenu-active{display:block;}
  .mobile-nav-show{font-size:28px; line-height:28px; cursor:pointer; transition:0.5s; color:#000;}
  .mobile-nav-hide{color:rgba(255,255,255,0.9); font-size:32px; cursor:pointer; line-height:0; transition:0.5s; position:fixed; right:20px; top:30px; z-index:9999;}
  .mobile-nav-active{overflow:hidden;}
  .mobile-nav-active .navbar{right:0;}
  .mobile-nav-active .navbar:before{content:""; position:fixed; inset:0; background:#000000; opacity:0.7; z-index:9996;}
  #header.header-scrolled ul.header-social-media{display:none;}
}
@media (min-width:1200px){
  .mobile-nav-show,.mobile-nav-hide{display:none !important;}
}
.sub-menu-toggle{display:none !important;}
.id-scroll-fix-special{position:relative; top:-50px;}
/*--------------------------------------------------------------
# Home Banner and Video
--------------------------------------------------------------*/
section {position: relative; z-index: 2;}
#banner{position:relative; overflow:hidden; margin: 0 auto;}
.pageTopMargin{margin-top:104px;}
.homeBannerContentContainer {}
.homeBannerContent {height: calc(100vh - 104px); position: relative; z-index: 2;}
.homeBannerContent h3{color:#ffffff; text-transform:uppercase; letter-spacing:1px; font-size:32px; line-height:38px;}
.homeBannerContentInner {position: relative; z-index: 2; padding: 10px 90px;}
.homeBannerContent h1, .homeBannerSlidesContent h1{color:#ffffff; margin:0; font-size:72px; line-height:1.1;}
.homeBannerContent h2, .homeBannerSlidesContent h2{margin:0; font-size:72px; line-height:1.1; color:var(--primaryColor);}
.homeBannerSlidesInner{height:100vh !important; position:relative; background-attachment:fixed !important; display:flex; justify-content:center; align-items:end; overflow:hidden;}
.homeBannerSlidesInner:before{content:""; position:absolute; top:0; 
	left:0; width:100%; height:100%; background:#000; opacity:0.5; display:block;
	z-index: 1;
}
.homeBannerContent > div{text-align:center; 
max-width: 90%;
}
.homeBannerSlides {
	position: sticky; top: 104px; left: 0; width: 100%; min-height: calc(100vh - 104px); margin-top:104px;
	z-index: 0;
}
.owlHomeSlides.owl-carousel {position: relative; z-index: 1; height: 100%; min-height: calc(100vh - 104px);}
.owlHomeSlides.owl-carousel .owl-stage-outer,
.owlHomeSlides.owl-carousel .owl-stage-outer div {height: 100% !important;}
.owlHomeSlides.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.homeBannerSlidesContent {min-height: calc(100vh - 104px); position: relative; z-index: 2; padding: 10px 90px;}
.homeBannerSlidesContent .videoToggleBtn{position: absolute; top: 50%; right: -20px; transform: translate(-50%, 0);
	font-size: 14px;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	z-index: 333;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .owlHomeSlides button.owl-dot{width:12px; height:12px; background:transparent !important; margin-right:10px; border:1px solid #ffffff;}
.owlHomeSlides button.owl-dot.active{background:#ffffff !important;} */



/* .owlHomeSlides button.owl-dot {
    width: 12px;
    height: 12px;
    background: transparent !important;
    margin: 10px 0;
    border: 1px solid #ffffff !important;
    border-radius: 2px;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

.owlHomeSlides button.owl-dot.active {
    background: #ffffff !important;
    position: relative;
}

.owlHomeSlides button.owl-dot.active::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    clip-path: polygon(
        4px 0, 20px 0, 20px 4px, 24px 4px, 24px 20px, 20px 20px, 20px 24px, 4px 24px, 4px 20px, 0 20px, 0 4px, 4px 4px
    );
    background: transparent;
} */


.owlHomeSlides .owl-dot {
   width: 15px;
    height: 15px;
	/* get image from assets image */
    background: url('assets/img/dot.svg') center center no-repeat !important;
    background-size: contain;
    border: none;
    margin: 0 5px;
}

.owlHomeSlides .owl-dot.active {
    background: url('assets/img/dotActive.svg') center center no-repeat !important;
    background-size: contain;
	width: 20px;
    height: 20px;
}



.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{display:none;}

/* #customDots {
	text-align: center;
	margin-top: 20px;
}

#customDots .owl-dot {
	background: none;
	border: none;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

#customDots .owl-dot img {
	width: 16px;
	height: 16px;
	opacity: 0.5;
	transition: 0.3s;
}

#customDots .owl-dot.active img {
	opacity: 1;
} */

.homeVideoSec{overflow:hidden; position: fixed; top: 104px; left: 0; width: 100%; height: calc(100vh - 104px); z-index: 0;}
.homeVideoSec::before{content:""; display: block; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1;}
.homeVideoSec video{width: 100%; height: 100%; object-fit: cover; object-position: center;}

#toggleBtn {
	font-size: 14px;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -20px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	transform: translate(-50%, 0);
	z-index: 333;
	display: flex;
	justify-content: center;
	align-items: center;
}
	

/*--------------------------------------------------------------
# Home Banner and Video
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Highlishts
--------------------------------------------------------------*/

.highSec{background-color:var(--primaryColor);}
.secHeading h2{color:#333333; font-size:36px; line-height:40px; text-transform:uppercase;  text-align:center;font-weight: 600;}
.secHeading h2 strong {color: var(--secondaryColor); font-weight: 600;}
.highSec .highSecInner{text-align:center; padding:30px 20px; border:2px solid rgb(255 255 255 / 0.8);
	border-radius:3px; background:rgb(74 74 74 / 20%); position:relative; z-index:1;
	height: 100%;
	transition:all 0.3s ease;
}
.highSec .highSecInner:hover{background:rgb(74 74 74 / 30%);}
.highSec .homeSec2Inner::before{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#ffffff; opacity:0; transition:opacity 0.3s ease; -webkit-transform:scale(0.7,0.7); transform:scale(0.7,0.7); -webkit-transition:all 0.4s; transition:all 0.4s; z-index:-1;}
.highSec .highSecInner:hover::before{opacity:1; background:rgb(102 102 102 / 80%); -webkit-transform:scale(1,1); transform:scale(1,1);}
.highSec .highSecInner:hover .highSecInnerIcon{-webkit-transform:rotate(360deg); transform:rotate(360deg);}
.highSecInnerIcon{background:#4d4d4d; display:flex; width:100px; height:100px; padding:10px; border-radius:50%; justify-content:center; align-items:center; margin:auto; transition:all 0.4s ease;}
.highSecInnerIcon img{width:50px; height:50px;}
.highSecInner h3{font-size:22px; line-height:24px; color:#ffffff; font-weight:600; margin-block:20px 12px;}
.highSecInner p{color:#ffffff; font-size:15px; font-weight:400;}
/*--------------------------------------------------------------
# Highlights
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Photo Gallery
--------------------------------------------------------------*/

.photoGallerySlides .gallerySlideItem{overflow:hidden; transition:all 0.5s ease; transform:scale(0.7); opacity:0.5; filter:grayscale(30%);}
.photoGallerySlides .owl-item.center .gallerySlideItem{transform:scale(1); opacity:1; filter:none; z-index:2;}
.photoGallerySlides .gallerySlideItem img{width:100%; height:100%; object-fit:cover; border-radius:12px;}
/*--------------------------------------------------------------
# Counter Sec
--------------------------------------------------------------*/
.border-stripe {position: relative;padding: 6px;display: inline-block;background-image: repeating-linear-gradient(45deg, #ccc, #ccc 2px, transparent 2px, transparent 5px);
}
.scrollingNumbersInner {max-width: 100%;margin: 0 auto;background: #fff;padding: 50px 30px;position: relative;z-index: 1;}
.scrollingNumbersInner h2 {font-size: 48px;line-height: 50px;margin-bottom: 10px;padding-bottom: 10px;position: relative;color: var(--secondaryColor);}
.scrollingNumbersInner h2::after {content: '';width: 40px;height: 3px;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background: var(--primaryColor);}
.scrollingNumbersInner p {color: #666666;margin-bottom: 0;}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Featured and Specs
--------------------------------------------------------------*/

.featSpecsSec {background: var(--primaryColor);position: relative;overflow: hidden;}
.featSpecsSec .secHeading h2{color:#fff;}
.featSpecsSec::before {content: '';position: absolute;bottom: 2rem;
		left: 50%;
		width: 90%;
		height: 2px;
		background: #ffffff;
		transform: translateX(-50%);
		opacity: 0.5;
	}

	.borderLineTop {
		position: relative;

	}

	.borderLineTop::before {
		content: '';
		position: absolute;
		bottom: -2.5rem;
		left: 50%;
		width: 90%;
		height: 2px;
		background: #ffffff;
		transform: translateX(-50%);
		opacity: 0.5;
	}



	.secHeading p {
		color: #666666;
		text-align: center;
		margin-top: 12px;
	}

	.featSpecsCarouselInner h4 {
		color: #333333;
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
		margin-top: 20px;
	}

	.featSpecsCarouselInner p {
		color: #666666;
		font-size: 13px;
		line-height: 18px;
		margin-top: 10px;
	}

	.featSpecsCarousel .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		transform: translateY(-50%);
		display: flex;
		justify-content: space-between;
		pointer-events: none;
		/* This prevents outer click */
	}

	.featSpecsCarousel .owl-nav button.owl-prev,
	.featSpecsCarousel .owl-nav button.owl-next {
		color: #fff !important;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: all;
		/* Important: Enables clicking */
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		z-index: 5;
	}

	.featSpecsCarousel .owl-nav button.owl-prev {
		left: -50px;
	}

	.featSpecsCarousel .owl-nav button.owl-next {
		right: -50px;
	}

	.featSpecsCarousel .owl-nav button span {
		font-size: 18px;
	}

.featSpecsCarouselItem .featSpecsCarouselInnerImg {overflow: hidden;}
.featSpecsCarouselItem .featSpecsCarouselInnerImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: all 0.3s ease;
}
.featSpecsCarouselItem .featSpecsCarouselInnerImg:hover img {
	transform: scale(1.1);
}

/*--------------------------------------------------------------
# Map Demo Graph
--------------------------------------------------------------*/
.mapDemoGraphSec {
	position: relative;
}

.demographics-overlay {
	position: absolute;
	top: calc(50% + 60px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	background-color: rgba(128, 128, 128, 0.0);
	border-radius: 50%;
	z-index: 999;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.demographics-overlay:hover {
	background-color: rgba(128, 128, 128, 0.5);
}

.demographics-label {
	background-color: var(--primaryColor);
	color: white;
	padding: 8px 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.demographics-label:hover {
	background-color: var(--secondaryColor);
	transform: scale(1.05);
}

/*--------------------------------------------------------------
# Download BrocSec
--------------------------------------------------------------*/

.downloadBrocSec {
	position: relative;
	z-index: 1;
}
.downloadBrocSec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primaryColor);
	opacity: 0.5;
	z-index: -1;
}

.downloadBrocSecInner {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}

.downloadBrocSecInner a {
	padding: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	flex: 1;
}


.downloadBrocSecInner a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primaryColor);
	opacity: 0.7;
	z-index: -1;
	transition: opacity 0.3s ease;
}

.downloadBrocSecInner a:hover:before {
	opacity: 0.25;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contactSec .secHeading * {
	text-align: start;
}
.contactSec .secHeading p {
	font-size: 15px;
	line-height: 25px;
}
.contactInfoSec {
	background: var(--primaryColor);
}
.contactInfoSec .container-fluid {
	padding: 0;
}
.contactInfoSec ul {
	list-style: none;
	/* display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center; */
}
.contactInfoSec ul li {
	display: flex;
	gap: 12px;
	padding: 25px 20px;
	/* flex: 1; */
	transition: all 0.3s ease;
}
.contactInfoSec ul li:hover {
	background: rgba(255, 255, 255, 0.7);
}
.contactInfoSec ul i {
	color: #000;
}
.contactInfoSec ul h3 {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Roboto Condensed", sans-serif;
}
.contactInfoSec ul p,
.contactInfoSec ul p a {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	color: #000;
	font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer{position:relative; padding:5rem 0 2rem !important; background-color:var(--secondaryColor);z-index: 11;}
.footerCol1 a img{width:145px; 
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(110deg) brightness(103%) contrast(100%);


}
.footerCol1 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.footerCol1 ul{display:flex; gap:15px;}
.footerCol1 ul li a{    color: var(--secondaryColor);
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primaryColor);}

	.footerCol2 h4 , 	.footerCol3 h4{    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
font-family: 'Roboto Condensed', sans-serif;
letter-spacing:1.2px;
margin-bottom: 20px;
}
.footerCol3 p {color:#fff;}

#menu-footer-menu a {
    
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
   font-family:"Roboto",sans-serif; 
}
#menu-footer-menu a:hover,#menu-footer-menu .current-menu-item a{font-weight: 600;}
.footerCol3 {width: 66%;    margin-left: auto;}
	.footer-newsletter .form-fields {
		background: #ffffff;
		border-bottom: none !important;
		margin-bottom: 5px;
	}

	.footer-newsletter::placeholder {
		color: #C5CBD7 !important;
	}

	.footer-newsletter .customBtn {
		width: 100%;
		color: #000;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.footer-newsletter .customBtn:hover {
		background: #fff;

	}
.copyright{margin-top:70px;}
.copyright p{    color: #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;}
.copyright p a{color:#ffffff; margin:0; font-size:14px; line-height:1.5;}
.copyright p a br {display: none;}


.form-fields,.form-fields2,.form-fields3{width:100% !important; box-sizing:border-box; padding:12px 10px; background:none; border:none; margin-bottom:15px; color:#666666;     border-bottom: 2px solid #666666 !important; -webkit-transition:0.3s ease-in-out !important; -moz-transition:0.3s ease-in-out !important; -ms-transition:0.3s ease-in-out !important; -o-transition:0.3s ease-in-out !important; transition:0.3s ease-in-out !important;}
.form-fields:focus,.form-fields2:focus,.form-fields3:focus{border:none; border-bottom:2px solid #ffffff; outline:none !important;}
::placeholder{color:#666666;}
.form-fields3{height:100px;}
div.wpcf7 img.ajax-loader{float:left;}
.wpcf7-list-item{display:inline-block; margin-right:10px;}
div.wpcf7-response-output{float:left;}
.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-not-valid{border-bottom:2px solid red !important; border:none;}
@media (min-width:1400px){
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px;}
}

.modal .modal-dialog {
	width: 95%;
	max-width: initial;
	border-radius: 0;
}

.modal-content {
	border-radius: 0;
	height: 95vh;
	overflow-y: auto;
}

.modal-header {
	border-bottom: none;
}

.modalHeaderContainer {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.modalHeaderContainer .btn-close {
	position: absolute;
	top: 22px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
	color: #000;
	transition: all 0.3s ease;
}

.modalHeaderContainer .btn-close:hover {
	color: #000;
	opacity: 0.7;
}

.modalBodyContainer {
	height: 100%;
	overflow-y: auto;
}

.textWhite{color:#ffffff !important;}
@media (max-width:1400px){
  .container{max-width:90%;}
}
@media (max-width:1500px){
  }

/* Modal backdrop fix */
.modal-backdrop {
    z-index: 1040;
}

.modal-backdrop.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal-backdrop.show {
    opacity: 0.5;
}

/* Ensure backdrop is hidden when modal is closed */
body:not(.modal-open) .modal-backdrop {
    display: none !important;
    opacity: 0 !important;
}

/* Clean up modal state */
.modal-open {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Demographics Modal - Modern Table Layout
--------------------------------------------------------------*/

.demographicsContent {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.demographicsContentItem {
    border-bottom: 1px solid #e9ecef;
    padding: 0;
    background: #ffffff;
}

.demographicsContentItem:last-child {
    border-bottom: none;
}

.demographicsContentItem h3 {
    background: #f8f9fa;
    color: var(--secondaryColor);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px;
    margin: 0;
    border-bottom: 1px solid #e9ecef;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.5px;
}

.demographicsText {
    padding: 0;
}

.demographicsText ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.demographicsText li {
    padding: 15px 25px;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

.demographicsText li:hover {
    background: #f8f9fa;
}

.demographicsText li:last-child {
    border-bottom: none;
}

.demographicsText li strong {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondaryColor);
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.3px;
}

.demographicsText li:not(:has(strong)) {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

.demographicsText li:has(strong) {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .demographicsContentItem h3 {
        padding: 18px 20px;
        font-size: 16px;
    }
    
    .demographicsText li {
        padding: 12px 20px;
    }
    
    .demographicsText li strong {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .demographicsContentItem h3 {
        padding: 15px 18px;
        font-size: 15px;
    }
    
    .demographicsText li {
        padding: 10px 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .demographicsText li strong {
        font-size: 16px;
    }
}


/* Customize modal styles start */
.customizeBtnBoxFixed {
	position: fixed;
	top: 104px;
	right: 5px;
	z-index: 999;
}

.customizeBtnBoxFixed a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 0 0 5px 5px;
	background: var(--primaryColor);
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modalBodyContainer {
	background-color: #f9f9f9;
	border-radius: 1rem;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#customizeModalContent>div {
	padding: 1.5rem 1rem;
	border-bottom: 1px solid #dee2e6;
}

#customizeModalContent>div:last-child {
	border-bottom: none;
}

#customizeModalContent h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #092a63;
}

#customizeModalContent h4 {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #444;
}
#customizeModal .modal-header {padding: 20px 140px 20px 0px;}


.mainBannerOptions {
	display: block !important;
	float: left;
	width: 100%;
}

.mainBannerOptions div {}

.mainBannerOptions img {
	width: 100%;
}

.mainBannerOptions .btn-primary {
	display: block;
	padding: 0.2rem 1rem 1rem;
}

.colorPicker label,
label[for="teamOverlayColorPicker"] {
	display: block !important;
}

#customizeModalContent label {
	display: inline-block;
	margin-right: 0.5rem;
	font-weight: 500;
	color: #333;
}

.colorPicker input[type="color"] {
	border: none;
	width: 48px;
	height: 32px;
	padding: 0;
	cursor: pointer;
	background: none;
}

input[type="radio"] {
	margin-left: 0.5rem;
	margin-right: 0.25rem;
}

@media (min-width: 768px) {
	#customizeModalContent>div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	#customizeModalContent h3 {
		flex: 1 1 200px;
		margin-bottom: 0.5rem;
	}

	/* #customizeModalContent>div>div {
		flex: 2 1 400px;
	} */
}

.customizeModal .modalHeaderContainer .btn-close {
	font-size: 14px;
	width: auto;
	background: #002b6a;
	color: #fff;
	opacity: 1;
	height: auto;
	padding: 15px 15px;
	top: 18px;
	line-height: 1;
}

.radio-group {}

/* Hide the actual radio input */
.radio-group .btn-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Style the label as a button */
.radio-group .btn-radio {
	position: relative;
	display: inline-block;
}

.radio-group .btn-radio label {
	display: inline-block;
	padding: 8px 16px;
	background-color: #999999;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	user-select: none;
	color: #ffffff !important;
}

.radio-group .btn-radio label img {
	max-width: 100%;
	height: 160px;
	object-fit: cover;
}

/* Hover effect */
.radio-group .btn-radio label:hover {
	background-color: #002b6a !important;
	border-color: #002b6a;
}

/* Checked state - highlighted */
.radio-group .btn-radio input[type="radio"]:checked+label {
	background-color: #002b6a !important;
	border-color: #002b6a;
	color: white;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 153, 0.5);
}

/* Focus state for accessibility */
.radio-group .btn-radio input[type="radio"]:focus+label {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 153, 0.5);
}

/* Customize modal styles end */
.radio-group .btn-radio.activeBannerOptionBtn label {
	background-color: #002b6a !important;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 153, 0.5);
}


.idScrollFix {
	scroll-margin-top: 104px;
}
.idScrollFixSpecial {
	scroll-margin-top: 45vh;
}