*{ scroll-behavior: smooth;}

html.js-dark {
  background-color: #0d1117;
  color: #f0f0f0;
}

html.js-dark body {
  background-color: #0d1117;
  color: #f0f0f0;
}

.js-dark p,
.js-dark li,
.js-dark span,
.js-dark h1,
.js-dark h2,
.js-dark h3,
.js-dark h4,
.js-dark h5,
.js-dark h6,
.js-dark .toggle-menu > li > a {
  color: #ffffff !important;
}

.js-dark #innovation_sec,
.js-dark .content-inner-icons li,
.js-dark nav,
.js-dark .toggle-menu-container,
.js-dark .social_media_links,
.js-dark .listing-inner > ul > li > a,
.js-dark .bg-partners,
.js-dark .bg-award,
.js-dark .partner_sec:before {
  background-color: #262a30 !important;
}
.js-dark nav {
  border: 1px solid rgba(193, 196, 198, 0.1);
}

.js-dark .listing-inner {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.js-dark .content-inner-icons li:first-child {
  border-left: 1px solid rgba(193, 196, 198, 0.1) !important;
}

.js-dark .content-inner-icons li {
  border: 1px solid rgba(193, 196, 198, 0.1) !important;
  border-left: 0 !important;
}

.js-dark .grey-light {
  background-color: transparent !important;
}

.js-dark .listing-inner > ul > li > a,
.js-dark .toggle-menu > li > a,
.js-dark header #header-main-menu li a {
  color: #aeb6c9 !important;
}

.js-dark button {
  background: #0d1117;
  color: #ccc;
}

.js-dark button:hover,
.js-dark button:focus,
.js-dark button:active {
  background: #444;
  border-color: #999;
  color: #ffffff;
}

/* Dark Mode Toggle Icons */
.dark-mode-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang_switch svg,
.search_switch svg,
.dark-mode-toggle .icon-sun,
.dark-mode-toggle .icon-moon {
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  width: 24px;
  height: 24px;
  margin: 5.3px;
}
.lang_switch svg {
  border-radius: 100%;
  outline: 1px solid #e6ebf2;
}

.theme-light {
  background: #f2f5fa;
}

.grey-light {
  background: #f2f5fa;
}

body {
  color: #616161;
  background: #f2f5fa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  font-family: "proxima-nova", sans-serif !important;
}

html,
body {
  overflow-x: hidden;
}

ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
textarea,
select,
option,
label,
legend,
caption,
th,
td,
code,
pre,
kbd,
samp,
var {
  font-family: "proxima-nova", sans-serif !important;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
}

svg {
  max-width: 100%;
}

ul {
  list-style: none;
}

header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 999;
  border-radius: 12px;
  transition: all 0.5s ease;
}

header.sticky_header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #00000047;
  box-shadow: 0px 3px 14px rgb(0 0 0 / 8%);
  max-height: 66px;
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-radius: 0;
}

header ul#menu-main-menu li .sub-menu > li > a::after {
  padding-left: 8px;
  -webkit-text-stroke: 1px white;
  transition: 0.25s all;
  color: #51bdca;
  left: unset;
  right: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: none;
}

header ul#menu-main-menu li .sub-menu > li > a:hover::after {
  padding-left: 12px;
}

nav .logo-wdth img {
  width: auto;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  -moz-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

header ul {
  padding: 0;
  margin: 0;
  display: flex;
}

header li,
header ul li {
  list-style: none;
}

header li {
  padding: 0px 0px;
  position: static;
}

header li.burger-icon,
header .cross_icon {
  border: 1px solid #e5e9ec;
  border-radius: 100%;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  display: block;
}

header li.burger-icon:hover,
header .cross_icon:hover {
  border: 1px solid #4a5673;
}
header .toggle-menu-container.open-menu li.burger-icon {
  border: 1px solid #384157;
}

header li.burger-icon a,
header li.burger-icon svg,
header .cross_icon a,
header .cross_icon svg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-dark header li.burger-icon,
.js-dark header .cross_icon {
  border: 1px solid #5f6267;
}
.js-dark header li.burger-icon:hover,
.js-dark header .cross_icon:hover {
  border: 1px solid #ffffff80;
}

nav {
  background: transparent;
  width: 100%;
  display: flex;
  padding: 12px 20px;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 82, 128, 0.1);
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.main_header .logo-wdth {
  width: 300px;
  display: flex;
  position: relative;
}

.nav_menu {
  width: calc(100% - 300px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-main-menu-container {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

ul#menu-main-menu {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

ul.header-right-box {
  width: auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding-left: 40px;
}

.main_nav_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
#header-main-menu {
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
ul#header-main-menu li a {
  color: #0099ed;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
}
.search-popup-content #header-main-menu {
  gap: 0;
}
.btn-demo {
  color: #0099ED;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 8px 16px;
  margin-right: 14px;
  border-radius: 8px;
}
.search-popup-footer #header-main-menu a:hover, .search-popup-footer .btn-demo:hover {
  background: #E6EBF2;
  color: #008EDB;
}

.search-popup-footer ul#header-main-menu li > a:before {
  background: #8793af;
  position: absolute;
  content: "";
  left: -14px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 18px;
  opacity: 1;
}
.search-popup-footer #header-main-menu li:last-child a {
  color: #5F6F94;
}
.search-popup-footer #header-main-menu li:last-child a:hover {
  color: #4A5673;
  background: #E6EBF2;
}

.js-dark .search-popup-footer #header-main-menu li:last-child a {
  color: #D7DBE4;
}
.js-dark .search-popup-footer #header-main-menu a, .js-dark .search-popup-footer .btn-demo {
  color: #74C2ED;
}
.js-dark .search-popup-footer #header-main-menu a:hover, .js-dark .search-popup-footer .btn-demo:hover {
  background: #ffffff1a !important;
  color: #D7DBE4 !important;
}
.search-popup-footer #header-main-menu li{margin: 0 14px;padding: 0;list-style: none;}
header #header-main-menu li {
  position: relative;
}

header #header-main-menu li a {
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 144.444%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5c5c;
  transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
  padding: 0;
}

#header-main-menu .sub-menu {
  background: #fff;
  border-radius: 6px;
}

#header-main-menu li.menu-item-has-children:hover > .sub-menu {
  padding: 10px 0;
}

header #header-main-menu li .sub-menu > li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 8px 15px;
  line-height: normal;
}

header #header-main-menu li .sub-menu > li > a {
  color: #000;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  border: 0;
  line-height: normal;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

#header-main-menu li > a > .caret {
  display: none;
}

#header-main-menu li.menu-item-has-children > a > .caret {
  display: inline-block;
  width: auto;
  margin-left: 2px;
}

header #header-main-menu li a svg {
  margin-left: 3px;
}

header .header-right-box li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

header .header-right-box li .humburgar {
  right: unset;
  transition: 0.5s;
}

header .header-right-box li .humburgar ul {
  padding-right: 16px;
  border-right: 1px solid #ffffff;
  display: inline-block;
  width: 42px;
  transition: 0.5s;
}

header .header-right-box li .humburgar.open ul {
  border: 1px solid #fff;
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 18px;
  margin-top: -8px;
}

header .header-right-box li .humburgar li {
  display: inline-block;
  width: 100%;
  margin: 0;
  border-radius: 50px;
}

header .header-right-box li.header_location_box {
  padding-left: 16px;
  margin-right: 0;
}

:after,
:before,
* {
  box-sizing: border-box;
}

h2 {
  line-height: 1.1;
}

.hero-slider {
  width: 100%;
  height: 75.05vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.hero-slider .swiper-slide {
  overflow: hidden;
}

.hero-slider .swiper-container {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 20px;
  border-radius: 12px;
}

.bottomtxt_slider .hero-slider .hero-slide-inner {align-items: flex-end;}
.bottomtxt_slider .hero-slider .hero-slide-inner .text-container {padding-bottom: 70px;}

.hero-slider .hero-slide-inner {
  width: 100%;
  height: 75.05vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 12px;
}

/* Background image divs for light/dark theme support */
.hero-slider .slide-bg-white,
.hero-slider .slide-bg-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 12px;
}

/* YouTube video divs for light/dark theme support */
.hero-slider .slide-video-white,
.hero-slider .slide-video-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 12px;
  overflow: hidden;
}

.hero-slider .slide-video-white iframe,
.hero-slider .slide-video-dark iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}


.iti__country-list {
  width: auto;
  border-radius: 8px;
  overflow-x: hidden !important;
}
/* Scrollbar same as modal */
.iti__country-list::-webkit-scrollbar {
  width: 6px;
}
.iti__country-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.iti__country-list::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 10px;
  transition: background 0.3s ease;
}
.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}
.iti__country-list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}
.js-dark .iti__country-list {
  background: #464a4f;
  border: 1px solid #ffffff26;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}


/* Ensure video covers full area with proper aspect ratio */
@media (min-aspect-ratio: 16/9) {
  .hero-slider .slide-video-white iframe,
  .hero-slider .slide-video-dark iframe {
    height: 56.25vw;
    min-height: 100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .hero-slider .slide-video-white iframe,
  .hero-slider .slide-video-dark iframe {
    width: 177.78vh;
    min-width: 100%;
  }
}

/* Ensure video covers full area with proper aspect ratio */
@media (min-aspect-ratio: 16/9) {
  .hero-slider .slide-video-white iframe,
  .hero-slider .slide-video-dark iframe {
    height: 56.25vw;
    min-height: 100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .hero-slider .slide-video-white iframe,
  .hero-slider .slide-video-dark iframe {
    width: 177.78vh;
    min-width: 100%;
  }
}

/* Gradient overlay using pseudo-element */
.hero-slider .hero-slide-inner::before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    262deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 92.1%
  );
  z-index: 1;
  border-radius: 12px;
  pointer-events: none; */
}

.hero-slider .hero-slide-inner::before{ display:none; }


/* Ensure text container is above gradient */
.hero-slider .hero-slide-inner .text-container {
  position: relative;
  z-index: 2;
}

.hero-slider .swiper-button-container {
  bottom: 6vh;
  width: 120px;
  right: 40px;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  border-radius: var(--7XL, 44px);
  border: 1px solid
    var(
      --Buttons-btn-secondary-default-outline-border-default,
      rgba(193, 196, 198, 0.2)
    );
  background: #464a4f;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 6.667px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  border: 1px solid rgb(255 255 255 / 90%);
}

.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-rtl .swiper-button-next:after {
  display: none;
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-rtl .swiper-button-prev:after {
  display: none;
}

/* Disable default Swiper arrow icons globally - use local icons instead */
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
  content: none !important;
}

/* Tabbed Custom Swiper - Custom Navigation Arrows */
#tabbedSliderWrapper .swiper {
  position: static;
  overflow-y: visible;
}

#tabbedSliderWrapper .swiper-button-next,
#tabbedSliderWrapper .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0px;
  left: auto;
  transform: none;
  opacity: 1;
}
#tabbedSliderWrapper .swiper-button-next.swiper-button-disabled,
#tabbedSliderWrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}

#tabbedSliderWrapper .swiper-button-prev {
  right: 50px;
}

#tabbedSliderWrapper .swiper-button-next:after,
#tabbedSliderWrapper .swiper-button-prev:after {
  display: none !important;
  content: none !important;
}

#tabbedSliderWrapper .swiper-button-next img,
#tabbedSliderWrapper .swiper-button-prev img {
  width: 40px;
  height: 40px;
}

#tabbedSliderWrapper .swiper-button-prev img {
  transform: rotate(180deg);
}

.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: left;
  line-height: 12px;
  font-size: 14px;
  color: #262a30;
  background: #262a30 !important;
  transition: all 0.2s ease;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  /* Ensure all bullets maintain consistent vertical alignment */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
js-dark .hero-slider .swiper-pagination-bullet {
  background: #262a30 !important;
  opacity: 1 !important;
}

.hero-slider .swiper-pagination-bullet-active {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent !important;
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  transition: all 0.3s ease;
  /* Ensure active bullet maintains same vertical alignment */
  vertical-align: middle;
}

.hero-slider .swiper-pagination-bullet-active .bullet-progress-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.hero-slider .swiper-pagination-bullet-active .bullet-circle-bg {
  stroke: #262a30;
  stroke-width: 4px;
  fill: none;
}

.hero-slider .swiper-pagination-bullet-active .bullet-circle-progress {
  stroke: #00d4ff;
  stroke-width: 4px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 100.53;
  stroke-dashoffset: calc(100.53 * (1 - var(--progress, 0)));
  transition: stroke-dashoffset 0.1s linear;
}

.hero-slider .swiper-pagination-bullet-active .progress-countdown {
  position: relative;
  z-index: 10;
  color: #d7dbe4;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-width: 1ch;
  display: inline-block;
}

.hero-slider .swiper-pagination .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-pagination {
  text-align: left !important;
  /* top: 50px; */
}

.trusted_sec .swiper-pagination-bullet {
  height: 4px !important;
  width: 4px !important;
  background: var(
    --Golbal-backgrounds-secondary-bg-1,
    rgba(255, 255, 255, 0.5)
  );
}

.trusted_sec .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.trusted_sec .swiper-pagination-bullet-active {
  background-color: #0099ed;
  height: 4px !important;
  width: 30px !important;
  border-radius: 4px;
}

/* Autoplay Progress Circle */
.autoplay-progress {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background: transparent;
  border-radius: 50%;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.autoplay-progress svg circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 3px;
  fill: none;
}

.autoplay-progress svg .progress-circle {
  stroke: #00d4ff;
  stroke-width: 3px;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 188.4;
  stroke-dashoffset: calc(188.4 * (1 - var(--progress)));
}

.autoplay-progress .progress-content {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}

/* Debug: Make sure progress indicator is visible */
.autoplay-progress {
  border: 3px solid #262a30 !important;
}

.hero-slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 4vh;
  max-width: 1200px;
  margin: 0 auto;
  left: 60px;
  transform: translateX(0%);
  display: flex;
  gap: 12px;
  align-items: center;
  /* Fix container height to prevent jumping when bullets change size */
  height: 36px;
  flex-wrap: nowrap;
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  transition: all 0.4s ease;
}

.text-container {
  padding: 0 20px 0 60px;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 720px;
}

.hero-style .slide-title h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  /* text-transform: capitalize; */
  transition: all 0.4s ease;
  color: rgb(255 255 255 / 90%);
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: normal;
  margin: 0 0 20px;
  transition: all 0.4s ease;
  color: #ffffff;
}

.hero-style .slide-btns > a:first-child {
  margin-right: 20px;
}

.slide-btns {
  margin-top: 50px;
}

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
}

.microspace-custom_outside {
  padding: 80px 0;
}

.custom-container {
  width: calc(100% - 40px) !important;
  margin: 0 auto !important;
}

.toggle-menu-container {
  width: 767px;
  background: #ffffff;
  position: absolute;
  height: 100vh;
  max-width: 100%;
  top: -20px;
  left: 0;
  display: flex;
  padding: 80px 20px 0px 20px;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 500ms ease 0ms;
  text-align: left;
}

.toggle-menu-container.open-menu {
  transform: translateX(0%);
}

.cross_icon {
  display: flex;
  height: auto;
  position: absolute;
  top: 20px;
  z-index: 9999;
}

.inside-menu-container-inner {
  display: flex;
  /* height: calc(100vh - 160px); */
  /* overflow-y: auto; */
  flex-wrap: wrap;
  /* scroll-behavior: smooth; */
  /* scrollbar-width: thin; */
  /* scrollbar-color: #d5d5d5 transparent;*/
  width: 100%;
}

/* Custom scrollbar for inside-menu-container-inner */
.inside-menu-container-inner::-webkit-scrollbar {
  width: 6px;
}

.inside-menu-container-inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.inside-menu-container-inner::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.inside-menu-container-inner::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}

/* Hide scrollbar arrows/buttons */
.inside-menu-container-inner::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.inside-menu-container-inner > ul {
  flex: 1;
}

.toggle-menu {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-height: 100vh;
  height: calc(100vh - 160px);
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #d5d5d5 transparent;
}

/* Custom scrollbar for webkit browsers (Chrome, Safari, Edge) */
.toggle-menu::-webkit-scrollbar {
  width: 6px;
}

.toggle-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.toggle-menu::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.toggle-menu::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}

/* Hide scrollbar arrows/buttons */
.toggle-menu::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

#header-toggle-menu > li > a:hover,
#header-main-menu > li > a:hover,
.sub-menu li a:hover,
#header-toggle-menu > li:nth-last-child(4) > a span:hover,
.listing-inner > ul > li > :hover .span-text {
  color: #06283d;
  position: relative;
}

/* #header-toggle-menu > li > a:hover:before,
#header-main-menu > li > a:hover:before,
.sub-menu li a:hover:before,
#header-toggle-menu > li:nth-last-child(4) > a span:hover:before,
.listing-inner > ul > li > :hover .span-text:before,
.cards-listing-section li:hover .card-title:before,
.footer ul li > a:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 3px;
  background: #06283d;
  opacity: 0.1;
} */

.footer ul li > a:hover:before {
  background: rgba(255, 255, 255, 0.9);
}

.footer ul li > a:hover {
  color: #ffffff;
  position: relative;
}

#header-toggle-menu > li:nth-last-child(4) > a:hover:before {
  content: none !important; 
  pointer-events: none !important;
  visibility: hidden !important;
}

.header-right-box > li:not(:first-child) > a:hover {
  background-color: #e6ebf2;
  border-radius: 100%;
}

.toggle-menu > li > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #5c5c5c;
  position: relative;
}

.toggle-menu > li.active.parent > a,
header #header-main-menu li.active.parent > a,#header-toggle-menu .sub-menu li.current-menu-item a {
  color: #0074b2;
  position: relative;
}

/* .toggle-menu > li.active.parent > a::before,
header #header-main-menu li.active.parent > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 3px;
  background: #0074b2;
  opacity: 0.15;
} */

#header-toggle-menu .sub-menu {
  flex-wrap: wrap;
  padding-left: 20px;
  gap: 20px;
  margin-top: 24px;
  flex-direction: column;
}

#header-toggle-menu .sub-menu li a {
  color: var(--Golbal-text-text-3, #5c5c5c);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.we-hiring-txt {
  color: var(--Golbal-utlities-primary-dark-3, #0074b2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: var(--4XL, 32px);
  border: 1px solid var(--Golbal-others-border, #e6ebf2);
  background: var(--Golbal-backgrounds-secondary-bg-1, #f2f5fa);
  padding: 4px 12px;
  margin-left: 5px;
}

ul.social_media_links {
  position: fixed;
  bottom: 0;
  width: 767px;
  padding: 20px;
  border-top: 1px solid #e6ebf2;
  background-color: #ffffff;
  left: 0;
  max-width: 100%;
}

ul.social_media_links > li {
  display: flex;
  gap: 20px;
  align-items: center;
}

ul.social_media_links > li > a,
ul.social_media_links > li > a > small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #5c5c5c;
}

ul.social_media_links > li > a > small {
  position: relative;
  color: #5c5c5c;
}

ul.social_media_links > li > a > span {
  background: #f2f5fa;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
}

ul.social_media_links > li > a:hover small:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 3px;
  background: #5c5c5c;
  opacity: 0.15;
}

.rightmenu_statictxt {
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 20px;
}

.rightmenu_statictxt p {
  font-size: 16px;
}

.rightmenu_statictxt h4 {
  color: #06283d;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.rightmenu_statictxt li {
  width: 100%;
}
li.hamburger_right_desc_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
li.hamburger_right_desc_box h4 {
  line-height: 20px;
  margin: 0;
}

p {
  color: #5c5c5c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150% !important;
}

.listing-inner {
  padding: 16px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #f2f5fa;
  margin-top: 32px;
}

.listing-inner > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.listing-inner > ul > li > a {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid #e6ebf2;
  background: #fff;
  color: #5c5c5c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.header-right-box > li:first-child {
  margin-right: 20px;
}

.btn-sec_gap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.theme-btn {
  border-radius: 8px;
  background: #0099ed;
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
  /* transition: all .4s ease; */
  display: inline-block;
}

.theme-btn:hover {
  background: #008edb;
}

.xl-btn {
  padding: 12px 24px !important;
  font-size: 20px !important;
}

.blue-txt {
  color: #0099ed;
}

.bg-trans,
.bg-tran_lightcolor {
  background: transparent !important;
  padding: 0;
  color: #74c2ed !important;
}
.bg-tran_lightcolor {
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 1px solid #008ad633;
}
.bg-trans.redcolor_btn {
  color: #a65b00 !important;
  border-bottom: 1px solid #e6ebf2;
}
.bg-trans:hover,
.bg-tran_lightcolor:hover {
  background: transparent !important;
  border-bottom: 1px solid #74c2ed;
  color: #74c2ed !important;
}
.bg-trans:focus,
.bg-tran_lightcolor:focus {
  background: transparent !important;
  border-bottom: 1px solid #008ad6;
  color: #008ad6 !important;
}
.theme-btn:focus {
  background: #0074b2;
}
.theme-btn.bg-trans.redcolor_btn:hover {
  border-color: #a65b00;
  color: #a65b00 !important;
}
.theme-btn.bg-trans.redcolor_btn:focus {
  color: #7f5b2f !important;
  border-color: #7f5b2f;
}

.theme-btn.dark_btn {
  color: var(--Buttons-btn-text-primary-f-text-default, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  background: #007abe;
  padding: 8px 16px;
}
.theme-btn.dark_btn:hover {
  background: #006ba6;
}
.theme-btn.dark_btn:focus {
  background: #004c76;
}
.grey-btn {
  border: 1px solid #c1c4c633;
  background: #464a4f;
  color: #74c2ed;
}

.grey-btn:hover {
  border: 1px solid #74c2ed;
  background: #464a4f;
  color: #74c2ed;
}
.grey-btn:focus {
  background: #ffffff1a;
  color: #74c2ed;
  border: 1px solid #74c2ed;
}

.grey-btn.light-white {
  border: 0;
  background: #464a4f;
  color: #fff;
}
.grey-btn.light-white:hover {
  border: 0;
  background: #676a6e;
  color: #fff;
}
.grey-btn.light-white:focus {
  background: #464a4f;
}
.light-white {
  color: #fff;
}
.border_btnlight {
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 1px solid #e6ebf2;
}
.border_btnlight {
  color: #0099ed !important;
  border-color: #e6ebf2;
}
.border_btnlight:hover {
  color: #0099ed !important;
  border-color: #0099ed;
}
.border_btnlight:focus {
  color: #0074b2 !important;
  border-color: #0074b2;
}

/* .light-white:hover {
  color: #fff;
  border: 0;
} */

/* .bg-tran_lightcolor {
  color: #74c2ed;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-tran_lightcolor:hover {
  color: #74c2ed;
  background: transparent;
  border-bottom: 1px solid #74c2ed;
}
a.theme-btn.bg-tran_lightcolor {
  color: #74c2ed;
  background: transparent;
} */
/* .smarter_seamless .bg-tran_lightcolor:hover {
  color: #d7dbe4;
  border-bottom: 1px solid #d7dbe4;
} */

.theme-btn-white {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0099ed;
  line-height: 1.4;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #e5e9ec;
}
/* .theme-btn-white {
  font-size: 14px !important;
  font-style: normal;
  padding: 8px 12px !important;
  line-height: 1.4;
} */
.theme-btn-white:hover {
  border: 1px solid #008edb;
  color: #008edb;
}
.theme-btn-white:focus {
  border: 1px solid #0074b2;
  color: #0074b2;
}
/* .theme-btn-white.border-btn-grey.color-btn-grey:hover {
  border: 1px solid #5f6f94;
} */
.theme-btn-white.color-btn-grey {
  color: #5f6f94;
  background: #ffffff;
  border: 1px solid #e5e9ec;
}
.theme-btn-white.color-btn-grey:hover {
  color: #4a5673;
  background: #ffffff;
  border: 1px solid #4a5673;
}
.theme-btn-white.color-btn-grey:focus {
  color: #384157;
  background: #ffffff;
  border: 1px solid #384157;
}

.border_btn {
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 1px solid #008ad633;
}

/* .border_btnlight {
  padding-bottom: 2px;
  border-radius: 0;
  border-bottom: 1px solid #e6ebf2;
}

.btn-borderlight .border_btn {
  border-bottom: 1px solid #e6ebf2;
} */

/* .border-btn-grey {
  border-radius: var(--button-radius, 8px);
  border: 1px solid
    var(--Buttons-btn-secondary-default-outline-border-default, #e5e9ec);
  background: var(--Buttons-btn-secondary-default-outline-bg-default, #fff);
  display: inline-block;
} */

.color-btn-grey {
  color: #5f6f94;
}

.left-sidemenu {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 25%;
}

.bg-transgrey {
  background: transparent !important;
  border-bottom: 1px solid #ffffff33;
  border-radius: 0;
  padding: 0;
  color: #aeb6c9;
}
.bg-transgrey:hover {
  border-bottom: 1px solid #d7dbe4;
  color: #d7dbe4;
}

.bg-transgrey:focus {
  border-bottom: 1px solid #8793af;
  color: #8793af;
}
.js-dark .bg-transgrey:hover {
  border-bottom: 1px solid #d7dbe4;
  background-color: transparent;
}
.js-dark
  .elementor-5191
  .elementor-element.elementor-element-3a7f6e4
  .elementor-heading-title {
  color: #e6ba85 !important;
}

.btn_transgreylight {
  background: transparent;
  color: #5f6f94;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 0;
}
.btn_transgreylight:hover {
  background: transparent;
  border-bottom: 1px solid #5f6f94;
}
.btn_transgreylight:focus {
  background: transparent;
  color: #384157;
  border-bottom: 1px solid #384157;
}

.js-dark .btn_transgreylight {
  background: transparent !important;
  border-bottom: 1px solid #ffffff33;
  border-radius: 0;
  padding: 0;
  color: #aeb6c9;
}
.js-dark .btn_transgreylight:hover {
  border-bottom: 1px solid #d7dbe4;
  color: #d7dbe4;
}
.js-dark .btn_transgreylight:focus {
  border-bottom: 1px solid #8793af;
  color: #8793af;
}

#mrg-head {
  margin-top: 114px;
}
.page-template-page-newsroom #mrg-head {
  margin-top: 92px;
}

.brand_heading_color {
  color: #06283d;
}
.insights-updates-item h4 {
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.microspace-custom_inside {
  padding: 40px 0 80px;
}

h3 {
  font-size: 40px;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0 0 20px;
  /* text-transform: capitalize; */
  transition: all 0.4s ease;
  font-family: "proxima-nova", sans-serif;
}

.overlay.overlay-active:before,
.overlaynav-active:before {
  content: "";
  position: fixed;
  background: rgb(0 0 0 / 50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.contentWrapper {
  margin: 0 auto;
  position: relative;
}

.tabsWrapper {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  height: 35px;
  margin: 48px 0;
}

.modal-demo-form .modal-title {
  margin-bottom: 0;
  color: #06283d;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.modal-demo-form .modal-content {
  border-radius: var(--SM, 8px);
  background: var(--ModalOverlay-bg, #fff);
  box-shadow: 0 0 15px 0 rgba(138, 149, 158, 0.4);
}

.modal-technology-partners-form .modal-content,
.modal-logopartner-form .modal-content {
  border-radius: 8px;
  background: #f2f5fa;
  box-shadow: 0 0 15px 0 rgba(138, 149, 158, 0.4);
}
.modal-demo-form .modal-body, #brochureModal .modal-body, .modal-technology-partners-form .modal-body,
.modal-logopartner-form .modal-body {
  padding: 0px;
}
.modal-demo-form .modal-header, .modal-technology-partners-form .modal-header,
.modal-logopartner-form .modal-header {
  padding: 20px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.modal-demo-form .modal-body-content {
  padding: 0 20px;
  margin-top: 20px;
}
.modal-demo-form .modal-body-content h3 {
  color: #06283d;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 4px;
}
.modal-demo-form .modal-body-content p {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 142.857%;
  margin-bottom: 0;
}
.book-apply-form {
  padding: 20px 20px 0;
}
.btn-closecustom svg {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid transparent;
}
.btn-closecustom svg:hover {
  background: #e6ebf2;
}
.btn-closecustom svg:focus {
  background: #e6ebf2;
  border: 1px solid #d7dbe4;
  outline: 0;
}
.js-dark .btn-closecustom svg path {
  fill: #d7dbe4;
}
.js-dark .btn-closecustom svg:hover {
  background: #ffffff1a;
}
.js-dark .btn-closecustom svg:focus {
/* ctw-popup-close: same hover/color as modal btn-closecustom (light + dark) */
.ctw-popup-close {
  border: 1px solid transparent;
  color: #333333;
}
.ctw-popup-close:hover {
  background: #e6ebf2;
}
.ctw-popup-close:focus {
  background: #e6ebf2;
  border: 1px solid #d7dbe4;
  outline: 0;
}

.js-dark .ctw-popup-close:hover {
  background: #ffffff1a;
  color: #d7dbe4;
}
.js-dark .ctw-popup-box {
  background: #262A30;
}

.js-dark p {
  color: rgb(255 255 255 / 70%);
}

/* .js-dark .ctw-popup-close {
  color: #d7dbe4;
}
.js-dark .ctw-popup-close:hover {
  background: #ffffff1a;
}
.js-dark .ctw-popup-close:focus {
  border: 1px solid #c1c4c633;
} */

  border: 1px solid #c1c4c633;
}

.js-dark svg {
  fill: rgb(255 255 255 / 90%);
}

.js-dark .modal-demo-form .modal-header,
.js-dark .brochure-modal-overlay .modal-header,
.js-dark label.form-label.required_note-demo, 
.js-dark .formpopup_modal .modal-technology-partners-form .modal-header,
.js-dark #logomodal_custom .modal-logopartner-form .modal-header {
  border-bottom: 1px solid #464a4f;
}

label.form-label.required_note-demo {
  margin: 0;
  color: #949494;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e6ebf2;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.btn-demo_close .btn_cancel {
  color: #5f6f94;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 8px 16px;
  margin-left: 8px;
  cursor: pointer;
}
.modal-demo-form .btn-demo_close p {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.modal-demo-form .modal-body-content.demo-success-content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 20% 0px;
  text-align: center;
  width: 480px;
  margin: 0 auto;
}

.modal-demo-form .demo-success-content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 20% 0px;
  text-align: center;
  width: 480px;
  margin: 0 auto;
}
.modal-demo-form .modal-body-content .size-custom {
  font-size: 32px;
}
.modal-demo-form .demo-success-content .btn-sec_gap {
  margin-top: 20px;
}

.tabsautoscroll {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
  scroll-behavior: smooth;
  position: relative;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}

.tabsWrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 2px;
  background: #e6ebf2;
  margin-left: -50vw;
}

.absolute-title,
.tabsautoscroll li.active:before {
  bottom: 0;
  position: absolute;
}

.tabsautoscroll li.active:before {
  height: 2px;
}

.tabsautoscroll li:hover:before {
  right: 0;
  width: 100%;
  max-width: 100%;
  content: "";
  background: #4a5673;
  height: 2px;
  margin: 0 auto;
  bottom: 4px;
  position: absolute;
  z-index: 3;
}

.tabsautoscroll li.active:before {
  right: 0;
  width: 100%;
  max-width: 100%;
  content: "";
  background: #0099ed;
  height: 3px;
  margin: 0 auto;
  bottom: 4px;
  position: absolute;
  z-index: 3;
}

.tabsautoscroll li.active {
  position: relative;
  opacity: 1;
  color: #0099ed;
  font-weight: 500;
}

.tabsautoscroll li {
  display: inline-block;
  margin-right: 32px;
  padding: 18px 0;
  font-size: 18px;
  cursor: pointer;
  color: #4a5673;
  line-height: 144.444%;
  position: relative;
}

/* Reset anchor styles - all styling should be on <li> only */
.tabsautoscroll li .custom-tab-link {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  color: inherit;
  text-decoration: none;
  background: none;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  cursor: inherit;
  transition: none;
}

/* Dropdown label and select-brand - hidden on desktop */
.dropdown-label,
.select-brand {
  display: none;
}

#tabs-content,
.tabs-stage {
  overflow: hidden;
  /* -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; */
  -webkit-transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  -ms-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.tabdiv .content-inner-image {
  border-radius: 1rem;
}

.tabdiv,
.tabs-stage > .tab {
  /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%); */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tabdiv.active-tabcontent,
.tab.tab-active {
  /* -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
  position: relative;
  visibility: visible;
  pointer-events: auto;
}

.main_title {
  font-size: 40px;
  color: #06283d;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
}

#flex_boxnone .elementor-image-box-wrapper {
  display: block;
}

#ai_based .main_title {
  font-weight: 600;
}
.sub_title {
  color: #06283d;
}

.right_list {
  padding: 24px 0;
}

.right_list li {
  display: flex;
}

.right_list li span {
  padding-right: 10px;
}

.content-inner-text p {
  font-size: 16px;
}

.content-inner-icons ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
  margin: 48px 0 0;
}

.content-inner-icons li:first-child {
  border-radius: 12px 0 0 12px;
}

.content-inner-icons li:last-child {
  border-radius: 0 12px 12px 0;
}

.content-inner-icons li {
  width: 12.5%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #e6ebf2;
  border-left: 0;
  background: #ffffff;
  gap: 12px;
  align-items: baseline;
}

.content-inner-icons li:first-child {
  border-left: 1px solid #e6ebf2;
}

.content-inner-icons ul li span {
  color: #5c5c5c;
  font-size: 18px;
}

#solution_section {
  padding: 80px 60px;
  gap: 80px;
}

#solution_section p {
  color: #ffffff;
}

#solution_section p span {
  font-size: 18px;
  color: #d7dbe4;
}

.industry_box {
  /* height: 160px; */
  width: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

#innovation_sec {
  margin-top: 80px !important;
  background: #ffffff;
  margin-bottom: 80px !important;
}

.max_width {
  max-width: 800px !important;
  margin: 0 auto;
}

.insights-updates {
  margin-top: 48px;
}

.sectionsinsightsupdates h3 {
  margin-bottom: 20px;
}

.insights-updates-item-image img {
  border-radius: 8px;
}

.text-features {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.insightleftdesc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 0;
  color: #5c5c5c;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.insights-updates-item-text p {
  font-size: 16px;
  margin: 0;
}

.insights-updates-item-text_left {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 20px;
}
.insights-updates-item-text_left-list {
  margin-bottom: 20px;
}

.insights-updates-item-text_left-list li {
  display: flex;
  gap: 8px;
}

.insights-updates-item-text_left-list li > a {
  font-size: 14px;
  color: #4a5673;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 28px;
  border: 1px solid #e6ebf2;
}

.insights-updates-item-text_left-list li > a:hover {
  color: #06283d;
  border: 1px solid #d7dbe4;
  background: #f2f5fa;
}
.insights-updates-item-text_left-list li > span {
  font-size: 14px;
  color: #4a5673;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 28px;
  border: 1px solid #e6ebf2;
  line-height: 20px;
  background: #fff;
}
.insights-updates-item-text_left .date-author-txt {
  margin-top: 20px;
}
/* .lisitng-inner .d-flex:last-child .insights-updates-item-text{ border-bottom: none;} */
.lisitng-inner .d-flex {
  position: relative;
}

.lisitng-inner .d-flex::after {
  position: absolute;
  content: "";
  width: 78%;
  height: 1px;
  background: #d7dbe4;
  bottom: -10px;
  right: 0;
  z-index: 2;
}

.lisitng-inner .d-flex:last-child::after {
  display: none;
}
.lisitng-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  padding-left: 24px;
}
.date-author-txt p span:first-child {
  padding-right: 12px;
  display: inline-block;
}
.insights-updates-item-text_left .date-author-txt p span:first-child,
.date-author-txt p span:last-child {
  color: #5c5c5c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.insights-updates-item-text_left .date-author-txt p span:first-child {
  padding-right: 12px;
}

.lisitng-inner .date-author-txt p span {
  font-size: 14px;
  line-height: 20px;
}

.date-author-txt p small {
  vertical-align: text-bottom;
  padding-right: 8px;
  position: relative;
  padding-left: 20px;
}
.insights-updates-item-text_left .date-author-txt p small {
  padding-right: 8px;
}
.insights-updates-item-text_left .date-author-txt p small img {
  max-width: 24px;
  max-height: 24px;
}

.date-author-txt p small:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  background: #8793af;
  border-radius: 100%;
}

.insights-updates-item-text h5 {
  font-size: 18px;
  color: #06283d;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.insights-updates-item-text {
  /* border-bottom: 1px solid var(--Golbal-others-border-3, #D7DBE4); */
  width: 80%;
  margin: 15px 0;
}

.footer {
  background-color: #262a30;
  margin-top: 80px !important;
  text-align: left;
}

.footer h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 24px;
  margin-bottom: 24px;
  color: rgb(255 255 255 / 90%);
}

.footer ul li > a {
  font-size: 16px;
  margin-bottom: 12px;
  color: #aeb6c9;
  display: inline-block;
  font-weight: 500;
}

.footer_bottom p {
  font-size: 14px;
  color: #aeb6c9;
  margin: 0;
}

.footer_bottom span {
  padding-right: 20px;
}

.disclaimer-text {
  width: 100%;
}

.footer_bottom {
  padding: 20px 0;
  position: relative;
  /* margin-top: 30px; */
}

.footer_bottom:before,
.footer_bottom:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: rgba(193, 196, 198, 0.1);
  transform: translateX(-50%);
}

.footer_bottom:after {
  top: auto;
  bottom: 0;
}

.footer_bottom_copy {
  padding: 20px 0;
  color: #aeb6c9;
}

.footer_bottom_copy p {
  color: #aeb6c9;
  font-size: 14px;
}

.trusted_para p {
  color: var(--Golbal-text-text-1, rgba(255, 255, 255, 0.9)) !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 34px !important;
  margin-bottom: 40px;
}

.custom-container.partner_sec {
  position: relative;
  margin-top: 80px !important;
  padding-bottom: 63px !important;
}

.color_lightwhite p {
  color: #aeb6c9 !important;
}

.chosse_circle .elementor-icon-box-wrapper {
  padding: 20px;
}

.chosse_circle .elementor-icon-box-description {
  color: var(--Golbal-text-text-3, #aeb6c9) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px !important;
  line-height: 1.5 !important;
}

.chosse_circle .elementor-icon-box-title {
  color: #ffffff;
  color: var(--Golbal-text-text-1, rgba(255, 255, 255, 0.9));
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5 !important;
}

.dark-circle-txt .elementor-icon-box-description {
  color: #5c5c5c !important;
}

.expert_sec h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.swiper-pagination-bullet-active {
  border-radius: 4px;
  background: var(--Golbal-utlities-primary, #0099ed);
  width: 30px;
}

.works-box {
  height: 100%;
}

.whychoose_tab .e-n-tabs-heading {
  justify-content: space-between !important;
}

.whychoose_tab .e-n-tabs-heading button {
  max-width: calc(20% - 20px);
}

.badge-custom {
  border-radius: 40px;
  border: 1px solid var(--Golbal-backgrounds-secondary-bg-1, #f2f5fa);
  background: var(--Golbal-backgrounds-secondary-bg-1, #f2f5fa);
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #5f6f94;
}
.bg-trans_txt {
  background-color: transparent !important;
  border: none;
  line-height: 2;
  color: #5f6f94;
  font-weight: 500;
}

.grid-listing {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 20px;
  margin-bottom: 80px;
}

.grid-listing li {
  width: calc(33.33% - 20px);
  border-radius: 12px;
}

.card-text {
  font-size: 16px;
}

.theme-img img {
  transition: opacity 0.3s ease;
}

.content-inner-text .sub_title {
  font-size: 32px;
  margin-bottom: 20px;
}

.banner-captiontxtbottom {
  position: absolute;
  bottom: 100px;
  margin: 0 auto !important;
  max-width: 480px !important;
  text-align: center;
  left: 0;
  right: 0;
}

.banner-captiontxtbottom .slide-text {
  color: #aeb6c9 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: "Proxima Nova", sans-serif !important;
}

.banner-captiontxtbottom .slide-btns {
  margin-top: 20px;
}

.insights-updates-item-small-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insights-updates-item-small-icon > img,
.elementor .insights-updates-item-small-icon > img {
  border-radius: 8px !important;
  object-fit: cover;
  width: 100%;
  object-position: top;
  height: 100%;
}

.insights-updates-item-image img.activeblogimg {
  border-radius: 12px;
  max-height: 450px;
  width: 100%;
}

.content-inner-icons img {
  max-width: 56px !important;
  height: 56px !important;
}

.certificate_icon .elementor-widget-icon,
.certificate_icon .elementor-icon {
  height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tab-default path {
  fill: #5f6f94;
}

#tab-default [aria-selected="true"] path {
  fill: #000000;
}

.industry_box:hover {
  background: #c1c4c61a;
}

.testimonialSwiper {
  align-items: flex-start;
  border-radius: var(--M, 12px);
  background: var(--Golbal-backgrounds-global-bg-1, #262a30);
  display: flex;
}

.testimonial-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255, 0.9) !important;
  padding: 32px 32px 40px 32px !important;
}

.testimonial-content {
  flex: 1;
  padding-left: 20px;
}

.testimonial-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
  color: rgb(255, 255, 255, 0.9) !important;
}

.testimonial-content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.testimonial-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonialSwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.testimonialSwiper .swiper-pagination-bullet-active {
  background: #0099ed;
  opacity: 1;
}

.testimonialSwiper .swiper-pagination {
  text-align: center !important;
}

.intelligent_video .swiper-slide-image,
.purpose-swiper .swiper-slide figure > img {
  min-height: 420px;
  max-height: 420px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px 12px 12px 12px;
}

.purpose-slider-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(270deg, #f2f5fa 0%, rgb(255 255 255 / 0%) 83.82%);
}

.purpose-slider-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, #f2f5fa 0%, rgb(255 255 255 / 0%) 83.82%);
}

.js-dark .purpose-slider-wrapper:before {
  background: linear-gradient(270deg, #000000 0%, rgb(145 138 138 / 0%) 83.82%);
}

.js-dark .purpose-slider-wrapper:after {
  background: linear-gradient(90deg, #000000 0%, rgb(145 138 138 / 0%) 83.82%);
}

#career_slider .purpose-slider-wrapper:before,
#career_slider .purpose-slider-wrapper:after {
  visibility: hidden;
}

/* industry-carousel / trusted_sec: left alignment and fade like purpose-slider-wrapper */
.industry-carousel,
.trusted_sec {
  position: relative;
}

.industry-carousel .swiper-wrapper,
.trusted_sec .swiper-wrapper {
  justify-content: flex-start;
}

/* Single overlay with both gradients so right fade sits on top (not behind swiper transform) */
.industry-carousel:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #f2f5fa 0%, rgb(255 255 255 / 0%) 83.82%) left top / 10% 100% no-repeat,
    linear-gradient(270deg, #f2f5fa 0%, rgb(255 255 255 / 0%) 83.82%) right top / 10% 100% no-repeat;
}

.js-dark .industry-carousel:after{
  background: linear-gradient(90deg, #000000 0%, rgb(145 138 138 / 0%) 83.82%) left top / 10% 100% no-repeat,
    linear-gradient(270deg, #000000 0%, rgb(145 138 138 / 0%) 83.82%) right top / 10% 100% no-repeat;
}

.purpose-swiper .swiper-slide figure.caption-scroll figcaption h3 {
  text-align: left;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  line-height: 125%;
}

.fixed-header {
  position: fixed !important;
  top: 120px !important;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  z-index: 9;
  width: 100%;
  transition: all 0.3s ease;
}

#partner_sticky .fixed-header {
  left: auto;
  right: auto;
}

.sticky-custom > ul > li,
.sticky-tab > ul > li {
  padding: var(--XSM, 4px) 16px !important;
  align-items: center;
  gap: var(--XSM, 4px);
  border: 1px solid transparent;
  background: transparent;
  border-radius: 40px;
  cursor: pointer;
}

.sticky-custom > ul > li:hover,
.sticky-tab > ul > li:hover {
  background: #f2f5fa;
  border: 1px solid rgb(215 219 228 / 25%);
}
.sticky-custom > ul > li:hover span,
.sticky-tab > ul > li:hover span {
  color: #06283d !important;
}

.js-dark .sticky-custom > ul > li:hover span,
.js-dark .sticky-tab > ul > li:hover span {
  color: #d7dbe4 !important;
}
.js-dark
  .elementor-element.elementor-element-4cde0ab.elementor-widget-n-tabs
  > .e-n-tabs
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:not(:hover) {
  border: 0 !important;
}
#tab_table .elementor-element.elementor-element-4cde0ab.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not(:hover) {
  border: 1px solid transparent !important;
}
 #tab_table button[aria-selected="false"]:hover span.e-n-tab-title-text  {
  color: #06283d;
}
.js-dark
  .elementor-element.elementor-widget-n-tabs
  > .e-n-tabs[data-touch-mode="false"]
  > .e-n-tabs-heading
  > .e-n-tab-title[aria-selected="false"]:hover {
  background: rgb(215 219 228 / 25%) !important;
  border: 1px solid rgb(215 219 228 / 25%) !important;
}

.sticky-custom > ul > li.active-li,
.sticky-tab > ul > li:first-child {
  background: #0099ed;
  color: #ffff;
  border: 1px solid #0099ed;
}

.sticky-custom > ul > li.active-li span,
.sticky-tab > ul > li:first-child span {
  color: #ffff !important;
}

.sticky-custom > ul > li.active-li:hover {
  background: #008edb;
}
.view-bg {
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #d5d5d5 100%);
  border: var(--SM, 8px) solid var(--Golbal-backgrounds-global-bg-1, #fff);
  box-shadow: 0 0 10px 0 rgba(0, 82, 128, 0.1);
}

.shadowboth_theme img {
  box-shadow: 0 0 15px 0 rgba(138, 149, 158, 0.40) !important;
}
.js-dark .shadowboth_theme img {
  box-shadow: 18px 18px 48px 0 rgba(0, 0, 0, 0.30), -18px -18px 48px 0 rgba(0, 0, 0, 0.30) !important;
}
.view-bg img {
  margin-bottom: 0;
}

.hide-section {
  display: none !important;
}

#info-icon p {
  margin: 0 !important;
}

#choose_video .widget-image-caption {
  position: absolute;
  top: -10px;
  border-radius: var(--21XL, 100px);
  background: var(--Golbal-utlities-danger-dark, #a61f22);
  height: 32px;
  padding: var(--XSM, 4px) var(--L, 16px);
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  display: inline-table;
  margin: 0 auto;
}
#choose_video .withgreencap .widget-image-caption {
  background: #22452f;
}

.cards-listing-section .card-body {
  padding: 20px;
}

.cards-listing-section .card-body p {
  color: #5c5c5c;
}

.border-second {
  border-radius: var(--M, 12px);
  border: var(--XSM, 4px) solid var(--Golbal-backgrounds-global-bg-2, #f2f5fa);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(<path-to-image>) lightgray -237.268px 0px / 185.07% 113.143% no-repeat;
}

.card-image {
  padding: 4px 4px 4px 4px;
}

.enterprisebanner li.elementor-icon-list-item {
  cursor: pointer;
  transition: all 0.3s ease;
}

.box-custom {
  /* box-shadow: 0 10px 20px 0 rgba(0, 82, 128, 0.1); */
}

.btn-colum {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: unset;
  text-align: center;
  gap: 12px;
}

#tab_table .e-n-tabs-heading {
  background: #fff;
  max-width: max-content;
  border-radius: 40px;
  border: 1px solid #e6ebf2;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 20px;
}

.heading_tablemenu > ul > li {
  width: calc(25% - 50px);
  text-align: center;
  justify-content: center;
}

.heading_tablemenu > ul > li:first-child {
  justify-content: flex-start;
}

#tab_table .ue_expand {
  position: absolute;
  left: 12px;
}

.comparison-wrapper {
  display: flex;
  width: 100%;
  font-size: 14px;
  padding: 0 0px 0 62px;
}

.comparison-wrapper ul:first-child {
  text-align: left;
}

.comparison-wrapper ul {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(25% - 0px);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.comparison-wrapper li {
  padding: 8px 0px;
  font-size: 16px;
  color: #5f6f94;
  font-weight: 400;
  border-bottom: 1px solid var(--Golbal-others-border, #e6ebf2);
}

.icon-check {
  padding-left: 5px;
}

.uc_content {
  display: none;
}

.blurtab_slider .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center !important;
}

.blurtab_slider .swiper-pagination-bullet-active {
  background-color: #0099ed;
  scale: 1.3;
}

.blurtab_slider .swiper-wrapper {
  position: relative;
}

.blurtab_slider .elementor-main-swiper.swiper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to right,
    #f2f5fa 60%,
    rgba(242, 245, 250, 0) 100%
  );
}

.blurtab_slider .elementor-main-swiper.swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to left,
    #f2f5fa 60%,
    rgba(242, 245, 250, 0) 100%
  );
}

.blurtab_slider .elementor-image-carousel-caption {
  position: absolute;
  bottom: 32px;
  background: transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.elementor-element .prd_detail_tooltip {
  max-width: 336px;
  margin: 0 auto;
}

.reversetestimonial .elementor-main-swiper {
  padding-bottom: 10px !important;
}

.elementor-main-swiper .elementor-testimonial {
  justify-content: flex-end;
  gap: 20px;
}

.reversetestimonial.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 32px;
}

.reversetestimonial .swiper-pagination-bullets {
  left: 135px !important;
  width: auto !important;
  bottom: 10px !important;
}
#two_testimonial.reversetestimonial .swiper-pagination-bullets {
  left: 0 !important;
  right: 0;
  margin: 0 auto;
  text-align: center !important;
}
.reversetestimonial cite.elementor-testimonial__cite {
  margin-top: 8px !important;
}

.reversetestimonial .elementor-testimonial__content {
  padding-top: 6px;
}

.leadersslider.elementor-element .swiper .elementor-swiper-button {
  z-index: 6;
  padding: 9px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ec;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 24px!important;
}

.leadersslider.elementor-element .swiper .elementor-swiper-button:hover {
  background-color: #e6ebf2;
  border-color: #c5c9cc;
}

.leadersslider.elementor-element .swiper .elementor-swiper-button:focus,
.leadersslider.elementor-element .swiper .elementor-swiper-button:focus-visible {
  outline: none;
  border-color:none;
  box-shadow: none;
}

.leadersslider.elementor-element .swiper .elementor-swiper-button svg{ stroke: #ffffff;
    stroke-width: 50px;}
.leadersslider.elementor-element .swiper .elementor-swiper-button:hover svg{ stroke: #e6ebf2;
  /* width: 40px;
  height: 40px; */
}

.elementor-element.leadersslider .swiper .elementor-swiper-button-prev {
  left: 0;
}

.elementor-element.leadersslider .swiper ~ .elementor-swiper-button-prev {
/* Purpose slider nav – same hover as leadersslider (no stroke) */
.purpose-slider-wrapper .purpose-swiper .swiper-button-next,
.purpose-slider-wrapper .purpose-swiper .swiper-button-prev {
  background: #fff;
  border: 1px solid #e5e9ec;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.purpose-slider-wrapper .purpose-swiper .swiper-button-next:hover,
.purpose-slider-wrapper .purpose-swiper .swiper-button-prev:hover {
  background-color: #e6ebf2;
  border-color: #c5c9cc;
}

  right: 0;
}

.box-custom a {
  cursor: inherit;
}
.grid_rowboxes .box-custom a, .grid_rowboxes .box-custom a img {
  width: 100%;
}
/* .explore_dark span.e-opened svg {
  width: 42px;
  height: 32px !important;
} */
/* .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened, 
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed { 
  width: 32px !important;
} */

/* .elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
  height: fit-content !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  width: 35px !important;
} */

.reversetestimonial
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.reversetestimonial
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: hwb(0deg 100% 0% / 10%);
}

.enterprz_env figcaption.elementor-image-carousel-caption {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}

.enterprz_env figcaption.elementor-image-carousel-caption,
.purpose-swiper .swiper-slide figure.caption-scroll figcaption {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
  width: 100%;
  padding: 20px
}

.enterprz_env.elementor-widget-image-carousel .swiper-slide {
  border-radius: 12px;
}

.enterprz_env figure.swiper-slide-inner::after,
.purpose-swiper .swiper-slide figure.caption-scroll::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(#00000000 0%, #000000c7 100%);
  z-index: 1;
  border-radius: 12px;
}

.purpose-swiper .swiper-slide {
  width: 350px;
  margin-right: 20px;
}

.enterprz_env .elementor-widget-image-carousel .swiper-slide {
  border-radius: 12px;
}

.btn-sec_full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 14px;
  width: 100%;
  gap: 12px;
}

.ts_testimonial_section .custom-container {
  background: #262a30;
  color: #ffffff;
  border-radius: 12px;
  padding: 80px;
  overflow: hidden;
}

.ts_testimonial_container {
  margin: 0 auto;
  padding: 0 15px;
}

.ts_header_row {
  align-items: flex-start;
  margin-bottom: 48px;
}

.ts_main_title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.ts_header_description {
  color: #aeb6c9;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
  margin: 0;
}

.ts_slider_wrapper {
  position: relative;
}

.ts_swiper {
  overflow: visible;
  padding: 10px 0;
}

.ts_slide_content {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.ts_testimonial_card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--Golbal-others-border, rgba(193, 196, 198, 0.1));
}

.ts_company_logo {
  margin-bottom: 40px;
}

.ts_company_logo img,
.elementor .ts_company_logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.ts_quote_icon svg {
  width: 40px;
  height: 40px;
  fill: #8793af;
}

.ts_testimonial_text {
  color: #aeb6c9;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 12px 0;
}

.ts_author {
  font-size: 16px;
  color: #aeb6c9;
  margin-bottom: 0;
}

.ts_testimonial_card_content {
  padding: 48px;
}

.ts_stats_row {
  display: flex;
  padding: 48px;
  gap: 20px;
  align-self: stretch;
  border-top: 1px solid var(--Golbal-others-border, rgba(193, 196, 198, 0.1));
}

.ts_stat_box {
  border-radius: var(--SM, 8px);
  background: var(
    --Golbal-backgrounds-secondary-bg-1,
    rgba(255, 255, 255, 0.1)
  );
  padding: 20px;
  gap: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ts_stat_number {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ts_stat_label {
  color: #aeb6c9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.ts_media_card {
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 450px;
  background: linear-gradient(135deg, #2a3a4a 0%, #1a2a3a 100%);
}

.ts_media_card img,
.ts_media_card video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ts_media_placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a6a7a;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: repeating-conic-gradient(#3a4a5a 0% 25%, #2a3a4a 0% 50%) 50% /
    20px 20px;
}

/* Navigation Arrows */
.ts_nav_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(193, 196, 198, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  background: #464a4f;
}

.ts_nav_arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.ts_nav_arrow svg {
}

.ts_nav_prev {
  left: -25px;
}

.ts_nav_next {
  right: -25px;
}

.ts_nav_arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.video-analytics-widget {
  width: 100%;
  /* padding: 60px 20px; */
  /* background-color: #f0f5ff; */
  position: relative;
  overflow: hidden;
  min-height: 500px;
  align-items: center;
}

.video-analytics-widget .video-analytics-container {
  width: 100%;
  position: relative;
}

.video-analytics-widget .center-oval {
  position: absolute;
  left: 50%;
  top: 37vh;
  width: 120px;
  z-index: 10;
  text-align: center;
}

.right-connection_lines {
  position: absolute;
  top: 47vh;
  right: 0;
  overflow: visible;
}

.right-connection_lines svg {
  overflow: visible;
}

.video-analytics-widget .logo-i-stem {
  color: #000000;
}

.video-analytics-widget .subtitle {
  font-size: 20px;
  color: #06283d;
  margin-top: 5px;
  font-weight: 700;
  line-height: 130%;
}

svg[class^="connection-line-"] {
  position: absolute;
  width: 331px;
  overflow: visible;
  left: -20px !important;
  fill: transparent !important;
}

svg.connection-line-1 {
  top: 35px;

}

svg.connection-line-2 {
  top: 105px;
}

svg.connection-line-3 {
  top: 190px;
}

svg.connection-line-4 {
  top: 300px;
}

svg.connection-line-5 {
  top: 320px;
}

svg.connection-line-6 {
  top: 330px;
}

svg.connection-line-7 {
  top: 340px;
}

.animtion_sec {
  width: calc(100% - 750px) !important;
}

/* ==============================================
   CUSTOM TAB SMART WIDGET STYLES
   ============================================== */

.customtabsmart .smart-microspace-inside {
  padding: 80px 0;
}

.smart-content-inner.row {
  flex-direction: row-reverse;
  align-items: center;
}

.customtabsmart .smart-main_title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 48px;
  color: #06283d;
}

.customtabsmart .smart-contentWrapper {
  position: relative;
}

.customtabsmart .smart-filter-menu {
  position: relative;
  margin-bottom: 20px;
}

.customtabsmart .smart-dropdown-label {
  display: none;
}

.customtabsmart .smart-select-brand {
  display: none;
}

.customtabsmart .smart-tabsautoscroll {
  margin: 0;
  padding: 0px 20px;
  list-style: none;
  position: relative;
  border-radius: var(--8XL, 48px);
  border: 1px solid var(--Golbal-others-border, #e6ebf2);
  background: var(--Golbal-backgrounds-global-bg-1, #fff);
}

.customtabsmart .smart-tabsautoscroll li.active {
  position: relative;
  opacity: 1;
}
.customtabsmart .smart-tabsautoscroll li.active .smart-tab-link {
  border-radius: 40px;
  border: 1px solid #0099ed;
  background: #0099ed;
  color: #ffffff;
  padding: 4px 16px;
}

.customtabsmart .smart-tabsautoscroll li {
  display: inline-block;
  padding: 16px 0;
  cursor: pointer;
  line-height: 144.444%;
  position: relative;
}

.customtabsmart .smart-tabsautoscroll li .smart-tab-link {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  color: #4a5673;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 4px 16px;
}
.customtabsmart .smart-tabsautoscroll li .smart-tab-link:hover {
  background: #f2f5fa;
  color: #06283d;
  border-radius: 40px;
  border: 1px solid #d7dbe4;
}

.customtabsmart .smart-tabdiv .smart-content-inner-image {
  border-radius: 1rem;
  padding: 0;
}

.customtabsmart .smart-tabdiv {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.customtabsmart .smart-tabdiv.smart-active-tabcontent {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.customtabsmart .smart-content-inner-text p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: #5c5c5c;
}

.customtabsmart .smart-content-inner-icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 48px 0;
  list-style: none;
}

.customtabsmart .smart-content-inner-icons li:first-child {
  border-radius: 12px 0 0 12px;
  border-left: 1px solid #e6ebf2;
}

.customtabsmart .smart-content-inner-icons li:last-child {
  border-radius: 0 12px 12px 0;
}

.customtabsmart .smart-content-inner-icons li {
  width: 12.5%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 16px;
  border: 1px solid #e6ebf2;
  border-left: 0;
  align-items: baseline;
}

.customtabsmart .smart-content-inner-icons ul li span {
  color: #5c5c5c;
  font-size: 18px;
}

.customtabsmart .smart-content-inner-text .smart-sub_title {
  font-size: 32px;
  margin-bottom: 0;
  color: #06283d;
}

.customtabsmart .smart-content-inner-icons img {
  max-width: 56px !important;
  height: 56px !important;
}

.customtabsmart .smart-right_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customtabsmart .smart-right_list li {
  display: flex;
  align-items: flex-start;
}

.customtabsmart .smart-right_list li p {
  margin: 0;
}
.customtabsmart .smart-content-inner-text {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding: 0px 80px 0 0;
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  height: 550px;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto !important;
  z-index: 10;
}

.youtube-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: none;
  pointer-events: auto !important;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  pointer-events: none;
}

.photo_custom .youtube-wrapper {
  position: relative;
  z-index: 10;
}

.photo_custom .details {
  pointer-events: none;
}

.photo_custom .details * {
  pointer-events: auto;
}
.choose_slider
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper {
  padding-bottom: 0 !important;
}
.choose_slider .elementor-testimonial--layout-image_above {
  width: 100% !important;
}
.choose_slider .swiper-horizontal > .swiper-pagination-bullets {
  text-align: center !important;
  bottom: 32px !important;
}
.height_full-image {
  height: 100% !important;
}
.bg-trans_txt {
  background-color: transparent !important;
  border: none;
  font-size: 14px;
}
.enterprisebanner {
  width: max-content !important;
  max-width: max-content !important;
}

.iccc_actions .elementor-icon-box-content .elementor-icon-box-description {
  margin-top: 8px !important;
  display: block;
}

.ctw-title h3 {
  margin: 0;
  cursor: auto;
}
.border_project:before {
  position: absolute;
  right: -32px;
  background: #d7dbe4;
  height: 100%;
  width: 1px;
  content: "";
}

ul.privacy-policy {
  padding: 0px 0px 40px 0px;
  margin: 0;
}
ul.privacy-policy li {
  margin-bottom: 12px;
}
ul.privacy-policy:last-child {
  padding: 0;
  margin: 0;
}

ul.privacy-policy li a, ul.privacy-policy li a:hover {
  color: #0074B2;
}
.js-dark ul.privacy-policy li a, .js-dark ul.privacy-policy li a:hover {
  color: #74C2ED;
}
.elementor-image-box-description a {
  color: #5C5C5C;
}
.js-dark .elementor-image-box-description a {
  color: #AEB6C9;
}
.privacy-policy-title {
  color: #06283d;
  font-size: 32px;
  line-height: normal;
  margin: 0 0px 12px 0px;
  counter-reset: item;
}
.privacy-policy-section {
  counter-reset: section;
  padding: 40px;
  padding-left: 80px;
}

.privacy-policy-section h3::before {
  counter-increment: section;
  content: counter(section) ". ";
  font-weight: 600;
  position: absolute;
  left: 40px;
}

a.btn-simple {
  color: #5f6f94;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 12px 24px;
  border-radius: 8px;
}
a.btn-simple:hover {
  background: #E6EBF2;
  display: block;
}

.js-dark a.btn-simple {
  color: #D7DBE4;
}
.js-dark a.btn-simple:hover {
  color: #D7DBE4;
  background: rgb(255 255 255 / 10%);
}

span.star {
  color: #c92629;
}
.btn-large {
  font-size: 18px;
}
.card-image > img {
  border-radius: 12px !important;
}
.js-dark .redtooltip .ctw-icon svg path {
  fill: #e6ba85;
}
.js-dark .redtooltip svg {
  fill: rgb(255 255 255 / 90%);
  background: #262a30;
  border-radius: 100%;
}

.bredstyle p,
.txtflex .bredstyle p {
  background: #e6ebf2;
  display: inline-block;
  width: auto;
  padding: 4px 12px;
  border-radius: 28px;
  color: #4a5673;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.detailsWrapper .txtflex p {
  color: #5c5c5c;
  margin-bottom: 20px;
}

.detailsWrapper .txtflex .bredstyle p {
  color: #4a5673;
  background: #ffffff;
  border: 1px solid #e6ebf2;
  margin-bottom: 8px;
}

.js-dark .border_dark {
  border-color: rgb(193 196 198 / 20%) !important;
}

.details.details-2 .txtflex p {
  color: #5c5c5c;
}

.e-n-accordion-item .e-n-accordion-item-title:hover {
  background: #ccedff !important;
  color: #5c5c5c !important;
}
.e-n-accordion-item
  .e-n-accordion-item-title:hover
  .explore_dark
  span.e-opened
  svg
  path {
  color: #5f6f94 !important;
  fill: #5f6f94 !important;
}

.e-n-accordion-item[open] > .e-n-accordion-item-title {
  background: #0074b2 !important;
  color: #ffffff !important;
}
.explore_dark span.e-opened svg path {
  /* width: 42px;
  height: 32px; */
  color: #fff !important;
  fill: #fff !important;
}
.card_title_tooltip .ctw-title .ctw-text p {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #06283d;
}

.elementor-element.elementor-widget-n-accordion
  > .e-n-accordion
  > .e-n-accordion-item
  > .e-n-accordion-item-title:hover {
  border-color: transparent !important;
}
.elementor-element.elementor-widget-n-accordion
  .e-n-accordion-item-title-icon
  span.e-opened,
.elementor-widget-n-accordion
  .e-n-accordion-item-title-icon
  span.e-opened
  > svg,
.elementor-element.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
}
.elementor-element.purpose-slider
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg {
  width: 28px !important;
  height: 28px !important;
}
.elementor .customimg_box img.toolmainimg {
  width: 64px;
  height: 64px;
  max-width: 100px;
}
.customimg_box .iconarea {
  padding: 0;
}

.elementor-element.purpose-slider
  .career_faq
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg {
  width: 26px !important;
  height: 26px !important;
}
.js-dark
  .elementor-element.purpose-slider
  .career_faq
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg
  path {
  fill: #d7dbe4;
}
.career_faq
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: #d7dbe4;
  width: 34px !important;
  height: 34px !important;
}
.career_faq
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > svg
  path {
  fill: #d7dbe4;
}
.career_faq .e-opened {
  position: relative;
  right: 6px;
}
.form-control:focus {
  border-color: #0099ed;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}
.wpcf7 select option {
  color: #333;
  background-color: #fff;
}

/* Custom checkbox UI - hide default, style custom */
.wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #8793af;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.wpcf7 input[type="checkbox"]:hover {
  border-color: #0099ed;
}
.wpcf7 input[type="checkbox"]:checked {
  background: #0099ed;
  border-color: #0099ed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.wpcf7 input[type="checkbox"]:focus {
  outline: none;
  /* box-shadow: 0 0 0 2px rgba(0, 153, 237, 0.3); */
}

/* Dark mode */
.js-dark .wpcf7 input[type="checkbox"] {
  border-color: #464a4f;
  background: #464a4f;
}
.js-dark .wpcf7 input[type="checkbox"]:checked {
  background: #384157;
  border-color: #384157;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-newsroom .elementor-widget-icon-box .elementor-icon-box-icon {
  max-width: 16px;
}
.elementor-element.blog_date_container.e-flex.e-con.e-child {
  width: auto;
  align-items: start;
  min-width: 131px;
}
.e-con-full.ai_smart_dark .elementor-position-left.theme-img {
  padding: 0 20px;
}
.elementor-element.awardbtn .elementor-button {
  cursor: default;
}
.elementor-element
  .e-n-accordion
  > .e-n-accordion-item
  > .e-n-accordion-item-title {
  transition: 0.6s;
}
.career_faq .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-radius: 8px 8px 0 0;
}

.choose_slider .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  margin-bottom: 0;
}
.ai_explore_dark .box-custom h3.elementor-heading-title {
  font-weight: 400 !important;
}
.videoframe iframe{ height: 75vh; }

#box_vertical .elementor-image-box-wrapper {
    flex-direction: column;
}
#box_vertical .elementor-image-box-title {
  /* color: #aeb6c9 !important;
  font-weight: 500 !important; */
}
#hotel_video .elementor-widget-video .elementor-wrapper video {
    margin-bottom: -8px;
    margin-top: -8px;
    height: auto;
}

@media (min-width: 768px) {
  .footer-accordion-icon {
    display: none;
  }

  .right-footer-menu .column-4,
  .grid-column4 {
    padding: 40px 0;
  }

  .card-image > img {
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .footer-accordion-title {
    cursor: default;
    pointer-events: none;
  }

  .footer-accordion-icon {
    display: none;
  }

  .footer-accordion-content {
    max-height: none !important;
    overflow: visible !important;
  }
  .tabsWrapper {
    height: 57px;
  }
  .modal {
    overflow: hidden;
  }

  .modal-dialog.modal-demo-form, .modal-dialog.modal-technology-partners-form, .modal-dialog.modal-logopartner-form {
    max-width: 768px;
  }
  .tabsautoscroll {
    bottom: -20px;
    padding: 0;
  }
}

/* Desktop styles for smart tabs */
@media (min-width: 1025px) {
  .customtabsmart .smart-filter-menu .smart-tabsautoscroll {
    display: block !important;
    max-width: fit-content;
  }

  .customtabsmart .smart-dropdown-label,
  .customtabsmart .smart-select-brand {
    display: none !important;
  }
  .filter-menu .tabsautoscroll {
    display: block !important;
    bottom: 0px;
  }

  .dropdown-label,
  .select-brand {
    display: none !important;
  }
  .vertical_line {
    display: none;
  }
  .career-apply-form.contactus_form .iti__selected-flag[aria-expanded="true"]+.iti__country-list {
    width: 536px;
    max-width: 536px;
  }
  .iti__country-list {
    max-width: 254px;
}
}
@media (min-width: 1200px) {
  .partner_sec:before {
    position: absolute;
    content: "" !important;
    width: 100vw !important;
    height: 28% !important;
    background: #ffffff;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
  }

  .cards-listing-section ul li:is(:nth-child(4), :nth-child(5)) .card, .cards-listing-section ul li:is(:nth-child(6), :nth-child(7)) .card {
    display: flex;
    flex-direction: row;
  }

  .cards-listing-section
    ul
    li:is(:nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7))
    :is(.card-image, .card-body) {
    width: 50%;
  }

  .cards-listing-section li .card {
    border-radius: 12px;
  }

  .elementor .card-image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .cards-listing-section .grid-listing li:nth-child(4),
  .cards-listing-section .grid-listing li:nth-child(5),
  .cards-listing-section .grid-listing li:nth-child(6),
  .cards-listing-section .grid-listing li:nth-child(7)
  {
    width: calc(50% - 13px);
  }

  .cards-listing-section .grid-listing li:nth-child(4) img,
  .cards-listing-section .grid-listing li:nth-child(5) img {
    border-top-left-radius: 12px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    max-height: 100% !important;
  }

  .chosse_circle:before {
    content: "" !important;
    position: absolute !important;
    height: 100% !important;
    width: 1px !important;
    background: rgb(193 196 198 / 20%) !important;
    left: 51% !important;
  }

  .chosse_circle
    .elementor-view-default:nth-child(1)
    .elementor-icon-box-wrapper::before,
  .chosse_circle
    .elementor-view-default:nth-child(3)
    .elementor-icon-box-wrapper::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 85% !important;
    background: rgb(193 196 198 / 20%) !important;
  }

  .chosse_circle.dark-circle-txt:before {
    background: #d7dbe4 !important;
  }

.chosse_circle.dark-circle-txt .elementor-widget-image-box:nth-child(1) .elementor-image-box-wrapper .elementor-image-box-img:before,
.chosse_circle.dark-circle-txt .elementor-widget-image-box:nth-child(3) .elementor-image-box-wrapper .elementor-image-box-img:before {
    background: #d7dbe4 !important;
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    height: 1px !important;
    width: 85% !important;
}

  .js-dark
    .chosse_circle.dark-circle-txt
    .elementor-widget-image-box:nth-child(1) .elementor-image-box-wrapper .elementor-image-box-img:before,
  .js-dark
    .chosse_circle.dark-circle-txt
    .elementor-widget-image-box:nth-child(3) .elementor-image-box-wrapper .elementor-image-box-img:before,
  .js-dark .chosse_circle.dark-circle-txt:before {
    background: #c1c4c633 !important;
  }

  .banner-captiontxt {
    bottom: 15%;
    left: 60px;
  }

  .border-right {
    border-right: 1px solid rgba(193, 196, 198, 0.1);
  }

  .right-footer-menu {
    padding-left: 68px;
  }

  .content-inner-text {
    padding-left: 40px;
  }

}
@media (min-width: 1400px) {
  .video-analytics-widget .center-oval {
    left: 45%;
    top: 24vh;
    width: 160px;
  }

  .right-connection_lines {
    top: 34vh;
  }

  svg[class^="connection-line-"] {
    width: 331px;
  }

  svg.connection-line-1 {
    top: 35px;
  }

  svg.connection-line-2 {
    top: 105px;
  }

  svg.connection-line-3 {
    top: 190px;
  }

  svg.connection-line-4 {
    top: 280px;
  }

  svg.connection-line-5 {
    top: 280px;
  }

  svg.connection-line-6 {
    top: 280px;
  }

  svg.connection-line-7 {
    top: 275px;
  }

  .animtion_sec {
    width: calc(100% - 910px) !important;
  }
}
/* When screen width is above 1366px */
@media (min-width: 1610px) {
  .custom-container {
    width: calc(1566px - 20px) !important;
    margin: 0 auto !important;
  }

  .hero-slider .swiper-container {
    width: calc(1566px - 20px);
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .ts_stat_number {
    font-size: 32px;
  }

  .ts_testimonial_card_content,
  .ts_stats_row {
    padding: 48px;
  }
  .career-apply-form.contactus_form .iti__selected-flag[aria-expanded="true"]+.iti__country-list {
    width: 653px;
    max-width: 653px;
  }
  .iti__country-list {
    max-width: 310px;
  }
  
}

@media (max-width: 1600px) {
  .photo_custom img {
    max-height: max-content !important;
  }
  .space_scrollaniamtion{margin-top: 160px !important;}

}

@media (max-width: 1366px) {

  .brochure-modal-content {
  max-height: max-content;
}


  .animation_cards-text {
    width: 300px !important;
  }

  .online_image-graph {
    width: 450px !important;
  }

  .video-analytics-widget {
    min-height: 600px;
  }

  .industry_box span.elementor-icon-box-title {
    min-height: 50px;
    display: block;
  }
  .industry_box {
    height: auto;
  }
  .listing-inner {
    margin-top: 20px;
  }
}

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

  .hero-style .slide-title h2 {
    font-size: 38px;
  }

  /* .theme-btn.xl-btn {
    padding: 10px 16px;
    font-size: 14px;
  } */

  .industry_icons .industry_box {
    padding: 10px 10px 10px 10px !important;
  }

  .industry_box {
    line-height: 1.2;
  }

  .hero-slider .swiper-pagination .swiper-pagination-bullets {
    justify-content: center;
    left: auto;
  }

  .content-inner-icons li {
    padding: 15px;
    gap: 8px;
  }

  .content-inner-icons ul li span {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer h3 {
    font-size: 28px !important;
  }

  .column-4 {
    padding-left: 30px;
  }
  .customtabsmart .smart-content-inner-icons li {
    padding: 15px;
    gap: 8px;
  }

  .customtabsmart .smart-content-inner-icons ul li span {
    font-size: 16px;
    line-height: 1.2;
  }
  
.footer_copyright .grid-column4>ul .footer-accordion-content {
  padding-right: 50px;
}

.grid-industry_list li {
  width: calc(50% - 20px);
}

.txtflex, .bolt {
  max-width: 100% !important;
}

}

@media screen and (max-width: 1024px) {
  #header-main-menu {
    gap: 10px;
  }

  header #header-main-menu li a {
    font-size: 12px;
  }

  ul.header-right-box {
    gap: 8px;
    padding-left: 15px;
  }

  .header-right-box > li:first-child {
    margin-right: 0px;
  }

  .content-inner-icons ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .content-inner-icons li {
    min-width: 150px;
  }

  .content-inner-icons div {
    min-width: 150px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #solution_section {
    padding: 40px 20px;
    gap: 20px;
  }

  .microspace-custom_outside {
    padding: 40px 0;
  }

  .lisitng-inner {
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    padding-left: 0;
  }

  .lisitng-inner > .d-flex {
    width: calc(50% - 10px);
  }

  .content-inner-text {
    margin-top: 50px;
  }

  .grid-listing {
    gap: 20px;
  }

  .grid-listing li {
    width: calc(50% - 20px);
  }
  .ts_testimonial_section .custom-container {
    padding: 40px 30px;
  }
  .ts_header_row {
    gap: 20px;
  }

  .ts_main_title {
    font-size: 32px;
  }

  .ts_slide_content {
    flex-direction: column;
  }

  .ts_testimonial_card,
  .ts_media_card {
    flex: 0 0 100%;
    max-width: 100%;
    gap: 20px;
  }

  .ts_media_card {
    min-height: 300px;
  }

  .online_image-graph {
    width: 350px !important;
  }

  .animtion_sec {
    width: calc(100% - 650px) !important;
  }

  svg[class^="connection-line-"] {
    width: 280px;
  }
  .customtabsmart .smart-dropdown-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.12px;
    margin-bottom: 8px;
    text-transform: uppercase;
  }

  .customtabsmart .smart-select-brand {
    display: block;
    background-color: #fff;
    padding: 12px 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
  }

  .customtabsmart .smart-select-brand:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }

  .customtabsmart .smart-select-brand.angle-icon:after {
    transform: translateY(-50%) rotate(225deg);
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    width: 100%;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    margin-top: 5px;
    z-index: 100;
    white-space: normal;
    overflow: visible;
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li {
    display: block;
    margin-right: 0;
    padding: 12px 15px;
    border-bottom: 1px solid #e6ebf2;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }
  .js-dark .customtabsmart .smart-filter-menu .smart-tabsautoscroll li {
    border-bottom: 1px solid rgba(193, 196, 198, 0.1);
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li:last-child {
    border-bottom: none;
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li.active {
    color: #0099ed;
    font-weight: 500;
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li.active:before,
  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li:hover:before {
    display: none;
  }

  .customtabsmart .smart-filter-menu .smart-tabsautoscroll li .smart-tab-link {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
  }

  .customtabsmart .smart-content-inner-text {
    margin-top: 30px;
  }

  .customtabsmart .smart-content-inner-icons ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .customtabsmart .smart-content-inner-icons li {
    min-width: 150px;
  }

  .customtabsmart .smart-content-inner-icons div {
    min-width: 150px;
    text-align: center;
    align-items: center;
  }
  .filter-menu {
    margin-bottom: 30px;
    position: relative;
  }

  .dropdown-label {
    display: inline-block;
    font-size: 18px;
    font-family: Geometria-Medium, sans-serif;
    padding-right: 15px;
    color: #000000;
    display: none;
  }

  .select-brand {
    display: inline-block;
    color: #06283d;
    width: auto;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e5e9ec;
    padding: 8px 12px;
    width: 100%;
    border-radius: 8px;
    background: #ffffff;
  }

  .select-brand:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 15px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 1.5px solid #06283d;
    border-bottom: 1.5px solid #06283d;
    transform: rotate(45deg);
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }

  .select-brand.angle-icon:after {
    transform: rotate(225deg);
  }

  .filter-menu .tabsautoscroll {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    z-index: 1000;
    background: #fff;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 2px -2px #000000a1;
    -moz-box-shadow: 0 1px 2px -2px #000000a1;
    box-shadow: 0 1px 2px -2px #000000ed;
    /* margin-top: 10px; */
    border: 1px solid #e6ebf2;
    padding: 0;
    white-space: normal;
    overflow: visible;
    max-height: 400px;
    overflow-y: auto;
  }

  .filter-menu .tabsautoscroll li {
    display: block;
    margin-right: 0;
    padding: 12px 15px;
    border-bottom: 1px solid #e6ebf2;
    font-size: 16px;
    cursor: pointer;
    position: relative;
  }

  .filter-menu .tabsautoscroll li:last-child {
    border-bottom: none;
  }

  .filter-menu .tabsautoscroll li.active {
    color: #0099ed;
    font-weight: 500;
  }

  .filter-menu .tabsautoscroll li.active:before {
    display: none;
  }

  .filter-menu .tabsautoscroll li:hover:before {
    display: none;
  }

  .filter-menu .tabsautoscroll li .custom-tab-link {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    color: inherit;
    text-decoration: none;
    background: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: inherit;
    transition: none;
  }

  .tabsWrapper:before {
    display: none;
  }

  .js-dark .filter-menu .tabsautoscroll {
    background: #262a30;
    border: 1px solid rgba(193, 196, 198, 0.1);
  }
  .js-dark .filter-menu .tabsautoscroll li {
    border-bottom: 1px solid rgba(193, 196, 198, 0.1);
  }
  .js-dark .select-brand,
  .js-dark .customtabsmart .smart-select-brand {
    border: 1px solid rgba(193, 196, 198, 0.1);
    background: #262a30;
  }
  .js-dark
    .customtabsmart
    .smart-contentWrapper
    .smart-tabsautoscroll
    li.active
    .smart-tab-link {
    color: #74c2ed !important;
    background: transparent !important;
  }

  .absolute_slider.e-flex.e-con.e-child {
    left: 0 !important;
  }
  .industry_box span.elementor-icon-box-title {
    min-height: auto;
  }
  .space_scrollaniamtion {margin-top: auto !important;}

}

@media screen and (max-width: 768px) {
  .footer h3 {
    font-size: 24px !important;
  }

  .animtion_sec {
    width: 100% !important;
  }
  .video-analytics-widget {
    /* min-height: 00px; */
    overflow: visible;
  }
  .connection-lines {
    display: none;
  }
  .animation_cards-text {
    width: 100% !important;
  }

  .video-analytics-widget .center-oval {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    width: 100%;
  }
  .video-analytics-widget { min-height: 340px; }
  .right-connection_lines {
    top: 90px;
    right: 0;
    transform: rotate(90deg);
    left: 0;
    width: 100%;
  }
  .right-connection_lines.vertical_line {
    top: 510px;
  }
  .svgchart_animation {
    flex-direction: column !important;
  }
  .online_image-graph {
    width: 100% !important;
  }
  .control_center {
    margin: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #header-main-menu {
    display: none;
  }

  nav {
    padding: 8px 8px;
  }
  .left-sidemenu {
    width: 15%;
  }
  .lang_switch svg,
  .search_switch svg,
  .dark-mode-toggle .icon-sun,
  .dark-mode-toggle .icon-moon {
    margin: 3.3px;
  }
  .header-right-box li.lang_switch, .header-right-box li.search_switch,.header-right-box li.theme_switch {
    display: none;
  }

  .main_nav_menu {
    width: 85%;
  }
  .main_header .logo-wdth {
    justify-content: end;
    /* display: none; */
  }

  .hero-style .slide-title h2 {
    font-size: 28px;
  }

  .btn-sec_gap {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  /* .theme-btn.xl-btn {
    padding: 10px 10px !important;
    font-size: 13px !important;
  } */

  .hero-style .slide-btns > a:first-child {
    margin-right: 0px;
  }

  /* .theme-btn-white {
    font-size: 14px !important;
    font-style: normal;
    padding: 8px 12px !important;
    line-height: 1.4;
  } */

  .hero-style .slide-text p {
    font-size: 16px;
  }

  .hero-slider .swiper-button-container {
    display: none;
  }

  .hero-slider {
    width: 100% !important;
  }

  .hero-slider .swiper-container {
    width: 100% !important;
    /* margin: 0 !important; */
  }

  .tabsWrapper {
    margin: 20px 0 20px;
    height: auto;
  }

  .lisitng-inner > .d-flex {
    width: calc(100% - 10px);
  }

  .lisitng-inner {
    flex-direction: column;
  }

  .insights-updates-item-text_left-list li > a {
    font-size: 12px;
    padding: 4px 8px;
    line-height: 1.2;
    text-align: center;
  }

  .inside-menu-container-inner {
    flex-direction: column;
    left: 0;
  }

  .inside-menu-container-inner {
    display: block;
    height: calc(100vh - 160px);
    overflow-y: auto;
  }

  .rightmenu_statictxt {
    margin-top: 2rem;
    padding-left: 0px;
  }

  .toggle-menu {
    max-height: max-content;
    overflow: visible;
    height: auto;
  }

  ul.social_media_links {
    padding: 15px;
  }

  ul.social_media_links > li > a {
    font-size: 14px;
  }

  .grid-listing {
    margin-bottom: 20px;
  }

  .grid-listing li {
    width: calc(100% - 0px);
  }

  .footer {
    margin-top: 40px !important;
  }

  .badge-custom {
    padding: 4px 8px;
    font-size: 10px;
  }

  .d-flex.right-footer-menu {
    display: block !important;
  }

  .column-4 {
    padding-left: 0;
    width: 100%;
  }

  .footer_copyright {
    padding: 30px 0;
  }

  .footer h3 {
    font-size: 24px !important;
    margin-bottom: 10px;
    position: relative;
    padding-top: 10px;
  }

  .footer h3:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(193, 196, 198, 0.1);
    top: 0;
  }

  .grid-column4 h3:before {
    visibility: hidden;
  }

  .whychoose_tab .e-n-tabs-heading button {
    max-width: calc(100% - 0px);
    border-bottom: 1px solid !important;
  }

  .works-box {
    height: auto;
  }

  .static-banner > img {
    height: 450px !important;
  }

  .banner-captiontxt {
    left: 0;
    right: 0;
    bottom: 50px;
    width: 90%;
    margin: 0 auto !important;
  }

  .insights-updates-item-text_left-list {
    margin-bottom: 10px;
  }
  .insights-updates-item-text h5 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 22px;
  }
  .insights-updates-item-text {
    margin: 10px 0;
  }
  .text-container {
    padding: 0 20px 0 20px;
  }

  .testimonial-card {
    flex-direction: column;
    padding: 32px 32px 40px 32px !important;
  }

  .testimonial-content {
    padding-left: 0;
  }

  .testimonial-profile img {
    margin-bottom: 20px;
  }

  .hero-style .slide-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .text-fetatured p {
    font-size: 18px;
    font-weight: 600;
  }
  .footer-accordion-title {
    cursor: pointer;
    position: relative;
    user-select: none;
  }

  .footer-accordion-icon {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: normal;
  }

  .footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.4s ease-in-out,
      padding 0.4s ease-in-out;
    padding-top: 0;
  }

  .footer-accordion-item.active .footer-accordion-content {
    max-height: 600px;
  }

  .footer-accordion-item.active .footer-accordion-icon {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  .footer-accordion-icon {
    transition: transform 0.3s ease;
  }

  .footer-accordion-title {
    padding-right: 30px;
  }

  .active + .footer-accordion-content {
    padding-top: 10px;
    max-height: 600px;
    position: relative;
  }

  .footer-accordion-content {
    transition:
      max-height 0.4s ease-in-out,
      padding-top 0.4s ease-in-out;
  }

  #mission_built span.elementor-icon-list-icon {
    width: 150px;
  }

  .purpose-slider-wrapper:before {
    background: none;
  }
  .industry-carousel:after {
    background: linear-gradient(90deg, #f2f5fa 0%, rgb(255 255 255 / 0%) 83.82%) left top / 10% 100% no-repeat;
  }
  .js-dark .industry-carousel:after {
    background: linear-gradient(90deg, #000000 0%, rgb(145 138 138 / 0%) 83.82%) left top / 10% 100% no-repeat;
  }
  .accontent .accordion_video {
    top: 50%;
    transform: translateY(-50%);
  }

  .two_arrow:before,
  .three_arrow:before,
  .four_arrow:before,
  .one_arrow:before {
    visibility: hidden;
  }

  .footer_bottom p {
    flex-direction: column;
  }
  .footer_bottom .disclaimer-text {
    width: 100%;
    padding: 10px 0 0;
  }

  .ts_main_title {
    font-size: 28px;
    line-height: 100%;
  }

  .ts_header_description,
  .ts_author,
  .ts_stat_label {
    font-size: 14px;
  }
  .ts_testimonial_text {
    font-size: 14px;
  }

  .ts_stats_row {
    flex-direction: column;
  }

  .ts_stat_number {
    font-size: 18px;
  }

  .ts_nav_arrow {
    width: 40px;
    height: 40px;
  }

  .ts_testimonial_section .custom-container,
  .ts_testimonial_card_content,
  .ts_stats_row {
    padding: 40px 20px;
  }
  .ts_header_row {
    margin-bottom: 20px;
  }

  .e-con-full .banner_content_txt_proven,.banner_content_txt {
    width: 90% !important;
    /* margin: 0 auto !important; */
    /* background: #262a30; */
    padding: 20px 20px !important;
    /* position: static !important; */
    border-radius: 12px !important;
    /* margin-top: 20px !important; */
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .sec-tabs-wrapper {
    padding: 0px 15px;
  }

  .modal-content {
    overflow-y: auto;
  }

  .cmarq-item img,
  .cmarq-item img,
  .cmarq-item .cmarq-content * {
    width: 108px !important;
  }
  .full_mobile .grey-btn,
  .full_mobile .border-btn-grey,
  .full_mobile .theme-btn {
    width: 100%;
    text-align: center;
  }

  .full_mobile .theme-btn.bg-tran_lightcolor,
  .full_mobile .border_btnlight {
    width: auto;
    margin: 0 auto;
    display: block;
  }

  #custom-testimonial-81325d4 .custom-testimonial-author-photo img {
    width: 80px;
    height: 63.5px;
  }

  .works-box span.elementor-icon-box-title span {
    min-height: 80px;
    display: block;
  }

  .bolt img {
    width: auto;
    text-align: center;
    margin: 0 auto;
  }

  .bolt {
    max-width: 100% !important;
  }
  .photos .photo_custom:last-child .details {
    margin-bottom: 0;
  }

  .elementor-icon-list--layout-traditional .elementor-icon-list-items {
    gap: 2px;
    display: flex;
    flex-direction: column;
  }
  
.leadersslider.elementor-element .swiper .elementor-swiper-button {
  width: 30px;
  height: 30px;
}
.videoframe iframe{ height: 60vh; }
.global-youtube-popup__body.videoframe iframe { height: 60vh; }
.header-right-box .theme-btn{ padding: 6px 12px;font-size: 14px; }
.logo-wdth a,.logo-wdth a span { display: inline-block;width: 100%; }
.search-popup-footer #header-main-menu a:hover, .search-popup-footer .btn-demo:hover {
  background: transparent;
  color: inherit;
}
.search-popup-footer #header-main-menu li{margin-left: 8px;}

.elementor-element.grid_layout_mbl .caption_impact,.elementor-element.grid_layout_mbl .box-custom{ width: 100%;min-width: 248px;max-width: 248px; }
.elementor-element.grid_layout_mbl { display: flex;align-items: stretch;max-width: 350px;overflow-x: scroll;width: 100%;flex-wrap: nowrap;gap: 10px; }
.iti__country-list {max-width: 100%;}
.photo_custom img { max-height: inherit !important; min-height: inherit !important;}
.search_result_header_content {flex-wrap: wrap;}

}

@media (max-width: 380px) {
  /* .hero-style .slide-title h2 {
    font-size: 30px;
  } */

  .badge-custom {
    padding: 2px 13px;
  }

  /* .theme-btn.xl-btn {
    padding: 8px 9px !important;
    font-size: 14px !important;
  } */

  .text-container {
    padding: 0 10px;
  }

  .hero-style .slide-btns > a:first-child {
    margin-right: 0px;
  }

  /* .theme-btn.xl-btn {
    padding: 8px 8px !important;
    font-size: 13px !important;
  } */

  .hero-slider .hero-slide-inner,
  .hero-slider {
    height: 100vh;
  }
}

/* Elementor Icon List - Equal Icon Sizing and Alignment */
.elementor-icon-list--layout-traditional
  .elementor-icon-list-items
  .elementor-icon-list-item {
  align-items: flex-start !important;
}

.elementor-icon-list--layout-traditional
  .elementor-icon-list-items
  .elementor-icon-list-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  min-width: 16px;
  height: auto;
  min-height: 16px;
  padding-top: 3px;
}
.elementor-icon-list--layout-traditional
  .elementor-icon-list-items
  .elementor-icon-list-icon
  svg {
  width: 16px !important;
  height: 16px !important;
  display: block;
  flex-shrink: 0;
}
.elementor-icon-list--layout-traditional
  .elementor-icon-list-items
  .elementor-icon-list-text {
  line-height: 1.5;
}
.js-dark .elementor-icon-list--layout-traditional .elementor-icon-list-items .elementor-icon-list-icon svg path{fill:#669477;}

.chosse_circle.dark-circle-txt .elementor-image-box-img img {
  max-width: fit-content;
}

/* Sitemap page section IDs - scroll offset for sticky navigation */
#product,
#industries,
#insight,
#company,
#quicklinks {
  scroll-margin-top: 100px;
  position: relative;
}

.elementor-element.enforcegrid_box .elementor-widget {
  border-color: #d7dbe4 !important;
}
.elementor-element.realitybox {
  width: 224px !important;
  max-width: 100% !important; 
  min-width: 224px !important;
}
.modal { z-index: 9999; }

/* Global YouTube Video Popup - matches video_accordion modal layout */
.global-youtube-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.global-youtube-popup.active {
  opacity: 1;
  visibility: visible;
}
.global-youtube-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.global-youtube-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: 90vh;
}
.global-youtube-popup__content {
  background: var(--ModalOverlay-bg, #fff);
  border-radius: var(--SM, 8px);
  box-shadow: 0 0 15px 0 rgba(138, 149, 158, 0.4);
  overflow: hidden;
}
.global-youtube-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e6ebf2;
}
.global-youtube-popup__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #06283d;
}
.global-youtube-popup__close {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.global-youtube-popup__close svg {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid transparent;
}
.global-youtube-popup__close:hover svg {
  background: #e6ebf2;
}
.global-youtube-popup__body {
  padding: 0;
}
.global-youtube-popup__body.videoframe iframe {
  display: block;
  width: 100%;
  height: 75vh;
  border: none;
}
/* Dark mode */
.js-dark .global-youtube-popup__content { background: #262A30; }
.js-dark .global-youtube-popup__header { border-bottom-color: #464a4f; }
.js-dark .global-youtube-popup__title { color: #fff; }
.js-dark .global-youtube-popup__close:hover svg { background: rgba(255, 255, 255, 0.1); }
.js-dark .global-youtube-popup__close svg path { fill: #d7dbe4; }

.grid-listing li h5.card-title,header #header-main-menu li a,.toggle-menu > li > a,#header-toggle-menu .sub-menu li a,.footer ul li > a, label.form-label.label_notic a, .form-label.notice-text a, .custom-latest-resource-title{ padding-bottom: 2px;display: inline;line-height: 1.2;background: linear-gradient(transparent, transparent);background-size: 100% 6px;background-repeat: no-repeat;background-position: 0 calc(100% - 6px);box-decoration-break: clone;-webkit-box-decoration-break: clone; }

.footer ul li{ margin-bottom: 12px; }

.grid-listing li:hover h5.card-title,#header-toggle-menu > li > a:hover, #header-main-menu > li > a:hover, .sub-menu li a:hover, #header-toggle-menu > li:nth-last-child(4) > a span:hover, .listing-inner > ul > li > :hover .span-text, .cards-listing-section li:hover .card-title,#header-toggle-menu .sub-menu li a:hover, .industry-list-section .grid-industry_list li:hover .card-title,
label.form-label.label_notic a:hover, .form-label.notice-text a:hover, .custom-latest-resource-title:hover{ background: linear-gradient(#dfe2e5, #dfe2e5);background-size: 100% 6px; background-repeat: no-repeat;background-position: 0 calc(100% - 6px);box-decoration-break: clone;-webkit-box-decoration-break: clone; }

.toggle-menu > li.active.parent > a,header #header-main-menu li.active.parent > a,#header-toggle-menu .sub-menu li.current-menu-item a {
  background: linear-gradient(#D9EAF4, #D9EAF4);background-size: 100% 6px; background-repeat: no-repeat;background-position: 0 calc(100% - 6px);box-decoration-break: clone;-webkit-box-decoration-break: clone;
}
.js-dark .grid-listing li:hover h5.card-title,.js-dark #header-toggle-menu > li > a:hover, .js-dark #header-main-menu > li > a:hover, .sub-menu li a:hover, .js-dark #header-toggle-menu > li:nth-last-child(4) > a span:hover, .js-dark .listing-inner > ul > li > :hover .span-text, .js-dark .cards-listing-section li:hover .card-title, .js-dark .footer ul li > a:hover,.js-dark #header-toggle-menu .sub-menu li a:hover,.footer ul li > a:hover,.js-dark .industry-list-section .grid-industry_list li:hover .card-title, .js-dark label.form-label.label_notic a:hover, .js-dark .form-label.notice-text a:hover, .js-dark .custom-latest-resource-title:hover{background: linear-gradient(rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.10));background-size: 100% 6px; background-repeat: no-repeat;background-position: 0 calc(100% - 6px);box-decoration-break: clone;-webkit-box-decoration-break: clone; }
.js-dark .toggle-menu > li.active.parent > a,.js-dark header #header-main-menu li.active.parent > a,.js-dark #header-toggle-menu .sub-menu li.current-menu-item a { padding-bottom: 4px;
  background: linear-gradient(rgb(116 194 237 / 15%), rgb(116 194 237 / 15%));background-size: 100% 6px; background-repeat: no-repeat;background-position: 0 calc(100% - 6px);box-decoration-break: clone;-webkit-box-decoration-break: clone;
}

.slider-image_content .slider-content_txt h3 { color: #06283D;font-size: 24px;font-style: normal;font-weight: 600;line-height: 30px; }
.slider-image_content .slider-image img{ width: 50px;height: 50px; }
.purpose-slider-wrapper .slider-image_content{ min-height: 420px;background: #fff; }
.js-dark .purpose-slider-wrapper .slider-image_content{ background: #262a30; }
 

.partner_choose_desc .elementor-element.icc_bannerbtn .btn-sec_gap, .partner_tech_desc .elementor-element.icc_bannerbtn .btn-sec_gap {align-items: flex-start;flex-direction: column;}
.partner_choose_desc .elementor-element.icc_bannerbtn .btn-sec_gap .theme-btn, .partner_tech_desc .elementor-element.icc_bannerbtn .btn-sec_gap .theme-btn {max-width: fit-content;}
  



@media(max-width: 768px){
  .global-youtube-popup__body { padding: 10px 15px; }
}