:root {
  /* --primary: #5271ff !important; */
  --primary: #001a8f !important;
  --primaryrgb: #001a8f !important;
  --primaryrgb05: rgba(0, 26, 143, 0.5) !important;
  --secondary: #00a0e3 !important;
  --tertiary: #ff6c00 !important;
  --accent: #64d6ff !important;
  --light: #f5f9fc !important;
  --dark: #333 !important;
  --success: #4caf50 !important;
}

@font-face {
  font-family: "Century Gothic Std";
  src: url("./fonts/CenturyGothicStd-Bold.eot");
  src: local("Century Gothic Std Bold"), local("CenturyGothicStd-Bold"),
    url("./fonts/CenturyGothicStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/CenturyGothicStd-Bold.woff2") format("woff2"),
    url("./fonts/CenturyGothicStd-Bold.woff") format("woff"),
    url("./fonts/CenturyGothicStd-Bold.ttf") format("truetype"),
    url("./fonts/CenturyGothicStd-Bold.svg#CenturyGothicStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rabona 400";
  src: url("fonts/Rabona-700.eot");
  src: local("Rabona 700"), local("Rabona-700"),
    url("fonts/Rabona-700.eot?#iefix") format("embedded-opentype"),
    url("fonts/Rabona-700.woff2") format("woff2"),
    url("fonts/Rabona-700.woff") format("woff"),
    url("fonts/Rabona-700.ttf") format("truetype"),
    url("fonts/Rabona-700.svg#Rabona-700") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Ultra-modern header styling 2025 */
body {
  margin: 0;
  padding: 0;
  /* font-family: "Poppins", sans-serif; */
}
.hero {
  height: 70vh !important;
}
.hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0px !important;
}
footer {
  background: #001a8f;
}

.footer-links a {
  color: #fff;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #fbf8ff;
  text-decoration: underline;
  font-weight: bold;
}

header {
  /* background: rgba(255, 255, 255, 0.95); */
  background: #001a8f;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

header:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

header .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
}
.container1 {
  width: 98% !important;
  max-width: 98% !important;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.logo a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  /* width: 500px; */
  /* height: 335px; */
  background: #5271ff;
  text-align: center;
  margin: 0 auto;
}

.logo:hover {
  transform: scale(1.02);
}

.logo-image img {
  max-height: 65px;
  /* margin-right: 22px; */
  /* border-radius: 8px; */
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease, transform 0.3s ease;
  margin: 0 auto;
  padding: 10px;
}

.logo-image:hover img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
  transform: translateY(-2px);
}

.logo-title-wrapper {
  display: flex;
  flex-direction: column;
}

.logo-title-wrapper h1 {
  font-size: 1.85rem;
  margin-left: 10px;
  background: linear-gradient(135deg, #2c3e50, #4a6491);
  -webkit-background-clip: text;
  background-clip: text;
  color: white !important;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.1;
  font-family: "Century Gothic Std";
  font-weight: bold;
  font-style: normal;
}

.logo-title-wrapper h3 {
  font-size: 0.95rem;
  /* margin: 5px 0 0; */
  padding-left: 10px;
  color: white !important;
  font-weight: 500;
  letter-spacing: 1.5px;
  opacity: 0.85;
  /* text-transform: uppercase; */
  font-family: "Rabona 400";
  font-weight: bold;
  font-style: normal;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links li {
  margin-left: 38px;
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  /* color: #2c3e50; */
  color: #ffffff;
  /* font-weight: 500; */
  font-size: 1.05rem;
  padding: 10px 0;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.nav-links li a:hover::before {
  background: linear-gradient(to right, #e8d5b5, #e8d5b5);
}
.nav-links li a:hover {
  /* color: #3498db; */
  color: #e8d5b5;
  /* text-decoration: underline; */
  font-weight: bold;
  transform: translateY(-2px);
}

.nav-links li a.active {
  /* color: #3498db; */
  color: #68fbd0;
}

/* Modern animated underline effect */
.nav-links li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #68fbd0, #17c19a);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}

.nav-links li a:hover::before,
.nav-links li a.active::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* Modern burger menu */
.burger {
  display: none;
  cursor: pointer;
  /* background: rgba(52, 152, 219, 0.05); */
  background: #00a0d3;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.toggle .line1,
.toggle .line2,
.toggle .line3 {
  background: linear-gradient(to right, #00168a, #00168a) !important;
}
.burger:hover {
  /* background: rgba(52, 152, 219, 0.1); */
  background: #00a0d3;
}

.burger div {
  width: 25px;
  height: 3px;
  background: linear-gradient(to right, #00168a, #00168a);
  margin: 5px;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.page-header {
  padding: 50px 0 50px !important;
}
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 980px) {
  header .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .logo-title-wrapper h1 {
    font-size: 1.6rem;
  }

  .logo-title-wrapper h3 {
    font-size: 0.85rem;
  }

  .nav-links {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    /* background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    align-items: normal;

    /*width: 280px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);*/
    z-index: 1001;
    padding: 20px 0;
  }

  .nav-links li {
    /* margin: 7px 0; */
    opacity: 0;
    /* transform: translateX(50px);
    transition: all 0.4s ease;
    width: 100%;
    text-align: center; */
  }

  .nav-links li a {
    display: block;
    padding: 7px 0;
    /* width: 100%; */
    width: 75%;
    font-size: 1.2rem;
  }

  .nav-links.nav-active {
    transform: translateX(0%);
    transform: translateX(0%);
    width: 280px;
    /* background: white; */
    background: #00006a;
    text-align: left;
  }

  .nav-links.nav-active li {
    opacity: 1;
    margin-left: 0px !important;
    transform: translateX(0);
    padding-left: 20px !important;
  }

  .nav-links.nav-active li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .nav-links.nav-active li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .nav-links.nav-active li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .nav-links.nav-active li:nth-child(4) {
    transition-delay: 0.5s;
  }
  .nav-links.nav-active li:nth-child(5) {
    transition-delay: 0.6s;
  }

  .burger {
    display: block;
    z-index: 1002;
  }

  .logo-image img {
    max-height: 50px;
    margin: 0 auto;
    padding: 10px;
  }
}

@media screen and (max-width: 580px) {
  header .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .logo-title-wrapper h1 {
    font-size: 1.2rem;
  }

  .logo-title-wrapper h3 {
    font-size: 0.75rem;
  }

  .logo-image img {
    /* max-height: 45px;
    margin-right: 15px; */
    max-height: 45px;
    /* margin-right: 15px; */
    margin: 0 auto;
    padding: 10px;
  }
}

/* Burger menu animation */
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
  background: linear-gradient(to right, #e74c3c, #c0392b);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
  background: linear-gradient(to right, #e74c3c, #c0392b);
}

/* Overlay when mobile menu is open */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .page-header {
    padding: 50px 0 50px !important;
  }
}

a[href^="tel:"] or a[href^="mailto:"] {
  text-decoration: none;
  color: var(--dark) !important;
}

a[href^="tel"] {
  color: var(--dark) !important;
  animation: 3s ease 0s infinite normal none running tilt-shaking;
  display: inline-block;
}
a[href^="mailto"] {
  color: var(--dark) !important;
  animation: 3s ease 0s infinite normal none running tilt-shaking;
  display: inline-block;
}
.shake-icon {
  /* animation: tilt-shaking 0.3s infinite; */
  animation: 2s ease 0s infinite normal none running pulsesprade;
}

@keyframes pulsesprade {
  0% {
    box-shadow: 0 0 0 0 var(--primaryrgb05);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes tilt-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}
