/*header*/
.header {
  background: #fff;
  border-bottom: 1px solid #dedede;
}

.navbar-brand img {
  max-height: 70px;
}

.navbar-toggler {
  border: none;
  font-size: 1.5rem;
}

.offcanvas {
  width: 300px;
  background: #f8f9fa;
}

.offcanvas-title {
  font-weight: bold;
}

.offcanvas-body .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #096992;
  padding: 10px 0;
  font-weight: bold;
}

.offcanvas-body .nav-link img {
  width: 20px;
  height: 20px;
}


/* --------------------------------------------------
   HERO SECTION
-------------------------------------------------- */
.hero {
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.hero .hero-container {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('/../webroot/img/login-img/login-bg.jpg') center/cover no-repeat;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 20px;
}

.hero .hero-content {
  max-width: 500px;
  margin: 0 auto;
}

.hero .hero-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.hero .hero-content h1 span {
  color: #c92e2a;
}

.hero .hero-content p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #ffffff;
}


/* --------------------------------------------------
   SERVICES SLIDER WRAPPER
-------------------------------------------------- */
.service-slider {
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.service-slider .service-area {
  margin: 0 10px;
}

.service-slider .service-area:last-child {
  margin-right: 0;
}

.service-row h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
}


/* --------------------------------------------------
   SERVICE BOXES
-------------------------------------------------- */
.service-area {
  background: #c92e2a;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  transition: all 0.5s ease;
}

.service-area a {
  display: flex;
  align-items: center;
  min-height: 70px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.service-area span {
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.service-area span img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.service-area a h6 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}

.service-area a p {
  font-size: 12px;
  color: #ffffff;
}


/* --------------------------------------------------
   HOVER EFFECTS
-------------------------------------------------- */
.service-area:hover {
  background: #096992;
}

.service-area:hover span {
  background: #ffffff;
}

.service-area:hover span img {
  filter: brightness(1) invert(0);
}

.service-area:hover a,
.service-area:hover a h6,
.service-area:hover a p {
  color: #ffffff;
}


/* --------------------------------------------------
   SLICK ARROWS
-------------------------------------------------- */
.service-slider .slick-prev,
.service-slider .slick-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 20px;
  background: #014c8e;
  color: #fff;
  border: 1px solid #ffffff;
  transition: 0.5s;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
  display: none;
}

.service-slider .slick-prev:hover,
.service-slider .slick-next:hover,
.service-slider .slick-next:focus {
  background: #c92e2a !important;
  color: #fff !important;
  border-color: #ffffff !important;
}


/* --------------------------------------------------
   SLICK DOTS
-------------------------------------------------- */
.service-slider .slick-dots {
  padding: 15px 0 !important;
  text-align: center;
}

.service-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.service-slider .slick-dots li button {
  border: none;
  background: transparent;
  padding: 0;
}

.service-slider .slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-slider .slick-dots li.slick-active button:before {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.3);
}




.hero .contact-bottom {
  background-color:
    color-mix(in srgb, #2e0a13, transparent 90%);
  padding: 25px 0;
  margin-top: 40px;
  text-align: center;
}

.hero .contact-bottom .contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-size: 16px;
  flex-wrap: wrap;
}

.hero .contact-bottom span.label {
  font-weight: 600;
  margin-right: 6px;
}

.hero .contact-bottom a {
  color: #c92e2a;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero .contact-bottom .separator {
  font-size: 18px;
  opacity: 0.6;
}


/*New Login */
.login-wrap {
  padding: 30px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 1);
  text-align: left;
}

.hero .login-top{
  text-align: center;
}

.hero .login-top img{
  max-height: 40px;
  margin-bottom: 15px;
}

.hero .login-top h3 {
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 25px;
}

.hero .login-top p {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 14px;
}

.login-wrap .password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Buttons */
.login-wrap .btn-primary {
  background: #096992;
  border: none;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background 0.3s ease;
  box-shadow: none;
}

.login-wrap .btn-primary:hover {
  background-color: #c92e2a;
}

.login-wrap .login-btn-fill {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.login-wrap .forgot_passwd,
.login-wrap .forgotpasswd {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.login-wrap .forgot_passwd:hover,
.login-wrap .forgotpasswd:hover {
  text-decoration: underline;
}

.hero .signin-form p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.hero .loginCard p a {
  color: #ffffff;
  text-decoration: underline;
}


/*================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  transition: background-color 5000s ease-in-out 0s;

}

.error-message {
  top: unset;
  width: 100%;
  position: relative !important;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}




/* General Footer Styles */
.login-footer {
  background-color: #ffffff;
  color: #000000;
}

.footer-top {
  background-color: #014c8e;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top h4.main__heading {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
}

.footer-top span {
  font-size: 14px;
  color: #bbb;
}

.footer_bg {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 5px;
}

.footer-middle {
  padding: 40px 0;
}

.footer-info img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}


.footer-social-links a {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  background-color: transparent;
  transition: all 500ms ease;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  text-decoration: none;
}

.footer-social-links a.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #ffffff;
}

.footer-social-links a.instagram {
  background-color: #E1306C;
  border: 1px solid #E1306C;
  color: #ffffff;
}

.footer-social-links a.twitter {
  background-color: #00acee;
  border: 1px solid #00acee;
  color: #ffffff;
}

.footer-social-links a.linkedin {
  background-color: #0077B5;
  border: 1px solid #0077B5;
  color: #ffffff;
}

.footer-social-links a.youtube {
  background-color: #cc181e;
  border: 1px solid #cc181e;
  color: #ffffff;
}




.footer-links h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links ul li a:hover {
  color: #c92e2a;
  text-decoration: underline;
}

.message {
  background-color: #444;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.message.hide {
  display: none;
}

.footer-bottom {
  background-color: #ffffff;
  padding: 20px 0;
  font-size: 14px;
  color: #000000;
  border-top: 1px solid #dedede;
}

.footer-bottom strong span {
  color: #000000;
}

@media (max-width: 768px) {
  .footer-social-links a {
    font-size: 18px;
  }
}