.elementor-28 .elementor-element.elementor-element-30d19b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:-10px;--margin-right:0px;}.elementor-28 .elementor-element.elementor-element-6492f97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1982333 */.custom-topbar {
  width: 100%;
  background: #001a3a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  min-height: 70px;
  font-family: "Inter", "Poppins", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}

/* links */
.custom-topbar a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.custom-topbar i {
  color: #fff;
  font-size: 16px;
  min-width: 18px;
  transition: 0.3s;
}

/* hover */
.custom-topbar a:hover,
.custom-topbar a:hover i {
  color: #6ecbff;
}

/* layout */
.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
}

.topbar-right {
  gap: 25px;
}

/* socials */
.topbar-socials {
  display: flex;
  gap: 16px;
}

.social-icon i {
  font-size: 18px;
}

/* tablet */
@media (max-width: 1024px) {
  .custom-topbar {
    padding: 0 25px;
    font-size: 14px;
  }
}

/* 🔥 MOBILE PERFECT */
@media (max-width: 767px) {
  .custom-topbar {
    flex-direction: column;
    align-items: center;
    padding: 12px 10px;
    gap: 10px;
    text-align: center;
  }

  .topbar-left,
  .topbar-right {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .custom-topbar a {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    text-align: center;
  }

  .custom-topbar i {
    font-size: 14px;
    min-width: auto;
  }

  /* 🔥 Social icons in one line */
  .topbar-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin-top: 5px;
  }

  .social-icon i {
    font-size: 18px;
  }
}
/* REMOVE BODY SPACE */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* FULL WIDTH TOP BAR */
.custom-topbar {
  width: 100vw;
  margin: 0;
  padding: 12px 30px;
  box-sizing: border-box;
}

/* REMOVE CONTAINER LIMIT */
.ast-container,
.elementor-section .elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* REMOVE TOP GAP */
header.trc-header {
  margin-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1e84ee *//* RESET */
.trc-header, .trc-header * {
  box-sizing: border-box;
  font-family: "Inter","Poppins",Arial,sans-serif;
}

/* HEADER */
.trc-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8eef5;
  position: relative;
  z-index: 9999;
}

.trc-header-inner {
  min-height: 90px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.trc-logo {
  display: flex;
  align-items: center;
}

.trc-logo img {
  width: 220px;
  max-width: 220px;
  height: auto;
  display: block;
}

/* NAV */
.trc-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.trc-nav > a,
.trc-menu-item > a {
  color: #002656;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 35px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: .3s;
}

/* HOVER COLOR */
.trc-nav a:hover,
.trc-menu-item > a:hover,
.trc-nav a.active {
  color: #00A2F2;
}

/* REMOVE ALL UNDERLINE */
.trc-nav a::after,
.trc-menu-item > a::after {
  display: none !important;
  content: none !important;
}

/* BUTTON */
.trc-btn {
  background: #002656;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
  white-space: nowrap;
}

.trc-btn:hover {
  background: #00A2F2;
  color: #ffffff !important;
}

/* MENU ITEM */
.trc-menu-item {
  position: relative;
}

/* DROPDOWN */
.trc-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff !important;
  min-width: 240px;
  box-shadow: 0 15px 40px rgba(0,0,0,.12);
  border-radius: 8px;
  padding: 10px 0;
  display: none;
  opacity: 1 !important;
  z-index: 99999;
}

.trc-dropdown a {
  display: block;
  padding: 12px 18px;
  color: #002656;
  text-decoration: none;
  font-size: 14px;
}

.trc-dropdown a:hover {
  background: #eef7ff;
  color: #00A2F2;
}

/* MEGA MENU */
.trc-mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  background: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  padding: 35px;
  display: none;
  opacity: 1 !important;
  z-index: 99999;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* SHOW ON HOVER DESKTOP */
.trc-menu-item:hover > .trc-dropdown {
  display: block;
}

.mega-parent:hover > .trc-mega-menu {
  display: grid;
}

/* COLUMN */
.mega-col {
  border-right: 1px solid #e7edf5;
  padding-right: 20px;
}

.mega-col:last-of-type {
  border-right: none;
}

.mega-col h4 {
  margin: 0 0 20px;
  color: #002656;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-col a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  text-decoration: none;
  color: #243b63;
  font-size: 14px;
}

.mega-col a i {
  color: #00A2F2;
  font-size: 18px;
  width: 22px;
}

.mega-col a:hover {
  color: #00A2F2;
}

/* CTA BOX */
.mega-cta {
  grid-column: 1 / -1;
  background: #eef5ff;
  border-radius: 8px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-cta strong {
  color: #002656;
}

.mega-cta p {
  margin: 6px 0 0;
  color: #243b63;
}

.mega-btn {
  background: #002656;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.mega-btn:hover {
  background: #00A2F2;
  color: #fff !important;
}

/* MOBILE BUTTON */
.trc-menu-btn {
  display: none;
  position: relative;
  z-index: 999999;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 991px) {
  .trc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 16px;
    gap: 0;
    background: #ffffff;
  }

  .trc-logo {
    flex: 1;
  }

  .trc-logo img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .trc-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: #002656;
    color: #ffffff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    font-size: 20px;
  }

  .trc-nav,
  .trc-btn {
    display: none !important;
  }

  .trc-header.menu-open .trc-nav {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 14px;
    padding: 12px 16px;
    border-top: 1px solid #e8eef5;
    background: #ffffff !important;
    position: relative;
    z-index: 99999;
  }

  .trc-header.menu-open .trc-nav > a,
  .trc-header.menu-open .trc-menu-item > a {
    width: 100%;
    padding: 14px 0;
    color: #002656 !important;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff !important;
  }

  .trc-menu-item {
    width: 100%;
  }

  .trc-dropdown,
  .trc-mega-menu {
    position: static;
    width: 100%;
    transform: none;
    box-shadow: none;
    border-radius: 8px;
    background: #ffffff !important;
    padding: 12px 18px;
    margin: 0 0 10px;
    display: none;
  }

  .trc-menu-item:hover > .trc-dropdown {
    display: block;
  }

  .mega-parent:hover > .trc-mega-menu {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mega-col {
    border-right: none;
    border-bottom: 1px solid #e7edf5;
    padding: 0 0 12px;
  }

  .mega-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .trc-header.menu-open .trc-btn {
    display: inline-flex !important;
    margin: 12px 0 0;
  }
}

@media (max-width: 430px) {
  .trc-logo img {
    width: 165px !important;
    max-width: 165px !important;
  }

  .trc-menu-btn {
    width: 46px;
    height: 46px;
  }
}/* End custom CSS */