/* Navbar */
.navbar {
  background: #fff;
  border-top: 5px solid #243f38;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  position: sticky;
  top: 0;
  z-index: 9999;
}

.navbar .container {
  max-width: 1960px;
  padding: 0 40px;
}

.navbar-brand img {
  height: 96px;
  padding: 8px 0;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #323995 !important;
  padding: 43px 23px !important;
  transition: color .25s;
}

.nav-link:hover,
.nav-link.active-link {
  color: #D43929 !important;
}

.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
  padding: 8px 0;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-nav .dropdown:hover>.dropdown-toggle::after {
  transform: rotate(180deg);
}

.dropdown-item {
  font-size: 13px;
  padding: 8px 18px;
  color: #333;
  transition: all .2s;
}

.dropdown-item:hover {
  background: #323995;
  color: #fff;
}

.btn-brochure {
  background: #3a3a99;
  color: #fff !important;
  border-radius: 6px;
  padding: 14px 46px !important;
  font-size: 15px;
  font-weight: 500;
  margin-left: 90px;
  transition: background .25s;
}

.btn-brochure:hover {
  background: #2d2d86 !important;
  color: #fff !important;
}

/* Footer */
footer {
  background: #fff;
  padding: 42px 0 0;
  color: #273244;
}

footer .container {
  max-width: 1680px;
  padding-left: 52px;
  padding-right: 52px;
}

footer .row {
  justify-content: space-between;
}

.footer-main {
  align-items: flex-start;
}

.footer-links-col,
.footer-contact-col {
  transform: translateX(-28px);
}

.footer-logo img {
  height: 54px;
  filter: none;
  margin-bottom: 22px;
}

footer p.footer-desc {
  color: #1f2937;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 500;
  line-height: 1.48;
  max-width: 430px;
  margin: 0;
}

footer h6.fh {
  color: #172033;
  font-weight: 800;
  font-size: clamp(20px, 1.35vw, 28px);
  margin: 0 0 18px;
  letter-spacing: 0;
  line-height: 1.1;
  position: relative;
  padding-left: 28px;
  text-transform: none;
}

footer h6.fh::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 30px;
  background: #ffda17;
}

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

footer ul.flist li {
  margin-bottom: 11px;
  position: relative;
  padding-left: 28px;
}

footer ul.flist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border: 5px solid #ffda17;
  border-radius: 50%;
}

footer ul.flist li a {
  color: #5f6570;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

footer ul.flist li a:hover {
  color: #D43929;
}

.f-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.f-contact-item i {
  width: 15px;
  height: 15px;
  border: 5px solid #ffda17;
  border-radius: 50%;
  font-size: 0;
  margin-top: 7px;
  flex: 0 0 15px;
  color: transparent;
}

.f-contact-item span {
  color: #3d4a5f;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 400;
  line-height: 1.46;
  overflow-wrap: anywhere;
}

.f-contact-item strong,
.footer-contact-block>strong {
  color: #334155;
  font-weight: 800;
  font-size: clamp(16px, 1.1vw, 21px);
  line-height: 1.46;
}

.footer-contact-block {
  margin-bottom: 10px;
}

.visitor-box {
  border: 2px solid #111;
  border-radius: 5px;
  color: #3d4a5f;
  font-size: clamp(13px, .9vw, 17px);
  font-weight: 500;
  line-height: 1.3;
  min-width: 260px;
  padding: 6px 16px;
  margin-top: 0;
  display: inline-block;
  text-align: center;
}

.footer-visitor-row {
  margin: 6px 0 0;
  padding: 0;
  text-align: right;
}

.footer-visitor-row .visitor-box {
  margin-top: 0;
}

.footer-bottom {
  background: #fff;
  border-top: 1px solid #273244;
  padding: 14px 0 18px;
  margin: 10px auto 0;
  max-width: 1680px;
  text-align: center;
}

.footer-bottom p {
  color: #3d4a5f;
  font-size: clamp(15px, 1.05vw, 21px);
  font-weight: 400;
  margin: 0;
}

.footer-bottom a {
  color: red;
  font-weight: 800;
  text-decoration: none;
}

/* WhatsApp Float Icon */
.wa-float,
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 18px;
  z-index: 9999;
}

.wa-float a,
.whatsapp-float {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #5ed56f !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 1.6rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, .4) !important;
  transition: all .3s ease !important;
}

.wa-float a:hover,
.whatsapp-float:hover {
  transform: scale(1.15) !important;
}

.wa-float a i,
.whatsapp-float i {
  color: #fff;
}

/* WhatsApp Tooltip */
.wa-float a::before {
  content: 'WhatsApp';
  position: absolute;
  left: 68px;
  background: #D43929;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .25s;
  pointer-events: none;
  font-weight: 600;
}

.wa-float a:hover::before {
  opacity: 1;
}

@media(max-width:1599px) {
  .navbar .container {
    padding: 0 28px;
  }

  .navbar-brand img {
    height: 82px;
  }

  .nav-link {
    font-size: 15px;
    padding: 33px 14px !important;
  }

  .btn-brochure {
    font-size: 15px;
    margin-left: 48px;
    padding: 12px 28px !important;
  }
}

@media(max-width:991px) {
  .navbar .container {
    padding: 0 16px;
  }

  .navbar-brand img {
    height: 74px;
  }

  .nav-link {
    font-size: 16px;
    padding: 10px 0 !important;
  }

  .btn-brochure {
    display: inline-block;
    margin: 10px 0 16px;
    padding: 12px 22px !important;
    font-size: 16px;
  }

  footer {
    padding-top: 30px;
  }

  footer .container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .footer-links-col,
  .footer-contact-col {
    transform: none;
  }

  .footer-logo img {
    height: 48px;
    margin-bottom: 16px;
  }

  footer p.footer-desc {
    font-size: 13px;
    max-width: none;
  }

  footer h6.fh {
    font-size: 21px;
    margin-bottom: 12px;
    padding-left: 20px;
  }

  footer h6.fh::before {
    width: 4px;
    height: 24px;
  }

  footer ul.flist li {
    margin-bottom: 8px;
    padding-left: 24px;
  }

  footer ul.flist li::before,
  .f-contact-item i {
    width: 12px;
    height: 12px;
    border-width: 4px;
  }

  footer ul.flist li a,
  .f-contact-item span {
    font-size: 14px;
  }

  .visitor-box {
    font-size: 12px;
    min-width: 220px;
  }

  .footer-visitor-row {
    padding: 0;
  }

  .footer-bottom {
    margin-top: 10px;
    padding: 12px 20px 16px;
  }

  .footer-bottom p {
    font-size: 13px;
    overflow-wrap: anywhere;
  }
}

@media(max-width:767px) {
  footer {
    padding-top: 26px;
  }

  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo img {
    height: 42px;
    margin-bottom: 14px;
  }

  footer p.footer-desc {
    font-size: 12px;
    line-height: 1.6;
  }

  footer h6.fh {
    font-size: 19px;
    margin-bottom: 10px;
    padding-left: 18px;
  }

  footer h6.fh::before {
    width: 4px;
    height: 22px;
  }

  footer ul.flist li {
    margin-bottom: 7px;
    padding-left: 22px;
  }

  footer ul.flist li::before,
  .f-contact-item i {
    width: 11px;
    height: 11px;
    border-width: 4px;
    top: 6px;
  }

  .f-contact-item {
    gap: 10px;
    margin-bottom: 8px;
  }

  .f-contact-item i {
    margin-top: 6px;
  }

  footer ul.flist li a,
  .f-contact-item span {
    font-size: 13px;
  }

  .visitor-box {
    font-size: 11px;
    min-width: 190px;
    padding: 6px 8px;
  }

  .footer-visitor-row {
    padding: 0;
    text-align: right;
  }

  .footer-bottom {
    margin-top: 8px;
    padding: 11px 16px 14px;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }
}
