@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

.fa-footer {
  color: #fff;
  font-size: 16px;
  margin: 5px 10px;
  -webkit-transition: all .7s;
  transition: all .7s;
  padding: 10px;
}

.call {
  color: #636363;
  font-size: 16px;
  -webkit-transition: all .7s;
  transition: all .7s;
  text-decoration: none;
}


* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.navbar p {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

.navbar {
  background-color: #EE8B38 !important;
  /* Orange */
  margin-bottom: 0;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 25px;
  transition: background-color 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.lang_img {
  height: 1.4em;
  width: auto;
}

.content-col {
  position: relative;
  background: #fff;
  padding: 20px 10px;
}

.text-wrapper {
  max-width: 767px;
  margin: 0 auto;
  padding: 20px;
}

.main-title {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  padding: 10px 0 15px;
}

.main-title:before {
  content: '';
  position: absolute;
  top: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EE8B38;
}

.main-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EE8B38;
}

.footer {
  background-color: #333333;
  padding: 30px 0 20px;
  margin-top: auto;
  color: #fff;
}

.footer h4 {
  color: #fff;
  text-transform: uppercase;
}

.footer p {
  color: #ccc;
}

.footer a {
  color: #EE8B38;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer .fa {
  padding: 0;
}

.scroll-top {
  position: fixed;
  background-color: #EE8B38;
  background-size: 48px;
  bottom: 70px;
  right: 30px;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1000;
  color: #fff;
}

.scroll-top .fa {
  padding: 15px;
  margin: 0;
}

.logo-text {
  cursor: pointer;
}

.logo-text p {
  font-size: 32px !important;
  padding: 5px;
}

.handwritten {
  font-family: 'Great Vibes', cursive;
}

@media only screen and (max-width: 991px) {
  #mainNavbar {
    border-top: 1px solid whitesmoke;
    padding-top: 0;
  }

  .navbar-toggler {
    margin-left: 12px;
  }

  .navbar .container {
    margin: 0;
    padding: 12px 0;
    width: 100%;
    max-width: 100%;
  }

  .navbar-nav {
    float: none;
    padding-right: 12px;
  }

  .main-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }

  .main-title:before {
    width: 260px;
  }

  .main-title:after {
    width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  .main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }

  .main-title:before {
    width: 200px;
  }

  .main-title:after {
    width: 200px;
  }
}

/* Completely hide the native file input */
input[type="file"] {
  display: none;
}

/* Make nav links wider and prevent text wrapping */
.navbar-nav .nav-link {
  padding: 10px 20px;
  /* wider horizontal spacing */
  white-space: nowrap;
  /* keep text on one line */
}

/* Notification Overlay Styles */
.notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.notification-modal {
  background: white;
  padding: 30px;
  border-radius: 15px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  animation: fadeInScale 0.3s ease-out;
}

.notification-body {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
