.grid-list ul, 
.card-item__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

.grid-list ul li,
.card-item__content._has_ul ul li,
.info-txt__wrap._has_ul ul li{
  position: relative;
  padding-left: 28px;
}
.grid-list ul li::before,
.card-item__content._has_ul ul li::before, 
.grid-list.cols-2 .info-txt__wrap._has_ul ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-top: 0.6em;
  background-color: currentColor;
  border-radius: 50%;
}

.info-list__item::before,
.grid-list.cols-2 > li::before{
  display: none;
}
.grid-list ul li.info-list__item{
  padding-left: 0;
}
@media (min-width: 667px) {
  .grid-list.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
  color:#1ea5fd;
}

.btn--outline:hover .icon,
.btn--primary:hover .icon {
  right: -5px;
}


.card-item__content._has_ul ul.grid-list li{
  padding-left: 0px;
}


.current-page-ancestor .nav-list__link::before {
  opacity: 1;
}


body.admin-bar .wrapper{
  margin-top: 32px;
}
@media (max-width: 1023px) {

  body.admin-bar .nav-drop {
    height: calc(100vh - 32px);
  }
}

body.admin-bar.nav-active .nav-drop {
  top: 32px;
}

.btn .icon{
  display: initial;
}

.brand-center .grid-list .asset-card__content {
  justify-content: flex-start;
}
.brand-center .grid-list ul.link-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  margin: 0;
}
.brand-center .grid-list ul.link-list li{
    padding-left: 0;
}
.brand-center .grid-list ul.link-list li::before{
  display:none;
}

/*form*/

.frm-show-form .frm_form_field > .frm_primary_label{
  display: block;
  font-size: var(--label-fz);
  color: var(--label-color);
}

.frm-show-form input[type="text"], 
.frm-show-form input[type="email"], 
.frm-show-form input[type="tel"], 
.frm-show-form input[type="url"], 
.frm-show-form input[type="number"], 
.frm-show-form select,
.frm-show-form textarea {
  display: block;
  -webkit-appearance: none;
  outline: none;
  font-size: 18px;
  max-width: 100%;
  letter-spacing: -0.01em;
  height: 60px;
  padding: 0;
  color: #5f5f68;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 0;
}

.frm_form_field.form-field.vertical_radio .frm_opt_container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}
.frm_form_field.form-field.vertical_radio .frm_opt_container label{
   font-size: var(--label-fz);
  color: var(--label-color);
}

.frm-show-form .frm_fields_container .frm_form_field {
    margin-top: 20px;
}

.frm-show-form .frm_submit .frm_button_submit{
  width: 100%;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  padding: 9px 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  vertical-align: middle;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.35s ease;
}

.frm-show-form .frm_submit .frm_button_submit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(95.25deg, #0056b8 0.63%, #1ea5fd 99.38%);
  transition: right 0.4s ease-in-out;
}

.brand-center .grid-list ul.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  margin: 0;
}

.brand-center .grid-list ul.link-list a.link {
  display: block;
  text-decoration: underline;
  color: #1ea5fd;
  text-align: left;
  padding: 0;
}

.header__Container-sc-259d7ac6-0.jbcXGH{
  text-align: left;
}

.footer-holder__title {
  color: #000000;
  font-weight: bold;
}
.footer-menu {
  margin: 0 0 20px 0;
}
.footer-holder__item {
  gap: 10px;
}
@media (min-width: 667px) {
  .footer-holder__item {
    gap: 10px;
  }
}

.menu__link._mobile{
  display: none;
}

.menu__link._desktop{
  display: block;
}


.sub-menu__subtitle .icon {
  margin-top: 20px;
}

.sub-menu__link._large {
  display: none;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 12px;
  padding-top: 0;
}

.feature-card__visual.team-thumb{
  height: auto;
  aspect-ratio: 1 / 1;
}

section.v1 .service-card .btn{
  margin-top: 20px;
}

.copyrights-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logos{
  display: flex;
  align-items: center;
}

.footer-logos .logo-item{
  width: 70px;
}

.video-embed-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Makes the video non-interactive */
  z-index: 1;
}

.video-embed-container iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100%;
  min-width: 177.77vh; /* 16:9 aspect ratio */
  transform: translate(-50%, -50%);
}

#external-link-modal{
  display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
}

.modal-content{
  background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 600px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); color:#000;
}

#external-link-cancel{
  margin-right: 10px;
}

.pre-header-bar{
  font-size: 14px;
  background-color: #fff;
  padding: 10px 0 0;
}

.pre-header-bar .pre-header-logo{
  width: 38px;
  flex-shrink: 0;
}

.pre-header-bar .container{
  display: flex;
  align-items: center;
  gap: 8px;

}
.menu-hidden{
  display: none;
}

header.header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}


/* Medium screens and up */
@media (min-width: 768px) {
  header.desktop__sticky.active-header {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s forwards;
  }

  header.desktop__sticky.active-header .header-notification,
  header.desktop__sticky.active-header .pre-header-bar{
    display: none;
  }

}


/* Mobile screens */
@media (max-width: 767px) {
  header.mobile__sticky.active-header {
    position: fixed;
    transform: translateY(-100%);
    animation: slideDown 0.5s forwards;
  }

  header.mobile__sticky.active-header .header-notification,
  header.mobile__sticky.active-header .pre-header-bar{
    display: none;
  }
  
}



@media (max-width: 1023px) {
  .menu__link._mobile{
    display: block;
  }

  .menu__link._desktop{
    display: none;
  }
  .sub-menu__link._large {
    display: block;
  }

  .header-btns.hidden-md .btn.btn--outline{
    display: none;
  }

  .header-btns{
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
  }
}

@media (max-width:767px){
  .copyrights-wrapper{
    flex-direction: column;
    gap: 15px;
  }

  .pre-header-bar .container{
    align-items: flex-start;
  }

  .pre-header-bar .pre-header-logo{
    padding-top: 4px;
  }

  .pre-header-bar{
    line-height: 120%;
  }
}



/* Basic Swiper CSS for headerSlider */
.headerSlider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.headerSlider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.headerSlider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 593px;
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}

/* Navigation arrows */
.headerSlider .swiper-button-next,
.headerSlider .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
}

.headerSlider .swiper-button-next:after,
.headerSlider .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.headerSlider .swiper-button-next {
  right: 10px;
  left: auto;
}

.headerSlider .swiper-button-next:after {
  content: 'next';
}

.headerSlider .swiper-button-prev {
  left: 10px;
  right: auto;
}

.headerSlider .swiper-button-prev:after {
  content: 'prev';
}

.headerSlider .swiper-button-next.swiper-button-disabled,
.headerSlider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* Pagination */
.headerSlider .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.headerSlider .swiper-pagination.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.headerSlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
  margin: 0 4px;
  transition: opacity 0.3s;
}

.headerSlider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* Optional: Custom styling for better appearance */
.headerSlider .swiper-button-next,
.headerSlider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.headerSlider .swiper-button-next:after,
.headerSlider .swiper-button-prev:after {
  font-size: 16px;
}

.headerSlider .swiper-button-next:hover,
.headerSlider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 1);
}

.headerSlider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
}

.headerSlider .swiper-pagination-bullet-active {
  background: #fff;
}


@media (min-width: 1024px){
  .headerSlider .swiper-slide {
    padding: 70px 0;
    min-height: 600px;
  }
}

@media (min-width: 1024px){
  .headerSlider .swiper-slide {
    min-height: 726px;
  }

  .section-hero:has(.headerSlider){
    padding: 10px 0;
  }
}