:root {
    --primary-color: #0e2A19;
    --secondery-color: #CCFF31;
    --title-color: #fff;
    --warning-color: #0e2431;
    --success-color: #0e2431;
    --danger-color: #0e2431;
    --info-color: #0e2431;
    --dark-color: #081A0F;
    --ligt-color: #0e2431;
    --body-color: #0e2A19;
    --body-secondary: #8CA495;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0px !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.se-button {
  position: relative;
  color: var(--dark-color);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 2px 18px 2px 2px;
  background: var(--secondery-color);
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
}


.se-button span {
  width: 44px;
  height: 44px;
  background: #081a0f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  transition: transform 0.7s ease-in-out, background 0.7s ease;
  z-index: 2;
}

.se-button span i {
  color: var(--title-color);
  font-size: 16px;
}


.se-button .btn-text {
  transition: transform 0.5s ease-in-out;
}


.se-button:hover span {
  transform: translateX(170px); 
  background: var(--secondery-color);
}

.se-button:hover .btn-text {
  transform: translateX(-40px); 
}

.se-button:hover span i {
  color: var(--body-color);
}

.se-button:hover {
  color: var(--secondery-color);
  background-color: var(--dark-color);
}

.faqacc-header {
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqacc-item {
    background: var(--dark-color);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faqacc-header .faq-icon {
    transition: transform 0.9s ease-in-out;
}

.faqacc-header.active .faq-icon {
    transform: rotate(180deg);
    transition: transform 0.9s ease-in-out;
}

.faqacc-header.active .faq-icon svg path {
    fill: var(--secondery-color);
}

.faqacc-content p {
    color: var(--body-secondary);
    padding-right: 20px;
    margin-bottom: 0px !important;
}

/* Blog */

.blog-wrap {
  display: grid;
  grid-template-columns:repeat(var(--grid_columns),1fr)
}

.se-insight-inner img {
    margin: 27px;
    height: 163px;
    width: 150px;
    transition: ease-out all 0.9s;
    object-fit: cover;
}

.se-insight-inner:hover .hover-circle {
    opacity: 1;
    transform: translateY(0) scale(1);
}


.se-insight-inner {
  height: 425px;
  overflow: hidden;
  position: relative;
  background: var(--dark-color);
}

.se-insight-title {
  padding: 25px;
  position: absolute;
  bottom: 0;
}

.se-insight-inner:hover img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.se-insight-inner:hover .se-insight-title {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  width: 100%;
}

.se-insight-content:hover .date-of-insight {
  color: var(--title-color);
}

.date-of-insight {
  text-align: right;
  margin-top: 20px;
  margin-right: 20px;
  color: var(--body-secondary);
  position: absolute;
  top: 0;
  right: 0;
}

.se-insight-title h4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    color: var(--title-color);
}

.hover-circle {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    background: var(--secondery-color);
    color: var(--dark-color);
    padding: 10px 15px;
    border-radius: 100%;
    text-align: center;
    top: 0;
    left: 0;
    height: 156px;
    width: 156px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(30px) scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 8;
}

/*******************************
            Service
********************************/

.service-content-wrap h3 {
    font-weight: 500;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--title-color);
}

.se-service-inner-exerpt p {
  color: var(--title-color);
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  /* margin-bottom: 40px; */
  display: block;
}

.se-service-inner-exerpt ul li {
  font-size: 18px;
  margin-bottom: 14px;
  color: var(--title-color);
  position: relative;
  /* padding-left: 14px; */
  list-style: none;
  padding: 0;
  line-height: 28px;
}


.service-content-wrap {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    overflow: visible;
    margin-bottom: 40px;
}

.service-content-wrap:hover .hover-circle {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.post-item a:hover .hover-circle {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.wcf--scroll-elements {
    display: flex;
    gap: 40px;
    position: relative;
}

/* Navigation */
.wcf--scroll-elements .scroll-nav-bar {
    width: 55%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.wcf--scroll-elements .scroll-title {
    cursor: pointer;
    transition: .3s;
    color: var(--body-secondary);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0px;
}

.wcf--scroll-elements .scroll-title.active,
.wcf--scroll-elements .scroll-title:hover {
    cursor: pointer;
    color: var(--secondery-color);
}

.wcf--scroll-elements .scroll-title i,
.wcf--scroll-elements .scroll-title svg {
    align-self: start;
    margin-top: 5px;
    margin-right: 10px;
    width: 1em;
    height: 1em;
}

/* Content Wrap */
.wcf--scroll-elements .scroll-content-wrap {
    display: flex;
    gap: 60px;
    flex: 1;
}

/* Images */
.wcf--scroll-elements .scroll-images {
    width: 50%;
    position: relative;
}

.wcf--scroll-elements .scroll-images .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.wcf--scroll-elements .scroll-images .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: -1;
}

/* Content */
.wcf--scroll-elements .scroll-contents {
    flex: 1;
}


.single-content {
    /* padding: 165px 0px 165px 0px; */
    height: 100vh;
    display: flex;
    align-items: center;
}

.se-service-inner-exerpt ul li a:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #CCFF31;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.se-service-inner-exerpt ul li a {
  padding-left: 30px;
  transition: color 0.3s ease;
  color: var(--title-color);
}

.se-service-inner-exerpt ul li a:hover {
  color: var(--title-color);
}

.scroll-nav-wrap {
	position: relative;
	height: 100%;
}

.scroll-nav-bar {
	position: relative;
}

.se-service-inner-exerpt ul {
    padding: 0;
    margin: 0;
}

.se-service-inner-exerpt ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
  .scroll-images,
  .scroll-nav-bar {
      display: none;
  }
  .single-content {
    height: 80vh;
  }

  .wcf--scroll-elements .scroll-nav-bar {
    height: 80vh;
  }

  .service-content-wrap h3 {
    font-size: 42px;
  }

} 

/* Mobile */
@media (max-width: 767px) {
  .scroll-images,
  .scroll-nav-bar {
        display: none !important;
    }

  .single-content {
    height: 80vh;
  }

  .wcf--scroll-elements .scroll-nav-bar {
    height: 80vh;
  }
  .wcf--scroll-elements {
    gap: 0px;
  }
  .service-content-wrap h3 {
    font-size: 36px;
  }
}

/*********************************
          Project Section
**********************************/

.project-content {
  /* padding: 140px 0px 100px; */
}

.project-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.project-wrap,
.slide-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 8;
  display: flex;
  height: 100vh;
}

.slide__outer,
.slide__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.slide__heading {
    align-self: end;
    margin-top: 40px;
}

.slide__img-cont {
    margin-top: 4rem;
    overflow: hidden;
}

.slide__img-cont img {
    height: 420px;
    object-fit: cover;
    width: 875px;
    overflow: hidden;
}
.slide__content {
    margin-top: -150px;
}
.overlay__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
}

.overlay__img-cont {
    position: relative;
    overflow: hidden;
    width: 875px;
    height: 420px;
}

.overlay__img-cont img {
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.overlay__count {
    font-weight: 500;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    color: var(--title-color);
    position: relative;
    margin-bottom: 30px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.all-project {
  transition: opacity .6s ease-in-out;
  text-align: right;
  margin-top: 40px;
  
}

.all-project a:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    background: #CCFF31;
    bottom: -5px;
    left: 0;
}

.all-project.show-btn {
  opacity: 1;
  pointer-events: auto;
}

.all-project a {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    cursor: pointer;
    color: var(--title-color) !important;
}

/**************************************
          Project Page
**************************************/

.project-box {
  position: relative;
  height: 400px;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.project-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.project-box:hover .project-bg {
  transform: scale(1.2);
}

.project-item {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  align-content: end;
  background: #00000072;
}

.project-content h6 {
  transition: all 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
  /* width: 80%; */
  /* font-family: Creato Display; */
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
}

/* .project-box:hover h6 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
} */
 

.project-main-wrapper {
  display: grid;
  grid-template-columns:repeat(var(--grid_columns),1fr)
}

@media (max-width: 1024px) {
  .overlay__img-cont
  {
      width: 650px;
      height: 295px;
  }

  .slide__img-cont img
  {
    width: 650px;
    height: 295px;
  }

  .slide__heading {
      width: 45%;
  }

}

@media (max-width: 768px) {
  .slide__container {
      display: flex;
      flex-direction: column-reverse;
      gap: 20px;
  }
  .slide__heading {
      width: 100%;
  }
  .slide__heading {
    align-self: start;
  }

  .overlay__count {
    font-size: 48px;
  }
  .overlay__content{
    margin-top: 300px;
  }
  .slide__img-cont img {
    width: 610px;

  }

}

/*************************************
            Job Section
**************************************/

.se-opening-section {
  margin-top: 140px;
}

.se-opening-label {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #ccff31 !important;
  margin-bottom: 8px;
  text-align: left;
}

.se-opening-title {
  font-size: 80px;
  line-height: 96px;
  font-weight: 500;
  margin-bottom: 60px;
}

.job-headline {
  margin-bottom: 100px;
}

.se-job-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.se-job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--dark-color);
  padding: 24px;
}

span.se-job-level {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--body-secondary);
}

.se-job-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0px;
  color: var(--body-secondary);
}

.job-title h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    color: var(--title-color);
}

.job-time-title {
  display: flex;
  align-items: center;
  gap: 70px;
}

.job-time-title span svg {
  height: 15px;
}
.se-job-item:hover .se-job-level {
  color: var(--secondery-color);
}

.se-job-item:hover .job-time-title span svg path {
  stroke: var(--secondery-color);
}

.se-hero-serice-name ul {
  text-align: right;
  padding: 0;
  margin: 0;
}

.se-hero-serice-name ul li {
  list-style: none;
  margin-bottom: 18px;
}

.se-hero-serice-name ul li:last-child {
  margin-bottom: 0;
}

.se-hero-serice-name ul li a {
  color: var(--title-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.se-hero-serice-name ul li a span {
    margin-right: 8px;
}

.se-hero-serice-name ul li a:hover svg {
  transform: rotate3d(10, 0, -20, 45deg);
}

.se-hero-serice-name ul li a svg {
  transition: transform 0.9s ease-in-out; 
}

.se-hero-serice-name ul li a:hover svg path {
  stroke: var(--secondery-color);
}

.se-hero-serice-name ul li a:hover {
  color: var(--secondery-color);
}

.normal-btn .icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.normal-btn
 {
    display: flex;
    align-items: center;
}

.normal-btn-wrap .nml-btn-txt {
  flex: 1;
  text-align: left;
}

.wp-block-heading {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 16px;
}

.elementor-kit-6 p {
    margin-block-end: 0px;
    margin-bottom: 40px;
}

ul.wp-block-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.social-share {
    display: flex;
    gap: 24px;
}

.se-blog-featured-image img {
    object-fit: cover;
    object-position: center center;
}

/**************************************
            Header
***************************************/

nav.main-menu > ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

.primary-header {
    display: flex;
    align-items: center;
    gap: 70px;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item.has-mega-menu {
    position: relative;
}

nav.main-menu ul.primary-menu > li > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 0px;
    padding: 0px 8px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

nav.main-menu ul.primary-menu > li > a:hover {
  color: var(--secondery-color);
} 

.services-mega-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .35s ease;
    position: absolute;
    left: -325px;
    top: 50px;
    z-index: 999;
    background: var(--body-color);
    padding: 32px;
    box-shadow: 15px 30px 32px 0 rgba(0, 0, 0, 0.25);
    width: 1200px;
}

.menu-item.has-mega-menu:hover .services-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.services-mega-menu .mega-col h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0px;
  color: var(--title-color);
  margin-bottom: 24px !important;
}

nav.main-menu ul li.has-mega-menu .mega-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-col ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--body-secondary);
  padding-bottom: 8px;
  padding-top: 8px;
}

.mega-col.swfcat-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swf-catlist h6 {
    margin-bottom: 8px !important;
}


nav.main-menu > ul > li a i {
    /* margin-left: 8px; */
    display: inline-block;       
    transition: transform 0.7s ease; 
}


nav.main-menu > ul > li:hover a i {
    transform: rotate(180deg);
}

.site-header {
    display: block;
  }

.primary-tablet-menu {
  display: none; 
}

.primary-mobile-menu {
  display: none;
}

nav.main-menu ul li {
    list-style: none;
}

nav.main-menu ul li a {
    color: #A5C5B1;
}

/****************************
      multistep form
****************************/


.popup-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    padding: 70px;
    border-right: 4px solid #CCFF31;
}

.popup-modal.active {
    display: flex;
}

.popup-content {
    background: #0E2A19;
    padding: 24px;
    max-width: 544px;
    width: 100%;
    color: white;
    position: absolute;
    border-left: 4px solid var(--secondery-color);
    box-shadow: 0 8px 40px 0 #011007;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.form-step h6 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.form-step span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
    position: relative;
    padding-left: 12px;
    margin-bottom: 32px;
    display: block;
}

.form-step span:before {
    width: 4px;
    height: 4px;
    background: var(--secondery-color);
    content: "";
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50px;
}

span.close-popup {
    width: 24px;
    height: 24px;
    background: #CCFF31;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    right: 24px;
    cursor: pointer;
}

.form-step input ,.form-step textarea {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    border-bottom: 1px solid #8CA495;
    font-size: 16px;
    line-height: 1.7em;
    padding: 8px 20px 0px 30px;
    color: #fff;
}

.next-step , .prev-step {
    background: transparent;
    border: none;
    padding: 0;
}

.next-step i,.prev-step i {
    color: #CCFF31;
    font-size: 24px;
    position: absolute;
    right: 18px;
}

.prev-step i {
    right: 45px;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}


.input-icon i {
    position: absolute;
    left: 0px;
    top: 14px;
    /* transform: translateY(-42%); */
    color: var(--secondery-color);
    font-size: 16px;
}

.input-icon input::placeholder {
    color: #8CA495;
}

.input-icon input:focus {
    outline: none;
    border-bottom-color: var(--secondery-color);
}

.inpu-icon-message i {
    top: 20px;
}

/* Error message */
.error-msg {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
    display: none;
}

/* Shake animation */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.4s;
}

/* Disabled button */
button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Success screen */
.success-screen {
    display: none;
    text-align: center;
    color: #fff;
}

.success-screen h4 {
    color: #7CFF6B; 
    margin-bottom: 10px;
}

.back-to-top {
  cursor: pointer;
}



.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}


.input-icon input,
.input-icon textarea,
select {
    width: 100%;
    padding: 10px;
}

/* Toast */
.toast {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 14px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20px);
    transition: .3s ease;
    z-index: 99999;
}
.toast.show {
    opacity: 1;
    transform: translateY(0);
}
.toast.success { background: #16a34a; }
.toast.error { background: #dc2626; }

.input-name input {
    border: none !important;
}

.input-name {
    border-bottom: 1px solid #A5C5B1;
    position: relative;
    padding-left: 10px;
}
.input-icon {
    position: relative;
}

.input-icon textarea {
    padding-left: 30px;
}

.form-step select {
    display: block;
    border: none;
    outline: none;
    padding: 0;
    padding-bottom: 15px;
    background: #0E2A19;
    color: var(--title-color);
    border-bottom: 1px solid var(--secondery-color);
    box-shadow: none;
}

.submit-form {
  background-color: #CCFF31;
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  color: #081A0F;
}

.submit-form i {
  background-color: #081A0F;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.form-step-third {
    margin-top: 30px;
}

.form-step-third .prev-step i {
    right: 20px;
}


.list-container .icon-list-icon {
    display: inline-block;
    text-align: center; 
}
  
.list-container .list-items {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.list-container .list-items li {
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
    display: flex; 
}
.list-container .list-items li:after {
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: -5px; 
    content: "";
}
.list-container .list-items .fa {
    text-align: center; 
}
.list-container .list-items a {
    display: inherit;
    align-items: center;
}
  
.list-items.inline-items {
    display: flex;
    flex-wrap: wrap; 
}
.list-items.inline-items li:not(:last-child) {
    margin-right: 8px; 
}

.list-items li a{
  display: flex;
  align-items: center;
  width: 100%;
}

.list-container .list-items li:last-child {
  border-bottom: 0 !important;
   
}

@media (max-width: 1249px) {
  .primary-header-wrap {
        display: none;
    }

    .primary-mobile-menu {
        display: none;
    }

    /* menu start */

    .primary-tablet-menu {
        display: block;
    }

    .tablet-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-humberger {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .primary-menu-toggle {
        width: 44px;
        height: 44px;
        background: #081A0F;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .primary-menu-toggle i {
      font-size: 24px;
    }

    .tablet-menu-wrapper {
        padding: 32px;
        background: #0E2A19;
        display: flex;
        align-items: flex-start;
        position: fixed; 
        top: 0;
        width: 100%;
        z-index: 999;
        height: 100vh;
         right: -100%; 
        transition: right 0.4s ease; 
    }

    .tablet-menu-wrapper.active {
        right: 0;
    }

    ul.tablet-menu {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    ul.tablet-menu li a {
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
        display: inline-block;
    }

    .tablet-left-side {
        display: block;
        width: 30%;
    }

    .tablet-right-side {
        width: 70%;
        height: 90vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .tablet-right-side h6 {
        font-weight: 700;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0%;
        margin-bottom: 12px;
    }

    .tablet-right-side ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #8CA495;
        
    }

    .tablet-right-side ul li {
        padding: 6px 0px;
    }

    .menu-cross {
        width: 44px;
        height: 44px;
        background: #081A0F;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-cross i {
        font-size: 18px;
    }

     .se-button:hover span,
  .se-button:hover .btn-text {
    transform: none;
  }
}

@media (max-width: 767px) {
  .primary-header-wrap {
    display: none;
  }
  .primary-mobile-menu {
    display: block;
    /* padding: 22px 0px; */
  }

    .mobile-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #0E2A19;
        z-index: 9999;
        right: -100%; 
        transition: right 0.4s ease; 
        overflow-y: auto;
        padding: 18px;
    }

    .mobile-left-side ul.tablet-menu li a {
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        color: var(--title-color);
        padding: 10px 0px;
        display: inline-block;
    }

    .mobile-menu-wrapper.active {
        right: 0;
    }

    .mobile-menu-wrapper .mobile-left-side {
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .mobile-menu-wrapper.active .mobile-left-side {
        opacity: 1;
    } 

    .menu-cross {
        position: absolute;
        top: 16px;
        right: 14px;
    }
    .primary-tablet-menu {
        display: none;
    }
    .primary-menu-toggle {
        width: 40px;
        height: 40px;
        background: #CCFF31;
    }

    .primary-menu-toggle i {
        font-size: 24px;
        color: #000;
    }
    
  .popup-content{
    width: 94%;
    right: 12px;
  }
   
}
