body {
  overflow-x: hidden;
}


::-moz-selection { /* Code for Firefox */
    background: #880ED4;
    color: #fff;
  }
  
  ::selection {
    background: #880ED4;
    color: #fff;
  }


  .custom-scrollbar-y {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: transparent;
    display: none;
}

/*-----scrollbar-*/
*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff00;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #ffffff00;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #ffffff00;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0081FE;
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #0081FE;
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #0081FE;
  } 







/*--------footer--------*/
.subscription-box {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #0A142F;
  border-radius: clamp(0.3125rem, 0rem + 0.3472vw, 3.125rem);
  padding: clamp(0.3125rem, 0rem + 0.3472vw, 3.125rem);
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
}
.subscription-box p:first-child {
  width: 68%;
  display: flex;
}

.subscription-box p:last-child {
  width: 28%;
}
.subscription-box p:last-child input.subscribe-button {
  width: 100%;
  padding: clamp(0.875rem, 0rem + 0.9722vw, 8.75rem) 0;
  background-color: #0081FE;
  font-size: clamp(0.875rem, 0rem + 0.9722vw, 8.75rem);
  color: #fff;
  transition: 0.3s ease all;
}
.subscription-box p:last-child input.subscribe-button:hover {
  background-color: #8139BA;
}

.subscription-box p:first-child input#email::placeholder,
.subscription-box p:first-child input#email {
  background-color: #00000000;
  color: #0A142F!important;
  font-size: clamp(0.875rem, 0rem + 0.9722vw, 8.75rem);
}
.subscription-box > p {
  margin: 0;
}

.subscription-box > p input {
  border: none;
  font-family: "Archivo", Sans-serif;
  letter-spacing: 1px;
}

.subscription-box > p input:focus {
  border: none;
  outline: none;
}





.stl_blob {
  --size: 200px;
  position: relative;
  filter: blur(calc(var(--size) / 25));
  width: 60%;
  transition: 3s all;
  filter: blur(30px);
  }

  .stl_blob > span {
  height: var(--size);
  width: var(--size);
  position: absolute;
  display: block;
  top: calc(50% - var(--size) / 2);
  transition: 2s all 0.25s ease-in-out;
  }

  .stl_blob > span:first-child {
  left: calc(50% - var(--size) / 2);
  }

  .stl_blob > span:last-child {
  right: calc(50% - var(--size) / 2);
  }

  .stl_blob > span::before {
  content: "";
  display: block;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  background-blend-mode: color;
  transition: 2s all 0.25s ease-in-out, 1.5s opacity, background-size 1.5s;
  animation: rotate 16s infinite linear both;
  mask: radial-gradient(circle, #000 50%, transparent 50%) 50% 50% / var(--size)
      var(--size),
      radial-gradient(circle, #000 50%, transparent 50%) 110% 10% /
      calc(var(--size) / 1.3) calc(var(--size) / 1.3),
      radial-gradient(circle, #000 50%, transparent 50%) -20% 20% / calc(
  var(--size) / 1.2
      ) calc(var(--size) / 1.2),
      radial-gradient(circle, #000 50%, transparent 50%) 10% 110% /
      calc(var(--size) / 1.3) calc(var(--size) / 1.3);

  mask-repeat: no-repeat;
  }

  .stl_blob > span:last-child::before {
  animation-direction: reverse;
  }

.stl_blob > span:first-child::before {
  background: radial-gradient(circle, #a0f7fc 50%, transparent 50%) 50% 50% / 0
      0,
      linear-gradient(#ea58f8, #b28df2, #a0f7fc 40%) 50% 50% / 100% 100%;
  background-repeat: no-repeat;
  }

  .stl_blob > span:last-child::before {
  background: radial-gradient(circle, #f8a0f7 50%, transparent 50%) 50% 50% / 0
      0,
      linear-gradient(#ea58f8, #a0f7fc) 50% 50% / 100% 100%;
  background-repeat: no-repeat;
  }



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

  100% {
      transform: rotate(365deg);
  }
  }



/*-----------header-------*/
/* .stl_main_header_container .sticky-header {
  padding: 0;
  transition: 0.3s ease-out;
  position: relative;
  margin-top: 0!important;
}

.stl_main_header_container .sticky-header.scrolled {
  background-color: #fff;
  padding: clamp(0.625rem, 0rem + 0.6944vw, 6.25rem);
  border-radius: clamp(0.625rem, 0rem + 0.6944vw, 6.25rem);
  transition: 0.3s ease-in;
  border: clamp(0.0625rem, 0rem + 0.0694vw, 0.625rem) solid #5935BB;
} */


.sticky-header{
  transition: 0.3s ease all;
}
.sticky-header.scrolled{
  position: fixed;
  top: 0;
  z-index: 999;
}
.stk_desk_menu ul#menu-stl-menu > li {
  padding: 0 clamp(0.625rem, 0rem + 0.6944vw, 6.25rem);
}
.stk_desk_menu ul#menu-stl-menu > li.menu-item-has-children a.ekit-menu-nav-link {
  display: flex;
  align-items: center;
}

.stk_desk_menu ul.elementskit-dropdown.elementskit-submenu-panel {
  overflow: hidden;
}

.stk_desk_menu ul#menu-stl-menu > li.menu-item-has-children > a > i:before {
  content: "";
  width: 1.2vw;
  height: 1.2vw;
  position: relative;
  display: block;
  background-color: #000;
  margin-left: 0.1vw;
  background: url("../../assets/image/angle_arrow.svg");
  background-size: contain;
  background-position: center;
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease all;

}

.stk_desk_menu ul#menu-stl-menu > li.menu-item-has-children.submenu-open > a > i:before {
  transform: rotate(180deg);
}

.stk_desk_menu ul#menu-stl-menu > li .elementskit-dropdown-open{
  top: clamp(3.5rem, 0rem + 3.8889vw, 35rem)!important;
}



.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading > button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading {
  background-color: #F1F7FF;
  min-height: 70vh;
}
.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading button {
  background-color: #F1F7FF!important;
}
.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading button[aria-selected="true"],
.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading button:hover{
  background-color: #fff!important;
}

.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] span.e-n-tab-title-text, 
.stl_mega_menu_tab .e-n-tabs .e-n-tabs-heading button:hover span.e-n-tab-title-text {
  background-image: linear-gradient(to right, #002BBA, #8139BA);
  color: #00000000;
  background-clip: text;
}

.stl_menu_list_iconbox 
 .elementor-icon {
    border: 1px solid #E5EFFF;
}
.stl_icon_container:hover p{
  color: #8139BA!important;
}



/*------mobile----menu------*/
.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: absolute;
  right: 0!important;
  left: auto!important;
  top: 47px!important;
  width: 320px!important;
  padding: 20px;
  border: 1px solid #fff!important;
}
.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul {
  max-height: 70vh;
  overflow-y: auto;
}

.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul > li > a {
  border-radius: 12px;
}


.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul li.menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}
.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul li.menu-item-has-children a span.sub-arrow svg path{
  fill: #fff;
}
.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul li.menu-item-has-children a span.sub-arrow {
  transform: rotate(0deg);
  padding: 0!important;
  transition: 0.3s ease all;
}

.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul li.menu-item-has-children a.highlighted span.sub-arrow {
  transform: rotate(180deg);
  transition: 0.3s ease all;
}



.stl_mob_menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container > ul li.menu-item-has-children > a:focus{
  background-color: #052BBA!important;
}

.stl_mob_menu .elementor-menu-toggle {
  padding: 0!important;
}




/*----------home--page-------*/
.tailemade_icon_list ul.elementor-icon-list-items {
  display: grid!important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.stl_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stl_form .row {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.stl_form .row {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: row;
  align-items: center;
}
.stl_form .row .col_12 {
  width: 100%;
}
.stl_form .row .col_5 {
  width: 41%;
}
.stl_form .row .col_2 {
  width: 17%;
}
.stl_form .row p {
  margin: 0;
  width: 100%;
}
.stl_form .row p > label {
  width: 100%;
}
.stl_form .stl_shdl_submit_row.row {
  justify-content: space-between;
  gap: 0;
}
.stl_form .stl_shdl_submit_row.row .col_2 p,
.stl_form .stl_shdl_submit_row.row .col_2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stl_form .stl_shdl_submit_row.row span.wpcf7-spinner {
  display: none;
}
.stl_form .row p {
  font-family: "Archivo", Sans-serif;
  position: relative;
}
.stl_form .row p select,
.stl_form .row p input[type="text"],
.stl_form .row p input[type="email"]{
  border-radius: 10px;
  border: 1px solid #676666;
  padding-top: 12px;
  padding-bottom: 12px;
}

.stl_form .row p label {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 0% 2%;
  background-color: #fff;
  width: auto;
  left: 14px;
  top: -7px;
}
.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../assets/image/select.svg") no-repeat right center;
  padding-right: 30px;
  background-position: 96%;
  background-size: 10px;
}
.stl_form .row p .intl-tel-input .flag-container .selected-flag {
  background-color: #fff;
  border-radius: 10px;
}

.stl_form .stl_shdl_submit_row.row p{
  width: 100%;
}
.stl_form .stl_shdl_submit_row.row a.stl_form_in_btn, .stl_form .stl_shdl_submit_row.row input[type="submit"] {
  background-color: #6F38BA;
  border-radius: 0;
  border: 1px solid #6F38BA;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: 0.3s ease-out;
  line-height: 2.5;
}
 .wpcf7-not-valid-tip{
  display: none;
}


.stl_form .stl_shdl_submit_row.row input[type="submit"]:hover{
  background-color: #002BBA;
  border-color: #002BBA;
  transition: 0.3s ease-in;
}
.stl_form .stl_shdl_submit_row.row a.stl_form_in_btn{
  background-color: #fff;
  border-color: #6F38BA;
  color: #6F38BA;
}
.stl_form .stl_shdl_submit_row.row a.stl_form_in_btn:hover{
  background-color: #002BBA;
  border-color: #002BBA;
  color: #fff;
  transition: 0.3s ease-in;
}
.stl_form .row p input{
  font-size: 14px;
}
.stl_form .stl_shdl_submit_row.row .col_2 p {
  font-size: 16px;
  color: #676666;
}
.stl_form input.wpcf7-not-valid,
.stl_form textarea.wpcf7-not-valid,
.stl_form select.wpcf7-not-valid{
  border-color:#EB5757!important ;
}

.stl_form .full_submit.row input[type="submit"] {
  background-color: #062CB9;
  border-radius: 8px;
  padding: 12px 0;
  line-height: 1.3;
  font-size: 18px!important;
  font-weight: 600;
}




.home_post_cat_item span.elementor-heading-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}

.home_post_cat_item span.elementor-heading-title > span {
  padding: 2% 4%;
  border-radius: clamp(0.3125rem, 0rem + 0.3472vw, 3.125rem);
  background: #E0E0E0;
}

.home_loop_item .swiper-pagination .swiper-pagination-bullets {
  border: 1px solid #000000;
}
.home_loop_item .swiper-pagination {
  width: 100%!important;
  display: flex!important;
}
.swiper-pagination {
  flex-wrap: wrap;
  max-width: 100%;
}
.icon_box_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.icon_box_slider .swiper-pagination span.swiper-pagination-bullet {
  margin: 0!important;
  width: 12px;
  height: 12px;
}
 .swiper-pagination  span.swiper-pagination-bullet {
  border: 1px solid #000000!important;
  opacity: 1!important;
  background: #fff!important;
  transition: 0.3s ease all;
}
 .swiper-pagination  span.swiper-pagination-bullet:hover,
 .swiper-pagination  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000000!important;
  opacity: 1!important;
  background: #000!important;
}



/*------home page slider--------*/
.testimonial_slider {
  padding: 5% 0!important;
}
.testimonial_slider_nav_wrapper {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial_slider_nav_wrapper .testimonial_slider_nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.testimonial_slider_nav_wrapper .testimonial_slider_nav {
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(0,43,186,1) 0%, rgba(129,57,186,1) 66%)!important;
  margin: 0 0.5vw;
  color: #fff!important;
}
.testimonial_slider_nav_wrapper .testimonial_slider_nav:after {
  font-size: clamp(1.5rem, 0rem + 1.6667vw, 15rem);
}


/*-----------pricing module-----------*/
.stl_pricing_module {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.stl_pricing_module > div {
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}
.stl_pricing_module > div > div {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  padding: 12px 16px;
  width: 25%;
  border: 1px solid #A4C7FF;
  border-width: 0 1px 0 1px;
  box-sizing: border-box;
}
.stl_pricing_module .stl_pricing_table_head .stl_pricing_table_cell_head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stl_pricing_module .stl_pricing_table_head .stl_pricing_table_cell_head h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #4C4C4C;
  font-weight: 900;
  font-family: "Archivo", Sans-serif;
}
.stl_pricing_module .stl_pricing_table_head .stl_pricing_table_cell_head p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Archivo", Sans-serif;
}
.stl_pricing_module .stl_pricing_table_cell_topic {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Archivo", Sans-serif;
}
.stl_pricing_module .stl_pricing_table_cell_marker {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.stl_pricing_module .stl_pricing_table_head { 

    position: sticky;
    top: 80px;
    background: #fff;
    z-index: 3;

}
.stl_pricing_module .stl_pricing_table_cell_sticky_left {
  position: sticky;
  left: 0;
  background: #fff;
}
.stl_pricing_table_cell.stl_pricing_table_cell_logo.stl_pricing_table_cell_sticky_left.stl_pricing_table_cell_sticky_top {
  background: #fff;
  z-index: 4;
}
.stl_pricing_module .stl_pricing_table_cell_sticky_left {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}
.stl_pricing_table_cell.stl_pricing_table_cell_logo.stl_pricing_table_cell_sticky_left.stl_pricing_table_cell_sticky_top {
  border-width: 0px 1px 1px 0;
}
.stl_pricing_module .stl_pricing_table_head .stl_pricing_table_cell_head {
  border-width: 1px;
}
.stl_pricing_module .stl_pricing_table_body:last-child > div {
  border-bottom-width: 1px!important;
}

.time_zome_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time_zome_box .hours-dropdown select.pricing-timezone {
  padding: 0;
  border: none;
  border-bottom: 1px solid #3932BB;
  border-radius: 0;
  color: #3932BB;
  padding-bottom: 4px;
}

a.pricing_button {
  padding: 16px 40px;
  font-size: 16px;
  color: #42309E;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Archivo", Sans-serif;
  border-radius: 8px;
  border: 1px solid #E5EFFF;
  background-color: #F7FAFF;
  transition: 0.3s ease-out;
}

a.pricing_button:hover {
  background-color: #42309E;
  border-color: #42309E;
  color: #fff;
  transition: 0.3s ease-out;
}

.testimonial_slider .testimonial-video {
  border-radius: 20px;
  overflow: hidden;
}

.pricing_table_toolmark {
  position: relative;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.stl_tooltip {
  position: relative;
  display: inline-block;
}

.stl_tooltip .stl_tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #052BBA;
  color: #fff;
  text-align: center;
  border-radius: clamp(0.625rem, 0rem + 0.6944vw, 6.25rem);
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  font-family: "Archivo", Sans-serif;
  font-size: clamp(0.875rem, 0rem + 0.9722vw, 8.75rem);
  white-space: nowrap;
  padding: 0.5vw 1vw;
}

.stl_tooltip .stl_tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #052BBA transparent transparent transparent;
}

.stl_tooltip:hover .stl_tooltiptext {
  visibility: visible;
}



/*-------service-pages-----*/

.service_tabs .e-n-tabs-heading > button span.e-n-tab-icon {
  padding: 12px;
  background: linear-gradient(90deg, #0062FF 0%, #00B2FF 100%);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px #F1F6FF;
}
.service_tabs .e-n-tabs-heading > button:after {
  content: "";
  float: right;
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background: url("../../assets/image/arrow_right.svg");
}


.service_tabs .e-n-accordion details{
  background-color: #fff;
  transition: 0.3s ease-out;
  border: 1px solid #E5EFFF;
}
.service_tabs .e-n-accordion details:hover,
.service_tabs .e-n-accordion details[open]{
  background-color: #F7FAFF;
  border: 1px solid #F7FAFF;
  transition: 0.3s ease-in;
}


.service_faqs .e-n-accordion > details {
  border-bottom: 1px solid #E2EAFF;
  border-radius: 0;
  transition: 0.3s ease-out;
}
.service_faqs .e-n-accordion > details:hover,
.service_faqs .e-n-accordion > details[open]{
  background-color: #EFF4FF;
  border-color: #EFF4FF;
  border-radius: 12px;
  transition: 0.3s ease-in;
}

.service_faqs .e-n-accordion  details summary span.e-n-accordion-item-title-icon {
  padding: 8px;
  border-radius: 50%;
  background-color: #CADBFD;
  min-width: 34px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: 0.3s ease-out;
}
.service_faqs .e-n-accordion details[open] summary span.e-n-accordion-item-title-icon {
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}

.service_faqs .e-n-accordion  details summary  .e-n-accordion-item-title-text{
  font-weight: 400;
}

.service_faqs .e-n-accordion details[open] summary .e-n-accordion-item-title-text{
  font-weight: 600;
}


.dedecated_pricing_tab .e-n-tabs.e-activated {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dedecated_pricing_tab .e-n-tabs.e-activated .e-n-tabs-heading {
  border: 1px solid #EFE5FF;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  z-index: 2;
}
.dedecated_pricing_tab .e-n-tabs.e-activated .e-n-tabs-content {
  width: 100%;
}
.working_hours .time_zome_box {
  justify-content: center;
  display: flex;
}



.number_circle > div > span {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #CADBFD;
}


#stl_theme_plugin_maintainance,
#stl_speed_maintainance,
#stl_security_maintainance,
#stl_full_maintainance{
  cursor: pointer;
}

#stl_theme_plugin_maintainance.active,
#stl_speed_maintainance.active,
#stl_security_maintainance.active,
#stl_full_maintainance.active ,
#stl_100_h.active,
#stl_50_h.active,
#stl_25_h.active,
#stl_10_h.active,
#stl_8_h_stl_year.active,
#stl_8_h_stl_6_month.active,
#stl_8_h_stl_quarter.active,
#stl_8_h_stl_elite.active,
#stl_4_h_stl_year.active,
#stl_4_h_stl_6_month.active,
#stl_4_h_stl_quarter.active,
#stl_4_h_stl_elite.active,
.pricing_container .pricing_container_inner:hover{
  background-color: #062CB9!important;
  cursor: pointer;
  transition: 0.3s ease-in;
}
#stl_theme_plugin_maintainance.active *,
#stl_speed_maintainance.active *,
#stl_security_maintainance.active *,
#stl_full_maintainance.active *,
#stl_100_h.active .pricing_container_hover_white *,
#stl_50_h.active .pricing_container_hover_white *,
#stl_25_h.active .pricing_container_hover_white *,
#stl_10_h.active .pricing_container_hover_white *,
#stl_8_h_stl_year.active .pricing_container_hover_white *,
#stl_8_h_stl_6_month.active .pricing_container_hover_white *,
#stl_8_h_stl_quarter.active .pricing_container_hover_white *,
#stl_8_h_stl_elite.active .pricing_container_hover_white *,
#stl_4_h_stl_year.active .pricing_container_hover_white *,
#stl_4_h_stl_6_month.active .pricing_container_hover_white *,
#stl_4_h_stl_quarter.active .pricing_container_hover_white *,
#stl_4_h_stl_elite.active .pricing_container_hover_white *,
.pricing_container:hover .pricing_container_inner:hover .pricing_container_hover_white *{
  color: #fff!important;
  transition: 0.3s ease-in;
}


#stl_theme_plugin_maintainance.active a.elementor-button span,
#stl_speed_maintainance.active a.elementor-button span,
#stl_security_maintainance.active a.elementor-button span,
#stl_full_maintainance.active a.elementor-button span{
  color: #062CB9!important;
}
#stl_theme_plugin_maintainance.active a.elementor-button:hover ,
#stl_speed_maintainance.active a.elementor-button:hover ,
#stl_security_maintainance.active a.elementor-button:hover  ,
#stl_full_maintainance.active a.elementor-button:hover,
#stl_theme_plugin_maintainance.active a.elementor-button ,
#stl_speed_maintainance.active a.elementor-button,
#stl_security_maintainance.active a.elementor-button ,
#stl_full_maintainance.active a.elementor-button {
  background-color: #fff!important;
  color: #062CB9!important;
}




#stl_100_h.active .pricing_container_hover_white_opacity *,
#stl_50_h.active .pricing_container_hover_white_opacity *,
#stl_25_h.active .pricing_container_hover_white_opacity *,
#stl_10_h.active .pricing_container_hover_white_opacity *,
#stl_8_h_stl_year.active .pricing_container_hover_white_opacity *,
#stl_8_h_stl_6_month.active .pricing_container_hover_white_opacity *,
#stl_8_h_stl_quarter.active .pricing_container_hover_white_opacity *,
#stl_8_h_stl_elite.active .pricing_container_hover_white_opacity *,
#stl_4_h_stl_year.active .pricing_container_hover_white_opacity *,
#stl_4_h_stl_6_month.active .pricing_container_hover_white_opacity *,
#stl_4_h_stl_quarter.active .pricing_container_hover_white_opacity *,
#stl_4_h_stl_elite.active .pricing_container_hover_white_opacity *,
.pricing_container:hover .pricing_container_inner:hover .pricing_container_hover_white_opacity *{
  color: #fff!important;
  opacity: 0.56!important;
  transition: 0.3s ease-in;
}


.stl_bubble_menu_wrap svg{
  width: 100%;
}
.stl_bubble_menu_wrap svg *{
  margin: 0;
}
.stl_bubble_menu_wrap svg {
  padding: 8px;
  border-radius: 50%;
  background: url("../../assets/image/blue_bubble_wrap.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stl_about_us_button_circle {
    width: 190px;
    height: 101px;
    border-radius: 50%;
    border: none;
    background-color: #022BBB;
    color: white;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

/* Accordian styling css */
.dynamic-container {
  display: flex;
  width: 90%;
  margin: auto;
}

.dynamic-container .dynamic-left-panel > div {
  margin: 0;
  border-radius: 0;
}

.dynamic-container > div {
  max-height: 50vh;
}
.dynamic-left-panel {
    width: 50%;
 
    overflow-y: auto;
}

.dynamic-right-panel {
    width: 50%;
    overflow-y: auto;
    border-left: 1px solid #ddd;
}

.dynamic-list-item {
    background: #fff;
    padding: 15px;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
      font-size: 18px;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    transition: background 0.3s;
}

.dynamic-dynamic-list-item:hover {
    background: #e0e0e0;
}

.dynamic-icon {
    width: 30px;
    height: 30px;
    background: blue;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.dynamic-accordion {
  
    border: 0.5px solid #ddd;
    overflow: hidden;
}

.dynamic-accordion-title {
      padding:0.75rem 1.25rem 0.75rem 3rem;
    justify-content: space-between;
    display: flex;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.dynamic-accordion-content {
    padding:0.75rem 1.25rem 0.75rem 3rem;
    display: none;
    font-size: clamp(1rem, 0rem + 1.1111vw, 10rem);
    padding: 15px;
}

.dynamic-accordion.active .dynamic-accordion-content {
    display: block;
    background: #F7FAFF;
}

.dynamic-accordion.active {
    background: #F7FAFF;
}
   

.dynamic-container>div .e-n-tabs > div::-webkit-scrollbar {
  width: 10px; /* Width of the vertical scrollbar */
  height: 10px; /* Height of the horizontal scrollbar */
}

.dynamic-container>div .e-n-tabs > div::-webkit-scrollbar-track {
  background-color: transparent; /* Transparent track */
  border-radius: 5px;
}

.dynamic-container>div .e-n-tabs > div::-webkit-scrollbar-thumb {
  background-color: #D9D9D9; /* Thumb color */
  border-radius: 5px; /* Rounded corners for the thumb */
}

.dynamic-container>div .e-n-tabs > div::-webkit-scrollbar-thumb:hover {
  background-color: #D9D9D9; /* Slightly darker thumb on hover */
}

/* Scrollbar styles for Firefox */
.dynamic-container>div .e-n-tabs > div {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #F5F5F5 #D9D9D9; /* Thumb color and transparent track */
}

.dynamic-container .dynamic-left-panel > div span.e-n-tab-icon-right {
    margin-left: auto;
    margin-right: 0;
}

.dynamic-container .dynamic-left-panel > div span.e-n-tab-icon {
  padding: 12px;
  background: linear-gradient(90deg, #0062FF 0%, #00B2FF 100%);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px #F1F6FF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
}
.dynamic-container .dynamic-left-panel > div.dynamic-list-item:hover,
.dynamic-container .dynamic-left-panel > div.dynamic-list-item.active {
    background: #F7FAFF;
}
.dynamic-container > div.dynamic-right-panel .dynamic-accordion {
  padding-left: 20px;
}
.dynamic-container .dynamic-left-panel > div {
  font-size: 1.3em;
  font-weight: 500;
  height: 80px;
}
.dynamic-accordion .dynamic-accordion-title {
  font-size: 1.3em;
  font-weight: 600;
   height: 60px;
}
.dynamic-accordion .dynamic-accordion-content {
  padding-top: 0;
  font-size: 1.2em;
  font-family: Questrial;
}

.dynamic-accordion {
  transition: max-height 1s ease;
  max-height: "60px";
}


.no-elementor-styles {
  all: initial;
  font-size: 16px; /* Reset to your desired base */
  font-family: 'Open Sans', sans-serif; /* or whatever you want */
  line-height: 1.6;
  color: #222;
}

.no-elementor-styles * {
  all: unset;
  all: revert;
  box-sizing: border-box;
}
