:root {
  --white: #ffffff;
  --white2: #fffefc;
  --yellow: #ffd200;
  --orange: #f89728;
  --orange2: #f06800;
  --blue: #004b8d;
  --secondary-font: "beverly-drive-right", Sans-serif;
  --primary-font: "franklin-gothic-urw", Sans-serif;
  --primary-font1: "franklin-gothic-urw-cond", Sans-serif;
  --primary: #f06800;
  --white: #fff;
  --grey: #474242;
  --black: #242834;
  --black2: #262e35;
  --navy: #004b8d;
  --font-1: "franklin-gothic-urw", Sans-serif;
}

/* Common CSS  */
.eap_btn {
  .elementor-button {
    svg {
      width: 8px;
      height: 11px;
    }
  }
}
/* Back To Top */
.back-to-top-button {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body.show .back-to-top-button {
  opacity: 1;
}
/* Header */
.mega-menu-icon {
  svg {
    cursor: pointer;
  }
}
#header-menu {
  .elementor-nav-menu--main {
    .Header-search-menu {
      img {
        padding: 0 !important;
        margin-top: 2px;
      }
    }
    .common-arrow {
      a {
        position: relative;
        margin-right: 23px;
        padding-right: 23px;
        &::after {
          content: "";
          position: absolute;
          top: 4px;
          right: -10px;
          width: 22px;
          height: 18px;
          background: url(/wp-content/uploads/2026/07/Group-71.png) no-repeat;
          opacity: 1;
        }
      }
    }
  }
}
body:has(.megamenu-open) {
  overflow-y: hidden;
}
#megamenu-container {
  position: relative;
  .megamenu-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 9999;
    background-image: url(/wp-content/uploads/2026/07/Mega-Menu-1.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    transition: 0.5s all;
    transform: translateY(-100%);
    &.megamenu-open {
      transition: 0.5s all;
      transform: translateY(0%);
    }
    ul {
      padding: 0;
      list-style: none;
    }
    .search-wrapper {
      display: flex;
      flex-wrap: wrap;
      height: 35px;
      border: 1px solid var(--orange2);
      width: 100%;
      max-width: 300px;
      .input-search-field {
        flex: 1;
        input {
          border: 0;
          outline: 0;
          font-family: var(--primary-font);
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: var(--blue);
          height: 32px;
          padding: 12px 14px 10px 14px;
          &::placeholder {
            text-transform: uppercase;
            color: inherit;
          }
        }
      }
      .search-icon {
        background-color: var(--orange2);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        cursor: pointer;
        height: 100%;
        width: 37px;
        justify-content: center;
      }
    }
    .close-btn-wrapper {
      position: relative;
      .mobile-site-logo {
        display: none;
      }
      .search-wrapper-mobile {
        display: none;
      }
      .close-btn {
        position: absolute;
        top: 50px;
        right: 50px;
        cursor: pointer;
      }
    }
    .megamenu-desktop-wrapper {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      width: 100%;
      max-width: 1920px;
      margin: 0 auto;
      .logo-main-menu-column {
        background: #c8dcf099;
        padding: 60px 50px 60px 90px;
        .menu {
          margin-top: 40px;
          a {
            font-family: var(--primary-font1);
            font-weight: 500;
            font-size: 30px;
            line-height: 60px;
            color: var(--blue);
            &:hover {
              color: var(--orange2);
            }
          }
        }
        .social-icons-list {
          display: flex;
          flex-wrap: wrap;
          gap: 8px;
          margin-top: 20px;
        }
      }
      .search-second-menu-column {
        flex: 1;
        padding: 96px 0 0 64px;
        .search-extra-menu-flex-wrapper {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 50px;
          gap: 30px;
          .extra-menus-flex-wrapper {
            display: flex;
            flex-wrap: wrap;
            .extra-menu {
              font-family: var(--primary-font1);
              font-weight: 500;
              font-size: 20px;
              line-height: 100%;
              text-transform: uppercase;
              color: var(--blue);
              padding-right: 35px;
              &:not(:last-child) {
                margin-right: 35px;
                position: relative;
                &::after {
                  content: "";
                  position: absolute;
                  top: 0;
                  right: -17px;
                  width: 2px;
                  height: 100%;
                  border-left: 2px solid var(--orange2);
                }
              }
              a {
                font: inherit;
                color: inherit;
                position: relative;
                &:hover {
                  color: var(--orange2);
                }
                &::after {
                  content: "";
                  position: absolute;
                  top: 6px;
                  right: -35px;
                  width: 22px;
                  height: 18px;
                  background: url(/wp-content/uploads/2026/07/Group-71.png)
                    no-repeat;
                }
              }
              &:first-child {
                display: none;
              }
            }
          }
        }
        .second-column-menu-wrapper {
          display: flex;
          flex-wrap: wrap;
          .mega-menu-single-column {
            &:first-child {
              padding-right: 170px;
              padding-bottom: 50px;
            }
            .mega-column-title {
              margin: 0;
              font-family: var(--primary-font1);
              font-weight: 500;
              font-size: 34px;
              line-height: 100%;
              color: var(--blue);
              padding: 0 0 20px;
              margin: 0 0 30px;
              position: relative;
              &::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 107px;
                height: 6px;
                background: url(/wp-content/uploads/2026/07/dots.svg) no-repeat;
              }
            }
            .mega-column-list {
              .mega-column-item {
                &:not(:last-child) {
                  margin-bottom: 20px;
                }
                a {
                  font-family: var(--primary-font);
                  font-weight: 400;
                  font-size: 26px;
                  line-height: 32px;
                  color: var(--blue);
                  &:hover {
                    color: var(--orange2);
                  }
                }
              }
              .mega-column-subitem {
                margin-top: 15px;
                margin-left: 15px;
              }
            }
          }
        }
      }
    }
    .megamenu-mobile-wrapper {
      display: none;
    }
  }
}
/* Footer */
.footer-backto-top {
  img:hover {
    animation: rotate 25s linear infinite;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Home Page */
.banner-heading {
  span {
    color: var(--yellow);
  }
}
.we-serve-content {
  position: relative;
  > * {
    z-index: 2 !important;
  }
  &:hover {
    &::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #023b70d4 !important;
      z-index: 1;
      opacity: 1 !important;
    }
    .we-serve-para {
      display: block !important;
    }
  }
}
.btn-icon-hover {
  .elementor-button {
    .elementor-button-icon {
      transform: translateX(0px);
      transition: 0.5s all;
    }
    &:hover {
      .elementor-button-icon {
        transform: translateX(8px);
        transition: 0.5s all;
      }
    }
  }
}
.support-column-divider {
  > .e-con-inner {
    > .elementor-element {
      position: relative;
      &:not(:last-child) {
        &::after {
          content: "";
          position: absolute;
          right: 0;
          top: 12px;
          width: 1px;
          height: 201px;
          border-right: 1.5px dashed #004b8d9c;
        }
      }
    }
  }
}
.number-list {
  ul {
    counter-reset: count;
    list-style: none;
    padding: 0;
    li {
      counter-increment: count;
      position: relative;
      padding-left: 90px;
      &:not(:last-child) {
        padding-bottom: 20px;
      }
      &::before {
        content: counter(count, decimal-leading-zero) ".";
        position: absolute;
        left: 0;
        top: -3px;
        font-family: var(--secondary-font);
        font-weight: 400;
        font-size: 44px;
        line-height: 54.9px;
        color: var(--orange2);
      }
    }
  }
}
.home-testimonial-slider {
  .swiper-wrapper {
    .swiper-slide {
      border: 1.5px dashed var(--blue) !important;
      .elementor-testimonial {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        .elementor-testimonial__header {
          flex-wrap: wrap;
          flex-direction: column;
          .elementor-testimonial__cite {
            flex-direction: column-reverse;
            align-items: center;
          }
        }
        .elementor-testimonial__content {
          .elementor-testimonial__text {
            text-align: center;
          }
        }
      }
    }
  }
  .elementor-swiper-button {
    width: 22.75px;
    height: 26px;
    top: 115% !important;
    svg {
      display: none;
    }
    &.elementor-swiper-button-prev {
      left: 25px !important;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp-content/uploads/2026/07/Frame-5.svg) no-repeat;
        rotate: 0deg;
      }
    }
    &.elementor-swiper-button-next {
      right: auto !important;
      left: 60px !important;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp-content/uploads/2026/07/Frame-5.svg) no-repeat;
        rotate: 180deg;
      }
    }
    &:hover {
      &.elementor-swiper-button-prev {
        &::before {
          background: url(/wp-content/uploads/2026/07/Frame-6.svg) no-repeat;
          rotate: 180deg;
        }
      }
      &.elementor-swiper-button-next {
        &::before {
          background: url(/wp-content/uploads/2026/07/Frame-6.svg) no-repeat;
          rotate: 0deg;
        }
      }
    }
  }
}
/* Footer */
.newsletter_form {
  .gform_confirmation_message {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 48px;
    line-height: 62px;
    color: var(--orange2);
    margin-top: 10px;
  }
  .gform_wrapper {
    form {
      .gform-body {
        .gform_fields {
          gap: 10px 20px;
          .gfield {
            input {
              border: 1.5px dashed var(--blue);
              background: var(--white2);
              height: 36px;
              border-radius: 5px;
              box-shadow: 0 0 0;
              font-family: var(--primary-font);
              font-weight: 400;
              font-size: 15px;
              line-height: 50px;
              color: var(--blue);
              outline: 0 !important;
              &::placeholder {
                font: inherit;
                color: #858585;
              }
            }
          }
        }
      }
      .gform-footer {
        position: relative;
        border-radius: 86.75px !important;
        border: 1.5px dashed var(--orange2) !important;
        padding: 0px 25px 0px 20px !important;
        width: 141px !important;
        display: block;
        margin-left: auto;
        margin-top: 16px !important;
        input[type="submit"],
        button[type="submit"] {
          width: 100% !important;
          border-radius: 0px !important;
          border: 0px dashed var(--orange2) !important;
          padding: 0px 0px !important;
          background: transparent !important;
          font-family: var(--primary-font) !important;
          font-weight: 500 !important;
          font-size: 16px !important;
          line-height: 100% !important;
          letter-spacing: 1.6px !important;
          text-align: center !important;
          text-transform: uppercase !important;
          color: var(--blue) !important;
          box-shadow: 0 0 0 !important;
          outline: 0 !important;
          &:hover {
            background: transparent !important;
          }
        }
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: url(/wp-content/uploads/2026/07/Frame.svg) no-repeat;
          width: 6px;
          height: 9px;
        }
        &:hover {
          border: 1.5px dashed var(--blue) !important;
          input[type="submit"], button[type="submit"] {
            color: var(--orange2) !important;
          }
        }
        .gform-loader {
          display: none !important;
        }
      }
    }
  }
}
/* Validation Message Styles */
.gform_wrapper .gform_validation_errors {
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 20px 0 20px !important;
  outline: 0 !important;
  /* .gform_submission_error {
    flex-direction: row !important;
    align-items: center;
    text-transform: unset;
  } */
}

/* news Page */
.blog-container {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  .tabs-container {
    margin-bottom: 83px;
    .tabs-flex-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8px;
      list-style: none;
      padding: 0;
      li {
        border: 1px solid var(--primary);
        font-family: var(--font-1);
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        color: var(--grey);
        padding: 5px 30px;
        cursor: pointer;
        border-radius: 100px;
        text-transform: uppercase;
        &.active,
        &:hover {
          background-color: var(--primary);
          color: var(--white);
          border: 1px solid var(--primary);
        }
      }
    }
  }
  #blog-list-wrapper {
    .blog-item {
      display: none;
      flex-wrap: wrap;
      /* align-items: center; */
      gap: 35px;
      &:not(:last-child) {
        padding-bottom: 72px;
        margin-bottom: 64px;
        border-bottom: 1px solid #ffbcc1;
      }
      &.active-blog-content {
        display: flex;
      }
      .blog-image-wrapper {
        width: 100%;
        flex: 0 0 33.05%;
        height: 394px;
        img {
          width: 100%;
          height: 100%;
          /* object-fit: cover; */
        }
      }
      .content-wrapper {
        flex: 0 0 63.4%;
        .title {
          font-family: var(--font-1);
          font-weight: 500;
          font-size: 26px;
          line-height: 32px;
          color: var(--navy);
          margin: 0 0 14px 0;
          text-decoration: none;
        }
        .category-date {
          padding: 0 0 30px 0;
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          gap: 15px;
          li {
            font-family: var(--font-1);
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            color: var(--black);
            position: relative;
            text-transform: uppercase;
            &:not(:last-child):after {
              content: "";
              position: absolute;
              top: 52%;
              right: -8px;
              transform: translateY(-50%);
              width: 1px;
              height: 16px;
              border-right: 1px solid var(--primary);
            }
          }
        }
        .blog-paragraph {
          p {
            font-family: var(--font-1);
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            color: var(--black2);
          }
        }
        .read-more-btn {
          margin-top: 10px;
          a {
            font-family: var(--font-1);
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            text-transform: uppercase;
            color: var(--primary);
            letter-spacing: 1.6px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 15px;
            &:hover {
              color: var(--blue);
              img {
                filter: brightness(0) saturate(100%) invert(16%) sepia(100%)
                  saturate(2010%) hue-rotate(191deg) brightness(97%)
                  contrast(103%);
              }
            }
          }
        }
      }
    }
  }
  .blog-load-more-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 117px;
    .button-container {
      display: inline-flex;
      align-items: stretch;
      position: relative;
      .load-more-post-btn {
        position: relative !important;
        z-index: 1 !important;
        font-family: var(--font-1);
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-transform: uppercase;
        color: var(--primary);
        letter-spacing: 1.6px;
        padding: 19px 46px !important;
        cursor: pointer !important;
        outline: none !important;
        border-radius: 125.52px !important;
        transform: translateY(0px);
        transition: all 0.3s ease-in-out;
        border: 1.5px dashed var(--navy);
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        &:hover {
          border: 1.5px dashed var(--orange2);
          background-color: #d4e3f3;
          color: var(--blue);
          img {
            filter: brightness(0) saturate(100%) invert(16%) sepia(100%)
              saturate(2010%) hue-rotate(191deg) brightness(97%) contrast(103%);
          }
        }
      }
    }
    &.load-more-last-blog-on-click {
      display: none !important;
    }
  }
}

.orange-text {
  p {
    strong {
      color: var(--orange2);
      font-weight: 400 !important;
    }
  }
}

.eap_table {
  .elementor-shortcode {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
    #tablepress-1 {
      thead {
        tr {
          td {
            &:first-child {
              border: 0;
              background-color: transparent;
              min-width: 284px;
            }
          }
          th {
            font-family: var(--font-1);
            font-weight: 500;
            font-size: 27px;
            line-height: 30px;
            letter-spacing: 1.32px;
            text-transform: uppercase;
            text-align: center;
            min-width: 454px;
            padding: 38px 0;
            &:nth-child(2) {
              background-color: var(--blue);
              color: var(--white);
              border: 2px solid var(--blue);
            }
            &:nth-child(3) {
              background-color: transparent;
              color: var(--blue);
              border-top: 0;
              border-right: 0;
              border-left: 0;
              border-bottom: 2px solid var(--blue);
            }
          }
        }
      }
      tbody {
        tr {
          td {
            border-top: 0;
            border-bottom: 2px solid #858585;
            text-align: center;
            vertical-align: middle;
            font-family: var(--font-1);
            font-size: 19px;
            line-height: 28px;
            padding-top: 50px;
            padding-bottom: 50px;
            &:first-child {
              background-color: #fef4ce;
              font-weight: 500;
              color: #2e2e2e;
            }
            &:nth-child(2) {
              background-color: #d4e3f3;
              color: var(--black2);
            }
            &:last-child {
              background-color: #f5f9fe;
              color: var(--black2);
            }
          }
        }
      }
    }
  }
}

.eap_accordian {
  .e-n-accordion-item {
    border-bottom: 1px solid #85858599;
    padding-bottom: 14px;
    margin-bottom: 4px !important;
    .e-n-accordion-item-title {
      padding-bottom: 0;
      .e-n-accordion-item-title-icon {
        svg {
          fill: var(--orange2) !important;
        }
      }
    }
    > div[role="region"] {
      margin-top: 15px;
    }
  }
}

/* Team Page */
.staff-list-container {
  .staff-list-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 977px;
    margin: 0 auto;
    gap: 58px 40px;
    justify-content: center;
    .staff-items {
      background: var(--white);
      border: 1px solid var(--blue);
      flex: 0 0 30.5%;
      border-radius: 18px;
      .staff-image-wrapper {
        height: 300px;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 18px 18px 0 0;
        }
      }
      .staff-detail-wrapper {
        padding-left: 13px;
        padding-top: 25px;
        padding-right: 21px;
        padding-bottom: 50px;
        height: 200px;
        position: relative;
        .title {
          margin: 0 0 5px;
          font-family: var(--primary-font);
          font-weight: 500;
          font-size: 24px;
          line-height: 28px;
          color: var(--orange2);
          a {
            font: inherit;
            color: inherit;
          }
        }
        .sub-title {
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 24px;
          line-height: 28px;
          color: var(--orange2);
          margin: 0 0 10px;
          text-transform: uppercase;
        }
        .position-title {
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 17px;
          line-height: 100%;
          letter-spacing: 1.32px;
          color: var(--blue);
          text-transform: uppercase;
        }
        .contact-wrapper {
          margin-top: 15px;
          .contact {
            font-family: var(--font-darkmode-cc);
            font-weight: 400;
            font-size: 16px;
            line-height: 29px;
            color: var(--dark-blue);
            margin: 0;
            a {
              color: inherit;
              text-decoration: none;
              &:hover {
                color: var(--green5);
              }
            }
            strong {
              font-weight: 700;
            }
            &.linkedin {
              a {
                &:hover {
                  color: var(--green5);
                }
              }
            }
          }
        }
      }
      .read-more-btn {
        position: absolute;
        bottom: 20px;
        right: 13px;
        text-align: right;
        a {
          font-family: var(--font-program);
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          text-transform: uppercase;
          color: var(--orange2);
          display: flex;
          flex-wrap: wrap;
          justify-content: end;
          align-items: stretch;
          gap: 5px;
          &:hover {
            color: var(--blue);
            img {
              filter: brightness(0) saturate(100%) invert(16%) sepia(100%)
                saturate(2010%) hue-rotate(191deg) brightness(97%)
                contrast(103%);
            }
          }
        }
      }
    }
  }
}
body:has(.show-popup) {
  overflow-y: hidden;
}
.staff-popup-container {
  .staff-popup-fixed-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 954px;
    height: 80vh;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 18px;
    /* display: flex;
    flex-direction: column;
    isolation: isolate; */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: linear-gradient(217.73deg, #004b8d 3.16%, #80b0ff 168.32%);
    /* &::before {
      content: "";
      position: fixed; 
      inset: 20px;
      max-width: 954px;
      margin: auto;
      background: linear-gradient(217.73deg, #004b8d 3.16%, #80b0ff 168.32%);
      background-size: cover;
      z-index: -1;
      pointer-events: none;
    } */
    .close-button {
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      position: absolute;
      top: 40px;
      right: 40px;
      margin: 0;
    }
    .detail-flex-wrapper {
      width: 100%;
      max-width: 782px;
      margin: 70px auto 60px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 50px 25px;
      .image-wrapper {
        height: 300px;
        flex: 0 0 38.45%;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 20px;
        }
      }
      .detail-wrapper {
        flex: 1;
        min-width: 0;
        .staff-title {
          font-family: var(--primary-font);
          font-weight: 500;
          font-size: 44px;
          line-height: 32px;
          color: var(--white);
          margin: 15px 0 15px 0;
        }
        .staff-credentials {
          font-family: var(--primary-font);
          font-weight: 400;
          font-size: 23px;
          line-height: 100%;
          letter-spacing: 1.32px;
          text-transform: uppercase;
          color: var(--white);
        }
        /* .contact-wrapper {
          margin-top: 30px;
          .contact {
            font-family: var(--font-darkmode-cc);
            font-weight: 400;
            font-size: 19px;
            line-height: 29px;
            color: var(--white);
            &:not(:last-child) {
              margin-bottom: 5px;
            }
            strong {
              font-size: inherit;
              font-family: inherit;
              font-weight: 700;
            }
            a {
              color: inherit;
              text-decoration: none;
              font: inherit;
            }
          }
        } */
      }
    }
    .popup-description-wrapper {
      flex: 0 0 100%;
      width: 100%;
      max-width: 782px;
      margin: 0 auto 30px;
      position: relative;
      word-break: break-word;
      font-family: var(--primary-font);
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      color: var(--white);
    }
  }
  &.show-popup {
    .staff-popup-fixed-wrapper {
      opacity: 1;
      visibility: visible;
    }
  }
}

.breadcrumbs_list {
  ul {
    list-style-type: disc;
    li {
      &::marker {
        color: var(--blue);
      }
    }
  }
}

.btn-icon svg {
  width: 8px;
}

.news-detail-list {
  ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
    li {
      &:not(:last-child) {
        margin-bottom: 10px;
      }
      &::marker {
        color: var(--orange2);
        font-size: 20px;
      }
    }
  }
}

.eap_heading,
.eap_heading2 {
  span {
    font-family: var(--secondary-font);
    color: var(--blue);
  }
}

.skill_list {
  ul {
    padding: 0 0 0 0px;
    list-style: none;
    li {
      position: relative;
      padding-left: 22px;
      &:not(:last-child) {
        margin-bottom: 7px;
      }
      &::before {
        content: "";
        background: var(--orange2);
        width: 9px;
        height: 9px;
        position: absolute;
        left: 0px;
        top: 10px;
        border-radius: 100%;
      }
    }
  }
}
.about-ul-li {
  ul {
    list-style: none;
    padding: 0;
    li {
      position: relative;
      padding: 0 0 0 43px;
      &:not(:last-child) {
        margin-bottom: 10px;
      }
      &::before {
        content: "";
        position: absolute;
        top: 55%;
        left: 0;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background: url(/wp-content/uploads/2026/07/Vector-4.png) no-repeat;
      }
    }
  }
}

/* Why Choose Us */
.why-choose-divider {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 192px;
    border-left: 6px solid #ffd200;
  }
}

.news-detail-list strong {
  font-weight: 500;
}

/* Search Page */
.search_post {
  article {
    &:not(:last-child) {
      border-bottom: 1px solid #d4e3f3;
    }
    .elementor-post__read-more {
      &:hover {
        color: var(--orange2) !important;
      }
    }
  }
}

.elementor-editor-active {
  .blog-container {
    #blog-list-wrapper {
      .blog-item {
        display: flex;
      }
    }
  }
}

.banner-mobile-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .home-banner-content {
    background: #004b8d;
  }
}
@media (min-width: 767px) {
  .banner-mobile-video {
    display: none;
  }
}
