/* jagsness_style end here */
/*** for default theme's css ***/


/* Contact Form 7 Error Default CSS */

span.wpcf7-not-valid-tip {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 3px 10px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 13px;
}

.wpcf7-response-output {
  position: relative !important;
  padding: 12px 15px !important;
  margin-bottom: 0;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  font-size: 16px !important;
}

.invalid .wpcf7-response-output {
  color: #856404 !important;
  background-color: #fff3cd !important;
  border-color: #ffeeba !important;
}

.sent .wpcf7-response-output {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.failed .wpcf7-response-output {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}


/* error page design  */

.error_template {
  width: 900px !important;
  max-width: 100% !important;
  padding: 100px 15px;
  -webkit-box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
          box-shadow: 0px 0px 33px rgb(0 0 0 / 6%);
  margin: 60px auto;
}

.error_template h1 {
  font-size: 100px;
  margin: 0;
}

.error_template h3 {
  font-size: 28px;
  margin: 0;
}

.error_template p {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 0;
}

.error_template p a {
  font-size: 14px;
  background: #000;
  color: var(--clr_ffffff);
  padding: 10px 25px;
  display: inline-block;
  margin-top: 40px;
  text-decoration: none !important;
}

.mt_100 {
  margin-top: 100px;

  @media (max-width:991.98px) {
    margin-top: 80px;
  }

  @media (max-width:767.98px) {
    margin-top: 60px;
  }

  @media (max-width:575.98px) {
    margin-top: 40px;
  }
}

.mb_100 {
  margin-bottom: 100px;

  @media (max-width:991.98px) {
    margin-bottom: 80px;
  }

  @media (max-width:767.98px) {
    margin-bottom: 60px;
  }

  @media (max-width:575.98px) {
    margin-bottom: 40px;
  }
}

.mb_10 {
  margin-bottom: 10px;
}

.pt_100 {
  padding-top: 100px;

  @media (max-width:991.98px) {
    padding-top: 80px;
  }

  @media (max-width:767.98px) {
    padding-top: 60px;
  }

  @media (max-width:575.98px) {
    padding-top: 40px;
  }
}

.pb_100 {
  padding-bottom: 100px;

  @media (max-width:991.98px) {
    padding-bottom: 80px;
  }

  @media (max-width:767.98px) {
    padding-bottom: 60px;
  }

  @media (max-width:575.98px) {
    padding-bottom: 40px;
  }
}

.pt_80 {
  padding-top: 80px;

  @media (max-width:991.98px) {
    padding-top: 60px;
  }

  @media (max-width:767.98px) {
    padding-top: 40px;
  }

  @media (max-width:575.98px) {
    padding-top: 250px;
  }
}

.pb_80 {
  padding-bottom: 80px;

  @media (max-width:991.98px) {
    padding-bottom: 60px;
  }

  @media (max-width:767.98px) {
    padding-bottom: 40px;
  }

  @media (max-width:575.98px) {
    padding-bottom: 25px;
  }
}

.pt_60 {
  padding-top: 60px;

  @media (max-width:991.98px) {
    padding-top: 40px;
  }

  @media (max-width:767.98px) {
    padding-top: 20px;
  }
}

/* when page is empty  */

.singular_page:empty {
  position: relative;
  padding: 50px 50px;
  background: #0000001f;
  width: 900px;
  max-width: 95%;
  margin: 250px auto 90px;
  color: #3a5766;
  font-size: 50px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 35px rgb(0 0 0 / 19%);
          box-shadow: 0px 0px 35px rgb(0 0 0 / 19%);
}

.singular_page:empty::before {
  position: absolute;
  content: "Page is not Created Yet";
  content: attr(data-pageName) " page is not created yet";
  width: 540px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width:992px) {
  .singular_page:empty {
    font-size: 42px;
    margin: 220px auto 80px;
  }

  .singular_page:empty::before {
    width: 480px;
  }
}

@media screen and (max-width:768px) {
  .singular_page:empty {
    font-size: 36px;
    margin: 150px auto 70px;
  }

  .singular_page:empty::before {
    width: 400px;
  }
}

@media screen and (max-width:576px) {
  .singular_page:empty {
    font-size: 32px;
    margin: 120px auto 60px;
  }

  .singular_page:empty::before {
    width: 320px;
  }
}

/* Blog Posts Default Design */

:root {
  --main-color: #7f54b3;
  --main-color-opacaity: #7f54b354;
  --dim-gray: #6d6d6d;
  --white-color: #fff;
  --black-color: #000;
  --gold-color: #ffa534;
}

img {
  max-width: 100%;
}

#single-post .jn-featured-image img {
  width: 100%;
}

#single-post #post-1 {
  padding: 40px;
  background-color: var(--white-color);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#single-post .jn-post-info ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--main-color);
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px 0px;
  margin-bottom: 45px;
}


#single-post .jn-post-info ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid var(--white-color);
  border-right-style: dotted;
  padding: 0px 17px;
  color: var(--white-color);
}

#single-post .jn-post-info ul li:last-child {
  border: none;
}

#single-post .jn-post-heading {
  font-size: 35px;
  line-height: 1.2;
  color: var(--black-color);
  font-weight: 700;
  margin-bottom: 20px;
}

#single-post .jn-desc_wrap p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--black-color);
  font-weight: 400;
}

#single-post .jn-desc_wrap h4 {
  font-size: 30px;
  color: var(--black-color);
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 50px;
}

#single-post .jn-desc_wrap h4::after {
  content: "";
  position: absolute;
  width: 110px;
  border-bottom: 2px solid var(--main-color);
  border-bottom-style: dotted;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  max-width: 100%;
}


#single-post .jn-desc_wrap ol li,
#single-post .jn-desc_wrap ul li {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--main-color);
}

#single-post .jn-desc_wrap ol li p {
  color: var(--main-color);
}

/* #single-post hr {
  margin: 50px 0px;
} */


/* #single-post h3 {
  font-size: 22px;
  color: var(--black-color);
  margin-bottom: 20px;
  font-weight: 700;
} */

/* #single-post .alignnone {
  margin: 25px 0px;
  box-shadow: #959da533 0px 8px 24px;
} */

/* #single-post blockquote {
  padding: 50px;
  background-color: var(--main-color-opacaity);
  margin: 0px;
  box-shadow: #63636333 0px 2px 8px 0px;
  border-radius: 12px;
} */

/* 
@media (max-width: 767.98px) {
  #single-post .jn-post-heading {
    font-size: 25px;
  }

  #single-post .jn-desc_wrap h4 {
    font-size: 22px;
    margin-top: 30px;
  }

  #single-post blockquote {
    padding: 35px;
  }

  #single-post .jn-post-info ul li {
    font-size: 16px;
  }

  #single-post h3 {
    font-size: 18px;
  }
} */

/* jagsness_style end here */


/* header css start */
body {
  padding-top: var(--header-height);
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: var(--clr_ffffff);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;

  &.is-sticky {
    padding: 10px 0;

    .logo_wrap {
      max-width: 100px;

      @media (max-width: 991.98px) {
        max-width: 80px;
      }
    }
  }
}

.site_header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site_header .logo_wrap {
  max-width: 130px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.site_header .navigation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.site_header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site_header .header_menu li {
  cursor: pointer;

  &:hover {
    >.sub-menu {
      display: block;
    }
  }
}

.site_header .header_menu>li {
  margin-left: 40px;
}

.site_header .header_menu li .a-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site_header .header_menu li .a-Wrap a {
  font-size: 16px;
  font-weight: 600;
  color: var(--clr_000000);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.site_header .header_menu li:hover>.a-Wrap>a,
.site_header .header_menu li.current-menu-item>.a-Wrap>a {
  color: var(--clr_c8f8a9);
}

.site_header .header_menu li .a-Wrap .submenu_btn {
  width: 25px;
  height: 25px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  pointer-events: none;
}

.site_header .header_menu li .a-Wrap .submenu_btn i {
  font-size: 14px;
  color: var(--clr_0f3d3a);
}

.site_header .header_menu li {
  cursor: pointer;
}

.site_header .header_btns,
.site_header .header_btns>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.site_header .header_btns a {
  font-size: 14px;
}

.site_header .header_menu .sub-menu {
  position: absolute;
  width: 200px;
  background-color: var(--clr_ffffff);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

.site_header .header_menu .sub-menu li:hover {
  background-color: var(--clr_0f3d3a);

  a {
    color: var(--clr_c8f8a9);
  }
}

.site_header .header_menu .sub-menu li a {
  font-size: 15px;
  padding: 7px 10px;
}

.site_header .header_btns a:nth-child(1),
.btn_1 {
  position: relative;
  font-size: 14px;
  background-color: transparent;
  color: var(--clr_000000);
  font-weight: 600;
  padding: 15px 15px 15px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  &::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--clr_f2f5f1);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  &::after {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    content: "\f095";
    color: var(--clr_0f3d3a);
    font-size: 14px;
  }
}

.site_header .header_btns a:nth-child(2),
.btn_2 {
  position: relative;
  font-size: 14px;
  background-color: var(--clr_c8f8a9);
  /* color: var(--clr_0f3d3a); */
  color: var(--clr_ffffff);
  font-weight: 600;
  padding: 15px 40px 15px 15px;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  &::before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-family: "Font Awesome 7 Free";
    font-weight: 600;
    content: "\f061";
    /* color: var(--clr_0f3d3a); */
    color: var(--clr_ffffff);
    font-size: 14px;
  }

  &:hover {
    background-color: var(--clr_0f3d3a);
    color: var(--clr_ffffff);

    &::before {
      color: var(--clr_ffffff);
    }
  }

  &.darkMode {
    &:hover {
      background-color: var(--clr_ffffff);
      color: var(--clr_0f3d3a);

      &::before {
        color: var(--clr_0f3d3a);
      }
    }
  }
}

.site_header .toggle-menu {
  position: relative;
  width: 50px;
  height: 45px;
  border: none;
  background-color: var(--clr_c8f8a9) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}

.site_header .toggle-menu::before,
.site_header .toggle-menu::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: var(--clr_ffffff);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.site_header .toggle-menu::before {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 0 0 var(--clr_ffffff);
          box-shadow: 0px 10px 0 0 var(--clr_ffffff);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.site_header .toggle-menu::after {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

header.active .toggle-menu::before {
  -webkit-transform: translateY(0px) rotate(-225deg);
      -ms-transform: translateY(0px) rotate(-225deg);
          transform: translateY(0px) rotate(-225deg);
  -webkit-box-shadow: 0px 0px 0 0 var(--clr_0f3d3a);
          box-shadow: 0px 0px 0 0 var(--clr_0f3d3a);
}

header.active .toggle-menu::after {
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

/* Lets make it responsive */
@media (max-width: 1199.98px) {
  .site_header .header_btns {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site_header {
    padding: 15px 0;
  }

  .site_header .logo_wrap {
    max-width: 120px;
  }

  .site_header .toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site_header .navigation_wrap {
    width: 100%;
    display: none;
  }

  .site_header nav {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .site_header .header_menu>li {
    margin-left: 0px;
    width: 100%;

    &:not(:last-of-type) {
      margin-bottom: 5px;
    }
  }

  .site_header .header_menu li .a-Wrap a {
    font-size: 14px;
  }

  .site_header .header_menu>li>.a-Wrap>a {
    font-size: 15px;
    padding: 5px 0;
  }

  .site_header .header_menu .sub-menu {
    display: none;
    width: 100%;
    position: relative;
  }

  .site_header .header_menu li:hover>.sub-menu {
    display: none;
  }

  .site_header .header_menu li .a-Wrap .submenu_btn {
    width: 30px;
    height: 30px;
  }

  .site_header .header_menu li .a-Wrap .submenu_btn {
    pointer-events: all;
  }
}

/* header css end */

.forminator-row:has(.d-none) {
  display: none !important;
}
/* Start Apply Job Via Zillion  Css By Rohit 06-11-2025

/* popup css start */
.popup_tm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  &.apply_via_zillion_button_popup {
    .popup_box {
      background-color: #FFFFFF;
      border-radius: 40px;
      -webkit-animation: fadeIn 0.4s ease;
              animation: fadeIn 0.4s ease;
      max-width: 800px;
      padding: 50px 40px;

      @media (max-width: 575.98px) {
        padding: 30px 15px;
      }

      /* Screens */
      .form_screen_1,
      .form_screen_2 {
        display: none;

        &.active {
          display: block;
        }
      }

      /* Thank-you screen merged */
.form_screen_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-family: inherit;
  padding: 10px;
  animation: popUp 0.4s ease;

  /* ----------------------------------------------------
     THANK YOU MAIN CONTAINER
  ---------------------------------------------------- */
  .thankyou_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  /* LEFT SECTION */
  .thankyou_left {
    width: 55%;

    h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;

      span {
            color: var(--clr_c8f8a9);
      }
    }

    .thankyou_subtext {
      font-size: 20px;
      margin-bottom: 10px;
      color: #364153;
    }

    .thankyou_desc {
      font-size: 18px;
      color: #4A5565;
      margin-bottom: 28px;
      line-height: 1.6;

      span {
		color: var(--clr_c8f8a9);
        font-weight: 600;
      }
    }

    /* CTA BUTTON */
    .thankyou_btn {
      background-color: #0f3d3a !important;
      color: #ffffff !important;
      font-weight: 600;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 16px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: inline-block;
      text-decoration: none;

      &:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
      }
    }
  }

  /* RIGHT IMAGE SECTION */
  .thankyou_right {
    width: 42%;
    display: flex;
    justify-content: center;

    .thankyou_right_image {
      width: 90%;
      max-width: 380px;
      border-radius: 12px;
      transition: 0.3s ease;

      &:hover {
        transform: scale(1.03);
      }
    }
  }

  /* ----------------------------------------------------
     RESPONSIVE DESIGN
  ---------------------------------------------------- */
  @media(max-width: 992px) {
    .thankyou_container {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }

    .thankyou_left,
    .thankyou_right {
      width: 100%;
    }

    .thankyou_btn {
      padding: 14px 26px;
      font-size: 15px;
    }
  }

  @media(max-width: 600px) {
    .thankyou_subtext {
      font-size: 17px!important;
    }

    .thankyou_desc {
      font-size: 16px !important;
    }

    .thankyou_btn {
      width: 100%;
      padding: 16px;
      font-size: 16px;
    }

    .thankyou_right_image {
      max-width: 85%;
    }
  }
}

	  

      /* Welcome text */
      .welcome_text {
        h4 {
          font-size: 28px;
          font-weight: 700;
          margin-bottom: 15px;
        }

        p {
          font-size: 16px;
          line-height: 1.5;

          a {
            text-decoration: underline;
            color: #004250;
            font-weight: 500;
            -webkit-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
            cursor: pointer;
          }
        }
      }

      /* Forminator form fields */
      .forminator-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        input[type="url"],
        textarea {
          width: 100%;
          padding: 15px 20px;
          border-radius: 10px;
          border: 2px solid #E2E8F0;
          font-size: 16px;
          outline: none;
          -webkit-transition: border 0.3s;
          -o-transition: border 0.3s;
          transition: border 0.3s;

          &:focus {
            border-color: var(--clr_primary);
          }
        }

        textarea {
          min-height: 40px;
          resize: vertical;
        }

        /* Submit button */
        .forminator-button.forminator-button-submit {
          background-color: #0f3d3a !important;
          color: #ffffff !important;
          font-weight: 600;
          padding: 12px 24px;
          border: none;
          border-radius: 8px;
          cursor: pointer;
          font-size: 16px;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

          &:hover {
            -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                    transform: translateY(-2px);
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
                    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          }

          &:active {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          }

          &:focus {
            outline: 2px solid #0d6efd;
            outline-offset: 2px;
          }

          @media (max-width: 575.98px) {
            font-size: 14px;
            padding: 10px 20px;
          }
        }
      }
    }
  }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .popup_tm.apply_via_zillion_button_popup .form_wrapper.simple_form_screen.form_screen_1 .welcome_text h4 {
    font-size: 22px;
  }

  .popup_tm.apply_via_zillion_button_popup .form_wrapper.simple_form_screen.form_screen_1 .welcome_text p {
    font-size: 16px;
  }
  
  .popup_tm.apply_via_zillion_button_popup .form_screen_2 {
        width: 100%;
  }

  .popup_tm.apply_via_zillion_button_popup .simple_form_screen.form_screen_2 , h3 {
    font-size: 24px !important;
  }

  .popup_tm.apply_via_zillion_button_popup .simple_form_screen.form_screen_2 p {
    font-size: 14px;
  }
  

  .popup_tm.apply_via_zillion_button_popup .form_wrapper.simple_form_screen.form_screen_1 .forminator-form input,
  .popup_tm.apply_via_zillion_button_popup .form_wrapper.simple_form_screen.form_screen_1 .forminator-form textarea,
  .popup_tm.apply_via_zillion_button_popup .form_wrapper.simple_form_screen.form_screen_1 .forminator-form .forminator-button.forminator-button-submit {
    font-size: 14px;
    padding: 12px;
  }
}


/* Submit button only for the second popup */
.popup_tm.apply_via_zillion_button_popup {
  .forminator-button.forminator-button-submit {
    background-color: #0f3d3a !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    &:hover {
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    &:active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    &:focus {
      outline: 2px solid #0d6efd;
      outline-offset: 2px;
    }

    @media (max-width: 575.98px) {
      font-size: 14px;
      padding: 10px 20px;
    }
  }
}


/* popup css end */

/* End Apply Job Via Zillion  Css By Rohit 06-11-2025

/* popup css start */
.popup_tm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  &.apply_via_zillion_popup {
    .popup_box {
      background-color: #ECEAEA;
      border-radius: 40px;
      max-width: 800px;

      @media (max-width: 575.98px) {
        padding: 30px 15px;
      }

      .screen {
        display: none;

        &.active {
          display: block;
        }
      }

      .forminator-field-radio {
        .forminator-field {
          gap: 20px;

          @media (max-width: 767.98px) {
            gap: 10px;
          }

          .forminator-label {
            font-size: 30px !important;
            font-weight: 700 !important;
            color: #1E293B !important;
            margin-bottom: 0px !important;

            @media (max-width: 991.98px) {
              font-size: 22px !important;
            }

            @media (max-width: 767.98px) {
              font-size: 18px !important;
            }
          }

          .forminator-radio {
            padding: 20px;
            background-color: var(--clr_ffffff);
            border-radius: 20px;
            margin: 0 !important;
            width: calc(50% - 10px) !important;
            border: 2px solid #E2E8F0;

            @media (max-width: 575.98px) {
              width: calc(100% - 0px) !important;
              padding: 15px;
            }

            &.forminator-is_checked {
              border: 2px solid #31C6C1;
            }

            &::after {
              content: "";
              position: absolute;
              top: 15px;
              right: 15px;
              width: 30px;
              height: 30px;
              background: url(/wp-content/uploads/2025/10/check.svg) no-repeat center / 30px;
              opacity: 0;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s;

              @media (max-width: 575.98px) {
                background-size: 20px;
              }
            }

            &.forminator-is_checked {
              &::after {
                opacity: 1;
              }
            }

            .forminator-radio-label {
              position: relative;
              width: 100%;
              text-align: left;
              padding-top: 60px;
              font-size: 17px !important;
              font-weight: 600 !important;
              color: #1E293B !important;
              margin: 0 !important;


              @media (max-width: 575.98px) {
                padding-top: 40px;
              }

              &::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 50px;
                height: 50px;
                background-repeat: no-repeat;
                background-position: center;

                @media (max-width: 575.98px) {
                  width: 35px;
                  height: 35px;
                  background-size: 30px;
                }
              }


              @media (max-width: 991.98px) {
                font-size: 16px !important;
                margin-bottom: 10px !important;
              }

              @media (max-width: 767.98px) {
                font-size: 14px !important;
              }
            }

            .forminator-radio-bullet {
              display: none !important;
            }


          }

        }

        &.step_1,
        &.step_2,
        &.step_3 {
          .forminator-radio:nth-of-type(1) {
            .forminator-radio-label::before {
              background-image: url(/wp-content/uploads/2025/10/12th-Pass.svg);
            }
          }

          .forminator-radio:nth-of-type(2) {
            .forminator-radio-label::before {
              background-image: url(/wp-content/uploads/2025/10/Graduate-Any-field.svg);
            }
          }

          .forminator-radio:nth-of-type(3) {
            .forminator-radio-label::before {
              background-image: url(/wp-content/uploads/2025/10/CACSACCA_Student.svg);
            }
          }

          .forminator-radio:nth-of-type(4) {
            .forminator-radio-label::before {
              background-image: url(/wp-content/uploads/2025/10/Professional_Degree.svg);
            }
          }
        }
      }

      .forminator-pagination-footer {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 60px !important;

        @media (max-width: 767.98px) {
          margin-top: 30px !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 15px;
        }

        .forminator-button {
          font-size: 16px !important;
          font-weight: 600 !important;
          padding: 0 !important;
          background-color: transparent !important;
          color: #31C6C1 !important;
          margin-bottom: 0 !important;

          &:hover,
          &:focus,
          &:focus-visible {
            -webkit-box-shadow: unset !important;
                    box-shadow: unset !important;
          }

          &.forminator-button-back {
            color: var(--clr_000000BF) !important;

            &::before {
              font-family: "Font Awesome 7 Free";
              font-weight: 900;
              content: "\f104";
              margin-right: 6px;
            }
          }

          &.forminator-button-submit {
            color: var(--clr_ffffff) !important;
            background-color: var(--clr_c8f8a9) !important;
            padding: 10px !important;
            border-radius: 10px !important;
          }
        }

        .forminator-button-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px;
        }

        .forminator-pagination-progress {
          width: 50%;
          margin: 0 !important;

          .forminator-progress-label {
            display: none;
          }

          .forminator-progress-bar {
            margin: 0;

            span {
              background-color: var(--clr_c8f8a9) !important;
            }
          }
        }
      }

      .analysis {
        text-align: center;

        .loading {
          margin-top: 20px;

          .progress {
            max-width: 250px;
            margin: auto;
            border-radius: 30px;

            .progress-bar {
              background: -webkit-gradient(linear, left top, right top, from(#01BBB5), to(#006290));
              background: -o-linear-gradient(left, #01BBB5, #006290);
              background: linear-gradient(90deg, #01BBB5, #006290);
            }
          }

          h5 {
            font-size: 16px;
            font-weight: 600;
            color: var(--clr_000000BF);
            margin-top: 10px;
          }
        }
      }
    }
  }
}

.popup_tm h4,
.popup_tm h5 {
  color: var(--clr_0f3d3a);
  margin-bottom: 10px !important;
  line-height: 1.3;
}

.popup_tm p {
  font-size: 16px;
  color: var(--clr_000000BF);
  margin-bottom: 10px;
  line-height: 1.5;
}

.popup_tm.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 999;
}

.popup_tm .popup_box {
  position: relative;
  background-color: var(--clr_ffffff);
  padding: 40px;
  max-width: 700px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.popup_tm .popup_box .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  width: 40px;
  height: 40px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .popup_tm .popup_box {
    padding: 20px;
  }

  .popup_tm h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 30px;
  }

  .popup_tm p {
    font-size: 14px;
  }
}

.popup_arrow_btn .elementor-button-text {
  text-align: left !important;
}

.forminator-field-radio .forminator-label {
  margin-bottom: 10px !important;
}

#welcome_popup .forminator-radio {
  position: relative;
  margin: 0;
}

#welcome_popup .forminator-radio .forminator-radio-bullet {
  display: none;
}

[role="radiogroup"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 12px;
}

[role="radiogroup"] .forminator-label {
  width: 100% !important;
  height: 100%;
}

[role="radiogroup"]>label {
  width: calc(50% - 20px) !important;
  text-align: center !important;

  @media(max-width: 767.98px) {
    width: 100% !important;
  }
}

#welcome_popup .forminator-radio .forminator-radio-label {
  width: 100% !important;
  height: 100%;
  margin: 0;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 20px !important;
  background: #efefef;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#welcome_popup .forminator-radio [type="radio"]:checked~.forminator-radio-label {
  background: -o-linear-gradient(296deg, #1B6161 3%, #001B26 100%);
  background: linear-gradient(154deg, #1B6161 3%, #001B26 100%);
  color: #fff !important;
}

#volunteer_popup {
  form {
    .forminator-row {
      margin-bottom: 10px !important;

      label {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #333333 !important;
      }

      input,
      textarea,
      select,
      p {
        background-color: #fff;
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #424242 !important;
      }

      p a {
        color: inherit !important;
      }

      input,
      textarea,
      select {
        border: 1px solid #cccccc !important;
        border-radius: 5px !important;
      }

      textarea {
        height: 100px !important;
        resize: none !important;
      }

      .forminator-field-textarea {
        .forminator-description {
          display: none !important;
        }
      }

      .select2-selection__rendered,
      .select2-selection__placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #424242 !important;
      }

      .select2-selection {
        background: transparent !important;
        border: 1px solid #cccccc !important;
        border-radius: 5px !important;

        &:focus {
          outline: none !important;
        }
      }

    }
  }
}

.forminator-select-dropdown {
  background: #fff !important;
  padding: 0 !important;
}

.select2-results__option--selected,
.select2-results__option--highlighted {
  background: #01c5be !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}

.select2-results__option--selected {
  background: var(--clr_0f3d3a) !important;
}

.select2-results__options li {
  font-size: 14px !important;
}

/* popup css end */


/* image_map css start */
.custom_map_section {
  position: relative;

  .map {
    .map-image {
      width: 100%;
    }

    .points {
      position: absolute;
      inset: 0;

      li:hover {
        .item_wrap {
          .details_wrap {
            opacity: 1;
            -webkit-transform: translateY(5px);
                -ms-transform: translateY(5px);
                    transform: translateY(5px);
          }
        }
      }

      li:nth-child(1) {
        /*canada*/
        position: absolute;
        left: 20%;
        top: 10.5%;

        @media (max-width: 1399.98px) {
          top: 13%;
        }

        @media (max-width: 1199.98px) {
          top: 11.2%;
        }

        @media (max-width: 991.98px) {
          top: 8%;
        }

        @media (max-width: 767.98px) {
          top: 7%;
          left: 18%;
        }
      }

      li:nth-child(2) {
        /*gurugram*/
        position: absolute;
        left: 68%;
        top: 31.5%;

        @media (max-width: 991.98px) {
          top: 30%;
        }

        @media (max-width: 767.98px) {
          top: 29%;
          left: 65.2%;
        }
      }

      li:nth-child(3) {
        /*UK*/
        position: absolute;
        left: 45%;
        top: 10.5%;

        @media (max-width: 991.98px) {
          top: 12%;
        }

        @media (max-width: 767.98px) {
          top: 12%;
          left: 45.2%;
        }
      }

      .item_wrap {
        position: relative;

        .img_box {
          position: relative;
          width: 60px;
          height: 60px;
          border-radius: 50%;

          @media (max-width: 1399.98px) {
            width: 40px;
            height: 40px;
          }

          @media (max-width: 767.98px) {
            width: 30px;
            height: 30px;
          }

          &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: var(--clr_ffffff);
            -webkit-animation: inner-ripple 1000ms linear infinite;
                    animation: inner-ripple 1000ms linear infinite;
            z-index: 0;
          }

          &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: var(--clr_ffffff);
            -webkit-animation: outer-ripple 1000ms linear infinite;
                    animation: outer-ripple 1000ms linear infinite;
            z-index: 0;
          }

          img {
            position: relative;
            z-index: 1;
          }
        }

        .details_wrap {
          position: absolute;
          width: 110px;
          padding: 5px;
          background-color: var(--clr_ffffff);
          border-radius: 5px;
          -webkit-transform: translateY(10px);
              -ms-transform: translateY(10px);
                  transform: translateY(10px);
          -webkit-transition: 0.35s ease-in-out;
          -o-transition: 0.35s ease-in-out;
          transition: 0.35s ease-in-out;
          opacity: 0;
          -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

          &::before {
            content: "";
            position: absolute;
            top: -7px;
            left: 10px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid var(--clr_ffffff);
          }

          h4 {
            font-size: 13px;
            font-weight: 600;
            color: var(--clr_0f3d3a);
            -webkit-transition: 0.35s;
            -o-transition: 0.35s;
            transition: 0.35s;
            margin-bottom: 3px;
          }

          h5 {
            font-size: 12px;
            color: var(--clr_000000BF);
          }
        }
      }
    }
  }
}


@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}


@keyframes inner-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }

  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

/* image_map css end */

/* footer css start */
footer {
  position: relative;
}

footer .top {
  background-color: var(--clr_0f3d3a);
}

footer .top .inner>div {
  padding: 60px 0;
  border-bottom: 1px solid var(--clr_c8f8a9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}

footer .top h4 {
  font-size: 32px;
  color: var(--clr_ffffff);
  line-height: 1.3;
  max-width: 700px;
  margin-bottom: 20px;
}

footer .top p {
  font-size: 16px;
  color: var(--clr_ffffff);
  line-height: 1.3;
  max-width: 700px;
}

footer .middle {
  background-color: var(--clr_0f3d3a);
  padding: 60px 0;
}

.widget_top_15 {
  margin-top: 15px;
}

footer .footer_about {
  padding-right: 50px;
}

footer .footer_about a {
  max-width: 150px;
  margin-bottom: 10px;
}

footer .footer_widget h4 {
  font-size: 20px;
  color: var(--clr_ffffff);
  font-weight: 500;
  margin-bottom: 20px;
}

footer p,
footer a {
  font-size: 16px;
  line-height: 1.7;
  color: var(--clr_f2f5f1);
  margin-bottom: 10px;
}

footer .footer_widget p a,
footer .footer_widget li a {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: var(--clr_f2f5f1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  &:hover {
    color: var(--clr_c8f8a9);

    &::before {
      width: 100%;
      background-color: var(--clr_c8f8a9);
    }
  }
}

footer .footer_sci ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

footer .footer_sci ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  background-color: var(--clr_c8f8a9);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  &:hover {
    background-color: var(--clr_ffffff);

    i {
      color: var(--clr_0f3d3a);
    }
  }

  &::before {
    content: unset;
  }
}

footer .footer_sci ul li a i {
  font-size: 16px;
  color: var(--clr_ffffff);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

footer .bottom {
  background-color: var(--clr_0f3d3a);
}

footer .bottom .copyright {
  border-top: 1px solid var(--clr_c8f8a9);
  text-align: center;
  padding: 30px 0;
}

footer .bottom .copyright p,
footer .bottom .copyright p a {
  color: var(--clr_ffffff);
  margin: 0;
}

footer .bottom .copyright p a {
  color: var(--clr_c8f8a9);
  text-decoration: underline;
  margin: 0;
}

@media (max-width: 991.98px) {

  footer .top .inner>div,
  footer .middle {
    padding: 30px 0;
  }

  footer .top .inner>div {
    gap: 15px;
  }

  footer .top .inner>div>div {
    width: 100%;
  }

  footer .top h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  footer .footer_widget h4 {
    font-size: 18px;
  }

  footer .bottom .copyright {
    padding: 20px 0;
  }

  footer .footer_about {
    padding-right: 0px;
  }

  footer .footer_about a {
    max-width: 120px;
  }
}

@media (max-width: 575.98px) {
  footer .top h4 {
    font-size: 20px;
  }

  footer .footer_widget h4 {
    font-size: 16px;
  }

  footer p,
  footer a {
    font-size: 14px;
  }
}

/* footer css end */

/*
 Elementor layout width 1320px 
 Widget Space set 0
 Breakpoints
 Mobile Portrait = 575.98
 Mobile Landscape = 767.98
 Tablet Portrait = 991.98
 Tablet Landscape = 1199.98
 Laptop = 1399.98
 Widescreen = 1399.98
 Desktop is set by default according your screen width
 */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "DM Sans";
}

:root {
  /* --clr_c8f8a9: #c8f8a9; */
  /* --clr_0f3d3a: #0f3d3a; */
  --clr_c8f8a9: #01c5bf;
  --clr_0f3d3a: #004250;
  --clr_000000: #000000;
  --clr_f2f5f1: #f2f5f1;
  --clr_ffffff: #ffffff;
  --clr_ffffff80: #ffffff80;
  --clr_000000BF: #000000bf;
}

:is(h1, h2, h3, h4, h5, h6, p, figure, img, span, a, ul) {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  overflow: hidden;

  &.loaded {
    height: auto;
    overflow: auto;

    &::before {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr_ffffff);
  z-index: 999999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* html,
body {
  font-size: 62.5%;
} */
body,
.post,
.page {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

span,
a {
  display: inline-block;
}

#wpadminbar span {
  display: inline;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.site_btn {
  padding: 15px 30px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--clr_c8f8a9);
  color: var(--clr_0f3d3a);
  border: none;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  @media (max-width: 991.98px) {
    font-size: 14px;
    padding: 12px 20px;
  }

  &:hover {
    background-color: var(--clr_0f3d3a);
    color: var(--clr_c8f8a9);
  }

  &.dark {
    &:hover {
      background-color: var(--clr_ffffff);
      color: var(--clr_0f3d3a);
    }
  }
}

#growth_chart {
  width: 100%;
  height: 400px;

  @media (max-width: 991.98px) {
    height: 350px;
  }

  @media (max-width: 767.98px) {
    height: 300px;
  }

  @media (max-width: 575.98px) {
    height: 250px;
  }
}

.percentageChartWrap {
  #percentageChart {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}

.full_w_icon_btn .elementor-button,
.full_w_icon_btn .elementor-button-content-wrapper {
  width: 100% !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.owl-theme .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  @media (max-width: 575.98px) {
    margin-top: 20px !important;
  }
}

.owl-theme .owl-dot {
  opacity: 1;
}

.owl-carousel .owl-item img {
  display: inline-block;
}

.owl-theme .owl-dot span {
  background-color: var(--clr_c8f8a9) !important;
}

.owl-theme .owl-dot.active span {
  background-color: var(--clr_0f3d3a) !important;
}

.owl-theme .owl-dot:hover,
.owl-theme .owl-dot:focus {
  background-color: var(--clr_0f3d3a);
  background: transparent !important;
}

.owl-theme .owl-nav {
  gap: 10px;

  button {
    width: 45px;
    height: 45px;
    background-color: var(--clr_ffffff) !important;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;

    span {
      font-size: 20px;
      font-weight: 600;
      -webkit-transition: 0.35s;
      -o-transition: 0.35s;
      transition: 0.35s;
    }

    &:hover {
      background-color: var(--clr_c8f8a9) !important;
      color: var(--clr_0f3d3a) !important;
    }
  }
}

.inherit_parent_color {
  color: inherit;
}

.icon_box_arrow {
  position: relative;

  .elementor-icon-box-title {
    padding-right: 30px;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_icon.svg") no-repeat center / 20px;

    @media (max-width: 575.98px) {
      top: 10px;
    }
  }
}

.tm_cf_style {
  position: relative;
  padding: 20px;
  background-color: var(--clr_ffffff);
  border: 1px solid var(--clr_f2f5f1);
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 3px;

  .input_wrap {
    margin-bottom: 20px;

    label,
    textarea,
    .form-control {
      display: block;
      font-size: 15px;
      color: var(--clr_000000);
    }

    textarea {
      height: 120px;
      min-height: 120px;
      resize: vertical;
    }

    .wpcf7-form-control-wrap {
      width: 100%;
      display: block;
      margin-top: 10px;
    }
  }

  .submit_wrap {
    [type="submit"] {
      text-shadow: unset;
      border: unset;
      font-weight: 600;
    }

    [type="submit"][disabled] {
      opacity: 0.7;
    }
  }

  .wpcf7-list-item {
    margin: 0;
  }
}

.mw-100,
.mw-100 img {
  max-width: 100% !important;
}

.h-100 img {
  height: 100% !important;
}

.text_primary_clr {
  color: var(--clr_c8f8a9);
}

.glass_effect {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.48);
}

.team_card {
  position: relative;

  .glass_effect {
    cursor: pointer;
  }

  .team_card_inner::before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--clr_0f3d3a)));
    background: -o-linear-gradient(top, transparent, var(--clr_0f3d3a));
    background: linear-gradient(180deg, transparent, var(--clr_0f3d3a));
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .team_sci {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  &:hover {
    .team_card_inner::before {
      opacity: 1 !important;
    }

    .team_sci {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      opacity: 1;
    }
  }

  .team_popup_content {
    display: none;
  }
}

.brand_slider {
  img {
    width: 150px !important;
    height: 60px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;

    @media (max-width: 575.98px) {
      height: 70px !important;
    }
  }
}

.icon_box_hvr {
  .elementor-icon {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  &:hover .elementor-icon {
    -webkit-transform: rotateY(1turn);
            transform: rotateY(1turn);
  }
}

.slide_hover {
  position: relative;
  overflow: hidden !important;

  &::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 0% !important;
    height: 100% !important;
    background: -webkit-gradient(linear, left top, right top, from(var(--clr_c8f8a9)), to(var(--clr_c8f8a9)));
    background: -o-linear-gradient(left, var(--clr_c8f8a9), var(--clr_c8f8a9));
    background: linear-gradient(to right, var(--clr_c8f8a9), var(--clr_c8f8a9));
    z-index: 0;
    opacity: 0.2;
    -webkit-transition: 0.35s ease-out;
    -o-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
  }

  &:hover {
    &::after {
      width: 100% !important;
    }
  }

  >div {
    z-index: 1;
  }
}

/* masonry js library css */
.masonry_gallery,
.masonry_gallery .gallery {
  width: 100%;
  text-align: center;
}

.gallery-item {
  width: calc(100% / 4 - 15px) !important;
  max-width: calc(100% / 4 - 15px) !important;
  float: left;
  margin-bottom: 10px !important;

  @media (max-width: 991.98px) {
    width: calc(100% / 3 - 15px) !important;
    max-width: calc(100% / 3 - 15px) !important;
  }

  @media (max-width: 767.98px) {
    width: calc(100% / 2 - 15px) !important;
    max-width: calc(100% / 2 - 15px) !important;
  }

  @media (max-width: 575.98px) {
    width: 100% !important;
    max-width: 100% !important;
  }
}


.rocket_anim p {
  -webkit-animation: rocket_anim 1s linear infinite;
          animation: rocket_anim 1s linear infinite;
}

@-webkit-keyframes rocket_anim {
  0% {
    -webkit-transform: translate3d(0px, 2px, 0);
            transform: translate3d(0px, 2px, 0);
  }

  50% {
    -webkit-transform: translate3d(5px, -5px, 0);
            transform: translate3d(5px, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 2px, 0);
            transform: translate3d(0px, 2px, 0);
  }
}

@keyframes rocket_anim {
  0% {
    -webkit-transform: translate3d(0px, 2px, 0);
            transform: translate3d(0px, 2px, 0);
  }

  50% {
    -webkit-transform: translate3d(5px, -5px, 0);
            transform: translate3d(5px, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 2px, 0);
            transform: translate3d(0px, 2px, 0);
  }
}

.globe_anim img {
  -webkit-animation: globe_anim 3s linear infinite;
          animation: globe_anim 3s linear infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes globe_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes globe_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bag_anim p {
  -webkit-animation: bag_anim 1s linear infinite alternate;
          animation: bag_anim 1s linear infinite alternate;
}

@-webkit-keyframes bag_anim {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@keyframes bag_anim {
  0% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: var(--clr_ffffff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 20px;
}

#outline {
  stroke-dasharray: 2.42776657104492px, 242.776657104492px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
          animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873299462888px, 242.776657104492px;
    stroke-dashoffset: -26.70543228149412px;
  }

  43.75% {
    stroke-dasharray: 84.9718299865722px, 242.776657104492px;
    stroke-dashoffset: -84.9718299865722px;
  }

  100% {
    stroke-dasharray: 2.42776657104492px, 242.776657104492px;
    stroke-dashoffset: -240.34889053344708px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873299462888px, 242.776657104492px;
    stroke-dashoffset: -26.70543228149412px;
  }

  43.75% {
    stroke-dasharray: 84.9718299865722px, 242.776657104492px;
    stroke-dashoffset: -84.9718299865722px;
  }

  100% {
    stroke-dasharray: 2.42776657104492px, 242.776657104492px;
    stroke-dashoffset: -240.34889053344708px;
  }
}

.forminator-label,
.forminator-radio {
  font-size: 14px !important;
  color: #4e4e4e;
  margin-bottom: 5px !important;
}

.forminator-input,
textarea {
  font-size: 14px !important;
  color: #4e4e4e;
  border: 1px solid #cecece !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.forminator-button,
.forminator-button-submit {
  border-radius: 5px !important;
}


/* CSS For Job Listing 30 Sep 2025 Start */
.career_section h1,
.career_section h2,
.career_section h3,
.career_section h4,
.career_section h5,
.career_section h6 {
  margin: 0;
  padding: 0;
}

.career_section ul {
  margin: 0;
  padding: 0;
}

.career_section li {
  list-style-type: none;
}

.career_section a,
.career_section span {
  display: inline-block;
  text-decoration: none;
}

.career_section {
  position: relative;
  padding: 100px 0;
  background-color: var(--clr_ffffff);
}

.nab_tabs {
  position: relative;
}

.nab_tabs .nab_tab_head {
  margin-bottom: 50px;
}

.nab_tabs .nab_tab_head ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.nab_tabs .nab_tab_head ul>li {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  list-style-type: none;
  border-radius: 10px;
  -webkit-box-shadow: #01c5bf 1px 1px 2px;
          box-shadow: #01c5bf 1px 1px 2px;
}

.nab_tabs .nab_tab_head ul>li+li {
  margin-left: 48px;
}

.nab_tabs .nab_tab_head ul>li.active {
  background-color: #01c5bf;
  color: var(--clr_ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01BBB5), to(#309F9C));
  background-image: -o-linear-gradient(#01BBB5, #309F9C);
  background-image: linear-gradient(#01BBB5, #309F9C);
}

.nab_tabs .nav_tab_body>div {
  background-color: #ffffff;
  display: none;
}

.nab_tabs .nav_tab_body>div.active {
  display: block;
}

.nab_tabs .nav_tab_body .career_cards {
  position: relative;
  padding: 25px;
  background-color: var(--clr_ffffff);
  border-radius: 10px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #EFE2F8;
}

.nab_tabs .nav_tab_body .career_cards .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
}

.nab_tabs .nav_tab_body .career_cards .job_details,
.nab_tabs .nav_tab_body .career_cards .company_details,
.nab_tabs .nav_tab_body .career_cards .applicant_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nab_tabs .nav_tab_body .career_cards .job_details {
  margin-bottom: 30px;
}

.nab_tabs .nav_tab_body .career_cards .job_details li {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
}

.nab_tabs .nav_tab_body .career_cards .job_details>span {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #A1A7B0;
}

.nab_tabs .nav_tab_body .career_cards .job_details li.part-time {
  color: #0BA02C;
  background-color: #E7F6EA;
}

.nab_tabs .nav_tab_body .career_cards .job_details li.full-time {
  color: #6300B3;
  background-color: #F1E0FF;
}

.nab_tabs .nav_tab_body .career_cards .company_details {
  margin-bottom: 15px;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.logo {
  width: 20%;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.logo img {
  width: 100%;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.details {
  width: 80%;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.details .com_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 8px;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.details ul li svg {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nab_tabs .nav_tab_body .career_cards .company_details>.details ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #A1A7B0;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details {
  margin-bottom: 30px;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details .applicant_images {
  position: relative;
  width: 20%;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details .applicant_images img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details .applicant_images img:nth-child(2) {
  position: absolute;
  top: 2px;
  left: 20px;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details .applicant_images img:nth-child(3) {
  position: absolute;
  top: 2px;
  left: 40px;
}

.nab_tabs .nav_tab_body .career_cards .applicant_details span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

.nab_tabs .nav_tab_body .career_cards .button_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.nab_tabs .nav_tab_body .career_cards .button_wrap>a {
  width: calc(100% / 2);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.nab_tabs .nav_tab_body .career_cards .button_wrap>a:nth-child(1) {
  color: #01c5bf;
  background-color: var(--clr_ffffff);
  border: 1px solid #01c5bf;
}

.nab_tabs .nav_tab_body .career_cards .button_wrap>a:nth-child(2) {
  color: var(--clr_ffffff);
  background-color: #01c5bf;
  border: 1px solid #01c5bf;
}

.most_popular {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd9b4), to(#ffffff));
  background-image: -o-linear-gradient(bottom, #ffd9b4, #ffffff);
  background-image: linear-gradient(to top, #ffd9b4, #ffffff);
}

/* CSS For Job Listing 30 Sep 2025 END */

/* Hide scrollbar for Chrome, Safari and Opera */
#volunteer_popup::-webkit-scrollbar,
.popup_tm::-webkit-scrollbar,
#welcome_popup::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#volunteer_popup,
.popup_tm,
#welcome_popup {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#volunteer_popup::before,
.popup_tm::before,
#welcome_popup::before {
  pointer-events: none !important;
}

.cursor_none,
.cursor_none a {
  cursor: default !important;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fast_reponse_active,
.taxation_post {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfffe), to(#a6eae8));
  background: -o-linear-gradient(top, #fdfffe, #a6eae8);
  background: linear-gradient(to bottom, #fdfffe, #a6eae8);
  ;
}

.job_departments_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;

  @media(max-width:767.98px) {
    gap: 20px;
  }

  @media(max-width:575.98px) {
    gap: 15px;
  }



  .department_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    border-radius: 15px;
    padding: 15px;

    @media(max-width:575.98px) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      padding: 10px;
    }


    .department_icon {
      width: 80px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 10px;
      background-color: #e6f9f9;

      @media(max-width:1199.98px) {
        width: 50px;
        height: 50px;

        @media(max-width:575.98px) {
          width: 40px;
          height: 40px;
        }
      }

      img {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
           object-fit: contain;

        @media(max-width:1199.98px) {
          width: 30px;
          height: 30px;
        }

        @media(max-width:575.98px) {
          width: 25px;
          height: 25px;
        }
      }
    }

    .text_wrap {
      @media(max-width:575.98px) {
        text-align: center;
      }

      h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        color: #000;
        margin-bottom: 5px;

        @media(max-width:767.98px) {
          font-size: 16px;
        }

        @media(max-width:575.98px) {
          font-size: 14px;
        }
      }

      p {
        font-size: 14px;
        color: #5E6670;

        @media(max-width:575.98px) {
          font-size: 12px;
        }
      }
    }
  }
}

.fast_reponse {
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FF6B6B;
  color: var(--clr_ffffff);
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 5px 15px;
  border-radius: 15px;

  @media(max-width:767.98px) {
    font-size: 11px;
    padding: 3px 10px;
  }

  img {
    width: 20px;
  }
}

.breadcrumb_section {
  background-color: var(--clr_f2f5f1);

  .text_wrap {
    p {
      font-size: 16px;
      line-height: 1.7;
      color: var(--clr_000000BF);
    }

  }
}

.mb_40 {
  margin-bottom: 40px;

  @media(max-width:991.98px) {
    margin-bottom: 30px;
  }

  @media(max-width:767.98px) {
    margin-bottom: 20px;
  }
}

.fs_56 {
  font-size: 56px;
  font-family: 'Forum';
  margin-bottom: 10px;

  @media(max-width:1199.98px) {
    font-size: 44px;
  }

  @media(max-width:991.98px) {
    font-size: 34px;
  }

  @media(max-width:767.98px) {
    font-size: 28px;
  }

  @media(max-width:575.98px) {
    font-size: 24px;
  }
}

.fs_22 {
  font-size: 22px;
  font-family: 'DM Sans';
  margin-bottom: 10px;

  @media(max-width:991.98px) {
    font-size: 20px;
  }

  @media(max-width:767.98px) {
    font-size: 18px;
  }
}

.fs_32 {
  font-size: 32px;
  font-family: 'DM Sans';
  margin-bottom: 10px;

  @media(max-width:991.98px) {
    font-size: 22px;
  }

  @media(max-width:767.98px) {
    font-size: 20px;
  }
}

.mb_24 {
  margin-bottom: 24px;
}

.job_card {
  position: relative;
  height: 100%;
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  &.popular_job {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffaf5), to(#ffd6b1));
    background: -o-linear-gradient(#fffaf5, #ffd6b1);
    background: linear-gradient(#fffaf5, #ffd6b1);
  }

.job_card_header {
    .updated_time {
        font-size: 14px;
        color: #6c6c6c;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
        gap: 6px;

        i {
            font-size: 15px;
            opacity: 0.8;
        }
    }

    .job_title {
        font-size: 18px;
        color: var(--clr_000000);
        margin-bottom: 10px;

        @media(max-width:575.98px) {
            font-size: 16px;
        }
    }

    .job_type {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 5px 10px;
    }

    p {
      font-size: 16px;

      @media(max-width:575.98px) {
        font-size: 14px;
      }
    }
  }

  .job_card_body {
    margin: 20px 0;

    .company_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 15px;
      margin: 10px 0;

      .img_wrap {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
        }
      }

      .about_company {
        .company_name {
          font-size: 14px;
          font-weight: 600;
          color: var(--clr_000000);
          margin-bottom: 5px;
        }

        i {
          font-size: 13px;
          color: #767F8C;
        }

        p {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 5px;
        }
      }
    }

    .applicants {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;

      p {
        margin: 0;
      }
    }
  }

  .job_card_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: auto;

    a {
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 14px;
      font-weight: 500;
      border: 1px solid #31C6C1;
      color: #31C6C1;
      background-color: var(--clr_ffffff);
      padding: 15px 20px;
      border-radius: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;

      &:hover {
        background-color: #31C6C1;
        border-color: transparent;
        color: var(--clr_ffffff);
      }

      &.apply_zillion,
	  &.apply_via_zillion{
        position: relative;
        background-color: #31C6C1;
        border-color: transparent;
        color: var(--clr_ffffff);
	padding: 14px !important;

        &:hover {
          background-color: var(--clr_0f3d3a);
        }

        &::before {
          content: "Fast response";
          position: absolute;
          top: 0;
          right: 10px;
          -webkit-transform: translateY(-55%);
              -ms-transform: translateY(-55%);
                  transform: translateY(-55%);
          background-color: #FF6B6B;
          color: var(--clr_ffffff);
          font-size: 12px;
          font-weight: 400;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 10px;
          padding: 3px 10px;
          border-radius: 15px;

          @media(max-width:767.98px) {
            font-size: 10px;
          }
        }

      }
    }


  }

  p {
    color: #767F8C;
    font-size: 14px;
    margin-bottom: 5px;
  }

  &.popular_job {
    .job_card_footer {
      a {
        background-color: #31C6C1;
        border-color: transparent;
        color: var(--clr_ffffff);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
        margin: auto;

        &:hover {
          background-color: var(--clr_0f3d3a);
        }
      }
    }
  }
}

.jobs_filter {
  .top {
    padding: 50px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1fffe), to(#c9f0ee));
    background: -o-linear-gradient(#f1fffe, #c9f0ee);
    background: linear-gradient(#f1fffe, #c9f0ee);
    border-radius: 20px;
    margin-bottom: 60px;

    @media(max-width:991.98px) {
      padding: 30px 12px;
      margin-bottom: 40px;
    }

    @media(max-width:767.98px) {
      margin-bottom: 30px;
    }

    .filter_form {
      max-width: 800px;
      margin: 0 auto;

      .form_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 10px;
        overflow: hidden;

        @media(max-width:767.98px) {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          border-radius: 0px;
          gap: 10px;
        }

        .field_wrap {
          position: relative;
          -ms-flex-preferred-size: 220px;
              flex-basis: 220px;

          @media(max-width:767.98px) {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
          }

          &:not(:first-child) {
            &::before {
              content: "";
              position: absolute;
              background-color: #dedede;
              width: 2px;
              height: 40px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);

              @media(max-width:767.98px) {
                content: unset;
              }
            }
          }
        }
      }

      .field {
        font-size: 16px;
        color: rgb(0 0 0 / 50%);
        padding: 20px;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        appearance: none;
        background: #fff;

        @media(max-width:991.98px) {
          padding: 10px 30px;
          font-size: 14px;
        }

        @media(max-width:767.98px) {
          border-radius: 10px;
        }


        &::-webkit-input-placeholder {
          color: rgb(0 0 0 / 50%);
        }


        &::-moz-placeholder {
          color: rgb(0 0 0 / 50%);
        }


        &:-ms-input-placeholder {
          color: rgb(0 0 0 / 50%);
        }


        &::-ms-input-placeholder {
          color: rgb(0 0 0 / 50%);
        }


        &::placeholder {
          color: rgb(0 0 0 / 50%);
        }
      }

      .submit_btn {
        background-color: #31C6C1;
        color: var(--clr_ffffff);
        padding: 20px 40px;
        border: none;
        font-size: 16px;
        font-weight: 600;


        @media(max-width:991.98px) {
          padding: 10px 30px;
          border-radius: 10px;
          font-size: 14px;
        }
      }
    }

    .filter_icon_boxes {
      max-width: 600px;
      margin: 40px auto 0;

      @media(max-width:767.98px) {
        margin-top: 30px;
      }

      ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 60px;

        @media(max-width:767.98px) {
          gap: 15px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center;
        }

        li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 20px;

          @media(max-width:991.98px) {
            gap: 10px;
          }

          @media(max-width:767.98px) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
          }

          img {
            width: 60px;
            height: 60px;
            -o-object-fit: contain;
               object-fit: contain;

            @media(max-width:991.98px) {
              width: 40px;
              height: 40px;
            }
          }

          .text {
            color: #5C5C5C;
            opacity: 80;

            h4 {
              font-size: 20px;
              margin-bottom: 5px;

              @media(max-width:991.98px) {
                font-size: 18px;
              }

              @media(max-width:767.98px) {
                font-size: 16px;
              }
            }

            p {
              font-size: 16px;

              @media(max-width:991.98px) {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }

  .bottom {
    .row {
      row-gap: 40px;
    }

  }
}

.pagination_wrap {
  margin-top: 20px;

  .page-numbers {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 15px;
    background-color: var(--clr_ffffff);
    border: 2px solid #DFE3E8;
    border-radius: 7px;
    margin: 0 3px;
    color: #000;

    &.current {
      border-color: #31C6C1;
      color: #31C6C1;
    }
  }
}

.placement_process {
  position: relative;
  text-align: center;

  @media(max-width:767.98px) {

    &::before,
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    &::before {
      background: url('/wp-content/uploads/2025/10/Arrows.svg') no-repeat center 10% / 20%;
    }

    &::after {
      background: url('/wp-content/uploads/2025/10/Arrows_Down.svg') no-repeat center 70% / 20%;
    }
  }

  .process_wrap {
    position: relative;
    display: inline-block;
    min-width: 150px;

    @media(max-width:575.98px) {
      min-width: 100%;
    }

    .icon_wrap {
      position: relative;
      width: 90px;
      height: 90px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 15px;
      -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
              box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      margin: auto;
      margin-bottom: 20px;

      &::before {
        content: attr(data-count);
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #1ea09c;
        border-radius: 5px;
        color: var(--white-color);
        font-size: 13px;
        font-weight: 600;
        -webkit-transform: translate(-40%, -40%);
            -ms-transform: translate(-40%, -40%);
                transform: translate(-40%, -40%);
      }

      @media(max-width:991.98px) {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
      }

      &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 120%;
        width: 200px;
        height: 50px;
        background: url('/wp-content/uploads/2025/10/Arrows.svg') no-repeat center / contain;

        @media(max-width:1399.98px) {
          width: 150px;
        }

        @media(max-width:1199.98px) {
          width: 120px;
        }

        @media(max-width:991.98px) {
          width: 90px;
          left: 100%;
        }

        @media(max-width:767.98px) {
          content: unset;
        }
      }

      img {
        width: 60px;
        height: 60px;
        -o-object-fit: contain;
           object-fit: contain;

        @media(max-width:991.98px) {
          width: 40px;
          height: 40px;
        }
      }
    }


    h4 {
      font-size: 18px;
      color: #18191C;

      @media(max-width:991.98px) {
        font-size: 16px;
      }

      @media(max-width:575.98px) {
        font-size: 14px;
      }
    }
  }

  [data-flow="2"] .icon_wrap::after {
    background-image: url('/wp-content/uploads/2025/10/Arrows_Down.svg');
    top: 40px;

    @media(max-width:991.98px) {
      top: 20px;
    }
  }

  [data-flow="4"] .icon_wrap::after {
    content: unset;
  }
}

.location_cards {
  .location_card {
    position: relative;
    height: 300px;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),
      var(--location_bg) no-repeat center / cover;
    display: flex;
    align-items: flex-end;

    @media (max-width: 1199.98px) {
      height: 270px;
    }

    @media (max-width: 575.98px) {
      height: 250px;
    }

    a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: inherit;

      h3 {
        width: 100%;
        display: block;
        border-radius: 10px;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.48);
        font-size: 22px;
        color: var(--white-color);
        background: url(/wp-content/uploads/2025/10/arrow_right.svg)
          no-repeat calc(100% - 20px) center / 35px;
        padding-right: 60px;
        box-sizing: border-box;
        transition: background-color 0.3s ease, transform 0.3s ease;

        &:hover {
          background-color: rgba(255, 255, 255, 0.25);
          transform: translateY(-3px);
        }

        @media (max-width: 991.98px) {
          padding: 10px;
          padding-right: 35px;
          font-size: 18px;
          background-size: 25px;
          background-position-x: calc(100% - 10px);
        }

        @media (max-width: 575.98px) {
          font-size: 16px;
        }
      }
    }
  }
}

.score_card_popup {
  .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--clr_ffffff);
    border-radius: 30px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;

    @media(max-width:767.98px) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .col {
      padding: 40px;

      @media(max-width:767.98px) {
        padding: 20px;
      }
    }

    .left {
      background: #18A7A2;
      color: var(--clr_ffffff);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;

      h4,
      p {
        color: var(--clr_ffffff);
        max-width: 300px;
        margin: 0 auto;
        line-height: 1.2;
        padding: 0;
      }

      h4 {
        font-size: 22px;

        @media(max-width:767.98px) {
          font-size: 18px;
        }
      }

      p {
        font-size: 20px;

        @media(max-width:767.98px) {
          font-size: 16px;
        }
      }

      .circle {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        margin: 30px auto;
        background: -webkit-gradient(linear, left top, left bottom, from(#01BBB5), color-stop(#01BBB5), color-stop(#fefefe63), to(#fefefed1));
        background: -o-linear-gradient(#01BBB5, #01BBB5, #fefefe63, #fefefed1);
        background: linear-gradient(#01BBB5, #01BBB5, #fefefe63, #fefefed1);

        @media(max-width:767.98px) {
          width: 120px;
          height: 120px;
          margin: 10px auto;
        }

        .score {
          font-size: 62px;
          line-height: 1;

          @media(max-width:767.98px) {
            font-size: 42px;
          }
        }

        .out_of {
          font-size: 16px;
        }
      }

      h3 {
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1.2;

        @media(max-width:991.98px) {
          font-size: 32px;
        }

        @media(max-width:767.98px) {
          font-size: 22px;
          margin-bottom: 5px;
        }
      }
    }

    .right {
      h5 {
        font-size: 22px;
        color: var(--clr_000000BF);
        line-height: 1.2;
        font-weight: 700;

        @media(max-width:767.98px) {
          font-size: 18px;
        }
      }

      ul {
        margin: 20px 0;

        @media(max-width:767.98px) {
          margin: 10px 0;
        }

        li {
          padding: 15px;
          border-radius: 15px;
          border: 1px solid #E2E8F0;
          margin-bottom: 20px;

          @media(max-width:767.98px) {
            margin-bottom: 10px;
          }

          .circle_text {
            width: 50px;
            height: 50px;
            padding: 5px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background-color: #DFF3F2;
            font-size: 18px;
            font-weight: 600;
            color: #01BBB5;
            margin-bottom: 5px;

            @media(max-width:767.98px) {
              font-size: 16px;
            }

          }

          p {
            color: #01BBB5;
            font-size: 16px;
            margin-bottom: 0;

            @media(max-width:767.98px) {
              font-size: 14px;
            }
          }
        }
      }
    }
  }
}

@media (max-width:1199.98px) {
  .tap_form_img_wrap img {
    height: 400px !important;
  }
}

@media (max-width:767.98px) {
  .tap_form_img_wrap img {
    height: 350px !important;
  }
}

@media (max-width:575.98px) {
  .tap_form_img_wrap img {
    height: 300px !important;
  }
}

.blog_posts_sec {
  .row {
    row-gap: 24px;
  }

  .blog_post_card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;

    .img_wrap {
      position: relative;
      height: 250px;

      @media(max-width:575.98px) {
        height: 200px;
      }

      a,
      img {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }

    .text_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 25px;

      @media(max-width:575.98px) {
        padding: 15px;
      }

      h3 {
        font-size: 20px;
        color: var(--clr_000000BF);
        margin-bottom: 10px;

        @media(max-width:575.98px) {
          font-size: 18px;
        }

        a {
          color: var(--clr_000000BF);
        }
      }

      p {
        font-size: 16px;
        color: var(--dim-gray);
        line-height: 1.5;
        margin-bottom: 20px;

        @media(max-width:575.98px) {
          font-size: 14px;
        }
      }

      .site_btn {
        margin-top: auto;
        padding: 7px 30px;
        font-size: 14px;
      }
    }
  }
}

.post_meta {
  margin-bottom: 10px;

  .post_categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;

    .category_tag {
      font-size: 13px;
      color: var(--clr_ffffff);
      background-color: var(--dim-gray);
      padding: 3px 10px;
      border-radius: 30px;
    }
  }

  .post_date {
    margin-top: 10px;
    font-size: 13px;
    color: var(--dim-gray);
  }
}

.single_post_wrap {
  .single_post_inner {
    max-width: 900px;
    margin: 0 auto;

    .post_thumbnail {
      margin-bottom: 10px;
    }

    .post_meta {
      .post_date {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 10px;
      }
    }
  }
}


.post_content {

  ul li {
    list-style: disc;
  }

  ol li {
    list-style: auto;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #4a4a4a;

    @media(max-width:767.98px) {
      margin-top: 20px;
    }
  }

  p {
    color: var(--clr_000000BF);
  }

  h1 {
    font-size: 36px;

    @media(max-width:767.98px) {
      font-size: 32px;
    }

    @media(max-width:575.98px) {
      font-size: 28px;
    }
  }

  h2 {
    font-size: 32px;

    @media(max-width:767.98px) {
      font-size: 28px;
    }

    @media(max-width:575.98px) {
      font-size: 24px;
    }
  }

  h3 {
    font-size: 28px;

    @media(max-width:767.98px) {
      font-size: 24px;
    }

    @media(max-width:575.98px) {
      font-size: 20px;
    }
  }

  h4 {
    font-size: 24px;

    @media(max-width:767.98px) {
      font-size: 20px;
    }

    @media(max-width:575.98px) {
      font-size: 18px;
    }
  }

  h5 {
    font-size: 22px;

    @media(max-width:767.98px) {
      font-size: 20px;
    }

    @media(max-width:575.98px) {
      font-size: 18px;
    }
  }

  h6 {
    font-size: 20px;

    @media(max-width:767.98px) {
      font-size: 18px;
    }

    @media(max-width:575.98px) {
      font-size: 16px;
    }
  }

  ul,
  ol {
    margin-bottom: 0;
    padding-left: 20px;

    li {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 10px;
      color: #4a4a4a;

      @media(max-width:575.98px) {
        font-size: 14px;
        margin-bottom: 5px;
      }
    }
  }

  img {
    margin: 20px 0;
    border-radius: 10px;

    @media(max-width:575.98px) {
      margin: 10px 0;
    }
  }

  blockquote {
    margin-top: 15px;
    padding: 20px;
    background-color:
      var(--clr_0f3d3a);
    color: var(--clr_ffffff);
    border-radius: 10px;
    border-left: 5px solid var(--clr_c8f8a9);

    :is(h1, h2, h3, h4, h5, h6, ul, ol) {
      margin-top: 0;
    }

    :is(h1, h2, h3, h4, h5, h6) {
      margin-bottom: 10px;
      color: var(--clr_ffffff);
    }

    p {
      color: var(--clr_ffffff);
    }
  }
}

.date_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  @media(max-width:575.98px) {
    gap: 3px;
  }
}


/* popup css start */
.elv_popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000005c;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  z-index: 9999;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.elv_popup.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.elv_popup .popup_wrapper {
  max-width: 800px;
  width: 90%;
  position: relative;
}
.elv_popup .popup_wrapper .vid_wrap{
  height: 500px;
}
.elv_popup .popup_wrapper .vid_wrap > * {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.elv_popup .popup_wrapper .cross {
  position: absolute;
  bottom: calc(100% - 20px);
  left: calc(100% - 20px);
  background: #fff;
  width: 20px !important;
  height: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50% !important;
  font-weight: 500;
  cursor: pointer;
  z-index: 9999;
}

/* popup css end */