:root {
	--primary: #06BBCC;
	--light: #F0FBFC;
	--dark: #181d38;
}

.fw-medium {
	font-weight: 600 !important;
}

.fw-semi-bold {
	font-weight: 700 !important;
}

.back-to-top {
	 position: fixed;
    right: 20px;
    bottom: 70px; /* Move above footer */
    z-index: 10000;
    border-radius: 50%;
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

.btn {
	font-family: "Montserrat";
	font-weight: 600;
	transition: .5s;
}

.btn.btn-primary, .btn.btn-secondary {
	color: #FFFFFF;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 0px;
}

.navbar img {
	width: 230px;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
	margin-right: 30px;
	padding: 25px 0;
	color: #FFFFFF;
	font-size: 17px;
	outline: none;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active
	{
	color: var(--primary);
}

@media ( max-width : 991.98px) {
	.navbar-light .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
	}
	.navbar-light .navbar-nav {
		border-top: 1px solid #EEEEEE;
	}
}

.navbar-light .navbar-brand, .navbar-light a.btn {
	height: 75px;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--dark);
	font-weight: 570;
	font-family: "Montserrat";
}

.dropdown-item {
	font-weight: 530;
	margin-top: 5px;
	font-family: "Montserrat";
}

.navbar .nav-item .dropdown-menu {
	margin-top: -15px !important;
	border-radius: 3px;
}

.navbar-light.sticky-top {
	top: -100px;
	transition: .5s;
}

@media only screen and (max-width: 767px) {
	.navbar .nav-item .dropdown-menu {
		margin: 10px 0 !important;
	}
}

@media ( min-width : 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		margin-top: 0;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}
	.navbar .dropdown-menu.fade-down {
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}
	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		transform: rotateX(0deg);
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}

@media ( max-width : 768px) {
	.about .owl-carousel-item {
		position: relative;
		min-height: 1380px;
	}
	.about .owl-carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about .owl-carousel-item {
		position: relative;
		min-height: 1000px;
	}
	.about .owl-carousel-item img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.page-header {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header-inner {
	background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--light);
}

.text-primary{
    font-family: "Montserrat";
}

.about p {
	font-family: "Montserrat";
	font-weight: 550;
}

.about .text-white {
	font-family: "Montserrat";
}

.about h5 {
	font-family: "Montserrat";
}

/*** Section Title ***/
.section-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Montserrat";
}

.section-title::before {
	position: absolute;
	content: "";
	width: calc(100% + 80px);
	height: 2px;
	top: 4px;
	left: -40px;
	background: var(--primary);
	z-index: -1;
}

P, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat";
}

p {
	text-align: justify;
	font-size: 16px;
	color: #1f1f1f;
	font-weight: 450;
}

.section-title::after {
	position: absolute;
	content: "";
	width: calc(100% + 120px);
	height: 2px;
	bottom: 5px;
	left: -60px;
	background: var(--primary);
	z-index: -1;
}

.section-title.text-start::before {
	width: calc(100% + 40px);
	left: 0;
}

.section-title.text-start::after {
	width: calc(100% + 60px);
	left: 0;
}

/*** Service ***/
.service-item {
	background:var(--light);
	transition : .5s;
	height: 230px;
	transition: .5s;
}

.service-item:hover {
	margin-top: -10px;
	background: var(--primary);
}

.service-item * {
	transition: .5s;
}

.service-item:hover * {
	color: var(--light) !important;
}

.service-item p {
	font-size: 17px !important;
}

/*** Footer ***/
.footer .btn.btn-social {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	font-weight: normal;
	border: 1px solid #FFFFFF;
	border-radius: 35px;
	transition: .3s;
}

.footer .btn.btn-social:hover {
	color: var(--primary);
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
	color: var(--light);
}

.footer .footer-menu a {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Montserrat";
}

.wrapper {
	overflow: hidden;
	max-width: auto;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper .title-text {
	display: flex;
	width: 200%;
}

.wrapper .title {
	width: 50%;
	font-size: 35px;
	font-weight: 600;
	color: black;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
	position: relative;
	display: flex;
	height: 50px;
	width: 100%;
	overflow: hidden;
	margin: 30px 0 10px 0;
	justify-content: space-between;
	border: 1px solid lightgrey;
	border-radius: 5px;
}

.slide-controls .slide {
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.6s ease;
}

.slide-controls label.signup {
	color: #000;
}

.slide-controls .slider-tab {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background: -webkit-linear-gradient(left, #016973, #06BBCC);
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#signup:checked ~ .slider-tab {
	left: 50%;
}

#signup:checked ~ label.signup {
	color: #fff;
	cursor: default;
	user-select: none;
}

#signup:checked ~ label.login {
	color: #000;
}

#login:checked ~ label.signup {
	color: #000;
}

#login:checked ~ label.login {
	cursor: default;
	user-select: none;
}

.wrapper .form-container {
	width: 100%;
	overflow: hidden;
}

.form-container .form-inner {
	display: flex;
	width: 200%;
}

.form-container .form-inner form {
	width: 50%;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
	height: 50px;
	width: 100%;
	margin-top: 20px;
}

.form-inner form .field input {
	height: 100%;
	width: 100%;
	outline: none;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	border-bottom-width: 2px;
	font-size: 17px;
	transition: all 0.3s ease;
}

.form-inner form .field input:focus {
	border-color: #06BBCC;
}

.form-inner form .field input::placeholder {
	color: #999;
	transition: all 0.3s ease;
}

form .field input:focus::placeholder {
	color: #b3b3b3;
}

.form-inner form .pass-link {
	margin-top: 5px;
}

.form-inner form .signup-link {
	text-align: center;
	margin-top: 30px;
}

.form-inner form .pass-link a, .form-inner form .signup-link a {
	color: #06BBCC;
	text-decoration: none;
}

.form-inner form .pass-link a:hover, .form-inner form .signup-link a:hover
	{
	text-decoration: underline;
}

form .btn {
	height: 50px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

form .btn .btn-layer {
	height: 100%;
	width: 300%;
	position: absolute;
	left: -100%;
	background: -webkit-linear-gradient(right, #016973, #06BBCC, #016973, #06BBCC);
	border-radius: 5px;
	transition: all 0.4s ease;;
}

form .btn:hover .btn-layer {
	left: 0;
}

form .btn input[type="submit"] {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	padding-left: 0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

table {
	font-family: "Montserrat";
	font-weight: 530;
	color: #1f1f1f;
}

td {
	padding: 10px 30px;
}

.fee {
	justify-content: center;
	align-items: center;
}

.text {
	font-family: "Montserrat";
	color: #06BBCC;
	font-size: 25px;
}

.features .nav-tabs {
	border: 0;
	background-color: #c9c9c9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	padding: 6px;
	width: auto;
}

.features .nav-item {
	margin: 0;
	padding: 0 5px 0 0;
}

.features .nav-item:last-child {
	padding-right: 0;
}

.features .nav-link {
	background-color: none;
	color: #000;
	padding: 10px 30px;
	transition: 0.3s;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	border: 0;
	margin: 0;
}

@media ( max-width : 468px) {
	.features .nav-link {
		padding: 8px 20px;
	}
}

.features .nav-link i {
	padding-right: 15px;
	font-size: 48px;
}

.features .nav-link h4 {
	font-size: 18px;
	font-weight: 550;
	margin: 0;
}

.features .nav-link.active {
	background-color: #06BBCC;
	border-color: #016973;
}

.features .nav-link.active h4 {
	color: #FFFFFF;
}

.features .tab-content {
	margin-top: 30px;
}

.features .tab-pane h3 {
	color: #1f1f1f;
	font-weight: 700;
	font-size: 28px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.features .tab-pane h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 3px;
	background: var(--accent-color);
	left: 0;
	bottom: 0;
}

.features .tab-pane ul {
	list-style: none;
	padding: 0;
}

.features .tab-pane ul li {
	padding-top: 10px;
}

.features .tab-pane ul i {
	font-size: 20px;
	padding-right: 4px;
	color: var(--accent-color);
}

.features .tab-pane p:last-child {
	margin-bottom: 0;
}

/*********** menus ********/
.navmenu {
  display: flex;
  align-items: center;
  position: relative;
}

/* Menu UL */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove bullets */
.menu-list li::marker {
  content: "";
}

/* Menu links */
.menu-list li a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  padding: 10px 14px;
  display: inline-block;
  white-space: nowrap;
  transition: 0.3s ease;
}

/* Hover + Active */
.menu-list li a:hover,
.menu-list li a.active {
  color: #3828dc;
}


/*--------------------------------------------------------------
# DESKTOP VIEW
--------------------------------------------------------------*/

@media (min-width: 1200px) {

  .menu-list {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: nowrap;
  }

  /* Hide hamburger */
  .mobile-nav-toggle {
    display: none !important;
  }

  /* Underline animation */
  .menu-list li a {
    position: relative;
  }

  .menu-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #3828dc;
    transition: 0.3s ease;
  }

  .menu-list li a:hover::after,
  .menu-list li a.active::after {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# MOBILE VIEW (FIXED — NO CUT / NO OVERFLOW)
--------------------------------------------------------------*/

@media (max-width:1199px){

/* Hamburger + Close icon base */
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
  z-index: 10002;
  position: relative;
}

/* Hamburger icon */
.mobile-nav-toggle::before {
  content: "\2630";
}

/* ===== WHEN MENU OPEN ===== */
#menu-toggle:checked + .mobile-nav-toggle {

  position: fixed;        /* IMPORTANT */
  top: 18px;              /* adjust if needed */
  right: 18px;

  background: #ffffff;
  border-radius: 50%;
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Close icon */
#menu-toggle:checked + .mobile-nav-toggle::before {
  content: "\2715";
  font-size: 22px;
}

/* ===== MENU BOX ===== */

.menu-list {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;

  width: 92%;
  max-width: 420px;

  background: #fff;
  border-radius: 16px;
  padding: 18px 0;

  box-shadow: 0 12px 35px rgba(0,0,0,.2);
  z-index: 10000;
}

#menu-toggle:checked ~ .menu-list {
  display: block;
}

/* Menu alignment */
.menu-list li {
  padding: 10px 18px;
  text-align: left;
}

.menu-list li a {
  display: block;
  padding: 10px 6px;
  font-size: 16px;
}

.menu-list li a::after {
  display: none;
}

}

/*--------------------------------------------------------------
# Breadcrumb / Right Side User Info
--------------------------------------------------------------*/

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  color:black;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer-simple {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #09244a;
    color: #ffffff;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
}

.footer-simple .credits {
	font-size: 12px;
	color: #e0e0e0;
}

@media ( max-width : 576px) {
	.footer-simple {
		font-size: 12px;
		padding: 10px 5px;
	}
}

.footer-full {
	background-color: #051225;
	font-size: 14px;
}

/* TOP SECTION */
.footer-full .footer-top {
	padding-top: 40px;
	padding-bottom: 25px;
}

/* TITLE */
.footer-full .sitename {
	font-size: 18px;
	font-weight: 700;
}

/* CONTACT TEXT */
.footer-full .footer-contact p {
	margin-bottom: 5px;
}

/* SOCIAL ICONS */
.footer-full .social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #555;
	transition: 0.3s;
}

.footer-full .social-links a:hover {
	color: #0d6efd;
	border-color: #0d6efd;
}

/* COPYRIGHT */
.footer-full .credits {
	font-size: 13px;
	color: #6c757d;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 1000px;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}
 
.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
 
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--header-background), transparent 33%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
 
.hero .container {
  position: relative;
  z-index: 3;
}
 
.hero h1 {
  margin: 0 0 5px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  font-family: "montserrat";
  color: white;
  text-align: left;
}
 
.hero h1 span {
  color: var(--heading-color);
  border-bottom: 4px solid var(--accent-color);
}
 
.hero p {
  color: white;
  margin: 5px 0 30px 0;
  font-size: 30px;
  font-weight: 800;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 29, 56, .7); /* 🔥 overlay color */
  z-index: 2;
}
 
.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
 
.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
 
.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}
 
.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
 
.hero .btn-watch-video:hover {
  color: var(--accent-color);
}
 
.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}
 
.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
 
@media (max-width: 640px) {
  .hero {
  width: 100%;
  height: 1500px;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}
  .hero h1 {
    padding-top: 55px;
    font-size: 28px;
    line-height: 36px;
  }
 
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 
  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}
.btn-get-started {
  display: inline-block;
  background-color: #007bff !important;   /* blue */
  color: #ffffff !important;              /* white text */
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}
 
/* Hover effect */
.btn-get-started:hover {
  background-color: #ffffff;
  color: #007bff;
  border: 2px solid #007bff;
}
 