/* =====================
  Primary Button
=========================*/
.primary-btn {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  padding: 12px 16px;
  border: 2.5px solid;
  clip-path: inset(-1px round 9px);
  line-height: normal;
  display: inline-block;
  text-align: center;
  color: #1B3746;
  border-image: linear-gradient(135deg, #0D1A21, #0D1A21) 1 stretch;
  transition: .3s ease-in-out all;
}

.primary-btn:hover {
  background: #0D1A21;
  color: #fff;
}

/* ===========================
  All slider common nav styles
============================== */

.slider-nav-wrapper .slider-nav-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(226, 239, 244, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out all;
}

.slider-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.slider-nav-wrapper .slider-nav-arrow svg {
  stroke: rgba(13, 26, 33, 1);
}

.slider-nav-wrapper .slider-nav-arrow:hover {
  background: rgba(172, 255, 47, 1);
}

/*=====================
  Hero Slider
 ======================= */
.hero-slider-area {
  position: relative;
}

.hero-slider .swiper-slide {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-slider .swiper-slide .container {
  height: 100%;
}

.swiper.hero-slider video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  object-fit: cover;
}

.slider-left-content {
  max-width: 700px;
}

.hero-slider-absoulet-content {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.slider-left-content .hero-slider-subtitle {
  background-color: rgba(205, 255, 225, 0.16);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px 6px 6px;
  color: #fff;
  border-radius: 100px;
}

.hero-slider-content {
  height: 100%;
  position: relative;
  z-index: 33;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 32px;
}

.slider-left-content .hero-slide-title {
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  margin: 10px 0 16px;
}

.hero-slide-description {
  font-size: 20px;
  font-weight: 500;
  color: rgba(226, 239, 244, 1);
  margin-bottom: 40px;
}

.hero-slider-content .hero-slider-btn {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  padding: 12px 16px;
  border: 2.5px solid;
  clip-path: inset(-1px round 9px);
  color: #fff;
  border-image: linear-gradient(135deg, #fff, #fff) 1 stretch;
  line-height: normal;
  display: inline-block;
  text-align: center;
  transition: .3s ease-in-out all;
}

.hero-slider-content .hero-slider-btn:hover {
  background: #fff;
  color: #0D1A21;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 8, 26, 0) 38.15%, rgba(1, 6, 19, 0.3) 61.14%, rgba(1, 4, 13, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}

/* slider progress css */
.hero-progress-wrapper {
  position: absolute;
  bottom: 40px;
  z-index: 15;
  width: 100%;
}

.progress-bars-container {
  width: 100%;
  display: flex;
  gap: 20px;

}

.progress-container {
  width: 100%;
  background: rgba(178, 178, 178, 1);
}

.progress-bar {
  background-color: rgba(255, 255, 255, 1) !important;
  height: 2px;
}

.progress-bars-container {
  bottom: 40px;
}

.slider-progress-content {
  position: absolute;
  top: 0;
  left: 0;
}

.slider-progress-conetnt-wrap {
  position: relative;
}

.slider-progress-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.slider-progress-content img {
  margin-top: 2px;
}

.hero-mobile-video {
  display: none;
}


.hero-left-shape {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 3;
  height: 100%;
  z-index: 3;
}


.hero-bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  z-index: 3;
}

.hero-bottom-shape img {
  width: 100%;
}

.hero-left-shape img {
  height: 102.4%;
}


/*=====================
  Testimonial Slider
 ======================= */
.testimonial-slider-content {
  background: rgba(241, 247, 249, 1);
  padding: 30px;
  display: flex;
  gap: 130px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-slider-content-wrap h3 {
  font-size: 48px;
  margin-bottom: 16px;
  color: rgba(13, 26, 33, 1);
}

.testimonial-slider-content-wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.swiper.testimonial-slider {
  overflow: visible;
}

/*=======================
   Services Slider 
 ======================= */
.services-slider .swiper-slide {
  background-color: #E2EFF4;
  padding: 40px;
}

.services-slider-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.services-slider-content .service-card-thumb {
  width: 100%;
  height: 100%;
}

.services-slider-content h3 {
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(13, 26, 33, 1);
}

.services-slider-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.services-slider.swiper {
  overflow: visible;
}


/* --------------------------
FAQ widger Css
----------------------------*/

.accordion-wrapper .faq-card {
  border: none;
  background-color: #F3F3F2;
  padding: 28px;

}

.accordion-wrapper .faq-card+.faq-card {
  margin-top: 24px;
  padding-top: 24px;
}

.accordion-wrapper .faq-card .faq-card-header {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.faq-card-header .faq-question {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  pointer-events: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-top: 12px;
}

.faq-card.active .faq-arrow-wrap {
  transform: rotate(180deg);
}

.faq-card .faq-card-body {
  font-size: 18px;
  color: #384250;
  padding: 0;
  padding-right: 60px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.108px;
  margin-top: 20px;
}

.faq-card:last-child {
  margin-bottom: 0 !important;
}

/* ============================
  Blog Feature With List Widget
 ============================== */
.feature-blog-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.feature-blog-wrapper.no-featured {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: auto;
}

.feature-blog-wrapper.no-featured .feature-blog-item-thumb {
    width: 36%;
}

.feature-blog-cats {
  padding: 12px;
  background: rgba(226, 239, 244, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.feature-blog-cats a {
  color: rgba(68, 34, 234, 1);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
}

.feature-blog-cat-dot {
  width: 8px;
  height: 8px;
  background: rgba(68, 34, 234, 1);
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(13, 26, 33, 1);
}

.feature-blog-title a {
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 10px;
  display: block;
}

article.feature-blog-item {
  display: flex;
}

.feature-blog-item-title a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  margin-top: 10px;
  color: rgba(13, 22, 35, 1);
}

article.feature-blog-item {
  display: flex;
}

.feature-blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-blog-item-thumb {
  flex-shrink: 0;
}

.feature-blog-item .feature-blog-item-thumb img {
  height: 100px;
  object-fit: cover;
}

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

.feature-blog-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 60px */
}

/* ============================
  Projects Widget
 ============================== */

.projects-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.project-thumbnail {
  max-height: 390px;
  overflow: hidden;
}

.project-thumbnail img {
  height: 100%;
  width: 100%;
}

.project-item {
  background: #fff;
  padding: 20px;
}

.project-content-wrap a {
  display: block;
}

.project-content-wrap a.primary-btn {
  display: inline-block;
}

/*=======================
   Services list card 
 ======================= */

.services-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-bottom: 250px;
}

/* Grid Layout */
.services-list-area.services-grid .services-list-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-direction: unset;
  padding-bottom: 0;
}

.services-list-area.services-grid .services-list-content {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Desktop Grid Columns */
.services-list-area.grid-columns-1 .services-list-content {
  grid-template-columns: repeat(1, 1fr);
}

.services-list-area.grid-columns-2 .services-list-content {
  grid-template-columns: repeat(2, 1fr);
}

.services-list-area.grid-columns-3 .services-list-content {
  grid-template-columns: repeat(3, 1fr);
}

.services-list-area.grid-columns-4 .services-list-content {
  grid-template-columns: repeat(4, 1fr);
}

/* No animation class - static positioning */
.services-list-area.no-animation .services-list-content {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
}

.services-list-area.no-animation .services-list {
  padding-bottom: 0;
}

.services-list-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  background-color: #E2EFF4;
  padding: 40px;
  transition: opacity 0.35s ease;
}

.services-list-content .service-card-thumb {
  width: 100%;
  height: 100%;
}

.services-list-content a {
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 16px;
  color: rgba(13, 26, 33, 1);
  display: inline-block;
}

.services-list-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.services-list.swiper {
  overflow: visible;
}

.service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.service-feature-single {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-feature-single .service-feature-icon {
  max-width: 16px;
  margin-top: 2px;
}

.service-feature-single .service-feature-title {
  line-height: 1em;
  font-size: 18px;
  font-weight: 600;
  color: rgba(13, 26, 33, 1);
}

.service-feature-title {
  margin: 0px !important;
}

.services-list-content-wrap a {
  transition: all .3s ease-in-out;
}

.services-list-content-wrap a:hover {
  color: #333333;
}

/* ============================
  Blog List Widget
 ============================== */
.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

a.blog-list-item-thumb {
  display: block;
  width: 100%;
}

a.blog-list-item-thumb img {
  width: 100%;
}

.blog-list-item-cats {
  padding: 12px;
  background: rgba(226, 239, 244, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.blog-list-item-cats a {
  color: rgba(68, 34, 234, 1);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
}

.blog-list-item-cat-dot {
  width: 8px;
  height: 8px;
  background: rgba(68, 34, 234, 1);
}

.blog-list-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-list-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(13, 26, 33, 1);
}

.blog-list-item-title a {
  display: block;
}

/* ============================
  Blog List Tab Widget
 ============================== */

.blog-list-tab-nav {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgba(13, 26, 33, 0.1);
  overflow: auto;
}

.blog-list-tab-nav-item {
  padding: 12px 15px;
  background: transparent;
  flex-shrink: 0;
}

.blog-list-tab-nav-item a {
  font-size: 16px;
  font-weight: 500;
}

.blog-list-tab-nav-item.active {
  background: rgba(172, 255, 47, 1);
}

.blog-list-content-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

/* ============================
  career List Tab Widget
 ============================== */

.career-list-tab-nav {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid rgba(13, 26, 33, 0.1);
  overflow: auto;
}

.career-list-tab-nav-item {
  padding: 12px 15px;
  background: transparent;
  flex-shrink: 0;
}

.career-list-tab-nav-item a {
  font-size: 16px;
  font-weight: 500;
}

.career-list-tab-nav-item.active {
  background: rgba(172, 255, 47, 1);
}

.career-list-content-tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.career-list-item-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}


.career-list-item-cats {
  padding: 12px;
  background: rgba(226, 239, 244, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.career-list-item-cats a {
  color: rgba(68, 34, 234, 1);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
}

.career-list-item-cat-dot {
  width: 8px;
  height: 8px;
  background: rgba(68, 34, 234, 1);
}

.career-list-item-title a {
  display: block;
}

/* ===========================
  Career Load More Button
============================== */
.career-load-more-container {
  text-align: center;
  margin-top: 40px;
  padding: 20px 0;
}

.career-load-more-btn {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  padding: 12px 16px;
  border: 2.5px solid;
  clip-path: inset(-1px round 9px);
  line-height: normal;
  display: inline-block;
  text-align: center;
  color: #1B3746;
  border-image: linear-gradient(135deg, #0D1A21, #0D1A21) 1 stretch;
  transition: .3s ease-in-out all;
}

.career-load-more-btn:hover {
  background: #0D1A21;
  color: #fff;
}

.career-load-more-btn.loading {
  cursor: not-allowed;
  opacity: 0.7;
}

.career-load-more-btn.loading:hover {
  background: transparent;
  color: #0D1A21;
  transform: none;
}

/* Spinner Animation */
.career-load-more-btn .spinner {
  width: 20px;
  height: 20px;
  animation: rotate 1.5s linear infinite;
}

.career-load-more-btn .spinner .path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1.25s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/* ===========================
  Map with dot widget
============================== */

@keyframes dot-blink {
  /* 0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  } */
}

@keyframes dot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }

  70% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}

.map-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.map-img {
  display: block;
  width: 100%;
}

.map-img img {
  display: block;
  width: 100%;
  height: auto;
}

.map-single-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.map-dot-inner {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  animation: dot-blink 1.8s ease-in-out infinite;
}

.map-dot-pulse {
  display: block;
  width: var(--dot-pulse-size, 32px);
  height: var(--dot-pulse-size, 32px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  z-index: 1;
  animation: dot-pulse 1.8s ease-out infinite;
}

/* SVG overlay – auto-drawn connector lines */
.map-lines-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

/* Label wrapper – independently positioned from its dot */
.map-dot-label-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}

/* Label box */
.map-dot-label {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  background-color: #0D1A21;
  border-radius: 6px;
  padding: 6px 12px;
  pointer-events: none;
}

/* Main label text */
.map-dot-label-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}

/* Sub label text */
.map-dot-label-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 1px;
}

/* Custom per-dot arrow image (positioned & rotated by JS) */
.map-dot-arrow-img {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  display: none;
}


/* Career page slider nav arrow exta style.*/
.swiper-extra-nav .swiper-button-next,
.swiper-extra-nav .swiper-button-prev {
  position: inherit;
}

.swiper-extra-nav .swiper-button-next::after,
.swiper-extra-nav .swiper-button-prev::after {
  display: none;
}

.swiper-extra-nav .swiper-button-next,
.swiper-extra-nav .swiper-button-prev {
  background-color: #FFFFFF;
}

.swiper-extra-nav .swiper-button-next:hover,
.swiper-extra-nav .swiper-button-prev:hover {
  background-color: #ACFF2F;
}

.swiper-extra-nav .swiper-button-next.swiper-button-disabled,
.swiper-extra-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;

}


/* Overlay Background */
.dcs-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
}

/* Close Button */
#dcs-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: 0.3s;
}

#dcs-close-btn:hover {
    color: #ff4d4d;
}

/* Popup Image Style */
.dcs-popup-content {
    max-width: 85%;
    max-height: 85%;
    border-radius: 8px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    cursor: default;
}

.dcs-popup-img img{
	cursor:pointer;
}

.dcs-popup-img img {
    transition: transform 0.3s ease; 
}

.dcs-popup-img img:hover{
    transform: scale(1.05);
}




