body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-header {
    background-color: #000b66;
    color: #ffffff;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 6px 16px;
}

.top-link {
    color: #ffffff;
    text-decoration: none;
}

.top-link:hover {
    text-decoration: underline;
}

.main-nav {
    padding: 10px 16px 0 16px;
}

.site-logo {
    max-height: 80px;
    width: auto;
}

.logo-area {
    margin-right: 40px;
}

.logo-text {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


/* Vertical social icons in the header */
.social-area .social-icon {
    color: #ffffff;
    font-size: 1.3rem;
    transition: opacity 0.2s ease;
}
.social-area .social-icon:hover {
    opacity: 0.8;
}

/* Social icons in top bar (vertical alignment) */
.top-bar .top-socials .social-icon {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
}
.top-bar .top-socials .social-icon:hover {
    opacity: 0.8;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 0.9rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #ffd700;
}

/* Multi-level dropdown styles */
/* Show dropdown on hover for top-level and nested submenus */
.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}
/* Position nested dropdown menus */
.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}
/* Show nested dropdown on hover */
.dropdown-menu li:hover > .dropdown-menu {
    display: block;
}

.tagline {
    background-color: #000852;
    font-size: 1.05rem;
}

/* Search bar styles */
.top-bar .search-form input[type="search"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 140px;
}
.top-bar .search-form input::placeholder {
    color: #dddddd;
}
.top-bar .search-form button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.top-bar .search-form button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-header {
    background-color: #000b66;
    color: #ffffff;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 6px 16px;
}

.top-link {
    color: #ffffff;
    text-decoration: none;
}

.top-link:hover {
    text-decoration: underline;
}

.main-nav {
    padding: 10px 16px 0 16px;
}

.site-logo {
    max-height: 80px;
    width: auto;
}

.logo-area {
    margin-right: 40px;
}

.logo-text {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.social-links .social-icon {
    color: #ffffff;
    font-size: 1.2rem;
}

.social-links .social-icon:hover {
    opacity: 0.8;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: 8px 16px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #ffd700;
}

.tagline {
    background-color: #000852;
    font-size: 1.05rem;
}

/* Footer styles */
.site-footer {
  background-color: #00113d;
  color: #ffffff;
  position: relative;
  font-size: 0.9rem;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #dcdcdc;
}
.site-footer .footer-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.site-footer .social-icons i {
  font-size: 1.25rem;
}

/* Contact and social heading */
.site-footer .contact-heading {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

/* Spacing for bottom bar */
.site-footer .footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

/* Logo sizing */
.site-footer .footer-logo img {
  max-height: 80px;
}

/* Contact icons */
.site-footer .contact-icons a {
  color: #ffffff;
  margin-left: 0.5rem;
  font-size: 1.25rem;
}

.site-footer .back-to-top {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #073086;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
}
.site-footer .back-to-top:hover {
  background-color: #002366;
}
.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.whatsapp-btn .primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  font-size: 28px;
  transition: background-color 0.2s ease;
}
.whatsapp-btn .primary-btn:hover {
  background-color: #1ebc55;
}

/* Secondary small button next to WhatsApp (blue cross) */
.whatsapp-btn .secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0e6cd0;
  color: #ffffff;
  margin-left: 10px;
  font-size: 18px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  cursor: default;
}
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-header {
    background-color: #000b66;
    color: #ffffff;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 6px 16px;
}

.top-link {
    color: #ffffff;
    text-decoration: none;
}

.top-link:hover {
    text-decoration: underline;
}

.main-nav {
    padding: 10px 16px 0 16px;
}

.site-logo {
    max-height: 80px;
    width: auto;
}

.logo-area {
    margin-right: 40px;
}

.logo-text {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


/* Vertical social icons in the header */
.social-area .social-icon {
    color: #ffffff;
    font-size: 1.3rem;
    transition: opacity 0.2s ease;
}
.social-area .social-icon:hover {
    opacity: 0.8;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: 8px 16px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #ffd700;
}

.tagline {
    background-color: #000852;
    font-size: 1.05rem;
}

/* Search bar styles */
.top-bar .search-form input[type="search"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 140px;
}
.top-bar .search-form input::placeholder {
    color: #dddddd;
}
.top-bar .search-form button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.top-bar .search-form button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-header {
    background-color: #000b66;
    color: #ffffff;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    padding: 6px 16px;
}

.top-link {
    color: #ffffff;
    text-decoration: none;
}

.top-link:hover {
    text-decoration: underline;
}

.main-nav {
    padding: 10px 16px 0 16px;
}

.site-logo {
    max-height: 80px;
    width: auto;
}

.logo-area {
    margin-right: 40px;
}

.logo-text {
    font-size: 1.5rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


/* Vertical social icons in the header */
.social-area .social-icon {
    color: #ffffff;
    font-size: 1.3rem;
    transition: opacity 0.2s ease;
}
.social-area .social-icon:hover {
    opacity: 0.8;
}

.navbar-nav .nav-link {
    color: #ffffff;
    padding: 8px 16px;
    font-weight: 500;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: #ffd700;
}

/* Multi-level dropdown styles */
/* Show dropdown on hover for top-level and nested submenus */
.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}
/* Position nested dropdown menus */
.dropdown-menu .dropdown-submenu {
    position: relative;
}
.dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
}
/* Show nested dropdown on hover */
.dropdown-menu li:hover > .dropdown-menu {
    display: block;
}

.tagline {
    background-color: #000852;
    font-size: 1.05rem;
}

/* Search bar styles */
.top-bar .search-form input[type="search"] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 140px;
}
.top-bar .search-form input::placeholder {
    color: #dddddd;
}
.top-bar .search-form button {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.top-bar .search-form button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
