body {
  font-family: 'Segoe UI', sans-serif;
}

.navbar {
	background-color: #fff;
}

.navbar-nav {
	padding: 10px;
}

.navbar-nav .nav-item{
	margin: 10px;
	font-weight: 500;
}

.navbar-brand-img {
	height: 50px;
	width: auto;
}


.nav-link {
	font-weight: bolder;
}

.nav-link.active {
	color: #111;
}

.nav-link.active::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #111;
  margin: 5px auto 0;
}

.nav-link.active:hover {
	color: #fff;

}

.nav-link:hover {
	color: #fff;
	background-color: #111;
	padding: 8px;
	border-radius: 5px;
}
 
.img-responsive {
	max-width: 30%;
	height: auto;
}

.whatsapp-float {
	position: fixed;
	bottom: 40px;
	left: 40px;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	z-index: 9999;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #1ebe5d;
	color: #fff;
	transform: scale(1.05);
	transition: all 0.2s ease;
}


/* HERO */
.hero {
  background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../images/banner-bg.png') center/cover no-repeat;
  padding-bottom: 6rem;
  padding: 60px;
}

.hero {
  background: linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45)), url('../images/banner-bg.png') center/cover no-repeat;
  padding-bottom: 6rem;
}

.hero-content {
  padding-top: 4rem;
}

.hero-title {
	font-weight: bolder;
	font-size: 3rem;
}

.about-hero {
  height: 45vh;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("hero-bg.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-contact-item {
	display: flex;
}

.footer-contact-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #474c57;
	height: 40px;
	width: 40px;
	margin: 5px;
	border-radius: 10px;
}

.footer-contact-item-data {
	margin-left: 5px;
	margin-top: 2px;
}

.footer-contact-title {
	font-size: 9pt;
	margin-bottom: 0px;
}

.footer-contact-data {
	font-weight: bolder;
}

.about-hero-title {
  color: #fff;
  font-size: 3rem;
  font-weight: bolder;
}

.about-profile {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.about-profile img{
	width: 600px;
}

.about-commitment {
	background: linear-gradient(180deg, #1c1f26, #0f1115);
	color: #fff;
	padding: 2rem;
	border-radius: 20px;	
}

.about-section-title {
  display: inline-block;
  margin-bottom: 1.5rem;
  position: relative;
}

.about-hero-subtitle {
  color: #ccc;
  max-width: 320px;
}

.about-commitment-list {
	display: flex;
	justify-content: space-between;
}

.commitment-box {
	display: flex;
}

.commitment-details {
	display: flex;
	background-color: #2a2d32;
	width: 100%;
	padding: 10px;
	border-radius: 20px;
	margin: 10px;
}

.about-mission-text {
	margin-top: 30px;
	font-size: 25px;
	font-weight: bolder;
}

.commitment-box i {
	font-size: 20pt;
	color: #fff;
	padding: 10px;
	border-radius: 20%;
	margin: 7px;
	background-color: #474c57;
}

.commitment-box p {
	margin: 7px;
}

.about-commitment-card-btn {	
	background-color: #fff;
	padding: 10px 10px 10px;
	border-radius: 20px;	
	color: #111;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}

.contact-us-section {
	margin-top: 40px;
	margin-bottom: 70px;
}

.contact-label {
	color: #94979a;
	font-size: 10pt;
}

.contact-submit-btn {
	background-color: #111;
	color: #fff;
	padding: 10px 10px 10px;
	border-radius: 10px;
	width: 80%;
	margin-top: 30px;
}

.contact-submit-btn:hover {
	background-color: #03030377;
	color: #111;
	padding: 10px 10px 10px;
	border-radius: 10px;
	width: 80%;
	margin-top: 30px;
}

.about-badge {
  display: inline-block;
  background: #474c57;
  color: #fff;
  padding: .3rem .9rem;
  border-radius: 20px;
  font-size: .8rem;
  margin-bottom: .8rem;	  
}

.about-badge-icon{
	display: inline-block;
	background: #474c57;
	color: #fff;
	padding: .3rem .9rem;
	border-radius: 20px;
	font-size: 2rem;
	margin-bottom: .8rem;
}

.booking-form {
  background: #fff;
  padding: 1.5rem;
  border-radius: 16px;
}

.input-label {
	color: #94979a;
	font-size: 11pt;
}

.input-group {
	position: relative;
	width: 250px;
}

.input-group input {
	width: 100%;
	padding: 10px 10px 10px 35px;
	box-sizing: border-box;
}

.input-group .input-icon {
	position: absolute;
	top: 30%;
	left: 10px;
	transform: translateY(-50%);
	pointer-events: none;

}

.button-iccon {
	font-size: 9pt;
	margin-left: 4px;
}

.title-icon {
	background: linear-gradient(to right, #111, #777);
	font-size: 35px;
	padding: 20px;
	border-radius: 20px;
	color: #fff;
}

.text-color{
	color: #94979a;
}

.lead {
	font-size: 13pt;
	color: #94979a;
}

h2{
	position: relative;
	display: inline-block;
}

h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #111;
  margin: 12px auto 0;
}

.text-title {
	font-weight: bolder;
}

.text-title::after{
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	background: #111;
	margin: 15px auto 0;
	background: linear-gradient(to right, #111, #777);
	border-radius: 2px;
}

.text-title-alt::after{
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	background: #111;
	margin: 15px auto 0;
	background: linear-gradient(to right, #fff, #777);
	border-radius: 2px;
}

.footer-title::after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	background: #fff;
	margin: 10px 1px 0;
	border-radius: 2px;	
}

/* SERVICES */
.service-card {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  height: 100%;
  transition: all .3s ease;
}

.detailed-service-box {
	background: #fff;
	padding-top: 2rem;
	padding-bottom: 3rem;
	border-radius: 16px;
	height: 100%;
	transition: all .3s ease;
}

.card-padding {
	padding: 2rem;
}

.detailed-service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

.detailed-get-started {
	background-color: #111;
	padding: 10px 100px 10px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	border-radius: 20px;
}

.detailed-get-started i {
	font-size: 9pt;
	margin-left: 3px;
}

.detailed-service-item {
	display: flex;
}

.detailed-service-item i {
	margin-right: 15px;
	font-size: 10pt;
}

.detailed-service-item p {
	font-size: 10pt;
}

.detailed-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(180deg, #1c1f26, #0f1115);
	padding: 40px;
}

.detailed-card-icon {
	color: #fff;
	font-size: 35pt;
}

.detailed-button-btn {
	background: transparent;
	color: #fff;
	padding: 10px 10px 10px;
}

.detailed-card-button {
	background: transparent;
}

.card-top {
	display: flex;
	justify-content: space-between;
	align-items: center; 
}

.card-icon {
	font-size: 15pt;
	margin-bottom: 1rem;
	color: #fff;	
	background: linear-gradient(to right, #111, #777);
	padding: 10px;
	border-radius: 20%;
}

.card-button-btn {
	border: none;
	padding: 10px;
	color: #94979a;
	background-color: #fff;
}

.card-button-btn:hover{
	background: linear-gradient(to right, #111, #777);
	color: #fff;
	border-radius: 10px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

.service-card-desc-title {
	font-weight: bolder;
}

/* FOOTER */
.footer {
  background: #0b0b0b;
}

.footer a {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin-bottom: .4rem;
}

/* ANIMATIONS */
.animate-fade {
  animation: fadeUp 1s ease forwards;
}

.animate-slide {
  animation: slideUp .8s ease forwards;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
