h1 {
  color: #025BAA;
}

h2 {
  font-size: 32px;
}
h2.heading {
  color: #025BAA;
}

h3 {
  font-size: 20px;
}

@font-face {
  font-family: Poppins;
  src: url(../../fonts/poppins/Poppins-Regular.ttf);
  font-weight: normal;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #1f2937;
  line-height: 1.6;
}

a {
  color: #2f3a8f;
  text-decoration: none;
}

body,
html {
  scroll-behavior: smooth;
}

body,
a,
a:visited,
a:hover {
  color: #333;
  font-family: "Poppins", "Open Sans", "SansSerif";
  font-size: 14px;
}

h1, h2 {
  font-family: "Poppins", "Open Sans", "SansSerif";
}

.page {
  margin-bottom: 0;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 600px) {
  .page-wrapper {
    padding: 0 32px;
  }
}

.page-wrapper {
  display: flex;
  gap: 40px;
  min-height: calc(100vh - 73px - 376px - 235px);
}
.page-wrapper a {
  color: #f59e0b;
  text-decoration: underline;
}

img {
  border-radius: 8px;
}

.widget-area {
  border-left: 1px solid #f1f1f1;
  padding-left: 40px;
  padding-top: 40px;
  margin-left: auto;
  min-width: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .widget-area {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
table thead {
  background-color: #f8f9fa;
}
table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #e9ecef;
}
table tbody tr {
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.15s ease;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr:hover {
  background-color: #f8f9fa;
}
table tbody td {
  padding: 12px 16px;
  vertical-align: middle;
}

.header {
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #e5e7eb;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.logo {
  font-weight: 700;
  font-size: 1.2rem;
}

nav a {
  margin-left: 1.5rem;
  font-weight: 600;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-branding img {
  max-height: 72px;
}

footer {
  background: #111827;
  color: #d1d5db;
  padding: 3rem 0;
}
footer a {
  color: #d1d5db;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

@media only screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
  }
  .nav-menu {
    gap: 32px;
    flex: 0 0 33%;
  }
  .nav-menu a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
  }
  .main-navigation ul {
    justify-content: right;
  }
  .main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: white;
    padding: 12px 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 999;
  }
  .main-navigation ul ul a {
    width: auto;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li:hover > ul {
    display: block;
  }
  .main-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul a {
    display: block;
    padding: 10px 16px;
    margin: 0;
    white-space: nowrap;
  }
  .main-navigation ul ul a:hover {
    background: #f3f4f6;
  }
}
@media only screen and (max-width: 768px) {
  .menu-menu-1-container {
    display: none;
  }
  .menu-menu-1-container.toggled {
    display: block;
    margin-top: 48px;
    min-width: 324px;
  }
  .menu-menu-1-container.toggled > ul > li {
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .main-navigation {
    margin-right: 0;
    margin-left: auto;
    width: auto;
    top: 0;
  }
  .main-navigation.toggled {
    height: 100vh;
    box-shadow: -999px 0px 999px 999px rgba(0, 0, 0, 0.5);
    position: fixed;
  }
  .main-navigation.toggled a {
    display: inline-block;
  }
  .main-navigation li.menu-item-has-children {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    /* submenu */
  }
  .main-navigation li.menu-item-has-children .submenu-toggle {
    order: 0;
    background: none;
    border: none;
    padding: 8px 12px;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
  }
  .main-navigation li.menu-item-has-children > ul {
    display: none;
    position: static;
    width: 100%;
    flex-basis: 100%;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-navigation li.menu-item-has-children > ul li {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .main-navigation li.menu-item-has-children > ul a {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .main-navigation li.menu-item-has-children.submenu-open > ul {
    display: block;
  }
  .menu-toggle {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 16px;
    margin-top: 8px;
  }
  .main-navigation ul {
    display: block;
  }
  .hamburger-lines {
    height: 26px;
    width: 32px;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .toggled .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .toggled .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .toggled .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}
.hero {
  background: linear-gradient(rgba(47, 58, 143, 0.5), rgba(47, 58, 143, 0.5)), url("../../images/banner.jpg") top;
  background-size: cover;
  color: white;
  padding: 6rem 1.5rem;
  text-align: center;
}
.hero .hero-content h1 {
  color: white;
}
.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.hero p {
  max-width: 700px;
  margin: auto;
  opacity: 0.9;
}

.section {
  padding: 4rem 0;
}
.section.alt {
  background: #f8fafc;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.hero-actions {
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  margin: 0 0.5rem;
}
.btn.primary {
  background: #f59e0b;
  color: black;
}
.btn.secondary {
  border: 2px solid white;
  color: white;
}

@media (max-width: 768px) {
  nav {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    background: white;
    width: 100%;
    padding: 1rem;
  }
  nav a {
    display: block;
    margin: 1rem 0;
  }
  .menu-toggle {
    display: block;
  }
}
.wpcf7 {
  max-width: 720px;
  margin: 0 auto;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 form {
  display: grid;
  gap: 1.25rem;
}
.wpcf7 label {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
}
.wpcf7 label span {
  font-weight: normal;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  margin-top: 0.4rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #1e73be;
  box-shadow: 0 0 0 2px rgba(30, 115, 190, 0.15);
}
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
.wpcf7 .wpcf7-radio {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.25rem;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item label {
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  font-weight: normal;
  cursor: pointer;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item input {
  margin: 0;
}
.wpcf7 p > strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
  color: #222;
}
.wpcf7 input[type=submit] {
  margin-top: 1rem;
  align-self: flex-start;
  background-color: #1e73be;
  color: #fff;
  border: none;
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 100%;
  margin-top: 0;
}
.wpcf7 input[type=submit]:hover {
  background-color: #185e9b;
}
.wpcf7 input[type=submit]:active {
  transform: translateY(1px);
}
.wpcf7 .wpcf7-not-valid {
  border-color: #d63638;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  color: #d63638;
  margin-top: 0.25rem;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #46b450;
  background: #ecf7ed;
  color: #2f6f39;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #d63638;
  background: #fbeaea;
  color: #8a1f1f;
}

/*# sourceMappingURL=main.css.map */
