* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* font-family: 'Inter', sans-serif !important; */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-synthesis: none !important;
}

.title {
  background-color: transparent !important;
}

.header .container,
.footer .container,
.custom-container > .e-con-inner,
.blog-page-content .container,
.page-top-banner .container,
.single-blog-page-content .container,
.join-roles .container,
.open-jobs .container,
.featured-role-section .container,
.talent-cta-section .container,
.blog-search .container,
.related-posts-slider .container,
.single-job-main-content .container,
.similar-jobs-sec .container,
.sb-sec-head-sticky .container {
  max-width: 1536px !important;
  padding: 0 32px !important;
}

/* ==== Header CSS Start ==== */
.header {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
  /* border-bottom: 1px solid #0a579f;
  background-color: #0a579f; */
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 16px 0;
  transition: 0.5s;
}

.head-menu-wapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.header .inner-header .mega-menu-wrap,
.header .inner-header .mega-menu-wrap .mega-menu {
  position: revert !important;
}

.header.scrolled {
  padding: 8px 0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}

.header.scrolled .head-btn a {
  background-color: #0a579e;
  border: 1px solid #0a579e;
  color: #fff;
  transition: 0.3s;
}

.header.scrolled .head-btn a:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent);
  border: 1px solid #0a579e;
  color: #fff;
  transition: 0.3s;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand img {
  max-width: 169px;
}

.header .navbar-brand {
  padding: 0;
  margin-right: 0;
}

.header .mega-menu-wrap {
  background-color: transparent !important;
  margin: 0 auto !important;
}

.header .mega-menu-wrap .mega-menu li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  /* text-transform: uppercase !important; */
  padding: 0 !important;
  height: auto !important;
  line-height: revert !important;
  /* color: color-mix(in oklab, #fff 85%, transparent) !important; */
  color: color-mix(in oklab, rgb(15 23 41) 70%, transparent) !important;
  background-color: transparent !important;
  transition: 0.3s !important;
}

.header .mega-menu-wrap .mega-menu li.mega-current_page_item a {
  color: #0a579e !important;
}

.header.scrolled .mega-menu-wrap .mega-menu li.mega-current_page_item a {
  color: #0a579e !important;
}

.header .mega-menu-wrap .mega-menu li:first-child a {
  padding-left: 0 !important;
}

.header .mega-menu-wrap .mega-menu li:last-child a {
  padding-right: 0 !important;
}

.header.scrolled .mega-menu-wrap .mega-menu li a {
  color: color-mix(in oklab, rgb(15 23 41) 70%, transparent) !important;
  transition: 0.3s !important;
}

.header.scrolled .mega-menu-wrap .mega-menu li a:hover {
  color: #0a579e !important;
  transition: 0.3s !important;
}

.header .mega-menu-wrap .mega-menu li a:hover {
  /* color: #fff !important; */
  color: #0a579e !important;
  /* background-color: #0a579e !important; */
  transition: 0.3s !important;
}

.header .mega-menu-wrap .mega-menu li a .mega-indicator {
  display: none !important;
}

.head-btn a {
  height: 38px;
  background-color: #0a579e;
  border: 1px solid #0a579e;

  /* background-color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  /* border: 1px solid #fff; */
  /* color: #0a579f; */
  color: #fff;
  transition: 0.3s;
  line-height: 36px;
}

.head-btn a:hover {
  /* background-color: color-mix(in oklab, #fff 90%, transparent); */
  /* border: 1px solid #ffffffe6; */
  background-color: color-mix(in oklab, #0a579e 90%, transparent);
  border: 1px solid #0a579e;
  transition: 0.3s;
}

.head-menu-wapper {
  justify-content: space-between;
}

.header .mega-sub-menu {
  padding: 30px 17px 32px !important;
  border-bottom: 0px !important;
  background: #0a579e !important;
  /* padding-bottom: 10px !important; */
  /* display: none !important; */
}

.header .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-sub-menu {
  margin-top: 28px !important;
}

.header.scrolled .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-sub-menu {
  margin-top: 20px !important;
}

.menu-section {
  margin: 0;
  padding: 0;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item
  .mega-menu-link {
  color: color-mix(in oklab, #fff 85%, transparent) !important;
  padding: 5px 35px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  transition: 0.3s;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item
  .mega-menu-link:hover {
  color: #fff !important;
  transition: 0.3s;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item
  .mega-sub-menu
  .mega-menu-item
  .mega-menu-link {
  font-size: 12px !important;
  position: relative !important;
  left: 25px !important;
  font-weight: 500 !important;
}

.header .mega-menu-wrap .mega-menu li .mega-sub-menu .mega-menu-item {
  border-right: solid 1px #e3e5e6 !important;
  padding: 0 !important;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item:nth-child(4) {
  border-right: none !important;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item
  > .mega-sub-menu
  .mega-menu-item {
  border-right: none !important;
  padding: 0 !important;
}

.header .mega-menu-wrap .mega-menu li .mega-sub-menu .mega-menu-item a {
  text-transform: capitalize !important;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item:last-child {
  border-right: none !important;
}

.header
  .mega-menu-wrap
  .mega-menu
  li
  .mega-sub-menu
  .mega-menu-item
  .mega-sub-menu {
  padding: 0 !important;
}

/* ==== Header CSS End ==== */

/* ==== Hero Section CSS Start ==== */
.hero-sec {
  min-height: 100vh !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  margin-top: 81px !important;
}

.bg-custome-color {
  background: linear-gradient(
    160deg,
    rgb(5, 15, 31) 0%,
    rgb(7, 27, 54) 30%,
    rgb(10, 42, 82) 60%,
    rgb(10, 61, 114) 100%
  );
}

.hero-sec::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: radial-gradient(
    at 50% 60%,
    rgba(10, 87, 159, 0.18) 0%,
    rgba(5, 15, 31, 0.55) 70%
  ) !important;
}

.hero-top-small-text {
  position: relative;
}

.hero-top-small-text::before,
.hero-top-small-text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  margin: auto 0;
  width: 32px;
  height: 1px;
  background-color: #20d3ee;
  opacity: 70%;
}

.hero-top-small-text::before {
  left: -44px;
}

.hero-top-small-text::after {
  right: -44px;
}

.hero-top-small-text p {
  margin-bottom: 0;
}

.hero-title span {
  color: #1eb9d7;
}

.hero-text {
  color: rgba(255, 255, 255, 80%) !important;
  max-width: 672px !important;
  margin: 0 auto 48px !important;
}

.hero-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  transition: 0.3s;
}

.header .inner-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.wwa-hero-btn {
  position: relative;
  left: -1px;
}

.header .inner-header .mega-menu-wrap .mega-menu {
  display: flex !important;
  gap: 32px;
}

.scroll-text span {
  color: rgba(255, 255, 255, 25%) !important;
}

.scroll-text span {
  position: relative;
}

/* .scroll-text span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -47px;
  width: 2px;
  height: 40px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
} */

/* .scroll-text {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.hero-btn a .elementor-button-icon svg {
  height: 10px !important;
  width: 10px !important;
  position: relative !important;
  top: -1px !important;
}

.c-position {
  position: relative !important;
  top: 4px !important;
}

.hero-scroll-text {
  padding: revert;
  position: absolute !important;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.scroll-line {
  width: 2px;
  height: 40px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 20%), transparent);
}

.scroll-line .elementor-heading-title {
  opacity: 0 !important;
}

/* ==== Hero Section CSS End ==== */

.c-box-shadow {
  box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span {
  width: 48px;
  height: 48px;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
  border-radius: 4px !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
}

.icon-box-2 .elementor-icon-box-wrapper .elementor-icon-box-icon span {
  width: 48px;
  height: 48px;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
  border-radius: 4px !important;
  background-color: color-mix(in oklab, #20d3ee 10%, transparent);
}

.common-btn a {
  height: 44px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.common-btn a:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

/* ==== Footer CSS Start ==== */
.footer {
  background-color: #0a579e;
  padding-top: 80px;
  padding-bottom: 40px;
  margin: 0 !important;
}

.foot-logo h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Inter', sans-serif !important;
  letter-spacing: -1.2px;
  margin: 0px 0px 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.foot-description p {
  color: rgba(255, 255, 255, 70%) !important;
  font-size: 16px;
  font-family: 'Inter', sans-serif !important;
  max-width: 384px;
  margin-bottom: 24px;
}

.foot-menu-title h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin: 0px 0px 16px;
  font-weight: 600;
  color: #fff;
  font-family: 'Inter', sans-serif !important;
}

.foot-menus-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-menus-list ul li {
  margin-bottom: 12px;
}

.foot-menus-list ul li:last-child {
  margin-bottom: 0;
}

.foot-menus-list ul li a {
  color: rgba(255, 255, 255, 70%) !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  transition: 0.3s;
}

.foot-menus-list ul li a:hover {
  color: #ffffff !important;
  transition: 0.3s;
}

.inner-footer-content {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 32px;
  margin-bottom: 64px;
}

.foot-content-col1 {
  grid-column: 1 / span 2;
}

.foot-copyright p {
  color: rgba(255, 255, 255, 50%) !important;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  margin: 0;
}

.foot-privacy a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 50%) !important;
  font-family: 'Inter', sans-serif !important;
  text-decoration: none;
  transition: 0.3s;
}

.foot-privacy a:hover {
  color: #ffffff !important;
  transition: 0.3s;
}

.foot-botton-content {
  border-top: 1px solid;
  border-color: color-mix(in oklab, #fff 10%, transparent);
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-privacy {
  display: flex;
  gap: 24px;
}

.foot-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in oklab, #fff 10%, transparent);
  height: 40px;
  width: 40px;
  border-radius: 4px;
  transition: 0.3s;
}

.foot-icon a:hover {
  background-color: color-mix(in oklab, #fff 20%, transparent);
  transition: 0.3s;
}

.foot-logo {
  position: relative !important;
  top: -1px !important;
  margin: 0px 0px 16px;
}

.foot-menus {
  position: relative !important;
  top: -2px !important;
}

.hero-btn a .elementor-button-icon svg {
  position: relative;
  left: -3px;
}

.foot-logo a img {
  width: 200px;
}

/* ==== Footer CSS End ==== */

.rudlyn-solution-box {
  width: 93.666% !important;
}

/* .common-btn a .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  left: -1px !important;
} */

.title-position h3 {
  position: relative;
  left: -1px !important;
}

.specialized-expertise-sec {
  position: relative !important;
  overflow: hidden !important;
  background-color: #0f1729 !important;
}

.sec-bg-img {
  position: absolute !important;
  top: 0 !important;
  z-index: 0 !important;
  height: 100% !important;
}

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

.section-bg-img img {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.2 !important;
  object-fit: cover !important;
}

.text-color {
  color: color-mix(in oklab, #fff 70%, transparent) !important;
}

.top-text-container {
  max-width: 768px !important;
  margin: 0 auto 64px !important;
}

.box-color .elementor-icon-box-wrapper .elementor-icon-box-content p {
  color: rgba(255, 255, 255, 60%) !important;
}

.explore-btn a .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 15px !important;
  height: 15px !important;
}

.specialized-expertise-content-box {
  cursor: pointer !important;
  transition: 0.3s !important;
}

.specialized-expertise-content-box:hover {
  background-color: #ffffff1a !important;
  transition: 0.3s !important;
}

.specialized-expertise-content-box
  .elementor-icon-box-icon
  .elementor-icon
  svg {
  transition: 0.3s !important;
}

.specialized-expertise-content-box:hover
  .elementor-icon-box-icon
  .elementor-icon
  svg {
  scale: 110% !important;
  transition: 0.3s !important;
}

.specialized-expertise-content-box
  .explore-btn
  a
  .elementor-button-content-wrapper {
  transition: 0.3s !important;
}

.specialized-expertise-content-box:hover
  .explore-btn
  a
  .elementor-button-content-wrapper {
  gap: 12px !important;
  transition: 0.3s !important;
}

.gried-boxes-wapper {
  grid-template-rows: auto !important;
}

.modals-scale-box {
  background-color: color-mix(in oklab, #f5f7fa 50%, transparent) !important;
}

.modals-scale-box:hover {
  border: 1px solid #0a579e !important;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
}

.tjr-sec-style .modals-scale-box {
  background-color: color-mix(in oklab, #fff 50%, transparent) !important;
}

.our-culture-img {
  height: 440px !important;
  overflow: hidden !important;
}

.our-culture-img img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.our-culture-img-sec {
  position: relative !important;
}

.our-culture-img-text {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
  right: 24px !important;
}

.our-culture-img::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important;
  background: linear-gradient(
    to top,
    rgb(15 23 41 / 60%),
    transparent
  ) !important;
}

.explore-c--btn a {
  height: 48px !important;
}

.explore-c--btn a .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 11px !important;
  height: 11px !important;
}

.work-btn a {
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
}

.work-btn a:hover {
  background-color: color-mix(in oklab, #fff 90%, transparent) !important;
}

.explore-model-btn a {
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
}

#polygon-network {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
}

#polygon-network .elementor-heading-title {
  opacity: 0 !important;
}

#polygon-network canvas {
  width: 100% !important;
  height: 100% !important;
}

.cta-sec {
  position: relative !important;
  overflow: hidden !important;
}

.cta-sec::before {
  background-color: color-mix(in oklab, #20d3ee 20%, transparent) !important;
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 500px !important;
  height: 500px !important;
  margin: 0 0 0 auto !important;
  border-radius: 100% !important;
  filter: blur(100px) !important;
}

.hero-content-box {
  z-index: 9 !important;
}

.page-top-space {
  margin-top: 80px !important;
}

.c-text-width {
  max-width: 672px !important;
}

.rwl-img {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%) !important;
  height: 600px !important;
  overflow: hidden !important;
  position: relative !important;
}

.rwl-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.our-philosophy-box-number span {
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.our-philosophy-box {
  transition: 0.3s !important;
}

.our-philosophy-box:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
  transition: 0.3s !important;
}

.number-text-color span {
  color: color-mix(in oklab, #0a579e 20%, transparent) !important;
}

.col-divide-2 {
  grid-column: span 2 !important;
}

.col-divide-3 {
  grid-column: span 3 !important;
}

.col-divide-4 {
  grid-column: span 4 !important;
}

.col-divide-5 {
  grid-column: span 5 !important;
}

.col-divide-7 {
  grid-column: span 7 !important;
}

.hiw-content-icon
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  .elementor-icon {
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 48px !important;
  height: 48px !important;
  flex-shrink: 0 !important;
  border-radius: 4px !important;
}

.hiw-top-text-container {
  max-width: 768px !important;
  margin: 0 auto 80px !important;
}

.top-sec-text-container {
  max-width: 768px !important;
  margin: 0 auto !important;
}

.text-c-80,
.text-c-80 p {
  color: color-mix(in oklab, #fff 80%, transparent) !important;
}

.text-c-width {
  max-width: 672px !important;
  margin: 0 auto !important;
}

.oe-box-icon
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.oe-box-title .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
  margin: 0 !important;
}

.tag-style {
  display: flex;
  align-items: center;
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
  border-color: color-mix(in oklab, rgb(10 87 158) 10%, transparent) !important;
}

.tags-boxes {
  flex-wrap: wrap !important;
}

.ox-box-lists ul li .elementor-icon-list-icon svg {
  fill: transparent !important;
}

.ox-box-lists ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.experties-s-box {
  transition: 0.3s !important;
}

.experties-s-box:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%) !important;
  transition: 0.3s !important;
}

.text-c-70,
.text-c-70 p {
  color: color-mix(in oklab, #fff 70%, transparent) !important;
}

.sma-top-text-container {
  max-width: 768px !important;
  margin: 0 auto 64px !important;
}

.text-c-60,
.text-c-60 p {
  color: color-mix(in oklab, #fff 60%, transparent) !important;
}

.sma-box {
  transition: 0.3s !important;
}

.sma-box:hover {
  transition: 0.3s !important;
  background-color: #ffffff1a !important;
}

.ox-box-lists ul li .elementor-icon-list-text {
  align-self: start !important;
}

.i-first-tag {
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
  display: flex !important;
}

.featured-tag {
  display: flex;
}

.c-width-text {
  width: 768px;
}

.top-industry-read-btn
  .elementor-button-content-wrapper
  .elementor-button-icon
  svg {
  width: 16px !important;
  height: 16px !important;
}

.top-industry-read-btn {
  display: flex !important;
}

.top-industry-box:hover .color-hover h2 {
  color: #0a579e !important;
}

.top-industry-box .top-industry-read-btn a .elementor-button-content-wrapper {
  transition: 0.3s !important;
}

.top-industry-box:hover
  .top-industry-read-btn
  a
  .elementor-button-content-wrapper {
  gap: 12px !important;
  transition: 0.3s !important;
}

.top-industry-box {
  cursor: pointer !important;
}

.industry-box .i-first-tag {
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
  display: flex !important;
}

.industry-box .top-industry-read-btn {
  display: flex !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.industry-box:hover .top-industry-read-btn {
  opacity: 1 !important;
  visibility: visible !important;
}

.top-industry-box:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
}

.industry-box:hover .color-hover h3 {
  color: #0a579e !important;
}

.industry-box:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
}

.industry-box {
  cursor: pointer !important;
}

.industry-box .industry-box-text {
  flex-grow: 1;
}

.career-top-text-container {
  max-width: 768px !important;
  margin: 0 auto 64px !important;
}

.ttcr-contant
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  .elementor-icon {
  width: 56px !important;
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
  border-radius: 4px !important;
}

.ttc-box {
  max-height: fit-content !important;
  min-height: auto !important;
  height: auto !important;
}

.ttc-box:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.ttc-box:hover
  .ttcr-contant
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  .elementor-icon {
  background-color: color-mix(in oklab, #0a579e 20%, transparent) !important;
}

.p-icon-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.p-icon-box .elementor-icon-wrapper {
  display: flex !important;
}

.p-icon-box .elementor-icon-wrapper .elementor-icon svg {
  fill: transparent !important;
}

.s-tag {
  display: flex !important;
}

.color-tag {
  display: flex !important;
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
}

/* .position-left-content {
  gap: 17.5px !important;
} */

.position-arrow-icon .elementor-icon-wrapper .elementor-icon svg {
  fill: transparent !important;
}

.position-box {
  cursor: pointer !important;
}

.position-box:hover {
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
  border-color: color-mix(in oklab, #0a579e 30%, transparent) !important;
}

.position-arrow-icon .elementor-icon-wrapper {
  display: flex !important;
}

.position-box:hover .p-title h3 {
  color: #0a579e !important;
}

.position-arrow-icon {
  opacity: 0 !important;
  visibility: hidden !important;
}

.position-box:hover .position-arrow-icon {
  opacity: 1 !important;
  visibility: visible !important;
}

.position-content {
  width: fit-content !important;
}

.get-touch-box
  .elementor-icon-box-wrapper
  .elementor-icon-box-icon
  .elementor-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 4px !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.get-touch-box .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
  margin: 0 !important;
}

.whn-box-number {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 4px;
  background-color: color-mix(in oklab, #fff 10%, transparent) !important;
  flex-shrink: 0 !important;
}

.contact-form-inner {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.contact-form-inner .form-group p {
  margin: 0 !important;
}

.contact-form-inner .form-group label,
.contact-form-inner .form-group-check label {
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  color: #0f1729 !important;
}

.contact-form-inner .form-group input,
.contact-form-inner .form-group select {
  height: 48px !important;
  font-size: 12.5px !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: transparent !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
  outline: none !important;
}

.contact-form-inner .form-group select {
  background-image: url(../images/select-down-btn.svg) !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form-inner .form-group input:focus-visible {
  border: 1px solid #0a579e !important;
}

.contact-form-inner .form-group textarea:focus-visible {
  border: 1px solid #0a579e !important;
}

.contact-form-inner .form-group textarea {
  height: 139px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: transparent !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
}

.contact-form-inner .span-full {
  grid-column: span 2 !important;
}

.form-submit-btn input {
  background-color: #0a579e !important;
  border: 1px solid #0a579e !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 56px !important;
  padding: 0 40px !important;
  border-color: hsl(from #0a579e h s calc(l + -8) / alpha) !important;
}

.form-submit-btn input:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
}

.form-submit-btn p {
  margin: 0 !important;
}

.contact-form-inner .form-group-check .form-check span {
  margin: 0 !important;
  width: 33.333%;
}

.contact-form-inner .form-group-check .form-check span label span {
  font-weight: 400 !important;
  width: fit-content !important;
}

.contact-form-inner .form-group-check .form-check span label input {
  width: 16px !important;
  height: 16px !important;
}

.contact-form-inner .form-group-check .form-check label input {
  width: 16px !important;
  height: 16px !important;
}

.contact-form-inner .form-group-check .form-check span label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
}

.contact-form-inner .form-group-check .form-check {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  /* display: flex !important;
  align-items: center !important;
  gap: 10px 32px !important;
  flex-wrap: wrap !important; */
}

.contact-form-inner
  .form-group-check
  .form-check
  span
  label
  input[type='checkbox'] {
  accent-color: #0a579e !important;
}

.sticky-box {
  position: sticky !important;
  top: 65px !important;
}

/* ==== Blog Page CSS Start ==== */
.page-top-banner {
  background-color: #0f1729;
  padding: 80px 0;
}

.inner-topbanner-content h1 {
  font-family: 'Inter', Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -2.4px;
  color: #ffffff;
  margin-bottom: 24px;
}

.inner-topbanner-content p {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.page-bg-img {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-page-content {
  padding: 96px 0;
  background-color: #f5f7fa;
}

.blog-box {
  padding: 32px;
  border: 1px solid #e1e7ef;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-img {
  margin: 0 0 16px !important;
}

.blog-img img {
  width: 100%;
}

/* .blog-tag span {
  padding: 4px 12px 4px 12px;
  display: inline-flex;
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
} */

.blog-title {
  margin-bottom: 12px;
}

.blog-title h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
  margin-bottom: 0;
  transition: 0.3s !important;
}

.blog-text {
  margin-bottom: 24px;
  flex-grow: 1;
}

.blog-text p {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: #64748b;
  margin-bottom: 0;
}

.blog-bottom {
  border-top: 1px solid #e1e7ef;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-detail {
  display: flex;
  align-items: center;
  gap: 16px;
}

.blog-icon {
  display: flex;
}

.blog-icon svg {
  stroke: #64748b;
  width: 12px;
  height: 12px;
}

.blog-date,
.blog-time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-date span,
.blog-time span {
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
}

.blog-readmore span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s !important;
}

.blog-readmore span svg {
  width: 16px;
  height: 16px;
  stroke: #0a579e !important;
}

.blog-posts a {
  text-decoration: none;
}

.blog-posts-wapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.blog-posts {
  transition: 0.3s !important;
}

.blog-posts:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
  transition: 0.3s !important;
}

.blog-posts:hover .blog-title h3 {
  color: #0a579e !important;
  transition: 0.3s !important;
}

.blog-posts:hover .blog-readmore span {
  opacity: 1;
  visibility: visible;
  transition: 0.3s !important;
}

/* ==== Blog Page CSS End ==== */

/* ==== Single Blog Page CSS Start ==== */
.single-blog-page-content {
  padding: 96px 0;
  background-color: #f5f7fa;
}

.inner-single-blog-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 62px;
}

.single-blog-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.single-blog-img {
  margin-bottom: 24px;
}

.single-blog-content {
  grid-column: span 9;
}

.single-blog-sidebar {
  grid-column: span 3;
  height: max-content;
  /* position: sticky;
  top: 90px; */
}

.single-blog-content h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  margin: 30px 0 24px;
}

.single-blog-content p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin-bottom: 25px;
}

.single-blog-content .blog-bottom {
  padding-top: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-top: none;
  border-bottom: 1px solid #e1e7ef;
}

.single-blog-content .blog-date span,
.single-blog-content .blog-time span {
  font-size: 14px;
  line-height: 20px;
}

.single-blog-content .blog-icon svg {
  width: 14px;
  height: 14px;
}

.single-blog-content h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f1729;
  margin: 30px 0 24px;
}

.single-blog-content ul li {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin-bottom: 5px;
}

.single-blog-content ul li::marker {
  color: #0a579e !important;
}

/* .single-blog-sidebar-box {
  border: 1px solid #e1e7ef;
  padding: 32px;
  background-color: #fff;
} */

.recent-blog-img img {
  width: 100%;
  object-fit: cover;
}

.single-blog-sidebar-box h5 {
  font-family: 'Inter', Sans-serif;
  letter-spacing: -0.4px;
  color: #0f1729;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 10px !important;
  margin-bottom: 10px;
}

.recent-blog-box a {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
  text-decoration: none;
}

.recent-blog-box:last-child a {
  margin-bottom: 0;
}

.recent-blog-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0 !important;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.recent-blog-text h6 {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #0f1729;
  margin: 0 0 10px;
}

.recent-blog-box a:hover .recent-blog-text h6 {
  color: #0a579e !important;
}

.recent-blog-text p {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #64748b;
  margin-bottom: 0;
}

.recent-blog-text span {
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
}

.single-blog-content ul {
  margin-bottom: 25px;
}

/* ==== Single Blog Page CSS End ==== */

/* ==== Modal CSS Start ==== */
.apply-cv-popup-form .modal-dialog-width {
  max-width: 960px;
}

.apply-cv-popup-form .modal-body {
  /* border: 1px solid #e1e7ef !important; */
  padding: 0 !important;
  background-color: #f5f7fa !important;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
}

.apply-cv-popup-form .close {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  color: #fff;
  font-size: 14px !important;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  transition: 0.3s !important;
}

.apply-cv-popup-form .close:hover {
  background-color: #0a579e !important;
  transition: 0.3s !important;
}

.apply-cv-popup-form .close span {
  display: flex;
}

.apply-cv-popup-form .close span svg {
  width: 20px;
  height: 20px;
}

.contact-form-inner .form-group input[type='file']::file-selector-button {
  background-color: #0a579e !important;
  border: 1px solid #0a579e !important;
  color: #fff !important;
}

.contact-form-inner .form-group input[type='file'] {
  padding: 0 !important;
  line-height: 44px !important;
}

.file-preview {
  margin-top: 10px;
  align-items: center;
  width: fit-content !important;
  gap: 10px;
  background: #f5f5f5;
  font-size: 15px !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  padding: 8px 12px !important;
  font-weight: 500;
}

.file-preview br {
  display: none !important;
}

.pdf-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0 !important;
}

.file-preview p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pdf-icon {
  font-size: 20px;
}

.pdf-icon svg {
  height: 24px;
  width: 24px;
  stroke: #0a579e;
}

.modal-panel {
  position: relative;
  width: 300px;
  flex-shrink: 0;
  background: linear-gradient(145deg, #0f1729 0%, #0b1120 60%, #161228 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-right: 1px solid #c9a84c40;
}

.modal-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#c9a84c40 1px, transparent 1px),
    linear-gradient(90deg, #c9a84c40 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.35;
}

.modal-form-sec {
  flex: 1;
  background-color: #f5f7fa;
  padding: 32px;
  overflow-y: auto;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: #c9a84c40 transparent;
}

#fileName {
  color: #64748b;
}

.cv-form-content {
  max-height: 90vh !important;
  overflow: hidden !important;
  display: flex !important;
}

.upload-label {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #e1e7ef !important;
  border-radius: 0;
  padding: 16px 20px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  text-transform: none;
  letter-spacing: 0;
  color: #0b1120;
  position: relative;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
}

.upload-label:focus-visible,
.upload-label:focus {
  border: 1px solid #0a579e !important;
  outline: none !important;
}

.upload-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #1a2a47, #0b1120);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.upload-icon svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.upload-text strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0b1120;
  margin-bottom: 2px;
}

.apply-cv-popup-form
  .modal-content
  .modal-body
  .contact-form-inner
  .upload-label
  input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  z-index: 9 !important;
  width: 100% !important;
  height: 100% !important;
}

.contact-form-inner .upload-label input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  z-index: 9 !important;
  width: 100% !important;
  height: 100% !important;
}

.upload-label .wpcf7-form-control-wrap {
  position: unset !important;
}

.upload-label br {
  display: none !important;
}

.panel-orb {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, #102d48 0%, transparent 70%);
  pointer-events: none;
}

/* ==== Modal CSS End ==== */

.math-captcha p {
  margin: 0;
}

.math-captcha br {
  display: none !important;
}

.math-captcha p span {
  display: flex;
  width: 100% !important;
  align-items: center;
  gap: 10px;
}

.math-captcha p span input {
  width: 50px !important;
  height: 36px !important;
  background-color: #fff !important;
  border: 1px solid #cbcbcb !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  padding: 5px !important;
  outline: none !important;
}

.ljr-list
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  color: rgba(255, 255, 255, 100%) !important;
}

.form-eyebrow {
  padding: 4px 12px 4px 12px;
  display: flex;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  width: fit-content;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
  margin-bottom: 10px;
}

.form-header h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f1729;
  margin-bottom: 24px;
}

.apply-cv-popup-form .contact-form-inner .form-group input {
  height: 50px !important;
  background-color: #fff !important;
}
.apply-cv-popup-form .contact-form-inner .form-group textarea {
  height: 100px !important;
  background-color: #fff !important;
}

.apply-cv-popup-form .contact-form-inner .resume-cls input {
  padding: 0 !important;
}

.panel-tag {
  padding: 4px 12px 4px 12px;
  display: flex;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  width: fit-content;
  background-color: color-mix(in oklab, #fff 100%, transparent) !important;
  margin-bottom: 10px;
}

.panel-title {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #fff;
  margin: 16px 0 24px;
}

.panel-sub {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

/* ==== New Blogs CSS Start ====*/
.featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e1e7ef;
  overflow: hidden;
  transition: 0.3s;
}

.featured-card:hover {
  border: 1px solid #0a579e;
  transition: 0.3s;
}

.featured-wrapper {
  margin-bottom: 64px;
}

.featured-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.featured-card:hover .featured-img img {
  transform: scale(1.04);
  transition: 0.3s;
}

.featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.featured-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background-color: #fff;
}

.card-tag {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 16px;
  width: fit-content;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
}

.featured-title {
  margin-bottom: 14px;
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  transition: 0.3s;
}

.featured-card:hover .featured-title {
  color: #0a579e;
  transition: 0.3s;
}

.featured-desc {
  margin-bottom: 24px;
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
}

.card-meta {
  gap: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.meta-date,
.meta-read {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
}

.meta-date svg,
.meta-read svg {
  width: 13px;
  height: 13px;
  stroke: #6b7280;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.read-btn {
  background-color: #0a579e !important;
  border: 1px solid #0a579e !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px !important;
  padding: 0 40px !important;
  border-color: hsl(from #0a579e h s calc(l + -8) / alpha) !important;
  width: fit-content;
  gap: 6px;
  transition: 0.3s;
}

.read-btn:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.read-btn span svg {
  width: 16px !important;
  height: 16px !important;
}

.blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e7ef;
  background-color: #fff;
  transition: 0.3s !important;
}

.blog-card:hover {
  border: 1px solid #0a579e !important;
  transition: 0.3s !important;
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #0c0d0f80 0%, transparent 60%);
}

.card-img-wrap .card-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  margin: 0;
  z-index: 2;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #fff 70%, transparent) !important;
}

.card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.card-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.blog-card:hover .card-img-wrap img {
  transform: scale(1.06);
  transition: 0.3s;
}

.card-title {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
  margin-bottom: 16px;
  transition: 0.3s !important;
}

.card-title a {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
  margin-bottom: 16px;
  transition: 0.3s !important;
}

.blog-card:hover .card-title {
  color: #0a579e;
  transition: 0.3s !important;
}

.blog-card:hover .card-title a {
  color: #0a579e;
  transition: 0.3s !important;
}

.card-desc {
  flex: 1;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin-bottom: 24px;
}

.card-footer {
  border-top: 1px solid #e1e7ef;
  padding-top: 16px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background-color: transparent;
}

.card-footer .card-meta {
  margin: 0;
  gap: 14px;
}

.arrow-link {
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.blog-card:hover .arrow-link {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.arrow-link svg {
  width: 16px !important;
  height: 16px !important;
  stroke: #9ca3af;
  fill: none;
  stroke-width: 2.5;
  transition: stroke 0.2s, transform 0.2s;
}

.newsletter-card {
  background: #0f1729;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.newsletter-card::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, #0a579e54 0%, transparent 70%);
  pointer-events: none;
}

.nl-icon {
  font-size: 1.5rem;
  color: #0a579e !important;
  line-height: 1;
}

.newsletter-card h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 16px;
  transition: 0.3s !important;
}

.newsletter-card p {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin-bottom: 24px;
}

.nl-form {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.nl-form input {
  flex: 1;
  outline: none;
  transition: border-color 0.2s;
  height: 48px !important;
  font-size: 14px !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: #fff !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
}

.nl-form button {
  padding: 10px 18px;
  background: #0a579e !important;
  color: #fff;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.nl-form button:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

/* ==== New Blogs CSS End ====*/
.topbanner-btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbanner-btns .open-roles-btn {
  background-color: #fff !important;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0a579e;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0px 40px 0px 40px;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s;
}

.topbanner-btns .open-roles-btn:hover {
  background-color: color-mix(in oklab, #fff 90%, transparent) !important;
  transition: 0.3s;
}

.topbanner-btns .talent-network-btn {
  background-color: #61ce7000;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #ffffff4d;
  border-radius: 0;
  padding: 0px 40px;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff;
  transition: 0.3s;
}

.topbanner-btns .talent-network-btn:hover {
  background-color: #ffffff1a;
  transition: 0.3s;
}

.join-roles {
  background-color: #f5f7fa;
  padding: 96px 0;
}

.main-title h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  text-align: center;
  margin: 0;
}

.job-cards-content h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f1729;
  margin: 0;
}

.job-cards-icon span {
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.job-cards-icon span svg {
  stroke: #0a579e;
  width: 24px;
  height: 24px;
}

.samll-jobs-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.job-cards-box {
  border: 1px solid #e1e7ef;
  padding: 24px;
  background-color: #fff;
  transition: 0.3s;
}

.job-cards-box:hover {
  border: 1px solid #0a579e;
  transition: 0.3s;
}

.job-cards-icon {
  margin-bottom: 24px;
}

.open-jobs {
  padding: 96px 0;
}

.job-filter-header .main-title h2 {
  text-align: start;
}

.job-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.search-wrap {
  position: relative;
  min-width: 280px;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #0a579e;
  font-size: 14px;
  pointer-events: none;
  display: flex;
}

.search-icon svg {
  width: 20px;
  height: 20px;
}

.search-wrap input {
  padding: 12px 16px 12px 38px;
  outline: none;
  height: 45px !important;
  font-size: 14px !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: transparent !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 32px;
  padding: 32px;
  background-color: color-mix(in oklab, #f5f7fa 50%, transparent) !important;
  border: 1px solid #e1e7ef;
}

.filter-group {
  display: flex;
  flex-direction: column;
  /* gap: 6px; */
  flex: 1;
  /* min-width: 160px; */
}

.filter-bar .filter-group select {
  outline: none;
  height: 48px !important;
  font-size: 14px !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: transparent !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/select-down-btn.svg') !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.filter-bar .filter-group label {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  color: #0f1729 !important;
  margin: 0 0 5px;
}

.filter-reset {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #0a579e;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 15px;
  height: 48px;
  transition: 0.3s;
}

.filter-reset:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.filter-reset svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}

.results-count {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
  margin-top: 24px;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.job-card {
  border: 1px solid #e1e7ef;
  padding: 32px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  border: 1px solid #0a579e !important;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
  transform: translate(0, -10px);
  transition: 0.3s;
}

.job-category-tag {
  display: inline-block;
  padding: 4px 10px;
  width: fit-content;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.job-title {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f1729;
  margin-bottom: 16px;
  transition: 0.3s;
}

.job-card:hover .job-title {
  color: #0a579e;
  transition: 0.3s;
}

.bookmark-btn {
  outline: none;
  background-color: transparent;
  border: 0;
}

.job-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bookmark-btn svg {
  width: 20px;
  height: 20px;
  stroke: #6b7280;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #64748b;
}

.job-meta span svg {
  width: 15px;
  height: 15px;
  stroke: #6b7280;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.job-meta {
  margin: 0 0 16px;
  gap: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.job-desc {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
  flex-grow: 1;
}

.job-card-actions {
  display: flex;
  gap: 24px;
  margin-top: auto;
}

.btn-card-primary {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 35px;
  height: 48px !important;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btn-card-primary:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.btn-card-ghost {
  background-color: transparent;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0a579e !important;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 35px;
  height: 48px !important;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btn-card-ghost:hover {
  background-color: #0a579e;
  color: #fff !important;
  border: 1px solid #0a579e;
  transition: 0.3s;
}

.jobs-posts-boxes-content {
  margin-top: 40px;
}

.featured-role-section {
  padding-top: 96px;
}

.featured-role-card {
  background: linear-gradient(135deg, #0f1729 0%, #1a7dd4 100%);
  border-radius: 0;
  padding: 64px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.featured-role-card .featured-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.featured-role-card .featured-tag svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.featured-category-tag {
  margin: 0 0 16px;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #fff 70%, transparent) !important;
  display: inline-flex;
}

.featured-role-content h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #fff;
  margin: 0 0 16px;
}

.featured-role-content p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: color-mix(in oklab, #fff 80%, transparent) !important;
}

.featured-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.featured-meta {
  margin: 0 0 16px;
  gap: 14px;
  display: flex;
  align-items: center;
}

.featured-meta span svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.featured-role-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  position: relative;
  z-index: 1;
}

.featured-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
  align-items: stretch;
}

.featured-right .btn-primary {
  background-color: #ffffff;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a579e !important;
  /* border: 1px solid #0a579e; */
  border-radius: 0;
  padding: 0px 35px;
  min-height: 48px !important;
  height: 48px !important;
  flex: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.featured-right .btn-primary:hover {
  background-color: color-mix(in oklab, #fff 90%, transparent) !important;
  transition: 0.3s;
}

.featured-right .btn-ghost-dark {
  background-color: #61ce7000;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #ffffff4d;
  border-radius: 0;
  padding: 0px 35px;
  min-height: 48px !important;
  height: 48px !important;
  flex: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.featured-right .btn-ghost-dark:hover {
  background-color: #ffffff1a;
  transition: 0.3s;
}

.talent-cta-section {
  background-color: #f5f7fa;
  padding: 96px 0;
}

.talent-cta-section .talent-card {
  border-radius: 0;
  padding: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(135deg, #0a579e 0%, #0d6bc4 50%, #1a7dd4 100%); */
  background: linear-gradient(135deg, #0f1729 0%, #1a7dd4 100%);
}

.section-label {
  margin: 0 0 16px;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #fff 70%, transparent) !important;
  display: inline-flex;
}

.talent-left h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #fff;
  margin: 0 0 16px;
}

.talent-left p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: color-mix(in oklab, #fff 80%, transparent) !important;
  margin: 0;
}

.talent-right a {
  background-color: #ffffff;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a579e !important;
  /* border: 1px solid #0a579e; */
  border-radius: 0;
  padding: 0px 35px;
  min-height: 48px !important;
  height: 48px !important;
  flex: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.talent-right a:hover {
  background-color: color-mix(in oklab, #fff 90%, transparent) !important;
  transition: 0.3s;
}

.page-cta-sec {
  background-color: #0a579e;
  padding: 96px 0;
}

.cta-content h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}

.cta-content p {
  max-width: 672px !important;
  margin: 0 auto !important;
  color: color-mix(in oklab, #fff 80%, transparent) !important;
  text-align: center;
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 16px;
}

.cta-btns .explore-roles-btn {
  background-color: #ffffff;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0a579e;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 40px;
  transition: 0.3s;
}

.cta-btns .explore-roles-btn:hover {
  background-color: #ffffff;
  background-color: color-mix(in oklab, #fff 90%, transparent) !important;
  transition: 0.3s;
}

.cta-btns .talent-network-btn {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid #ffffff4d;
  color: #fff;
  border-radius: 0;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 40px;
  transition: 0.3s;
}

.cta-btns .talent-network-btn:hover {
  background-color: #ffffff1a;
  transition: 0.3s;
}

.blog-search {
  padding: 96px 0;
}

.blog-search-form {
  margin-top: 40px;
}

.blog-search-form form {
  min-width: 50% !important;
  width: 50% !important;
  /* margin: auto !important; */
  display: block;
  position: relative;
}

.blog-search-form form input {
  height: 70px;
  border-radius: 50px;
  padding: 15px 60px 15px 20px !important;
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b !important;
  outline: none;
  box-shadow: 0 3px 3px 0 #737678;
  background-color: #f7f7f7 !important;
  border: 2px solid #15b0f8 !important;
}

.blog-search-form form input:focus {
  box-shadow: 0 3px 3px 0 #737678 !important;
}

.blog-search-form form input::placeholder {
  color: #c7c7c7;
}

.blog-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0a579e;
  font-size: 14px;
  pointer-events: none;
  display: flex;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.blog-search-form form .blog-search-icon svg {
  stroke: #15b0f8;
  width: 30px;
  height: 30px;
  stroke-width: 1;
}

.blog-search-content h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  text-align: center;
  margin: 0 0 24px;
}

.blog-search-content p {
  text-align: center;
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin: 0;
}

.blog-search-content {
  max-width: 768px !important;
  margin: 0 auto 64px !important;
}

.single-blog-banner {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 64px;
  align-items: center;
}

.single-blog-banner-img img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.single-blog-banner .inner-topbanner-content {
  grid-column: span 2;
}

.banner-tag span {
  margin: 0;
  z-index: 2;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #fff 70%, transparent) !important;
}

.banner-tag {
  margin-bottom: 24px;
}

.s-blog-date {
  margin-top: 40px;
}

.inner-topbanner-content .s-blog-date p {
  font-size: 16px;
  line-height: 24px;
}

.accordion-content .accordion-item {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e7ef !important;
  border-top: 1px solid #e1e7ef !important;
  padding: 8px;
  border: none;
  background-color: transparent;
}

.accordion-content .accordion-button {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  font-family: 'Merriweather', serif;
  letter-spacing: -0.4px;
  color: #0f1729;
  margin: 0;
}

.accordion-content .accordion-body {
  padding: 0 !important;
  margin-top: 20px;
}

.accordion-content .body-list ul li span a {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
}

.accordion-content .body-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 20px;
}

.accordion-content .body-list ul li .list-number {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0f1729;
}

.accordion-content .accordion-item .accordion-header {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.inner-list-content h6 {
  border-bottom: 1px solid #0a579e !important;
  padding-top: 0 !important;
  color: #0a579e !important;
  font-size: 18px !important;
  margin-top: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 30px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: 'Inter', Sans-serif;
  letter-spacing: -0.5px;
}

.inner-list-content ul {
  padding: 0;
  margin: 0 0 0 10px !important;
  list-style: none;
}

.inner-list-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.inner-list-content ul li .inner-list-icon svg {
  width: 18px;
  height: 18px;
  display: flex;
}

.inner-list-content {
  margin-bottom: 40px;
}

.figure-image-content p span {
  display: block;
  position: relative;
  left: -10px;
  color: #0a579e;
  font-weight: 600;
  font-size: 12px;
  border-left: 2px solid #0a579e;
  padding-left: 8px;
  text-transform: uppercase;
  display: block;
  font-family: 'Inter', Sans-serif;
}

.figure-image-content p {
  margin-bottom: 30px;
  padding-bottom: 0;
  line-height: 22px;
  font-size: 18px;
  color: #64748b;
  padding-left: 10px;
}

.figure-image-content {
  margin: 30px 0;
  border-top: 1px solid rgba(200, 200, 200, 0.7);
  border-bottom: 1px solid rgba(200, 200, 200, 0.7);
  border-radius: 1.5px;
  padding-top: 20px;
}

.figure-image-sec {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.figure-image-sec img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.single-blog-content p a {
  color: #0a579e;
}

.border-content p {
  color: #64748b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  border-left: 3px solid #0a579e;
  padding-left: 15px;
  margin-left: 20px;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: 'Inter', Sans-serif;
}

.s-box-content {
  background: #fff;
  padding: 32px;
  border-radius: 0;
}

.s-box-content ul {
  margin-bottom: 0 !important;
}

.t-text {
  display: block;
  box-sizing: border-box;
  padding: 20px 60px;
  margin: 40px 0 !important;
  border-top: 2px solid #0a579e;
  border-bottom: 2px solid #0a579e;
}

.t-text p {
  color: #64748b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Inter', Sans-serif;
  text-align: center;
  margin: 0;
}

.sb-bottom-box-contnet p {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #0f1729;
  margin-bottom: 25px;
}

.sb-bottom-box-contnet {
  background: #fff;
  padding: 32px;
  border-radius: 0;
}

.sb-btn a {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 35px;
  height: 48px !important;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.sb-btn a:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.sb-social-icon {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  grid-gap: 5px;
  padding: 8px 0;
  margin-bottom: 16px;
}

.sb-social-icon a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}

.sb-social-icon a.linkedin {
  background-color: #0e76a8 !important;
  border: 1px solid #0e76a8 !important;
  transition: 0.3s;
}

.sb-social-icon a.linkedin:hover {
  background-color: transparent !important;
  border: 1px solid #0e76a8 !important;
  transition: 0.3s;
}

.sb-social-icon a.linkedin:hover svg path {
  fill: #0e76a8 !important;
  color: #0e76a8 !important;
  transition: 0.3s;
}

.sb-social-icon a.mail {
  background-color: #b23121 !important;
  border: 1px solid #b23121 !important;
  transition: 0.3s;
}

.sb-social-icon a.mail:hover {
  background-color: transparent !important;
  border: 1px solid #b23121 !important;
  transition: 0.3s;
}

.sb-social-icon a.mail:hover svg path {
  color: #b23121 !important;
  fill: #b23121 !important;
  transition: 0.3s;
}

.sb-social-icon a.twitter {
  background-color: #1e2022 !important;
  border: 1px solid #1e2022 !important;
  transition: 0.3s;
}

.sb-social-icon a.twitter:hover {
  background-color: transparent !important;
  border: 1px solid #1e2022 !important;
  transition: 0.3s;
}

.sb-social-icon a.twitter:hover svg path {
  color: #1e2022 !important;
  fill: #1e2022 !important;
  transition: 0.3s;
}

.sb-social-icon a.facebook {
  background-color: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  transition: 0.3s;
}

.sb-social-icon a.facebook:hover {
  background-color: transparent !important;
  border: 1px solid #3b5998 !important;
  transition: 0.3s;
}

.sb-social-icon a.facebook:hover svg path {
  color: #3b5998 !important;
  fill: #3b5998 !important;
  transition: 0.3s;
}

.recent-blog-box {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.recent-blog-box:last-child {
  margin-bottom: 0;
}

.sb-newsletter {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #0f1729;
  margin-bottom: 64px;
}

.sb-newsletter .widget-header h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2.4px;
  color: #ffffff;
  margin-bottom: 10px;
}

.sb-newsletter .widget-header .title-accent {
  color: #0a579e;
}

form.subscribe-form .field-wrap input {
  font-size: 14px !important;
  color: #1e2022 !important;
  border-radius: 0 !important;
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
  outline: none !important;
  height: 42px;
}

.subscribe-form .field-wrap {
  margin-bottom: 24px;
}

.btn-subscribe {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 35px;
  height: 48px !important;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.sb-newsletter .tagline {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 40px;
}

.related-posts-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.related-posts-slider {
  padding: 96px 0;
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.related-posts-title h2 {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  margin: 0;
}

.related-posts-content a {
  padding: 15px 10px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 66px;
  line-height: 23px;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0f1729;
}

.related-posts-slider-content {
  margin-top: 64px;
}

.related-posts-slider-content .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -43px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
  align-items: center !important;
  vertical-align: middle;
  margin: auto 0;
  font-size: 22px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0a579e !important;
  border-radius: 0 !important;
  transition: 0.3s;
}

.related-posts-slider-content .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -43px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
  align-items: center !important;
  vertical-align: middle;
  margin: auto 0;
  font-size: 22px !important;
  border-radius: 50px;
  background-color: transparent !important;
  color: #0a579e !important;
  border-radius: 0 !important;
  transition: 0.3s;
}

.related-posts-slider-content .owl-prev:hover,
.related-posts-slider-content .owl-next:hover {
  background-color: #0a579e !important;
  color: #fff !important;
  transition: 0.3s;
}

.talent-right {
  min-width: 290px;
  text-align: end;
}

.topbanner-btns .share-btn {
  background-color: #61ce7000;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #ffffff4d;
  border-radius: 0;
  padding: 0px 20px;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff;
  transition: 0.3s;
}

.topbanner-btns .share-btn:hover {
  background-color: #ffffff1a;
  transition: 0.3s;
}

.topbanner-btns .share-btn span {
  display: flex;
}

.topbanner-btns .share-btn span svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.topbanner-btns .save-job-btn {
  background-color: #61ce7000;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #ffffff4d;
  padding: 0;
  display: flex !important;
  width: 45px !important;
  height: 45px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.topbanner-btns .save-job-btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0a579e;
  transition: 0.3s;
}

.topbanner-btns .save-job-btn svg {
  width: 18px;
  height: 18px;
}

.inner-topbanner-content .featured-meta {
  gap: 16px;
}

.inner-topbanner-content .featured-meta span {
  gap: 6px;
}

/* ==== Job Single Page CSS Start ==== */
.single-job-main-content {
  padding: 96px 0;
  background-color: #f5f7fa;
}

.section-title {
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
  margin: 0 0 24px;
}

.sec-bottom-space {
  margin-bottom: 50px;
}

.section-body p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
}

.section-body p:last-child {
  margin-bottom: 0 !important;
}

.duties-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.duties-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #e1e7ef;
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
}

.duties-list li:first-child {
  padding-top: 0;
}

.duty-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #20d3ee;
  flex-shrink: 0;
  margin-top: 10px;
}

.skills-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.skill-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 0;
  border: 1px solid #e1e7ef;
  background-color: #fff;
  transition: box-shadow 0.2s;
}

.skill-icon {
  flex-shrink: 0;
  font-size: 15px;
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.si-req {
  background: #eaf3ff;
}

.skill-info {
  flex: 1;
}

.skill-name {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Inter', Sans-serif;
  letter-spacing: -0.8px;
  color: #0f1729;
  margin: 0 0 4px;
  line-height: 22px;
}

.skill-desc {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}

.skill-badge {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 0;
  flex-shrink: 0;
  align-self: center;
  margin-top: 0;
  line-height: 16px;
  letter-spacing: 0.6px;
  font-family: 'Inter', Sans-serif;
}

.sb-req {
  color: #0a579e;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.sb-pref {
  background: #fff8e1;
  color: #7a5c00;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.benefit-card {
  padding: 32px;
  border-radius: 0;
  border: 1px solid #e1e7ef;
  background-color: #ffffff;
  transition: box-shadow 0.2s, transform 0.2s;
}

.benefit-icon {
  margin-bottom: 24px;
}

.benefit-title {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #0f1729;
  margin-bottom: 16px;
  transition: 0.3s;
}

.benefit-desc {
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #64748b;
  margin: 0;
}

.inner-single-job-content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 62px;
}

.single-job-left-content {
  grid-column: span 9;
}

.right-job-apply-form {
  grid-column: span 3;
}

.apply-card {
  background-color: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 80px;
}

.apply-card-header {
  background-color: #0d1b2a;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.apply-header-text h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -2.2px;
  color: #ffffff;
  margin-bottom: 10px;
}

.apply-header-text p {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

.apply-form .form-group label {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-family: 'Inter', sans-serif !important;
  color: #0f1729 !important;
}

.apply-form .form-group input {
  font-size: 14px !important;
  border-radius: 0 !important;
  background: #fff !important;
  font-family: 'Inter', sans-serif !important;
  width: 100% !important;
  padding: 8px 12px !important;
  outline: none !important;
  height: 42px;
  border: 1px solid #e1e7ef !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
}

.apply-form .form-group label .req {
  color: #f00;
}

.apply-form {
  padding: 20px;
}

.apply-form .form-group {
  margin-bottom: 16px;
}

.apply-form .btn-submit {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 35px;
  margin-top: 8px;
  height: 48px !important;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.apply-form .btn-submit:hover {
  background-color: color-mix(in oklab, #0a579e 90%, transparent) !important;
  transition: 0.3s;
}

.apply-notes {
  padding: 20px;
  background-color: #0d1b2a;
}

.apply-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  font-family: 'Inter', Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.apply-note:last-child {
  margin-bottom: 0;
}

.note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20d3ee;
  flex-shrink: 0;
}

.similar-jobs-sec {
  padding: 96px 0;
}

.similar-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid #e1e7ef;
  border-radius: 0;
  background-color: #f5f7fa;
  cursor: pointer;
  transition: 0.3s;
}

.similar-card:hover {
  border: 1px solid #0a579e !important;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
  transition: 0.3s;
}

.sc-name {
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
  margin-bottom: 16px;
  transition: 0.3s !important;
}

.sc-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.meta-item svg {
  width: 13px;
  height: 13px;
  stroke: #6b7280;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
}

.sc-meta .tag {
  margin: 0;
  z-index: 2;
  padding: 5px 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #fff 70%, transparent) !important;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
}

.sc-arrow a {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.3s;
}

.similar-card:hover .sc-arrow a {
  opacity: 1;
  transition: 0.3s;
}

.sc-arrow a svg {
  width: 16px !important;
  height: 16px !important;
  stroke: #9ca3af;
  fill: none;
  stroke-width: 2.5;
  transition: 0.3s;
}

.similar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

/* ==== Job Single Page CSS End ==== */

.header .mega-menu-wrap .mega-menu .mega-menu-item-3010 {
  display: none !important;
}

.dashicons-arrow-down-alt2::before {
  display: none !important;
}

.inner-sb-head-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-title a span svg {
  width: 18px;
  height: 18px;
  display: flex;
  transform: rotate(180deg);
}

.sticky-title a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0a579e;
}

.sticky-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sticky-title .sb-heading-title {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  display: flex;
  gap: 5px;
  align-items: center;
}

.sticky-social-icons .sb-social-icon {
  padding: 0 0;
  margin-bottom: 0;
}

.sb-sec-head-sticky {
  padding: 10px 30px !important;
  border-top: 1px solid #e1e7ef;
  border-bottom: 1px solid #e1e7ef;
  position: fixed;
  top: 64px;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.sb-sec-head-sticky.active {
  opacity: 1;
  visibility: visible;
}

.upload-bg-color {
  background-color: transparent;
}

.apply-btn {
  background-color: transparent;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0a579e;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 16px;
  height: 45px;
  display: none;
  transition: 0.3s;
}

.apply-btn:hover {
  background-color: #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #0a579e;
  border-radius: 0;
  padding: 0px 16px;
  height: 45px;
  display: none;
  transition: 0.3s;
}

.open-filter {
  display: none;
}

.close-filter {
  display: none;
}

.skill-icon svg {
  stroke: #0a579e;
  width: 24px !important;
  height: 24px !important;
}

.benefit-icon span svg {
  stroke: #0a579e;
  width: 24px !important;
  height: 24px !important;
}

.benefit-icon span {
  flex-shrink: 0;
  font-size: 15px;
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.sc-meta-detail-tag {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.intl-tel-input .country-list {
  max-width: 354px !important;
}

.single-blog-content .image-para img {
  width: 100%;
  height: 100%;
}

.number-text-color {
  flex-shrink: 0 !important;
}

.close-list .elementor-icon-list-items {
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.close-list .elementor-icon-list-items .elementor-icon-list-item {
  display: flex;
  background-color: #0a579e;
  padding: 4px 20px !important;
  border-radius: 50px;
}

.blog-search-icon img {
  width: 50px;
}

#readingProgress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 99999;
}

#readingProgressBar {
  height: 100%;
  width: 0%;
  background: #0a579e; /* match your theme color */
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}

.blog-page-top-spacing {
  padding: 33px 0;
}

#clearFiltersLink {
  color: #0a579e !important;
}

#noJobsMessage p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin: 0;
}

.no-posts-found h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.4px;
}

.no-posts-found p {
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  margin: 0;
}

.iti--allow-dropdown {
  width: 100%;
}

/* ==== custom CSS Start ==== */

#rydlyn-advantage {
  margin-bottom: 64px !important;
}

.bx-box-bg {
  background-color: color-mix(in oklab, #0a579e 10%, transparent);
  width: 56px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  padding: 14px;
  overflow: hidden;
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.error {
  color: red;
  font-size: 12px;
}
small.error.block {
  display: block;
}

.iti--allow-dropdown input#phone {
  padding-left: 89px !important;
}

.submit-btn {
  background-color: #0a579e;
  border: 1px solid #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border-radius: 0;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 40px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #195e9e;
}

.math-captcha.span-full.contact-form {
  margin-top: -93px;
}

.form-message {
  margin-top: 40px;
}

.math-captcha .form-control {
  width: 48% !important;
  color: #0f1729 !important;
  box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a !important;
  background-color: transparent !important;
  border: 1px solid #e1e7ef !important;
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  height: 45px;
}

.body-list {
  font-size: 18px;
  margin-bottom: 0;
  counter-reset: section;
  list-style-type: none;
  margin-top: 5px;
}
/* ==== custom CSS end ==== */

.contact-form-inner .form-group .c-common-math-captcha input,
.apply-card .apply-form .c-common-math-captcha .form-control {
  display: inline-block !important;
  width: 26% !important;
  margin-left: 12px !important;
}

.apply-card .apply-form .c-common-math-captcha {
  margin-top: 20px !important;
  margin-bottom: 12px !important;
}

.submit-profile-button button {
  background-color: #0a579e;
  border: 1px solid #0a579e;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border-radius: 0;
  display: flex !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px 40px;
  transition: 0.3s;
}

.rudlyn-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.rudlyn-job-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f7fa;
  border: 1px solid #e1e7ef;
  padding: 24px;
  transition: 0.3s;
}

.rudlyn-job-item:hover {
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a !important;
  border-color: color-mix(in oklab, #0a579e 30%, transparent) !important;
  transition: 0.3s;
}

.rudlyn-job-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.rudlyn-job-icon {
  width: 44px;
  height: 44px;
  background: #dce8f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0a579e;
}

.rudlyn-job-icon svg {
  width: 22px;
  height: 22px;
}

.rudlyn-job-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rudlyn-job-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  line-height: 24px;
  font-family: 'Inter', Sans-serif;
}

.rudlyn-job-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.rudlyn-job-meta span {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}

.rudlyn-job-meta svg {
  width: 13px;
  height: 13px;
}

.rudlyn-job-tag {
  display: flex;
  padding: 2px 8px 2px 8px;
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
}

.rudlyn-job-meta .rudlyn-job-tag {
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #0a579e;
}

.rudlyn-job-item .rudlyn-job-arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.rudlyn-job-item:hover .rudlyn-job-arrow {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.rudlyn-job-arrow svg {
  width: 18px;
  height: 18px;
}

.share-wrapper {
  position: relative;
  display: inline-block;
  width: 133px;
}

.share-menu {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  background-color: #0f1729;
  padding: 10px;
  border-radius: 0;
  width: 100%;
}

.share-menu.active {
  display: block; /* show on click */
}

.share-menu a {
  display: block;
  color: #0d6efd;
  margin-right: 10px;
  text-decoration: none;
}

.share-menu a {
  color: #fff;
  display: flex;
  margin-right: 10px;
  align-items: center;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  gap: 10px;
  margin-bottom: 18px;
}

.share-menu a:last-child {
  margin-bottom: 0;
}

.share-menu a img {
  width: 20px !important;
  flex-shrink: 0;
}

.body-list iframe {
  width: 100%;
  height: 584px !important;
}

#phone-profile {
  padding-left: 89px !important;
}

input#phone-apply-job {
  padding-left: 89px !important;
}

/*==== Insights Page CSS Start ====*/

.ri-wrap * {
  box-sizing: border-box;
}

.ri-wrap {
  width: 100%;
  font-family: inherit;
}

/* Featured */
.ri-featured {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 0;
  padding: 48px;
  margin-bottom: 64px;
  transition: 0.3s;
}

.ri-featured:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
  transition: 0.3s;
}

.ri-top-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.ri-cat {
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #0a579e;
  background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
  display: flex !important;
  padding: 4px 12px 4px 12px;
  width: fit-content;
}

.ri-card .ri-cat {
  background-color: color-mix(in oklab, #0a579e 5%, transparent) !important;
  margin-bottom: 16px;
}

.ri-feat-badge {
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}

.ri-feat-title {
  margin: 0 0 16px;
  font-family: 'Inter', Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.8px;
  color: #0f1729;
}

.ri-feat-title a {
  color: inherit;
  text-decoration: none;
}

.ri-featured:hover .ri-feat-title a {
  color: #0a579e;
}

.ri-feat-desc {
  margin: 0 0 24px;
  font-family: 'Inter', Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #64748b;
  max-width: 768px;
}

.ri-foot {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ri-foot-meta {
  display: flex;
  gap: 24px;
}

.ri-foot-meta span,
.ri-card-foot-left span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #64748b;
}

.ri-foot-meta span svg,
.ri-card-foot-left span svg {
  width: 16px !important;
  height: 16px !important;
}

.ri-read-link {
  display: flex;
  align-items: center;
  background-color: #61ce7000;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  gap: 8px;
  color: #0a579e !important;
  transition: 0.3s !important;
}

.ri-read-link svg {
  width: 16px !important;
  height: 16px !important;
}

.ri-featured:hover .ri-read-link {
  gap: 12px;
  transition: 0.3s !important;
}

/* Grid */
.ri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.ri-card {
  background: #fff;
  border: 1px solid #e1e7ef;
  border-radius: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s, transform 0.25s;
}

.ri-card:hover {
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a !important;
}

.ri-card-title {
  margin-bottom: 12px;
  font-family: 'Inter', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
}

.ri-card:hover .ri-card-title {
  color: #0a579e;
}

.ri-card-desc {
  margin-bottom: 24px;
  font-family: 'Inter', Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: #64748b;
}

.ri-card .ri-foot-meta span,
.ri-card .ri-card-foot-left span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'Inter', Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #64748b;
}

.ri-card .ri-foot-meta span svg,
.ri-card .ri-card-foot-left span svg {
  width: 12px !important;
  height: 12px !important;
}

.ri-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e1e7ef;
  margin-top: auto;
}

.ri-card-foot-left {
  display: flex;
  gap: 16px;
}

.ri-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a579e;
  opacity: 0;
  transition: 0.3s !important;
  flex-shrink: 0;
}

.ri-card:hover .ri-arrow {
  opacity: 1;
  transition: 0.3s !important;
}

.ri-arrow svg {
  width: 16px !important;
  height: 16px !important;
}

/*==== Insights Page CSS End ====*/

.title-blue {
  color: #1eb9d7;
}

.positioning-section {
  max-width: 750px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.positioning-section::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #0a579e,
    transparent
  ) !important;
}

.positioning-section::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    transparent,
    #0a579e,
    transparent
  ) !important;
}

.get-touch-box p a {
  color: #64748b;
}

/* ==== Consultation Form CSS Start ==== */
.c-grid-boxes {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.consultation-form-sec .contact-form-inner {
  display: block !important;
}

.cf-c-width {
  max-width: 960px !important;
  margin: 0 auto !important;
}

.c-form-box-title {
  margin-bottom: 24px;
}

.c-form-box-title h3 {
  font-family: 'Inter', Sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #0f1729;
  margin: 0;
}

.form-c-box-style {
  background-color: #fff;
  padding: 32px;
  margin-bottom: 32px;
}

.multi-select-checkbox-fileds .form-group-check {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 10px !important;
}

.contact-form-inner .multi-select-checkbox-fileds .form-group-check label {
  font-size: 14px !important;
}

.contact-form-inner .multi-select-checkbox-fileds .form-group-check label {
  font-size: 14px !important;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.contact-form-inner .form-group-check .form-check label input[type='checkbox'] {
  accent-color: #0a579e !important;
  position: relative;
  top: 3px;
}

/* ==== Consultation Form CSS End ==== */

/* ==== Responsive CSS Start ==== */

@media only screen and (max-width: 1679px) {
  .common-btn a .elementor-button-content-wrapper .elementor-button-text {
    left: 0 !important;
  }

  .title-position h3 {
    left: 0 !important;
  }

  .rudlyn-solution-box {
    width: 92.555% !important;
  }

  .icon-box .elementor-icon-box-wrapper,
  .icon-box-2 .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .icon-box-2 {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1535px) {
  .header .container,
  .footer .container,
  .custom-container > .e-con-inner,
  .blog-page-content .container,
  .single-blog-page-content .container,
  .page-top-banner .container,
  .join-roles .container,
  .open-jobs .container,
  .featured-role-section .container,
  .talent-cta-section .container,
  .blog-search .container,
  .related-posts-slider .container,
  .single-job-main-content .container,
  .similar-jobs-sec .container,
  .sb-sec-head-sticky .container {
    max-width: 1280px !important;
  }

  .hero-top-small-text::before,
  .hero-top-small-text::after {
    bottom: 0;
  }

  .hero-title h1 {
    line-height: 91px !important;
  }

  .hero-btn-sec {
    align-items: center !important;
    position: relative !important;
    left: 1px !important;
  }

  .wwa-hero-btn a {
    height: 54px !important;
    width: 176px !important;
    padding: 0 38px !important;
  }

  .hero-text {
    line-height: 32.5px !important;
  }

  .contact-form-inner .form-group-check .form-check span {
    width: 42.333%;
  }

  .recent-blog-img {
    width: 80px;
  }

  .job-cards-content h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .btn-card-primary {
    padding: 0px 15px;
  }

  .btn-card-ghost {
    padding: 0px 15px;
  }

  .single-blog-content {
    grid-column: span 8;
  }

  .single-blog-sidebar {
    grid-column: span 4;
  }

  .blog-search {
    padding: 45px 0;
  }

  .blog-search-content {
    margin: 0 auto 25px !important;
  }

  .blog-page-content {
    padding: 70px 0;
  }

  .similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-job-left-content {
    grid-column: span 8;
  }

  .right-job-apply-form {
    grid-column: span 4;
  }

  .inner-page-top-banner-title h1 {
    font-size: 42px !important;
    line-height: 42px !important;
    letter-spacing: -1.2px !important;
  }

  .inner-page-top-banner-text {
    font-size: 18px !important;
  }

  .c-text-width {
    max-width: 665px !important;
  }

  .body-list iframe {
    height: 424px !important;
  }
}

@media only screen and (max-width: 1399px) {
  .page-top-space {
    padding: 60px 0 !important;
  }
}

@media only screen and (max-width: 1365px) {
  .tb-grid-box-top .our-philosophy-box-title h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 1279px) {
  .header .container,
  .footer .container,
  .custom-container > .e-con-inner,
  .blog-page-content .container,
  .single-blog-page-content .container,
  .page-top-banner .container,
  .join-roles .container,
  .open-jobs .container,
  .featured-role-section .container,
  .talent-cta-section .container,
  .blog-search .container,
  .related-posts-slider .container,
  .single-job-main-content .container,
  .similar-jobs-sec .container,
  .sb-sec-head-sticky .container {
    max-width: 1024px !important;
  }

  .header .navbar-brand img {
    max-width: 136px;
  }

  .header .inner-header .mega-menu-wrap .mega-menu {
    gap: 15px;
  }

  .rudlyn-solution-box {
    width: 90.444% !important;
  }

  .hero-sec,
  .page-top-space {
    margin-top: 73px !important;
  }

  .contact-form-inner .form-group-check .form-check span {
    width: 50%;
  }

  .sticky-box {
    top: 57px !important;
  }

  .head-btn a {
    font-size: 13px;
    padding: 0 15px;
  }

  .inner-page-top-banner-title h1 {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -0.5px !important;
  }

  .c-text-width {
    max-width: 600px !important;
  }

  .job-cards-content h3 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }

  .job-card-actions {
    gap: 10px;
  }

  .btn-card-primary,
  .btn-card-ghost {
    padding: 0px 12px;
  }

  .apply-header-text h3 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.8px;
  }

  .sb-sec-head-sticky {
    top: 55px;
  }

  .single-blog-banner-img img {
    height: 255px;
  }

  .body-list iframe {
    height: 330px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .header .container,
  .footer .container,
  .custom-container > .e-con-inner,
  .blog-page-content .container,
  .single-blog-page-content .container,
  .page-top-banner .container,
  .join-roles .container,
  .open-jobs .container,
  .featured-role-section .container,
  .talent-cta-section .container,
  .blog-search .container,
  .related-posts-slider .container,
  .single-job-main-content .container,
  .similar-jobs-sec .container,
  .sb-sec-head-sticky .container {
    max-width: 768px !important;
  }

  .hero-title h1 {
    line-height: 74.88px !important;
    font-size: 72px !important;
    letter-spacing: -3.6px !important;
  }

  .custom-section-spacing {
    padding: 60px 0 !important;
  }

  .divide-sec {
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 40px !important;
  }

  .rudlyn-solution-box {
    width: 100% !important;
  }

  .top-text-container {
    margin: 0 auto 40px !important;
  }

  .gried-boxes-wapper,
  .grid-box-style {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .cta-big-title h2 {
    font-family: 'Inter', Sans-serif;
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: -1.8px !important;
  }

  .footer {
    padding-top: 60px;
  }

  .foot-content-col1 {
    grid-column: 1 / span 1;
  }

  .inner-footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
  }

  .hero-scroll-text {
    bottom: 31px;
  }

  .c-position {
    top: 12px !important;
  }

  .header .navbar-toggler {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .header .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
  }

  .header .navbar-toggler .navbar-toggler-icon .open-menu,
  .header .navbar-toggler .navbar-toggler-icon .close-menu {
    display: flex;
  }

  .cta-big-text {
    font-size: 18px !important;
  }

  #mega-menu-wrap-header_menu
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-header_menu {
    left: 0 !important;
  }

  #mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu {
    position: absolute !important;
    top: 56px !important;
    gap: 16px !important;
    left: 0 !important;
    opacity: 0 !important;
  }

  #mega-menu-wrap-header_menu
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-header_menu {
    opacity: 1 !important;
  }

  .header.scrolled
    #mega-menu-wrap-header_menu
    .mega-menu-toggle
    + #mega-menu-header_menu {
    top: 48px !important;
  }

  .header #mega-menu-header_menu {
    background-color: #fff !important;
    padding: 16px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: fit-content !important;
  }

  .header .inner-header {
    position: inherit;
    display: flex;
    align-items: center;
    width: 100%;
  }

  #mega-menu-wrap-header_menu .mega-menu-toggle.mega-menu-open:after {
    content: none !important;
  }

  html.mega-menu-header_menu-off-canvas-open {
    overflow: scroll !important;
  }

  .mega-close {
    display: none !important;
  }

  .header .mega-menu-wrap .mega-menu .mega-menu-item-3010 {
    margin-top: 16px !important;
  }

  .header .mega-menu-wrap .mega-menu .mega-menu-item-3010 a {
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #0a579e !important;
    border: 1px solid #0a579e !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    color: #fff !important;
    transition: 0.3s !important;
    line-height: 36px !important;
  }

  .header.scrolled .mega-menu-wrap .mega-menu .mega-menu-item-3010 a {
    color: #fff !important;
  }

  #mega-menu-wrap-header_menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner,
  #mega-menu-wrap-header_menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-header_menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    width: 34px !important;
  }

  .head-btn {
    display: none;
  }

  .header .mega-menu-wrap {
    margin: inherit !important;
  }

  .head-menu-wapper {
    justify-content: end;
  }

  .header .mega-menu-wrap .mega-menu .mega-menu-item-3010 {
    display: block !important;
  }

  .header .mega-menu-wrap .mega-menu li a {
    font-size: 15px !important;
  }

  .header
    .mega-menu-wrap
    .mega-menu
    li.mega-current_page_item.mega-menu-item-3010
    a {
    color: #fff !important;
  }

  .header .mega-menu-wrap .mega-menu > .mega-menu-item > .mega-sub-menu {
    margin-top: 10px !important;
    padding: 10px 16px 10px !important;
  }

  .header
    .mega-menu-wrap
    .mega-menu
    li
    .mega-sub-menu
    .mega-menu-item
    .mega-menu-link {
    padding: 5px 0 !important;
  }

  .header .mega-menu-wrap .mega-menu li .mega-sub-menu .mega-menu-item {
    border-right: none !important;
  }

  #mega-menu-wrap-header_menu .mega-menu-toggle {
    height: auto !important;
  }

  #mega-menu-wrap-header_menu
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-box {
    width: 31px !important;
    height: 23px !important;
  }

  #mega-menu-wrap-header_menu
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin: 0 !important;
    padding: 8px !important;
  }

  .dashicons-arrow-down-alt2::before {
    display: block !important;
  }

  .rwl-img {
    height: auto !important;
  }

  .our-philosophy-box {
    padding: 32px !important;
  }

  .our-philosophy-boxes {
    margin-top: 40px !important;
    gap: 24px !important;
  }

  .page-top-space {
    padding: 60px 0 !important;
  }

  .inner-page-top-banner-text {
    font-size: 18px !important;
  }

  .c-title-space {
    padding-bottom: 24px !important;
  }

  .cta-text {
    font-size: 18px !important;
  }

  #rydlyn-advantage {
    margin-bottom: 40px !important;
  }

  .box-top-space-0 {
    margin-top: 0 !important;
  }

  .t-gcc-r-box {
    padding: 32px !important;
  }

  .hiw-top-text-container {
    margin: 0 auto 40px !important;
  }

  .hiw-content-wapper .c-box-top-space-0 {
    padding-top: 0 !important;
  }

  .number-text-color .elementor-heading-title {
    font-size: 42px !important;
  }

  .grid-col-custom {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 32px 0 !important;
    gap: 24px !important;
  }

  .hiw-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    font-size: 15px !important;
  }

  .hiw-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-icon
    svg {
    width: 7px !important;
    height: 7px !important;
    position: relative;
    top: -2px;
  }

  .grid-col-custom:last-child {
    padding-bottom: 0 !important;
  }

  .experties-s-box {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 32px !important;
    gap: 24px !important;
  }

  .tags-boxes {
    margin-bottom: 10px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 24px !important;
    height: 24px !important;
  }

  .experties-s-box .col-divide-5,
  .experties-s-box .col-divide-7 {
    grid-column: auto !important;
  }

  .experties-s-box {
    margin-bottom: 32px !important;
  }

  .sma-top-text-container {
    margin: 0 auto 40px !important;
  }

  .top-industry-box {
    padding: 32px !important;
    margin-bottom: 32px !important;
  }

  .top-industry-box .title h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .career-top-text-container {
    margin: 0 auto 40px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 24px !important;
    height: 24px !important;
  }

  .ttcr-contant .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .ttcr-grid-boxes {
    gap: 24px !important;
  }

  .ttcr-contant .elementor-icon-box-wrapper {
    flex-wrap: wrap;
  }

  .position-box {
    padding: 20px 16px !important;
  }

  .page-form-grid-sec {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 24px !important;
  }

  .page-form-grid-sec .col-divide-full {
    grid-column: span 1 !important;
  }

  .form-box-space {
    padding: 32px !important;
  }

  .contact-form-box {
    margin-top: 24px !important;
  }

  .samll-jobs-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }

  .featured-role-card {
    padding: 32px;
  }

  .featured-role-content h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .featured-role-content {
    gap: 32px;
    flex-wrap: wrap;
  }

  .featured-role-content .featured-left {
    width: 100%;
  }

  .featured-right {
    flex-direction: revert;
    min-width: 100%;
  }

  .filter-bar {
    gap: 20px;
  }

  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .talent-cta-section .talent-card {
    padding: 32px;
    gap: 32px;
    flex-direction: column;
  }

  .talent-right {
    min-width: 100%;
    text-align: start;
  }

  .featured-role-section {
    padding-top: 60px;
  }

  .job-card-actions {
    gap: 16px;
  }

  .inner-single-job-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }

  .single-job-left-content {
    grid-column: span 1;
  }

  .right-job-apply-form {
    grid-column: span 1;
  }

  .apply-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .apply-form .form-group {
    margin-bottom: 0;
  }

  .apply-form .btn-submit {
    width: fit-content;
  }

  .sec-bottom-space {
    margin-bottom: 40px;
  }

  .benefits-grid {
    gap: 24px;
  }

  .benefit-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }

  .similar-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
  }

  .box-divided-sec-wapper {
    gap: 32px !important;
  }

  .box-divided-sec-wapper {
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .context-grid-box {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 40px !important;
  }

  .context-grid-box .grid-col-box {
    grid-column: span 1 !important;
  }

  .contact-us-form-box-wapper {
    padding: 32px !important;
  }

  .blog-search-form form input {
    height: 60px;
    padding: 12px 60px 12px 20px !important;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-page-content {
    padding: 60px 0;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-blog-banner {
    gap: 32px;
  }

  .inner-single-blog-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }

  .single-blog-banner-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .single-blog-page-content {
    padding: 60px 0;
  }

  .sticky-social-icons {
    display: none;
  }

  .accordion-content .accordion-button {
    font-size: 20px;
    line-height: 22px;
  }

  .single-blog-content,
  .single-blog-sidebar {
    grid-column: span 1;
  }

  .sb-social-icon {
    justify-content: start;
    grid-gap: 8px;
  }

  .sb-newsletter .widget-header h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.2px;
  }

  .widget-header h2 br {
    display: none;
  }

  .related-posts-slider {
    padding: 60px 0;
  }

  .related-posts-slider-content {
    margin-top: 40px;
  }

  .sb-newsletter {
    margin-bottom: 40px;
  }

  .blog-search-icon img {
    width: 45px;
  }

  .tb-top-space {
    margin-top: 30px !important;
  }

  .single-job-apply-form {
    display: block !important;
  }

  .single-job-apply-form .form-message {
    grid-column: span 2;
  }

  .form-message {
    margin-top: 20px;
  }

  .single-job-apply-form form {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 16px;
  }

  .apply-card .single-job-apply-form .c-common-math-captcha {
    grid-column: span 2;
  }

  .apply-card .apply-form .c-common-math-captcha .form-control {
    width: 11% !important;
  }

  .apply-card .apply-form .c-common-math-captcha {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .apply-card .single-job-apply-form .form-submit-btn {
    grid-column: span 2;
  }

  .body-list iframe {
    height: 385px !important;
  }

  .ri-featured {
    padding: 32px;
    margin-bottom: 32px;
  }

  .ri-feat-title {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .ri-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experties-s-box-bottom-space {
    margin-bottom: 0 !important;
  }

  .positioning-section .title h2 {
    font-size: 32px !important;
    line-height: 43px !important;
    letter-spacing: -1.4px !important;
  }

  .cf-c-width {
    max-width: 100% !important;
  }

  .c-form-box-title h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
  }

  .multi-select-checkbox-fileds .form-group-check {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 991px) {
  .header .inner-header {
    justify-content: space-between;
  }

  .title h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .section-title {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .text {
    font-size: 18px !important;
  }

  .grid-col-custom .text {
    font-size: 16px !important;
  }

  .apply-cv-popup-form .modal-dialog-width {
    max-width: 706px;
  }

  .modal-panel {
    width: 250px;
    padding: 32px;
  }

  .panel-title {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .upload-label {
    flex-wrap: wrap;
  }

  .related-posts-title h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .single-blog-content h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .sb-newsletter .widget-header h2 {
    font-size: 32px !important;
    line-height: 38px !important;
    letter-spacing: -1.4px !important;
  }

  .related-posts-slider-content .owl-prev,
  .related-posts-slider-content .owl-next {
    position: inherit !important;
  }

  .related-posts-slider-content .owl-nav {
    text-align: center;
  }

  .oc-top-bg-img {
    background-position: center center !important;
  }

  .contact-form-inner .form-group .c-common-math-captcha input {
    width: 36% !important;
  }

  .positioning-section .s-small-title h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: -1.2px !important;
  }

  .positioning-section {
    padding: 32px !important;
  }
}

@media only screen and (max-width: 767px) {
  .header .container,
  .footer .container,
  .custom-container > .e-con-inner,
  .blog-page-content .container,
  .page-top-banner .container,
  .single-blog-page-content .container,
  .join-roles .container,
  .open-jobs .container,
  .featured-role-section .container,
  .talent-cta-section .container,
  .blog-search .container,
  .related-posts-slider .container,
  .single-job-main-content .container,
  .similar-jobs-sec .container,
  .sb-sec-head-sticky .container {
    padding: 0 16px !important;
  }

  .hero-title h1 {
    line-height: 58.24px !important;
    font-size: 56px !important;
    letter-spacing: -2.8px !important;
  }

  .hero-top-small-text {
    letter-spacing: 2.36px !important;
  }

  .hero-text {
    line-height: 29px !important;
    font-size: 18px !important;
  }

  .hero-btn a {
    padding: 0 32px !important;
    height: 50px;
  }

  .wwa-hero-btn a {
    height: 50px !important;
    width: 165px !important;
    padding: 0 32px !important;
  }

  .custom-section-spacing {
    padding: 40px 0 !important;
  }

  .title {
    margin-bottom: 16px !important;
  }

  .text {
    margin-bottom: 16px !important;
    font-size: 16px !important;
  }

  .text:last-child {
    margin-bottom: 0 !important;
  }

  .title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
  }

  .divide-sec {
    gap: 25px !important;
  }

  .top-text-container {
    margin: 0 auto 25px !important;
  }

  .rudlyn-solution-box {
    padding: 24px !important;
  }

  .trs-title h3 {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: -0.4px !important;
  }

  .specialized-expertise-content-box {
    padding: 24px !important;
  }

  .specialized-expertise-content-box
    .box-color
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 32px !important;
    height: 32px !important;
  }

  .specialized-expertise-content-box
    .box-color
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: -0.3px !important;
  }

  .specialized-expertise-content-box
    .box-color
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-description {
    font-size: 15px !important;
  }

  .specialized-expertise-content-box .box-color .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .specialized-expertise-content-box .box-color {
    margin-bottom: 16px !important;
  }

  .explore-btn a {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .modals-scale-box {
    padding: 24px !important;
  }

  .modals-scale-title h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .modals-scale-small-text h6 {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .our-culture-img-text {
    font-size: 17px !important;
  }

  .explore-c--btn {
    margin-top: 20px !important;
  }

  .cta-big-title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
  }

  .cta-big-title {
    margin-bottom: 24px !important;
  }

  .cta-big-text {
    font-size: 16px !important;
    margin-bottom: 28px !important;
  }

  .explore-c--btn a {
    padding: 0 24px !important;
  }

  .work-btn a,
  .explore-model-btn a {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .foot-logo a img {
    width: 160px;
  }

  .foot-menus-list ul li {
    margin-bottom: 8px;
  }

  .foot-botton-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding-top: 24px;
  }

  .inner-footer-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }

  .foot-copyright {
    width: 100%;
    text-align: center;
  }

  .foot-privacy {
    width: 100%;
    justify-content: center;
  }

  .c-title-space {
    padding-bottom: 0 !important;
  }

  .our-philosophy-boxes {
    margin-top: 9px !important;
  }

  .our-philosophy-box {
    padding: 24px !important;
  }

  .our-philosophy-box-title h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.2px !important;
  }

  .our-philosophy-box-number span {
    width: 40px;
    height: 40px;
    font-size: 18px !important;
  }

  .page-top-space {
    padding: 40px 0 !important;
  }

  .inner-page-top-banner-title h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    letter-spacing: -1px !important;
  }

  .inner-page-top-banner-title {
    margin-bottom: 16px !important;
  }

  .cta-title {
    margin-bottom: 24px !important;
  }

  .cta-title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
  }

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

  .cta-btn-top-space {
    margin-top: 28px !important;
  }

  #rydlyn-advantage {
    margin-bottom: 25px !important;
  }

  .bx-box-bg {
    width: 45px !important;
    height: 45px !important;
    padding: 11px !important;
    margin-bottom: 16px !important;
  }

  .box-top-space-0 {
    margin-top: 0 !important;
  }

  .t-gcc-r-box {
    padding: 24px !important;
  }

  .t-gcc-a-number h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .t-gcc-r-title {
    margin-bottom: 16px !important;
  }

  .t-gcc-r-title h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .t-gcc-r-content {
    margin-bottom: 0 !important;
  }

  .t-gcc-r-content:last-child {
    padding-bottom: 0 !important;
  }

  .hiw-top-text-container {
    margin: 0 auto 25px !important;
  }

  .number-text-color .elementor-heading-title {
    font-size: 36px !important;
  }

  .hiw-content-title
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .hiw-content-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 45px !important;
    height: 45px !important;
  }

  .hiw-content-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 22px !important;
    height: 22px !important;
  }

  .grid-col-custom {
    padding: 24px 0 !important;
    gap: 16px !important;
  }

  .yt-oi-box {
    padding: 24px !important;
  }

  .yt-oi-flex-box {
    flex-wrap: unset !important;
  }

  .sma-top-text-container {
    margin: 0 auto 25px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 45px !important;
    height: 45px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 22px !important;
    height: 22px !important;
  }

  .oe-box-title
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .experties-s-box {
    margin-bottom: 24px !important;
  }

  .experties-s-box {
    padding: 24px !important;
    gap: 16px !important;
  }

  .sma-box {
    padding: 24px !important;
  }

  .top-industry-box {
    padding: 24px !important;
  }

  .top-industry-box .title h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    letter-spacing: -1px !important;
  }

  .industry-box {
    padding: 24px !important;
  }

  .insights-grid-boxes {
    gap: 24px !important;
  }

  .insights-grid-title h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .insights-grid-box-bottom {
    flex-wrap: unset !important;
  }

  .industry-box-text {
    margin-bottom: 16px !important;
  }

  .industry-box .top-industry-read-btn {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .insights-grid-box-bottom-inner {
    gap: 10px !important;
  }

  .industry-box-text {
    font-size: 15px !important;
  }

  .wwa-top-bg-img {
    background-position: 40.7% center !important;
  }

  .career-top-text-container {
    margin: 0 auto 25px !important;
  }

  .ttc-box {
    padding: 24px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 45px !important;
    height: 45px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 22px !important;
    height: 22px !important;
  }

  .position-arrow-icon {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .position-left-content .position-content {
    width: 100% !important;
  }

  .position-box {
    gap: 16px !important;
  }

  .position-arrow-icon .elementor-icon-wrapper a svg {
    width: 18px !important;
    height: 18px !important;
  }

  .inner-page-top-banner-btn {
    margin-top: 24px !important;
  }

  .page-grid-title-size h3 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .single-title-bottom-space {
    margin-bottom: 0 !important;
  }

  .common-page-grid-box .text {
    margin-bottom: 10px !important;
  }

  .common-page-grid-box .text:last-child {
    margin-bottom: 0 !important;
  }

  .common-grid-box-small-title h5 {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: -0.4px !important;
  }

  .bold-text-size h5 {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: -0.5px !important;
  }

  .bold-text-size {
    margin-bottom: 16px !important;
  }

  .form-submit-btn input {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .form-box-space {
    padding: 24px !important;
  }

  .inner-right-form-content-box {
    padding: 24px !important;
  }

  .inner-right-form-content-box .small-title-size {
    margin-bottom: 16px !important;
  }

  .inner-right-form-content-box {
    padding: 24px !important;
  }

  .small-title-size h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: -0.2px !important;
  }

  .contact-form-inner .form-group input,
  .contact-form-inner .form-group select {
    height: 45px !important;
  }

  .contact-form-box {
    margin-top: 16px !important;
  }

  .contact-form-inner {
    gap: 16px !important;
  }

  .inner-topbanner-content h1 {
    margin-bottom: 0;
  }

  .cta-btns .explore-roles-btn,
  .cta-btns .talent-network-btn {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .talent-cta-section .talent-card {
    padding: 24px;
    gap: 24px;
  }

  .talent-right a {
    min-height: 45px !important;
    height: 45px !important;
    padding: 0 24px !important;
  }

  .talent-left p {
    font-size: 16px;
  }

  .jobs-grid {
    gap: 24px;
  }

  .job-card {
    padding: 24px;
  }

  .job-title {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .job-card-actions {
    gap: 10px;
  }

  .btn-card-primary,
  .btn-card-ghost {
    height: 45px !important;
  }

  .jobs-posts-boxes-content {
    margin-top: 24px;
  }

  .filter-bar {
    gap: 16px;
    padding: 24px;
  }

  .filter-group {
    width: 100%;
  }

  .filter-bar {
    gap: 16px;
    /* align-items: start; */
    flex-direction: column;
    position: relative;
    position: fixed;
    bottom: -1000px;
    width: 100%;
    background-color: #f5f7fa !important;
    left: 0;
    z-index: 9;
  }

  .close-filter {
    background-color: color-mix(in oklab, #0a579e 10%, transparent) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0 !important;
    border-radius: 4px !important;
    position: absolute;
    top: -32px;
    right: 0;
  }

  .job-filter-header {
    flex-direction: column;
    gap: 0;
  }

  .inner-open-jobs .main-title {
    width: 100%;
  }

  .mob-filter-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .open-filter span {
    font-family: 'Inter', Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0a579e;
    transition: 0.3s;
    text-transform: uppercase;
    position: relative;
  }

  .open-filter span::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0a579e;
    transition: 0.3s;
  }

  .open-filter:hover span::before {
    width: 100%;
    transition: 0.3s;
  }

  .featured-role-section {
    padding-top: 40px;
  }

  .featured-meta {
    margin: 0;
  }

  .topbanner-btns .open-roles-btn,
  .topbanner-btns .talent-network-btn {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .topbanner-btns {
    gap: 20px;
  }

  .job-cards-icon span {
    width: 45px;
    height: 45px;
  }

  .job-cards-icon span svg {
    width: 22px;
    height: 22px;
  }

  .featured-role-content h2 {
    font-size: 26px !important;
    line-height: 30px !important;
    letter-spacing: -0.9px !important;
  }

  .job-cards-icon {
    margin-bottom: 16px;
  }

  .samll-jobs-cards {
    margin-top: 24px;
  }

  .featured-role-content p {
    font-size: 16px;
  }

  .featured-right .btn-primary,
  .featured-right .btn-ghost-dark {
    min-height: 45px !important;
    height: 45px !important;
    padding: 0 24px !important;
  }

  .featured-role-card {
    padding: 24px;
  }

  .featured-role-content p {
    font-size: 15px;
  }

  .search-wrap input {
    padding: 5px 12px 5px 38px;
    height: 40px !important;
  }

  .filter-bar.active {
    bottom: 0;
    transition: 0.3s;
  }

  .filter-reset {
    height: 45px;
  }

  .filter-btns-wapper {
    display: flex;
    gap: 10px;
  }

  .filter-btns-wapper .apply-btn {
    display: block;
  }

  .open-filter {
    display: block;
  }

  .close-filter {
    display: block;
  }

  .topbanner-btns .share-btn {
    height: 50px !important;
  }

  .section-title {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
    margin: 0 0 16px;
  }

  .apply-header-text h3 {
    font-size: 26px !important;
    line-height: 28px !important;
    letter-spacing: -0.5px !important;
  }

  .benefit-card {
    padding: 24px;
  }

  .benefit-icon {
    margin-bottom: 16px;
  }

  .benefit-icon span {
    width: 45px;
    height: 45px;
  }

  .benefit-icon span svg {
    width: 22px !important;
    height: 22px !important;
  }

  .skill-icon {
    width: 45px;
    height: 45px;
  }

  .skill-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .duties-list li {
    padding: 12px 0;
    font-size: 16px;
  }

  .section-body p {
    font-size: 16px;
    line-height: 28px;
  }

  .apply-form .btn-submit {
    padding: 0px 24px;
  }

  .similar-card .sc-arrow a {
    opacity: 1;
  }

  .sc-arrow a {
    width: 20px;
    height: 20px;
  }

  .required-skills .section-title,
  .Wyg-section .section-title,
  .similar-jobs-sec .section-title {
    margin: 0 0 25px;
  }

  .modal-panel {
    width: 100%;
    padding: 24px;
  }

  .modal-form-sec {
    padding: 24px;
  }

  .cv-form-content {
    flex-direction: column;
  }

  .apply-cv-popup-form .modal-dialog-width {
    max-width: 612px;
  }

  .panel-title br {
    display: none;
  }

  .panel-sub {
    font-size: 16px;
    margin: 0;
  }

  .panel-title {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
    margin: 14px 0 16px;
  }

  .inner-box-divided-sec {
    padding: 24px !important;
  }

  .box-divided-sec-wapper {
    gap: 24px !important;
  }

  .list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    font-size: 16px !important;
  }

  .list {
    margin-bottom: 16px !important;
  }

  .inner-box-divided-sec .list,
  .wyg-box-wapper .list {
    margin-bottom: 0 !important;
  }

  .wyg-box-top {
    gap: 16px !important;
    margin-bottom: 16px !important;
  }

  .bottom-space-0 {
    margin-bottom: 0 !important;
  }

  .inner-tcc-gap {
    gap: 24px !important;
  }

  .b-title-space-0 {
    margin-bottom: 0 !important;
  }

  .list-bottom-space-0 {
    margin-bottom: 0 !important;
  }

  .contact-us-form-box-wapper {
    padding: 24px !important;
  }

  .context-grid-box {
    gap: 24px !important;
  }

  .contact-address-box {
    padding: 24px !important;
    margin-bottom: 24px !important;
  }

  .whn-box {
    padding: 24px !important;
  }

  .whn-content-box {
    flex-wrap: unset !important;
  }

  .blog-search {
    padding: 35px 0;
  }

  .blog-search-form form input {
    height: 50px;
    padding: 10px 45px 10px 20px !important;
    font-size: 16px;
  }

  .blog-search-icon {
    right: 12px;
    font-size: 14px;
  }

  .blog-page-content {
    padding: 40px 0;
  }

  .blog-grid {
    gap: 24px;
  }

  .blog-card .arrow-link {
    opacity: 1;
    visibility: visible;
  }

  .blog-search-form form .blog-search-icon svg {
    width: 25px;
    height: 25px;
  }

  .single-blog-banner {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .s-blog-date {
    margin-top: 30px;
  }

  .single-blog-banner-img img {
    height: auto;
  }

  .single-blog-page-content {
    padding: 40px 0;
  }

  .accordion-content .accordion-button {
    font-size: 18px;
    line-height: 20px;
  }

  .single-blog-content p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .single-blog-content ul li {
    font-size: 16px;
  }

  .single-blog-content h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
    margin: 24px 0;
  }

  .single-blog-content ul li {
    margin-bottom: 3px;
  }

  .sb-sec-head-sticky {
    padding: 10px 0 !important;
  }

  .sticky-title .sb-heading-title {
    font-size: 16px;
  }

  .sticky-title a {
    font-size: 16px;
  }

  .sticky-title .sb-heading-title {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 400px;
  }

  .single-blog-content h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin: 24px 0 16px;
  }

  .related-posts-slider {
    padding: 40px 0;
  }

  .gried-boxes-wapper {
    gap: 24px;
  }

  .related-posts-slider-content {
    margin-top: 25px;
  }

  .related-posts-title h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
  }

  .sb-newsletter .widget-header h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -1.4px !important;
  }

  .single-blog-sidebar-box h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-subscribe {
    padding: 0px 24px;
  }

  .single-blog-banner .inner-topbanner-content {
    grid-column: span 1 !important;
  }

  .blog-search-form {
    margin-top: 24px;
  }

  .blog-search-icon img {
    width: 36px;
  }

  .dd-top-space {
    margin-top: 25px !important;
  }

  .tb-grid-box-top {
    flex-wrap: unset !important;
    margin-bottom: 0 !important;
  }

  .tb-top-space {
    margin-top: 20px !important;
  }

  .tb-grid-boxes-top-space {
    margin-top: 25px !important;
  }

  .close-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    font-size: 16px !important;
  }

  .close-list .elementor-icon-list-items {
    gap: 16px !important;
  }

  .close-list {
    margin-bottom: 0 !important;
  }

  .close-icon-top-space {
    margin-top: 5px !important;
  }

  .math-captcha.span-full.contact-form {
    margin-top: -85px;
  }

  .contact-form-inner .form-group textarea {
    height: 131px !important;
  }

  .submit-btn {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .c-common-math-captcha {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-form-inner .form-group .c-common-math-captcha input {
    width: 26% !important;
  }

  .submit-profile-button button {
    height: 50px !important;
    padding: 0 24px !important;
  }

  .rudlyn-job-item .rudlyn-job-arrow {
    opacity: 1;
    visibility: visible;
  }

  .rudlyn-job-item {
    padding: 20px;
  }

  .rudlyn-job-icon svg {
    width: 20px;
    height: 20px;
  }

  .body-list {
    font-size: 16px;
  }

  .related-posts-slider-content .owl-next {
    right: 0;
  }

  .related-posts-slider-content .owl-prev {
    left: 0;
  }

  .related-posts-slider-content .owl-next,
  .related-posts-slider-content .owl-prev {
    width: 35px;
    height: 35px;
    font-size: 20px !important;
    background-color: #fff !important;
  }

  .body-list iframe {
    height: 325px !important;
  }

  .ri-featured {
    padding: 24px;
  }

  .ri-feat-title {
    font-size: 26px !important;
    line-height: 30px !important;
    letter-spacing: -1px !important;
  }

  .ri-feat-desc {
    margin-bottom: 16px !important;
    font-size: 16px !important;
  }

  .ri-card {
    padding: 24px;
  }

  .ri-grid {
    gap: 24px;
  }

  .ri-card-title {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .ri-arrow {
    opacity: 1;
  }

  .ri-card-desc {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .inner-tic-gap .e-con-inner {
    gap: 24px !important;
  }

  .experties-s-box-bottom-space {
    margin-bottom: 0 !important;
  }

  .title-bottom-space-none {
    margin-bottom: 0 !important;
  }

  .wyg-box-top .our-philosophy-box-title {
    width: 100%;
  }

  .positioning-section {
    padding: 24px !important;
  }

  .positioning-section .title h2 {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: -1.1px !important;
  }

  .positioning-section .title {
    margin-bottom: 0 !important;
  }

  .positioning-section .s-small-title {
    margin-bottom: 16px !important;
  }

  .c-form-box-title h3 {
    font-size: 20px;
  }

  .c-form-box-title {
    margin-bottom: 20px;
  }

  .form-c-box-style {
    padding: 24px;
    margin-bottom: 24px;
  }

  .c-grid-boxes {
    gap: 16px !important;
  }

  .positioning-section .title h2 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .hero-title h1 {
    line-height: 52px !important;
    font-size: 48px !important;
    letter-spacing: -1.2px !important;
  }

  .gried-boxes-wapper,
  .grid-box-style {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px !important;
  }

  .specialized-expertise-content-box {
    padding: 20px 16px !important;
  }

  .specialized-expertise-content-box
    .box-color
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 28px !important;
    height: 28px !important;
  }

  .wwa-hero-btn a {
    height: 45px !important;
    width: auto !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }

  .hero-btn a {
    padding: 0 24px !important;
    height: 45px;
    font-size: 15px !important;
  }

  .hero-btn a .elementor-button-content-wrapper {
    gap: 15px !important;
  }

  .hero-btn a .elementor-button-icon svg {
    top: 0 !important;
    left: 0 !important;
  }

  .hero-content-box {
    padding: 120px 0 !important;
  }

  .title h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .rudlyn-solution-box {
    padding: 20px 16px !important;
  }

  .trs-title h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon span {
    width: 44px;
    height: 44px;
  }

  .trs-title {
    margin-bottom: 16px !important;
  }

  .icon-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg,
  .icon-box-2
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 22px !important;
    height: 22px !important;
  }

  .icon-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon,
  .icon-box-2
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    position: relative;
    top: 5px;
  }

  .modals-scale-box {
    padding: 20px 16px !important;
  }

  .modals-scale-small-text {
    margin-bottom: 10px !important;
  }

  .modals-scale-title h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .our-culture-img-text {
    bottom: 16px !important;
    left: 16px !important;
    right: 16px !important;
  }

  .cta-big-title h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .explore-c--btn a {
    padding: 0 16px !important;
    height: 45px !important;
  }

  .explore-c--btn a .elementor-button-content-wrapper {
    gap: 12px !important;
  }

  .work-btn a,
  .explore-model-btn a {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .text {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .icon-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-description,
  .icon-box-2
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-description {
    font-size: 15px !important;
  }

  .common-btn a {
    padding: 0 16px !important;
  }

  .explore-c--btn {
    margin-top: 10px !important;
  }

  .cta-big-title {
    margin-bottom: 16px !important;
  }

  .foot-description p {
    font-size: 15px;
  }

  .foot-menus-list ul li a {
    font-size: 15px;
  }

  .foot-menus-list ul li {
    margin-bottom: 6px;
  }

  .modals-scale-text {
    font-size: 15px !important;
  }

  .cta-big-text {
    font-size: 15px !important;
    margin-bottom: 26px !important;
    line-height: 24px !important;
  }

  .inner-page-top-banner-text {
    font-size: 16px !important;
  }

  .inner-page-top-banner-title h1 {
    font-size: 30px !important;
    line-height: 35px !important;
    letter-spacing: -0.5px !important;
  }

  .our-philosophy-box-title h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .our-philosophy-box {
    padding: 20px 16px !important;
  }

  .our-philosophy-box-number {
    margin-bottom: 16px !important;
  }

  .our-philosophy-box-title {
    margin-bottom: 10px !important;
  }

  .our-philosophy-box-text {
    font-size: 15px !important;
  }

  .cta-title {
    margin-bottom: 16px !important;
  }

  .cta-title h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .cta-text {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .cta-btn-top-space {
    margin-top: 26px !important;
  }

  .t-gcc-r-box {
    padding: 20px 16px !important;
  }

  .hiw-content-title
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .number-text-color .elementor-heading-title {
    font-size: 32px !important;
  }

  .hiw-content-icon .elementor-icon-box-wrapper {
    gap: 10px !important;
  }

  .hiw-content-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hiw-content-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .grid-col-custom .text {
    font-size: 15px !important;
  }

  .grid-col-custom {
    padding: 16px 0 !important;
  }

  .yt-oi-box {
    padding: 20px 16px !important;
  }

  .yt-oi-flex-box {
    flex-wrap: wrap !important;
  }

  .experties-s-box {
    padding: 20px 16px !important;
  }

  .tags-boxes {
    margin-bottom: 5px !important;
  }

  .ox-box-lists ul {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .experties-s-box {
    margin-bottom: 16px !important;
  }

  .oe-box-title
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .oe-box-icon
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 20px !important;
    height: 20px !important;
  }

  .oe-box-icon {
    margin-bottom: 16px !important;
  }

  .oe-box-icon .elementor-icon-box-wrapper {
    gap: 10px !important;
  }

  .sma-box {
    padding: 20px 16px !important;
  }

  .sma-title h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .ox-box-lists
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-icon {
    position: relative !important;
    top: 3px !important;
  }

  .top-industry-box .title h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .top-industry-box {
    padding: 20px 16px !important;
    margin-bottom: 24px !important;
  }

  .industry-box {
    padding: 20px 16px !important;
  }

  .feature-insights-bottom {
    gap: 16px !important;
  }

  .top-industry-box:hover
    .top-industry-read-btn
    a
    .elementor-button-content-wrapper {
    gap: 10px !important;
  }

  .feature-insights-bottom {
    gap: 12px !important;
  }

  .careers-page-top-bg-img {
    background-position: 90% center !important;
  }

  .ttc-box {
    padding: 20px 16px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 20px !important;
    height: 20px !important;
  }

  .ttcr-contant
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-description {
    font-size: 15px !important;
  }

  .page-grid-title-size h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .rwl-img {
    box-shadow: 0 20px 30px -22px rgb(0 0 0 / 25%) !important;
  }

  .bold-text-size h5 {
    font-size: 16px !important;
    letter-spacing: -0.2px !important;
  }

  .common-grid-box-small-title h5 {
    font-size: 17px !important;
    line-height: 23px !important;
    letter-spacing: -0.2px !important;
  }

  .contact-form-inner .span-full {
    grid-column: span 1 !important;
  }

  .contact-form-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .contact-form-inner .form-group-check .form-check span {
    width: 100%;
  }

  .contact-form-inner .form-group-check p {
    margin: 0 !important;
  }

  .form-box-space {
    padding: 20px 16px !important;
  }

  .inner-right-form-content-box {
    padding: 20px 16px !important;
  }

  .samll-jobs-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .topbanner-btns .open-roles-btn,
  .topbanner-btns .talent-network-btn {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .job-cards-box {
    padding: 20px 16px;
  }

  .job-cards-icon span {
    width: 40px;
    height: 40px;
  }

  .job-cards-icon span svg {
    width: 20px;
    height: 20px;
  }

  .job-cards-content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .featured-role-content h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .topbanner-btns {
    gap: 16px;
  }

  .jobs-grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }

  .job-card {
    padding: 20px 16px;
  }

  .job-desc {
    font-size: 15px;
  }

  .cta-btns .explore-roles-btn,
  .cta-btns .talent-network-btn {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .talent-right a {
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .featured-right .btn-primary,
  .featured-right .btn-ghost-dark {
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .featured-role-content {
    gap: 24px;
  }

  .search-wrap {
    min-width: 230px;
  }

  .job-title {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .talent-cta-section .talent-card {
    padding: 20px 16px;
  }

  .featured-role-card {
    padding: 20px 16px;
  }

  .job-cards-content h3 {
    font-size: 18px !important;
    letter-spacing: -0.1px !important;
  }

  .topbanner-btns .share-btn {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .topbanner-btns .save-job-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .section-title {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .section-body p {
    font-size: 15px;
    line-height: 24px;
  }

  .duties-list li {
    font-size: 15px;
    line-height: 24px;
  }

  .duty-dot {
    width: 7px;
    height: 7px;
    margin-top: 9px;
  }

  .sec-bottom-space {
    margin-bottom: 30px;
  }

  .skill-icon {
    width: 40px;
    height: 40px;
  }

  .skill-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .benefits-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 20px 16px;
  }

  .benefit-icon span {
    width: 40px;
    height: 40px;
  }

  .benefit-icon span svg {
    width: 20px !important;
    height: 20px !important;
  }

  .benefit-desc {
    font-size: 15px;
  }

  .benefit-title {
    margin-bottom: 12px;
  }

  .apply-header-text h3 {
    font-size: 22px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
  }

  .apply-form {
    grid-template-columns: 1fr;
  }

  .apply-form .btn-submit {
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .similar-card {
    padding: 20px 16px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .sc-left {
    width: 100%;
  }

  .sc-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin-bottom: 12px;
  }

  .topbanner-btns .share-btn span svg {
    width: 16px;
    height: 16px;
  }

  .skill-item {
    flex-wrap: wrap;
  }

  .skill-info {
    width: 100%;
    flex: none !important;
  }

  .apply-form {
    padding: 20px 16px;
  }

  .apply-notes {
    padding: 20px 16px;
  }

  .apply-card-header {
    padding: 20px 16px;
  }

  .talent-left p {
    font-size: 15px;
  }

  .modal-panel {
    padding: 20px 16px;
  }

  .modal-form-sec {
    padding: 20px 16px;
  }

  .panel-orb {
    bottom: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
  }

  .panel-title {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
    margin: 14px 0 10px;
  }

  .panel-sub {
    font-size: 15px;
  }

  .apply-cv-popup-form .contact-form-inner .form-group textarea {
    height: 80px !important;
  }

  .apply-cv-popup-form .close span svg {
    width: 18px;
    height: 18px;
  }

  .apply-cv-popup-form .close {
    width: 30px;
    height: 30px;
  }

  .form-submit-btn input {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .inner-box-divided-sec {
    padding: 20px 16px !important;
  }

  .divided-box-title-size {
    margin-bottom: 10px !important;
  }

  .divided-box-title-size h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
  }

  .list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-icon
    svg {
    height: 7px !important;
    width: 7px !important;
    position: relative;
    top: -1px;
  }

  .wyg-box-title-space-0 {
    margin-bottom: 0 !important;
  }

  .box-divided-sec-wapper {
    gap: 16px !important;
  }

  .lar-top-bg-img {
    background-position: 90% center !important;
  }

  .contact-us-form-box-wapper {
    padding: 20px 16px !important;
  }

  .c-title h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .c-text {
    font-size: 15px !important;
  }

  .get-touch-box .elementor-icon-box-wrapper {
    gap: 10px !important;
  }

  .get-touch-box .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
  }

  .get-touch-box .elementor-icon-box-wrapper .elementor-icon-box-content p {
    font-size: 15px !important;
  }

  .contact-address-box {
    padding: 20px 16px !important;
    margin-bottom: 16px !important;
  }

  .blog-search-form form input {
    height: 45px;
    padding: 5px 45px 5px 20px !important;
    font-size: 15px;
    line-height: 24px;
  }

  .blog-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }

  .card-body {
    padding: 20px 16px;
  }

  .card-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .arrow-link {
    width: 24px;
    height: 24px;
  }

  .blog-search-form form {
    min-width: 100% !important;
    width: 100% !important;
  }

  .single-blog-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .single-blog-content ul li {
    font-size: 15px;
    line-height: 24px;
  }

  .single-blog-content h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
    margin: 24px 0 16px;
  }

  .single-blog-content h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
    margin: 24px 0 16px;
  }

  .related-posts-title h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .sb-newsletter .widget-header h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: -0.8px !important;
  }

  .sb-social-icon a {
    width: 40px;
    height: 40px;
  }

  .sb-social-icon a svg {
    width: 24px;
    height: 24px;
  }

  .sb-newsletter {
    padding: 20px 16px;
  }

  .btn-subscribe {
    height: 45px !important;
    padding: 0 16px !important;
  }

  .recent-blog-text p {
    font-size: 15px;
  }

  .s-blog-date {
    margin-top: 18px;
  }

  .inner-topbanner-content .s-blog-date p {
    font-size: 15px;
  }

  .sticky-title a {
    font-size: 15px;
  }

  .sticky-title .sb-heading-title {
    font-size: 15px;
    width: 366px;
  }

  .sticky-title a span svg {
    width: 16px;
    height: 16px;
  }

  .wtcm-grid-boxes {
    margin-top: 15px !important;
  }

  .wtcm-grid-boxes {
    margin-top: 15px;
    gap: 16px !important;
  }

  .wtcm-list-top-space {
    margin-top: 15px !important;
  }

  .wtcm-grid-box-title h3 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .lp-top-bg-img {
    background-position: 76% center !important;
  }

  .close-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-icon
    svg {
    height: 12px !important;
    width: 12px !important;
    top: 0 !important;
  }

  .close-list .elementor-icon-list-items {
    gap: 10px !important;
  }

  .close-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    padding: 0;
  }

  .close-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 4px 14px !important;
  }

  .submit-btn {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .math-captcha.span-full.contact-form {
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .math-captcha.contact-form .form-control {
    width: 14% !important;
    display: inline-block;
    margin-left: 15px;
  }

  .apply-card .apply-form .c-common-math-captcha .form-control {
    width: 13% !important;
  }

  .single-job-apply-form form {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-job-apply-form .form-message {
    grid-column: span 1;
  }

  .apply-card .single-job-apply-form .c-common-math-captcha {
    grid-column: span 1;
  }

  .apply-card .single-job-apply-form .form-submit-btn {
    grid-column: span 1;
  }

  .apply-card .single-job-apply-form .c-common-math-captcha {
    margin-bottom: 2px !important;
  }

  .submit-profile-button button {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }

  .rudlyn-job-icon {
    width: 40px;
    height: 40px;
  }

  .rudlyn-job-icon svg {
    width: 20px;
    height: 20px;
  }

  .rudlyn-job-item {
    padding: 20 16px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .rudlyn-job-left {
    flex-direction: column;
    align-items: start;
  }

  .body-list {
    font-size: 15px;
  }

  .body-list iframe {
    height: 300px !important;
  }

  .ri-feat-desc {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .ri-featured {
    padding: 20px 16px;
    margin-bottom: 24px;
  }

  .ri-feat-title {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.4px !important;
  }

  .ri-foot-meta {
    gap: 12px;
  }

  .ri-foot {
    gap: 12px;
  }

  .ri-featured:hover .ri-read-link {
    gap: 10px;
  }

  .ri-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .ri-card {
    padding: 20px 16px;
  }

  .experties-s-box-bottom-space {
    margin-bottom: 0 !important;
  }

  .bi-box-g-space {
    gap: 0 !important;
  }

  .positioning-section .title h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: -1px !important;
  }

  .positioning-section .s-small-title h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    letter-spacing: -0.8px !important;
  }

  .positioning-section {
    padding: 20px 16px !important;
  }

  .c-form-box-title h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .form-c-box-style {
    padding: 20px 16px;
    margin-bottom: 16px;
  }

  .consultation-form-sec .form-submit-btn {
    margin-top: 25px !important;
  }

  .c-grid-boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-inner .form-group .c-common-math-captcha input,
  .apply-card .apply-form .c-common-math-captcha .form-control {
    width: 16% !important;
  }

  .body-list iframe {
    height: 242px !important;
  }
}

@media only screen and (max-width: 480px) {
  .hero-top-small-text::before {
    left: -36px;
  }

  .hero-top-small-text::after {
    right: -36px;
  }

  .hero-top-small-text::before,
  .hero-top-small-text::after {
    width: 28px;
  }

  .hero-title h1 {
    line-height: 48px !important;
    font-size: 42px !important;
    letter-spacing: -0.5px !important;
  }

  .hero-text {
    margin-bottom: 40px !important;
  }

  .hero-btn a {
    padding: 0 16px !important;
    height: 45px;
    font-size: 14px !important;
  }

  .title h2 {
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: -0.5px !important;
  }

  .trs-title h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
  }

  .icon-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-content
    .elementor-icon-box-title {
    font-size: 16px !important;
  }

  .work-btn a,
  .explore-model-btn a {
    height: 45px !important;
    padding: 0 16px !important;
    font-size: 14px !important;
  }

  .hero-top-small-text {
    width: 232px !important;
  }

  .cta-big-title h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.5px !important;
  }

  .inner-page-top-banner-title h1 {
    font-size: 26px !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
  }

  .cta-big-title h2 {
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: -0.5px !important;
  }

  .t-gcc-r-title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.2px !important;
  }

  .t-gcc-a-number h2 {
    font-size: 22px !important;
    line-height: 25px !important;
  }

  .top-industry-box .title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.1px !important;
  }

  .b-flex-box
    .elementor-icon-box-wrapper
    .elementor-icon-box-icon
    .elementor-icon
    svg {
    width: 14px;
    height: 14px;
  }

  .b-flex-box .elementor-icon-box-wrapper .elementor-icon-box-content p {
    font-size: 13px !important;
  }

  .top-industry-read-btn a {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .top-industry-read-btn
    .elementor-button-content-wrapper
    .elementor-button-icon
    svg {
    width: 15px !important;
    height: 15px !important;
  }

  .top-industry-box .top-industry-read-btn {
    width: 100% !important;
  }

  .careers-page-top-bg-img {
    background-position: 88% center !important;
  }

  .topbanner-btns {
    gap: 10px;
  }

  .jtn-top-bg-img {
    background-position: 78% center !important;
  }

  .section-title {
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: -0.5px !important;
  }

  .apply-header-text h3 {
    font-size: 20px !important;
  }

  .sc-meta {
    flex-wrap: wrap;
  }

  .panel-title {
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: -0.5px !important;
  }

  .our-philosophy-box-title h3 {
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }

  .lar-top-bg-img {
    background-position: 86% center !important;
  }

  .c-title h2 {
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -0.2px !important;
  }

  .card-title a {
    font-size: 18px;
    line-height: 24px;
  }

  .card-title h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .single-blog-content h2 {
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: -0.5px !important;
  }

  .sb-newsletter .widget-header h2 {
    font-size: 22px !important;
    line-height: 25px !important;
    letter-spacing: -0.5px !important;
  }

  .single-blog-content h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 24px 0 14px;
  }

  .sb-newsletter {
    margin-bottom: 25px;
  }

  .sb-newsletter .tagline {
    margin-bottom: 24px;
  }

  .sticky-title .sb-heading-title {
    width: 300px;
  }

  .topbanner-btns .open-roles-btn,
  .topbanner-btns .talent-network-btn {
    font-size: 14px !important;
  }

  .mob-small-btn {
    gap: 10px !important;
  }

  .mob-small-btn .work-btn a,
  .mob-small-btn .explore-model-btn a {
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .dd-top-space {
    margin-top: 20px !important;
  }

  .wtcm-grid-box-title h3 {
    font-size: 18px !important;
    letter-spacing: 0 !important;
  }

  .close-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 4px 12px !important;
  }

  .close-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text {
    font-size: 13px !important;
  }

  .close-list
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-icon
    svg {
    height: 10px !important;
    width: 10px !important;
    top: 1px !important;
  }

  .os-top-bg-img {
    background-position: 94% center !important;
  }

  .contact-form-inner .form-group .c-common-math-captcha input,
  .apply-card .apply-form .c-common-math-captcha .form-control {
    width: 18% !important;
  }

  .body-list iframe {
    height: 190px !important;
  }

  .ri-feat-title {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.1px !important;
  }

  .ri-foot {
    flex-direction: column;
    align-items: start;
  }

  .ri-foot-meta span svg,
  .ri-card-foot-left span svg {
    width: 14px !important;
    height: 14px !important;
  }

  .ri-foot-meta span,
  .ri-card-foot-left span {
    font-size: 13px;
  }

  .ri-read-link {
    font-size: 13px;
    line-height: 18px;
  }

  .ri-read-link svg {
    width: 15px !important;
    height: 15px !important;
  }

  .vision-top-banner-btn-style {
    gap: 10px !important;
  }

  .vision-top-banner-btn-style .work-btn a,
  .vision-top-banner-btn-style .explore-model-btn a {
    padding: 0 14px !important;
    font-size: 13px !important;
  }

  .positioning-section .title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: -0.6px !important;
  }

  .positioning-section .s-small-title h3 {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: -0.5px !important;
  }
}

@media only screen and (max-width: 413px) {
  .careers-page-top-bg-img {
    background-position: 86% center !important;
  }

  .inner-page-top-banner-btn {
    gap: 12px !important;
  }

  .lad-top-banner-btn .work-btn a,
  .lad-top-banner-btn .explore-model-btn a {
    height: 45px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .wtcm-grid-boxes {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .lp-top-bg-img {
    background-position: 74% center !important;
  }

  .os-top-bg-img {
    background-position: 91% center !important;
  }

  .vision-top-banner-btn-style .work-btn a,
  .vision-top-banner-btn-style .explore-model-btn a {
    padding: 0 10px !important;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 383px) {
  .close-list .elementor-icon-list-items .elementor-icon-list-item {
    padding: 4px 9px !important;
  }
}

@media only screen and (max-width: 360px) {
  .math-captcha.contact-form .form-control {
    width: 21% !important;
  }

  .contact-form-inner .form-group .c-common-math-captcha input,
  .apply-card .apply-form .c-common-math-captcha .form-control {
    width: 22% !important;
  }
}

button#add-main {
  background-color: #2271b1;
  color: #fff;
  padding: 10px 24px;
  border: 0;
}
