.elementor-372 .elementor-element.elementor-element-76ba2c9f{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2e085ba *//* RESET */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.isri-header {
  position: absolute;   
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.isri-mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #1f3a52;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  background: #ffffff;
}

/* Active state */
.isri-mega.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* HEADER */
.isri-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
}

/* TOP BAR */
.isri-topbar {
  background: #0f2a44;
}


.topbar-inner {
  max-width: 1400px;
  margin: auto;
  padding: 0px 24px;
  display: flex;
  justify-content: flex-end;
 
}

.isri-nav {
  align-self: flex-end;
}

.topbar-inner a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.05em;
}
/* Smooth transition */
.isri-topbar {
  transition: background-color 0.3s ease;
}

.topbar-inner a {
  padding: 8px 14px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Hover effect on individual items */
.topbar-inner a:hover {
  background-color: #17406a; 
  color: #ffffff;
}

.isri-hamburger {
  display: none; 
}

/* MAIN BAR */
.isri-mainbar {
  border-bottom: 1px solid #e5e7eb;
}

.mainbar-inner {
  max-width: 1400px;
  margin: auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 48px;
}

/* LOGO */
.isri-logo img {
  height: 80px;
}

/* NAV */
.isri-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}


.isri-nav a {
  font-size: 16px;
  font-weight: 500;
  color: #122333;
  text-decoration: none;
  position: relative;
  font-family: libre baskerville;
  align-content: center;
  align-items: center;
  justify-content: center;
}


.isri-nav a:hover{
    color:#327eda;
}

/* CARET */
.caret {
  font-size: 12px;
}

/* SEARCH */
.isri-actions {
  margin-left: auto;
}

.search-icon {
  width: 35px;
  cursor: pointer;
}


.mega-inner {
  max-width: 1400px;
  margin: auto;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 2fr 1px 1fr;
  color: #ffffff;
}


.mega-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mega-columns ul,
.mega-right ul {
  list-style: none;
}

.mega-columns li a,
.mega-right li a{
  font-size: 14px;
  font-family: libre baskerville;
  color: #183753;
  font-weight: 700;
  cursor: pointer;
}

.mega-columns li a:hover,
.mega-right li a:hover{
    color: #1E40AF;
    text-decoration: underline;
}

.mega-columns p, 
.mega-right p{
    color: gray;
    font-size: 12px;
    font-family: red hat display;
}

/* DIVIDER */
.mega-divider {
  width: 1px;
  background: gray;
}


.mega-intro h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.mega-intro p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

/* =========================
   TABLET RESPONSIVE
   ========================= */
@media (max-width: 1024px) {

  .mainbar-inner {
    gap: 4px;
  }

  .isri-logo img {
    height: 60px;
  }

  .isri-nav ul {
    gap: 10px;
  }

  .isri-nav a {
    font-size: 12px;
  }

  /* Mega menu layout */
  .mega-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mega-divider {
    display: none;
  }

  .mega-columns {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .isri-mega {
    padding-bottom: 20px;
  }
}


@media (max-width: 768px) {
  .isri-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    margin-left: auto;
  }

  .isri-hamburger span {
    width: 26px;
    height: 3px;
    background: #122333;
    transition: all 0.3s ease;
  }

  .isri-nav {
    display: none;
    width: 100%;
  }

  .isri-nav.active {
    display: block;
  }

  .isri-nav ul {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
  }

  .isri-mega {
    position: relative;
    transform: none;
  }
}
@media (max-width: 768px) {

  .isri-hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .isri-hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .isri-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}/* End custom CSS */