/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

:root {
  --baylac-blue: #1a43bf;
  --baylac-blue-dark: #1438a6;
  --baylac-grey-light: #d3d3d3;
  --baylac-grey-mid: #6b7280;
  --baylac-grey-dark: #374151;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #1A43BF;
	color: #D3D3D3;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #D3D3D3;
	color: #1A43BF;
}

a.border-button {
	background-color: transparent;
	color: #D3D3D3;
	border: 2px solid #D3D3D3;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #D3D3D3;
	color: #1A43BF;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #1A43BF;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #1A43BF;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #D3D3D3;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #D3D3D3;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background: linear-gradient(135deg, var(--baylac-blue) 0%, var(--baylac-blue-dark) 100%);
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sub-header ul.left-info li {
	display: inline-block;
	transition: all 0.3s ease;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.2);
	padding: 0px 12px;
}

.sub-header ul.left-info li:first-child {
	border-left: none;
	padding-left: 0;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.2);
}

.sub-header ul.left-info li i {
	margin-right: 6px;
	font-size: 11px;
	color: #bfdbfe;
}

.sub-header ul.left-info li a {
	color: #D3D3D3;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}

.sub-header ul.left-info li a:hover {
	color: #ffffff;
	text-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.sub-header ul.right-icons {
	float: right;
	margin: 0;
	padding: 0;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.2);
	transition: all 0.3s ease;
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.2);
}

.sub-header ul.right-icons li a {
	color: #D3D3D3;
	transition: all 0.3s ease;
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	position: relative;
	overflow: hidden;
}

.sub-header ul.right-icons li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

.sub-header ul.right-icons li:hover a::before {
	left: 100%;
}

.sub-header ul.right-icons li:hover a {
	color: #ffffff;
	transform: scale(1.1);
	text-shadow: 0 0 8px rgba(255,255,255,0.8);
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(26, 67, 191, 0.9) 100%)!important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	height: 70px;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
header .navbar {
	padding: 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(243,244,246,0.95) 100%)!important;
	box-shadow: 0 8px 32px rgba(0,0,0,0.12);
	backdrop-filter: blur(20px);
}
.background-header .navbar-brand img {
	transition: all 0.3s ease;
}

.background-header .navbar-brand:hover img {
	transform: translateY(-2px) scale(1.02);
}
.background-header .navbar-nav a.nav-link {
	color: #374151!important;
	text-shadow: none;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: var(--baylac-blue)!important;
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.6), rgba(147, 197, 253, 0.6));
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.navbar .navbar-brand {
	float: left;
	margin-top: -8px;
	margin-left: 0;
	outline: none;
	transition: all 0.3s ease;
	position: relative;
}

.navbar .navbar-brand:hover {
	transform: translateY(-2px);
}

.navbar .navbar-brand::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--baylac-blue), #93c5fd);
	transition: width 0.3s ease;
}

.navbar .navbar-brand:hover::after {
	width: 80%;
}
.navbar .navbar-brand h2 {
	color: #D3D3D3;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 8px;
	position: relative;
}

.navbar .navbar-nav .nav-item::before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #93c5fd, transparent);
	transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::before {
	width: 100%;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #ffffff;
	transition: all 0.4s ease;
	margin-top: 0;
	padding: 8px 12px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.navbar .navbar-nav a.nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
	transition: left 0.6s ease;
	z-index: -1;
}

.navbar .navbar-nav a.nav-link:hover::before {
	left: 100%;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(147, 197, 253, 0.2), rgba(59, 130, 246, 0.2));
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border: 2px solid rgba(255,255,255,0.3);
	background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
	height: 40px;
	width: 45px;
	outline: none;
	border-radius: 12px;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.navbar .navbar-toggler:hover {
	border-color: #93c5fd;
	background: linear-gradient(135deg, rgba(147, 197, 253, 0.2), rgba(59, 130, 246, 0.2));
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(147, 197, 253, 0.3);
}

.navbar .navbar-toggler:focus {
	border-color: #93c5fd;
	box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.3);
}
.navbar .navbar-toggler-icon {
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.navbar .navbar-toggler-icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background: #ffffff;
	box-shadow: 0 6px 0 #ffffff, 0 -6px 0 #ffffff;
	transition: all 0.3s ease;
}

.navbar .navbar-toggler:hover .navbar-toggler-icon::before {
	background: #93c5fd;
	box-shadow: 0 6px 0 #93c5fd, 0 -6px 0 #93c5fd;
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .item-4 .img-fill {
	background-image: url(../images/slide_04.jpg);
}

.Modern-Slider .item-5 .img-fill {
	background-image: url(../images/slide_05.jpg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: rgba(26, 67, 191, 0.75);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#D3D3D3;
  z-index:5;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 50px;
}

.Modern-Slider .NextArrow:hover{
  background-color: rgba(20, 56, 166, 1);
  transform: scale(1.1);
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: rgba(26, 67, 191, 0.75);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#D3D3D3;
  z-index:5;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 50px;
}

.Modern-Slider .PrevArrow:hover{
  background-color: rgba(20, 56, 166, 1);
  transform: scale(1.1);
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#1A43BF;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#D3D3D3;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  line-height: 1.2;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #D3D3D3;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
	display: block;
	background: rgba(0,0,0,0.15);
	padding: 15px 20px;
	border-radius: 8px;
	border-left: 3px solid #1A43BF;
}

.Modern-Slider .item a {
  margin: 0 5px;
  padding: 14px 35px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.Modern-Slider .item a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
}

.Modern-Slider .item {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.Modern-Slider .item.slick-active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 0.8s both 0.3s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 0.8s both 0.6s;
}

.Modern-Slider .item.slick-active p {
  animation:fadeInUp 0.8s both 0.9s;
}

.Modern-Slider .item.slick-active a {
  animation:fadeInUp 0.8s both 1.2s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background:#000;
  position: relative;
  overflow: hidden;
}

.Modern-Slider .slick-list {
  overflow: visible;
}

.Modern-Slider .slick-track {
  opacity: 1;
}

.Modern-Slider .item {
  transition: opacity 0.8s ease-in-out;
}

.Modern-Slider .item.slick-active {
  transition: opacity 0.8s ease-in-out;
}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #1A43BF;
	padding: 40px 0px;
	color: #D3D3D3;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #D3D3D3;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #D3D3D3;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #1A43BF;
}

.fun-facts p {
	color: #D3D3D3;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #1A43BF;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #D3D3D3;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #1A43BF;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #D3D3D3;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #1A43BF;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #1A43BF;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #D3D3D3;
	border: 2px solid #D3D3D3;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #D3D3D3;
	color: #1A43BF;
}

.contact-us .contact-form button.filled-button {
	background-color: #1A43BF;
	color: #D3D3D3;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #D3D3D3;
	color: #1A43BF;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #4b5563;
	padding: 80px 0px;
	color: #D3D3D3;
}

footer h4 {
	color: #D3D3D3;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #D3D3D3;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #D3D3D3;
	color: var(--baylac-grey-dark);
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #1A43BF;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #D3D3D3;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #1A43BF;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #D3D3D3;
	background-color: #1A43BF;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #D3D3D3;
	color: #1A43BF;
}



/* Sub-footer Style */

.sub-footer {
	background-color: var(--baylac-grey-dark);
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #D3D3D3;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #D3D3D3;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px 60px 0px;
	color: #D3D3D3;
}
.page-heading1 {
	text-align: center;
	background-image: url(../images/page-heading-bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px 60px 0px;
	color: #D3D3D3;
}
.page-heading2 {
	text-align: center;
	background-image: url(../images/page-heading-bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px 60px 0px;
	color: #D3D3D3;
}


.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #D3D3D3;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #D3D3D3;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #1A43BF;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #1A43BF;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #D3D3D3;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #1A43BF;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #1A43BF;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	header {
		height: 56px;
	}
	.navbar .navbar-brand {
		margin-top: -4px;
	}
	.navbar-brand img {
		max-width: 170px;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .item .img-fill {
		height: 62vh;
	}
	.Modern-Slider .text-content {
		width: 90%;
		margin-left: 0;
		padding: 18px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.page-heading,
	.page-heading1,
	.page-heading2 {
		padding: 98px 0 48px 0;
	}
	.page-heading h1 {
		font-size: 28px;
	}
	.page-heading span {
		font-size: 13px;
	}
	.navbar .dropdown-menu {
		border-radius: 0;
		box-shadow: none;
		border-left: none;
		border-right: none;
	}
	.navbar .dropdown-menu .dropdown-item {
		text-align: center;
	}
	video {
		max-width: 100%;
		height: auto;
	}
}

/* Tablet Styles (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	.sub-header {
		height: 16px;
		line-height: 16px;
	}
	.sub-header ul.left-info li {
		padding: 0px 8px;
		font-size: 10px;
	}
	.sub-header ul.right-icons li {
		width: 25px;
	}
	header {
		height: 60px;
	}
	.navbar-brand img {
		max-width: 200px;
	}
	.Modern-Slider .item h6 {
		font-size: 20px;
	}
	.Modern-Slider .item h4 {
		font-size: 36px;
		line-height: 42px;
	}
	.Modern-Slider .item p {
		font-size: 14px;
		line-height: 26px;
		padding: 12px 16px;
	}
	.Modern-Slider .item .img-fill {
		height: 70vh;
	}
	.Modern-Slider .text-content {
		width: 85%;
		padding: 25px;
	}
	.Modern-Slider .NextArrow,
	.Modern-Slider .PrevArrow {
		width: 45px;
		height: 45px;
		font-size: 30px;
		line-height: 45px;
	}
	.Modern-Slider .NextArrow {
		right: 15px;
	}
	.Modern-Slider .PrevArrow {
		left: 15px;
	}
	.section-heading {
		margin-bottom: 60px;
	}
	.section-heading h2 {
		font-size: 32px;
	}
	.service-item .down-content {
		padding: 25px;
	}
	.fun-facts {
		padding: 100px 0;
	}
	.fun-facts .left-content {
		margin-right: 30px;
	}
	.count-area-content {
		padding: 20px 25px 30px 25px;
		margin: 10px 0;
	}
	.count-digit {
		font-size: 32px;
	}
	.count-title {
		font-size: 18px;
	}
	.more-info .right-content {
		padding: 35px 35px 35px 25px;
	}
	.testimonials {
		padding: 100px 0;
	}
	.testimonial-item .inner-content {
		padding: 25px;
	}
	.callback-form .contact-form {
		padding: 40px;
	}
	.partners {
		padding: 50px 0;
	}
	footer {
		padding: 60px 0px 20px 0px;
	}
	footer .footer-item {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
}

/* Mobile Styles (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
	.Modern-Slider .item h6 {
		font-size: 16px;
	}
	.Modern-Slider .item h4 {
		font-size: 32px;
		line-height: 38px;
	}
	.Modern-Slider .item p {
		font-size: 13px;
		line-height: 22px;
		padding: 10px 14px;
		margin-bottom: 25px;
	}
	.Modern-Slider .text-content {
		width: 95%;
		padding: 15px;
	}
	.Modern-Slider .item a {
		padding: 12px 25px;
		font-size: 12px;
	}
	.section-heading h2 {
		font-size: 28px;
	}
	.section-heading span {
		font-size: 13px;
	}
	.service-item .down-content h4 {
		font-size: 18px;
	}
	.service-item .down-content p {
		font-size: 13px;
		line-height: 24px;
	}
	.fun-facts {
		padding: 80px 0;
		margin-top: 100px;
	}
	.fun-facts h2 {
		font-size: 30px;
	}
	.fun-facts p {
		font-size: 14px;
		line-height: 26px;
	}
	.count-area-content {
		padding: 15px 20px 25px 20px;
		margin: 8px 0;
	}
	.count-digit {
		font-size: 28px;
	}
	.count-title {
		font-size: 16px;
	}
	.more-info {
		margin-top: 100px;
	}
	.more-info .right-content {
		padding: 25px 25px 25px 20px;
	}
	.more-info .right-content h2 {
		font-size: 30px;
	}
	.more-info .right-content p {
		font-size: 14px;
		line-height: 26px;
	}
	.testimonials {
		padding: 80px 0;
		margin-top: 100px;
	}
	.testimonial-item .inner-content {
		padding: 20px;
	}
	.testimonial-item h4 {
		font-size: 18px;
	}
	.testimonial-item p {
		font-size: 13px;
	}
	.callback-form {
		margin-top: 100px;
	}
	.callback-form .contact-form {
		padding: 30px 20px;
	}
	.callback-form .contact-form input,
	.callback-form .contact-form textarea {
		margin-bottom: 20px;
	}
	.partners {
		padding: 40px 0;
		margin-top: 100px;
	}
	footer {
		padding: 50px 0px 20px 0px;
	}
	footer h4 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	footer .footer-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	footer ul.menu-list li a {
		font-size: 13px;
	}
}

/* Small Mobile Styles (max-width: 575px) */
@media (max-width: 575px) {
	/* Ultra-compact header */
	.sub-header {
		display: none;
	}
	
	header {
		height: 60px;
	}
	
	.navbar-brand img {
		max-width: 150px;
		height: auto;
	}
	
	.navbar .navbar-toggler {
		height: 32px;
		width: 36px;
		right: 12px;
		top: 14px;
		border: 1.5px solid rgba(255,255,255,0.3);
	}
	
	.navbar .navbar-toggler-icon::before {
		width: 18px;
		height: 1.5px;
		box-shadow: 0 5px 0 #ffffff, 0 -5px 0 #ffffff;
	}
	.Modern-Slider .item h6 {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.Modern-Slider .item h4 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
		letter-spacing: 0.3px;
	}
	.Modern-Slider .item p {
		font-size: 11px;
		line-height: 18px;
		padding: 6px 10px;
		margin-bottom: 15px;
		display: none;
	}
	.Modern-Slider .text-content {
		width: 98%;
		padding: 10px;
		margin-left: 0;
	}
	.Modern-Slider .item a {
		padding: 8px 16px;
		font-size: 10px;
		margin: 0 2px;
		border-radius: 20px;
	}
	.Modern-Slider .NextArrow,
	.Modern-Slider .PrevArrow {
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 40px;
	}
	.Modern-Slider .NextArrow {
		right: 10px;
	}
	.Modern-Slider .PrevArrow {
		left: 10px;
	}
	.section-heading {
		margin-bottom: 30px;
	}
	.section-heading h2 {
		font-size: 20px;
		line-height: 1.3;
	}
	.section-heading span {
		font-size: 11px;
		margin-top: 8px;
		letter-spacing: 0.5px;
	}
	.request-form {
		padding: 20px 15px;
		margin-top: 40px;
	}
	.request-form h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.request-form span {
		font-size: 12px;
		line-height: 1.4;
	}
	.request-form a.border-button {
		font-size: 11px;
		padding: 8px 20px;
		border-radius: 20px;
	}
	.services {
		margin-top: 50px;
	}
	.service-item {
		margin-bottom: 20px;
	}
	.service-item .down-content {
		padding: 15px;
	}
	.service-item .down-content h4 {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 1.3;
	}
	.service-item .down-content p {
		font-size: 11px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.service-item .down-content a {
		padding: 6px 16px;
		font-size: 10px;
		border-radius: 18px;
	}
	.fun-facts {
		padding: 40px 15px;
		margin-top: 50px;
		background-attachment: scroll;
	}
	.fun-facts h2 {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.fun-facts p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.count-area-content {
		padding: 10px 12px 15px 12px;
		margin: 3px 0;
		min-height: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.count-digit {
		font-size: 20px;
		margin: 2px 0;
		line-height: 1.2;
	}
	.count-title {
		font-size: 11px;
		line-height: 1.3;
	}
	.more-info {
		margin-top: 50px;
	}
	.more-info .right-content {
		padding: 15px 15px 15px 12px;
	}
	.more-info .right-content h2 {
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	.more-info .right-content p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.testimonials {
		padding: 40px 15px;
		margin-top: 50px;
	}
	.testimonial-item {
		margin-bottom: 20px;
	}
	.testimonial-item .inner-content {
		padding: 12px;
	}
	.testimonial-item h4 {
		font-size: 14px;
		line-height: 1.3;
	}
	.testimonial-item span {
		font-size: 11px;
	}
	.testimonial-item p {
		font-size: 11px;
		line-height: 18px;
	}
	.callback-form {
		margin-top: 50px;
	}
	.callback-form .contact-form {
		padding: 20px 12px;
	}
	.callback-form .contact-form input,
	.callback-form .contact-form textarea {
		margin-bottom: 12px;
		height: 32px;
		line-height: 32px;
		font-size: 11px;
		padding: 0 10px;
		border-radius: 15px;
	}
	.callback-form .contact-form textarea {
		height: 70px;
		min-height: 70px;
		padding: 8px 10px;
	}
	.callback-form .contact-form button {
		padding: 5px 14px;
		font-size: 9px;
		border-radius: 18px;
	}
	.partners {
		padding: 25px 15px;
		margin-top: 50px;
	}
	footer {
		padding: 30px 15px 15px 15px;
	}
	footer h4 {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	footer .footer-item {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	footer p {
		font-size: 11px;
		line-height: 18px;
	}
	footer ul.menu-list li {
		margin-bottom: 6px;
	}
	footer ul.menu-list li a {
		font-size: 11px;
		line-height: 1.4;
	}
	footer .contact-form input,
	footer .contact-form textarea {
		height: 30px;
		line-height: 30px;
		margin-bottom: 8px;
		font-size: 11px;
		padding: 0 10px;
		border-radius: 15px;
	}
	footer .contact-form textarea {
		height: 60px;
		min-height: 60px;
		padding: 6px 10px;
	}
	footer .contact-form button {
		padding: 5px 14px;
		font-size: 9px;
		border-radius: 18px;
	}
	.sub-footer {
		padding: 20px 0;
	}
	.sub-footer p {
		font-size: 11px;
		line-height: 18px;
	}
}

@media (max-width: 992px) {
	header {
		background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(26, 67, 191, 0.9) 100%) !important;
		backdrop-filter: blur(15px);
	}
	.navbar .navbar-brand {
		position: absolute;
		left: 20px;
		top: -5px;
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 70px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(248,250,252,0.95) 100%);
	    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	    max-height: calc(100vh - 70px);
	    overflow-y: auto;
	    backdrop-filter: blur(20px);
	    border-top: 1px solid rgba(229, 231, 235, 0.3);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid rgba(229, 231, 235, 0.3);
		transition: all 0.3s ease;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 18px 25px;
		color: #374151!important;
		font-weight: 500;
		text-shadow: none;
		background: transparent;
		border-left: 3px solid transparent;
		transition: all 0.3s ease;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: var(--baylac-blue)!important;
		background: linear-gradient(135deg, rgba(219, 234, 254, 0.4), rgba(191, 219, 254, 0.4));
		border-left-color: var(--baylac-blue);
		border-bottom: none!important;
		transform: none;
		box-shadow: none;
	}
	.navbar .navbar-toggler {
		top: 17px;
		right: 15px;
	}
	.navbar .navbar-toggler-icon:after {
		line-height: 28px;
	}
}

/* Open dropdown on hover for desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* About Us dropdown trigger hover effect */
.navbar .nav-item.dropdown > .nav-link.dropdown-toggle {
  border-radius: 6px;
  transition: color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.navbar .nav-item.dropdown:hover > .nav-link.dropdown-toggle,
.navbar .nav-item.dropdown.show > .nav-link.dropdown-toggle {
  color: #ffffff !important;
  background: linear-gradient(135deg, rgba(147, 197, 253, 0.25), rgba(59, 130, 246, 0.25));
  box-shadow: 0 4px 12px rgba(147, 197, 253, 0.2);
  transform: translateY(-2px);
}

.navbar .dropdown-menu {
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,250,252,0.95) 100%);
  backdrop-filter: blur(20px);
  margin-top: 15px;
  padding: 8px 0;
  min-width: 220px;
  animation: dropdownFadeIn 0.3s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-weight: 500;
  color: #374151;
  transition: all 0.3s ease;
  position: relative;
  margin: 2px 8px;
  border-radius: 8px;
  font-size: 14px;
}

.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--baylac-blue), #93c5fd);
  transition: height 0.3s ease;
  border-radius: 2px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.8), rgba(191, 219, 254, 0.8));
  color: var(--baylac-blue);
  padding-left: 25px;
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.navbar .dropdown-menu .dropdown-item:hover::before {
  height: 70%;
}

img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

h3 {
  color: #222;
  font-weight: 600;
}

p {
  color: #555;
  font-size: 1rem;
}

ul li div img {
  width: 100%;
  max-width: 600px; /* adjust image size */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin: 20px 0;
}

ul li div img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}


.Modern-Slider .item .img-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.05) 100%);
}

.Modern-Slider .text-content {
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 600px;
  border-left: 4px solid #1A43BF;
  margin-left: 10%;
}

.Modern-Slider .text-content {
  animation: fadeInUp 1.2s ease-in-out;
}

@keyframes fadeInUp {
  from { 
    opacity: 0; 
    transform: translateY(30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes fadeInDown {
  from { 
    opacity: 0; 
    transform: translateY(-30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes fadeInLeft {
  from { 
    opacity: 0; 
    transform: translateX(-30px); 
  }
  to { 
    opacity: 1; 
    transform: translateX(0); 
  }
}

@keyframes fadeInRight {
  from { 
    opacity: 0; 
    transform: translateX(30px); 
  }
  to { 
    opacity: 1; 
    transform: translateX(0); 
  }
}

@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.Modern-Slider .item .img-fill {
  animation: kenBurns 10s ease-out infinite alternate;
}

.navbar-brand img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

header .navbar .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}

/* Additional Mobile Optimizations */
@media (max-width: 991px) {
	/* Improve touch targets */
	.navbar .navbar-nav .nav-item {
		margin: 0;
		border-bottom: 1px solid rgba(229, 231, 235, 0.3);
		position: relative;
		overflow: hidden;
	}
	
	.navbar .navbar-nav .nav-item::before {
		display: none;
	}
	
	.navbar .navbar-nav a.nav-link {
		padding: 16px 20px;
		font-size: 15px;
		font-weight: 500;
		border-radius: 0;
		text-shadow: none;
		background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
		border-left: 3px solid transparent;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.navbar .navbar-nav a.nav-link::before {
		display: none;
	}
	
	.navbar .navbar-nav a.nav-link:hover {
		background: linear-gradient(135deg, rgba(147, 197, 253, 0.15), rgba(59, 130, 246, 0.15));
		border-left-color: var(--baylac-blue);
		transform: none;
		box-shadow: none;
		color: var(--baylac-blue);
	}
	
	.navbar .navbar-nav .active > .nav-link {
		background: linear-gradient(135deg, rgba(147, 197, 253, 0.2), rgba(59, 130, 246, 0.2));
		border-left-color: var(--baylac-blue);
		color: var(--baylac-blue);
		font-weight: 600;
	}
	
	.navbar .dropdown-menu {
		border: none;
		box-shadow: none;
		background: linear-gradient(135deg, rgba(248,250,252,0.95), rgba(241,245,249,0.95));
		border-radius: 0;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	.navbar .dropdown-menu .dropdown-item {
		padding: 14px 20px 14px 30px;
		font-size: 14px;
		margin: 0;
		border-radius: 0;
		border-left: 3px solid transparent;
		background: transparent;
		transition: all 0.3s ease;
	}
	
	.navbar .dropdown-menu .dropdown-item::before {
		display: none;
	}
	
	.navbar .dropdown-menu .dropdown-item:hover {
		background: linear-gradient(135deg, rgba(219, 234, 254, 0.4), rgba(191, 219, 254, 0.4));
		border-left-color: var(--baylac-blue);
		padding-left: 35px;
		transform: none;
		box-shadow: none;
	}
	
	/* Better mobile navigation */
	#navbarResponsive {
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,250,252,0.95));
		box-shadow: 0 10px 30px rgba(0,0,0,0.1);
		border-top: 1px solid rgba(229, 231, 235, 0.5);
	}
	
	/* Mobile logo adjustments */
	.navbar-brand img {
		max-width: 160px;
		height: auto;
	}
	
	/* Enhanced mobile header */
	header {
		height: 65px;
	}
	
	/* Mobile toggler improvements */
	.navbar .navbar-toggler {
		height: 32px;
		width: 36px;
		right: 12px;
		top: 16px;
	}
}

/* Ultra-compact mobile navigation */
@media (max-width: 480px) {
	.navbar .navbar-nav a.nav-link {
		padding: 12px 15px;
		font-size: 13px;
	}
	
	.navbar .dropdown-menu .dropdown-item {
		padding: 10px 15px 10px 25px;
		font-size: 12px;
	}
	
	.navbar .dropdown-menu .dropdown-item:hover {
		padding-left: 30px;
	}
	
	#navbarResponsive {
		max-height: calc(100vh - 55px);
	}
	
	.navbar-brand img {
		max-width: 120px;
	}
	
	header {
		height: 55px;
	}
	
	.navbar .navbar-toggler {
		height: 28px;
		width: 32px;
		right: 10px;
		top: 13px;
	}
}

/* Large Mobile Landscape */
@media (max-width: 767px) and (orientation: landscape) {
	.Modern-Slider .item .img-fill {
		height: 80vh;
	}
	.Modern-Slider .text-content {
		width: 85%;
		padding: 20px;
	}
	.Modern-Slider .item h4 {
		font-size: 28px;
		line-height: 34px;
	}
	.Modern-Slider .item h6 {
		font-size: 16px;
	}
}

/* Extra Small Mobile */
@media (max-width: 480px) {
	.Modern-Slider .item h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.Modern-Slider .item h6 {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.Modern-Slider .item a {
		padding: 8px 16px;
		font-size: 10px;
		margin: 0 2px;
	}
	.Modern-Slider .text-content {
		width: 98%;
		padding: 10px;
	}
	.Modern-Slider .NextArrow,
	.Modern-Slider .PrevArrow {
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 35px;
	}
	.Modern-Slider .NextArrow {
		right: 5px;
	}
	.Modern-Slider .PrevArrow {
		left: 5px;
	}
	.section-heading h2 {
		font-size: 20px;
	}
	.section-heading span {
		font-size: 11px;
	}
	.service-item .down-content {
		padding: 15px;
	}
	.service-item .down-content h4 {
		font-size: 14px;
	}
	.service-item .down-content p {
		font-size: 11px;
		line-height: 20px;
	}
	.count-area-content {
		padding: 10px 12px 15px 12px;
		margin: 3px 0;
	}
	.count-digit {
		font-size: 20px;
	}
	.count-title {
		font-size: 12px;
	}
	.fun-facts {
		padding: 40px 0;
		margin-top: 60px;
	}
	.fun-facts h2 {
		font-size: 20px;
	}
	.fun-facts p {
		font-size: 12px;
		line-height: 20px;
	}
	.more-info .right-content {
		padding: 15px 15px 15px 12px;
	}
	.more-info .right-content h2 {
		font-size: 20px;
	}
	.more-info .right-content p {
		font-size: 12px;
		line-height: 20px;
	}
	.testimonial-item .inner-content {
		padding: 12px;
	}
	.testimonial-item h4 {
		font-size: 14px;
	}
	.testimonial-item span {
		font-size: 11px;
	}
	.testimonial-item p {
		font-size: 11px;
		line-height: 18px;
	}
	.callback-form .contact-form {
		padding: 20px 12px;
	}
	.callback-form .contact-form input,
	.callback-form .contact-form textarea {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		padding: 0 12px;
	}
	.callback-form .contact-form textarea {
		height: 80px;
		min-height: 80px;
		padding: 10px 12px;
	}
	.callback-form .contact-form button {
		padding: 6px 16px;
		font-size: 10px;
	}
	footer {
		padding: 30px 0px 15px 0px;
	}
	footer h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	footer .footer-item {
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	footer p {
		font-size: 11px;
		line-height: 18px;
	}
	footer ul.menu-list li a {
		font-size: 11px;
	}
	footer .contact-form input,
	footer .contact-form textarea {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		padding: 0 12px;
	}
	footer .contact-form textarea {
		height: 70px;
		min-height: 70px;
		padding: 8px 12px;
	}
	footer .contact-form button {
		padding: 6px 16px;
		font-size: 10px;
	}
	.sub-footer {
		padding: 12px 15px;
	}
	.sub-footer p {
		font-size: 9px;
		line-height: 15px;
		margin: 0;
	}
}

/* Improve form inputs for mobile */
@media (max-width: 768px) {
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 16px; /* Prevents zoom on iOS */
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 8px;
	}
	textarea {
		resize: vertical;
		min-height: 80px;
	}
}

/* Ultra-compact form inputs */
@media (max-width: 480px) {
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 14px; /* Slightly smaller for very small screens */
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 10px;
	}
	textarea {
		resize: vertical;
		min-height: 50px;
	}
}

/* Better button spacing for mobile */
@media (max-width: 575px) {
	a.filled-button,
	a.border-button {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
		padding: 10px 20px;
		border-radius: 20px;
	}
	a.filled-button:last-child,
	a.border-button:last-child {
		margin-bottom: 0;
	}
}

/* Ultra-compact buttons */
@media (max-width: 480px) {
	a.filled-button,
	a.border-button {
		padding: 8px 16px;
		font-size: 9px;
		margin-bottom: 6px;
		border-radius: 18px;
	}
}

/* Hide videos on very small screens to save bandwidth */
@media (max-width: 480px) {
	.testimonial-item video {
		display: none;
	}
	
	/* Optimize images for ultra-small screens */
	img {
		max-width: 100%;
		height: auto;
		border-radius: 6px;
	}
	
	/* Reduce animations on low-end devices */
	*, *::before, *::after {
		animation-duration: 0.2s !important;
		transition-duration: 0.2s !important;
	}
}

/* Optimize images for mobile */
@media (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.service-item img,
	.team-item img,
	.more-info .left-image img {
		border-radius: 8px;
	}
}

/* Ultra-compact image optimizations */
@media (max-width: 480px) {
	.service-item img,
	.team-item img,
	.more-info .left-image img {
		border-radius: 6px;
		margin-bottom: 8px;
	}
}

/* Better spacing for mobile sections */
@media (max-width: 768px) {
	.services,
	.fun-facts,
	.more-info,
	.testimonials,
	.callback-form,
	.partners {
		margin-top: 40px;
	}
	section {
		padding: 30px 0;
	}
}

/* Ultra-compact mobile styles (max-width: 480px) */
@media (max-width: 480px) {
	/* Hide sub-header completely */
	.sub-header {
		display: none !important;
	}
	
	/* Super compact header */
	header {
		height: 55px;
	}
	
	.navbar-brand img {
		max-width: 130px;
		height: auto;
	}
	
	.navbar .navbar-toggler {
		height: 28px;
		width: 32px;
		right: 10px;
		top: 13px;
		border: 1px solid rgba(255,255,255,0.3);
	}
	
	.navbar .navbar-toggler-icon::before {
		width: 16px;
		height: 1px;
		box-shadow: 0 4px 0 #ffffff, 0 -4px 0 #ffffff;
	}
	
	/* Ultra-compact slider */
	.Modern-Slider .item h6 {
		font-size: 10px;
		margin-bottom: 5px;
	}
	
	.Modern-Slider .item h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
		letter-spacing: 0.2px;
	}
	
	.Modern-Slider .text-content {
		width: 100%;
		padding: 8px;
		margin-left: 0;
	}
	
	.Modern-Slider .item a {
		padding: 6px 12px;
		font-size: 9px;
		margin: 0 1px;
		border-radius: 15px;
	}
	
	.Modern-Slider .NextArrow,
	.Modern-Slider .PrevArrow {
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	
	.Modern-Slider .NextArrow {
		right: 5px;
	}
	
	.Modern-Slider .PrevArrow {
		left: 5px;
	}
	
	/* Ultra-compact sections */
	.section-heading {
		margin-bottom: 20px;
	}
	
	.section-heading h2 {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.section-heading span {
		font-size: 9px;
		margin-top: 5px;
		letter-spacing: 0.3px;
	}
	
	/* Request form */
	.request-form {
		padding: 15px 10px;
		margin-top: 30px;
	}
	
	.request-form h4 {
		font-size: 14px;
		margin-bottom: 3px;
	}
	
	.request-form span {
		font-size: 10px;
		line-height: 1.3;
	}
	
	.request-form a.border-button {
		font-size: 9px;
		padding: 6px 15px;
		border-radius: 15px;
	}
	
	/* Services */
	.services {
		margin-top: 30px;
	}
	
	.service-item {
		margin-bottom: 15px;
	}
	
	.service-item .down-content {
		padding: 12px;
	}
	
	.service-item .down-content h4 {
		font-size: 12px;
		margin-bottom: 6px;
		line-height: 1.2;
	}
	
	.service-item .down-content p {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	.service-item .down-content a {
		padding: 5px 12px;
		font-size: 9px;
		border-radius: 15px;
	}
	
	/* Fun facts */
	.fun-facts {
		padding: 25px 10px;
		margin-top: 30px;
	}
	
	.fun-facts h2 {
		font-size: 15px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	
	.fun-facts p {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
	.count-area-content {
		padding: 8px 10px 12px 10px;
		margin: 2px 0;
		min-height: 70px;
	}
	
	.count-digit {
		font-size: 16px;
		margin: 1px 0;
		line-height: 1.1;
	}
	
	.count-title {
		font-size: 9px;
		line-height: 1.2;
	}
	
	/* More info */
	.more-info {
		margin-top: 30px;
	}
	
	.more-info .right-content {
		padding: 12px 12px 12px 10px;
	}
	
	.more-info .right-content h2 {
		font-size: 15px;
		margin-bottom: 12px;
		line-height: 1.2;
	}
	
	.more-info .right-content p {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	
	/* Testimonials */
	.testimonials {
		padding: 25px 10px;
		margin-top: 30px;
	}
	
	.testimonial-item {
		margin-bottom: 15px;
	}
	
	.testimonial-item .inner-content {
		padding: 10px;
	}
	
	.testimonial-item h4 {
		font-size: 12px;
		line-height: 1.2;
	}
	
	.testimonial-item span {
		font-size: 9px;
	}
	
	.testimonial-item p {
		font-size: 9px;
		line-height: 16px;
	}
	
	/* Callback form */
	.callback-form {
		margin-top: 30px;
	}
	
	.callback-form .contact-form {
		padding: 15px 10px;
	}
	
	.callback-form .contact-form input,
	.callback-form .contact-form textarea {
		margin-bottom: 10px;
		height: 28px;
		line-height: 28px;
		font-size: 10px;
		padding: 0 8px;
		border-radius: 12px;
	}
	
	.callback-form .contact-form textarea {
		height: 60px;
		min-height: 60px;
		padding: 6px 8px;
	}
	
	.callback-form .contact-form button {
		padding: 4px 12px;
		font-size: 8px;
		border-radius: 15px;
	}
	
	/* Partners */
	.partners {
		padding: 20px 10px;
		margin-top: 30px;
	}
	
	.partners .partner-item img {
		max-width: 80px;
	}
	
	/* Footer */
	footer {
		padding: 20px 10px 10px 10px;
	}
	
	footer h4 {
		font-size: 12px;
		margin-bottom: 12px;
		line-height: 1.2;
	}
	
	footer .footer-item {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	footer p {
		font-size: 9px;
		line-height: 16px;
	}
	
	footer ul.menu-list li {
		margin-bottom: 4px;
	}
	
	footer ul.menu-list li a {
		font-size: 9px;
		line-height: 1.3;
	}
	
	footer .contact-form input,
	footer .contact-form textarea {
		height: 26px;
		line-height: 26px;
		margin-bottom: 6px;
		font-size: 10px;
		padding: 0 8px;
		border-radius: 12px;
	}
	
	footer .contact-form textarea {
		height: 50px;
		min-height: 50px;
		padding: 5px 8px;
	}
	
	footer .contact-form button {
		padding: 4px 12px;
		font-size: 8px;
		border-radius: 15px;
	}
	
	.sub-footer {
		padding: 10px;
	}
	
	.sub-footer p {
		font-size: 8px;
		line-height: 14px;
		margin: 0;
	}
}

/* Improve readability on mobile */
@media (max-width: 575px) {
	p {
		font-size: 12px;
		line-height: 20px;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.3;
	}
}

/* Ultra-compact readability */
@media (max-width: 480px) {
	p {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 8px;
	}
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		margin-bottom: 8px;
	}
}
