@charset "UTF-8";
header .custom-sticky-header {
  background-color: transparent !important;
  transition: all 0.3s ease;
}
header .custom-sticky-header.et_pb_sticky--top {
  background-color: #131820 !important;
}
header .custom-sticky-header.et_pb_sticky--top #mobile-search-dropdown {
  background-color: #131820;
}
@media (max-width: 1250px) {
  header .custom-sticky-header {
    overflow: visible !important;
  }
  header .custom-sticky-header #mobile-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease, background-color 0.3s ease;
  }
  header .custom-sticky-header #mobile-search-dropdown.active {
    max-height: 68px;
    opacity: 1;
  }
  header .custom-sticky-header #mobile-search-dropdown form {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px 17px 20px;
    transform: translateY(-6px);
    opacity: 0;
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
  }
  header .custom-sticky-header #mobile-search-dropdown form input[type=search] {
    flex: 1;
    background: #181d25;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    padding: 8px 14px !important;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
  }
  header .custom-sticky-header #mobile-search-dropdown form input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .custom-sticky-header #mobile-search-dropdown form input[type=search]::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .custom-sticky-header #mobile-search-dropdown form input[type=search]:focus {
    border-color: hsla(0, 0%, 100%, 0.1) !important;
    outline: none;
  }
  header .custom-sticky-header #mobile-search-dropdown form button[type=submit] {
    background: #0559ad;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  header .custom-sticky-header #mobile-search-dropdown form button[type=submit]:hover {
    background: #044c93;
  }
  header .custom-sticky-header #mobile-search-dropdown.active form {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1250px) {
  header {
    /* MENU COLUMN (ONLY hamburger stays) */
    /* Search — keep Divi form hidden; dropdown handles open state */
  }
  header .et_builder_inner_content {
    z-index: 1000 !important;
  }
  header .custom-sticky-header {
    position: relative;
  }
  header .et_pb_row_0_tb_header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  header .et_pb_column_0_tb_header {
    order: 1;
    flex: 0 0 auto;
  }
  header .et_pb_column_2_tb_header {
    order: 2;
    gap: 8px;
    flex: 1;
    justify-content: right;
    padding-right: 15px;
  }
  header .et_pb_column_1_tb_header {
    order: 3;
    width: auto;
  }
  header .et_pb_search_0_tb_header.et_pb_search {
    display: none !important;
  }
}
header .et_pb_search_0_tb_header.et_pb_search {
  border: none;
}
header .et_pb_search_0_tb_header.et_pb_search input.et_pb_s {
  background: #181d25;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  padding: 6px 14px !important;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}
header .et_pb_search_0_tb_header.et_pb_search input.et_pb_s::-moz-placeholder {
  color: #ffffff;
}
header .et_pb_search_0_tb_header.et_pb_search input.et_pb_s::placeholder {
  color: #ffffff;
}
@media (min-width: 1251px) {
  header .et_pb_menu .et-menu > li {
    padding: 0 17px;
  }
  header .et_pb_menu a:hover {
    color: #53c6c4 !important;
  }
  header .et-menu-nav .sub-menu {
    border-top: none !important;
  }
  header .et-menu-nav li.menu-item-has-children > a::after {
    transition: transform 0.4s ease, color 0.4s ease;
    transform-origin: center;
  }
  header .et-menu-nav li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    color: #53c6c4 !important;
  }
  header #menu-primary-menu .sub-menu {
    background-color: #131820;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    top: 100% !important;
    margin-top: 10px;
    min-width: auto;
    width: -moz-max-content;
    width: max-content;
  }
  header #menu-primary-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 30px;
  }
  header #menu-primary-menu .sub-menu li {
    padding: 0;
    display: block;
  }
  header #menu-primary-menu .sub-menu li a {
    padding: 5px 13px;
    white-space: nowrap;
    width: auto;
    transition: 0.3s ease;
  }
  header #menu-primary-menu .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #53c6c4 !important;
    border-radius: 6px;
  }
}
@media (max-width: 1250px) {
  header .et_pb_menu ul {
    list-style: none;
    padding-left: 0;
  }
  header .et_pb_menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  header .et_pb_menu .et_mobile_menu {
    top: 45px;
    width: 100vw;
    max-width: 100vw;
    right: 0;
    left: auto;
    background: #131820;
    list-style: none !important;
    text-align: left;
    max-height: calc(100vh - 45px);
    overflow-y: auto;
    z-index: 200 !important;
  }
  header .et_pb_menu .et_mobile_menu li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  header .et_pb_menu .et_mobile_menu li.menu-item-has-children.mobile-submenu-parent {
    position: relative !important;
  }
  header .et_pb_menu .et_mobile_menu li.menu-item-has-children.mobile-submenu-parent > .submenu-toggle {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 56px !important;
    height: 50px !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  header .et_pb_menu .et_mobile_menu li.menu-item-has-children.mobile-submenu-parent > .submenu-toggle::before {
    content: "▾";
    color: #ffffff;
    transition: transform 0.4s ease, color 0.4s ease;
    transform-origin: center;
    font-size: 14px;
  }
  header .et_pb_menu .et_mobile_menu li.menu-item-has-children.mobile-submenu-parent.submenu-open > .submenu-toggle::before {
    content: "▾";
    transform: rotate(180deg);
    transition: transform 0.4s ease, color 0.4s ease;
    transform-origin: center;
  }
  header .et_pb_menu .et_mobile_menu li.menu-item-has-children.mobile-submenu-parent > ul.sub-menu {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s ease-out;
  }
  header .et_pb_menu .et_mobile_menu .menu-item-has-children > a {
    cursor: pointer;
  }
  header .et_pb_menu .et_mobile_menu .menu-item-has-children > a::after {
    display: none;
  }
  header .et_pb_menu .et_mobile_menu .sub-menu > li {
    padding-left: 8px;
  }
  header .et_pb_menu .et_mobile_menu .sub-menu > li a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  header .et_pb_menu .et_mobile_menu .menu-item-792 a {
    background-color: #0559ad;
    color: #ffffff;
    font-size: 0.875rem;
    border-radius: 8px;
    text-align: center;
    margin: 5px 15px 15px 15px;
  }
  header .et_pb_menu .et_pb_menu__menu {
    display: none !important;
  }
  header .et_pb_menu .et_mobile_nav_menu {
    display: block !important;
    padding-right: 15px;
  }
  header .et-l--header ul {
    padding: 0;
  }
  header .header_row.et_pb_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header .header_row.et_pb_row .et_pb_image {
    padding-left: 20px;
  }
  header .header_row.et_pb_row .et_mobile_nav_menu {
    padding-right: 15px;
  }
}
@media (min-width: 1251px) {
  header .et-menu-nav ul.nav li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
  }
  header .et-menu-nav ul.nav li.menu-item-has-children:hover > a::after {
    transform: rotate(0deg) !important;
    color: inherit !important;
  }
  header .et-menu-nav ul.nav li.menu-item-has-children.desktop-click-open > ul.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block !important;
  }
  header .et-menu-nav ul.nav li.menu-item-has-children.desktop-click-open > a::after {
    transform: rotate(180deg) !important;
    color: #53c6c4 !important;
  }
  header .menu-item-792 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header .et_pb_row .et_pb_column_2_tb_header {
    padding-right: 0;
  }
}

#mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.footer_section p {
  font-size: 14px;
  line-height: 1.25rem;
}
.footer_section a {
  font-size: 14px;
}
.footer_section .footer_row_one .social_icons {
  color: #c9c4c4 !important;
}
.footer_section .footer_row_one .social_icons li {
  margin-top: 0;
}
.footer_section .footer_row_one ul {
  list-style: none;
  padding-left: 0;
}
.footer_section .footer_row_one ul li {
  margin-top: 11px;
  line-height: 1.25rem;
}
.footer_section .footer_row_one ul li a {
  font-weight: 400;
  color: #ffffff;
}
.footer_section .footer_row_one .stay_update ul li:first-child {
  margin-top: 0;
}
.footer_section .footer_row_one .address .et_pb_blurb_container {
  padding-left: 0;
}
.footer_section .footer_row_one .et_pb_main_blurb_image {
  width: 22px;
}
.footer_section .footer_row_one #gform_fields_3 {
  gap: 10px;
}
.footer_section .footer_row_one #gform_fields_3 .gfield input {
  width: auto;
  max-width: 400px;
}
.footer_section .footer_row_one #gform_fields_3 .gfield input.large {
  background-color: transparent;
  color: #ffffff;
  border-radius: 7px;
}
.footer_section .footer_row_one #gform_fields_3 .gfield input:focus {
  border: 2px solid rgba(44, 165, 163, 0.5019607843);
  outline: none;
}
@media (min-width: 768px) {
  .footer_section .footer_row_one #gform_fields_3 #field_submit {
    justify-content: right;
  }
}
@media (max-width: 767px) {
  .footer_section .footer_row_one #gform_fields_3 #field_submit {
    margin-top: 7px;
  }
}
.footer_section .footer_row_two p {
  font-size: 12px;
}
.footer_section .footer_row_two a {
  margin: 0 7px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer_section .footer_row_two a {
    margin: 0 5px;
    font-size: 11px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Kanit, sans-serif !important;
}

h1 {
  font-size: clamp(36px, 4.5vw, 60px) !important;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0;
}

h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: clamp(24px, 2.2vw + 0.5rem, 40px);
  line-height: 1.2;
  padding: 0;
}

h3 {
  padding-bottom: 0;
  font-weight: 700;
}

/* h3 {
	font-size: clamp(18px, 1.5vw + 0.3rem, 24px);
  line-height: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0; 
}

h4 {
	  font-size: 14px;
    margin-bottom: 5px;
	  font-weight: bold;
	  line-height: 20px;
    letter-spacing: .01em;
    margin-bottom: 1rem;
    padding-bottom: 0;
} */
.home h1 {
  font-size: clamp(36px, 5vw, 72px);
  margin-bottom: 1.5rem;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #53c6c4;
}

p {
  /* font-size: clamp(16px, 0.8vw + 0.5rem, 18px); */
  line-height: 1.75rem;
}

.et_pb_row {
  max-width: 1400px !important;
  padding-left: 2rem;
  padding-right: 2rem;
}

.vitalis_list_grid ul li {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px !important;
  border-radius: 10px;
  border: 1px solid rgba(197, 196, 196, 0.4);
  line-height: 1.25rem;
  height: 82px;
  color: #121921;
}

.text_sm p {
  font-size: 0.875rem;
  line-height: 1.625;
}

.security_platform h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.security_platform .et_pb_blurb_container {
  padding: 24px;
}
@media (max-width: 768px) {
  .security_platform .image_zoom_box img {
    max-height: 240px;
  }
}

.image_zoom_box img {
  transition: transform 0.4s ease;
  max-height: 170px;
}
.image_zoom_box:hover img {
  transform: scale(1.1);
}

.vitalis_security_section .text_sm h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.text_base_title h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}

#gform_wrapper_4 .gform_fields, #gform_wrapper_5 .gform_fields {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#gform_wrapper_4 .gfield_label, #gform_wrapper_5 .gfield_label {
  color: #f6f6f3;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 20px;
}
#gform_wrapper_4 .gfield_required, #gform_wrapper_5 .gfield_required {
  color: #f6f6f3;
}
#gform_wrapper_4 input,
#gform_wrapper_4 select,
#gform_wrapper_4 textarea, #gform_wrapper_5 input,
#gform_wrapper_5 select,
#gform_wrapper_5 textarea {
  width: 100%;
  background: #181d25;
  border: 1px solid #1f2937;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}
#gform_wrapper_4 input::-moz-placeholder, #gform_wrapper_4 select::-moz-placeholder, #gform_wrapper_4 textarea::-moz-placeholder, #gform_wrapper_5 input::-moz-placeholder, #gform_wrapper_5 select::-moz-placeholder, #gform_wrapper_5 textarea::-moz-placeholder {
  color: #9ca3af;
}
#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 select::placeholder,
#gform_wrapper_4 textarea::placeholder, #gform_wrapper_5 input::placeholder,
#gform_wrapper_5 select::placeholder,
#gform_wrapper_5 textarea::placeholder {
  color: #9ca3af;
}
#gform_wrapper_4 input:focus,
#gform_wrapper_4 select:focus,
#gform_wrapper_4 textarea:focus, #gform_wrapper_5 input:focus,
#gform_wrapper_5 select:focus,
#gform_wrapper_5 textarea:focus {
  outline: 2px solid transparent;
  border-color: rgba(44, 165, 163, 0.5019607843);
  outline-offset: 2px;
}
#gform_wrapper_4 select, #gform_wrapper_5 select {
  height: auto;
  line-height: 15px;
}
#gform_wrapper_4 textarea, #gform_wrapper_5 textarea {
  max-height: 100px;
}
#gform_wrapper_4 .gform_button, #gform_wrapper_5 .gform_button {
  background-color: #0559ad;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  width: auto;
}
#gform_wrapper_4 .gform_button:hover, #gform_wrapper_5 .gform_button:hover {
  background-color: #044c93 !important;
}
#gform_wrapper_4 .gform_footer, #gform_wrapper_5 .gform_footer {
  justify-content: right;
}
#gform_wrapper_4 .gform_description, #gform_wrapper_5 .gform_description {
  display: none;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper .button {
  background-color: #0052a3 !important;
  border-radius: 7px !important;
}
.gform_wrapper .button:hover {
  background-color: #044c93 !important;
}

/* Tab section */
.tab_section .et_pb_all_tabs {
  border: 1px solid #c5c4c4;
  border-radius: 16px;
}
.tab_section .et_pb_all_tabs p {
  font-size: 16px;
  line-height: 25px;
}
.tab_section .et_pb_all_tabs h3 {
  font-size: clamp(18px, 1.5vw + 0.3rem, 24px);
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0;
}
.tab_section .et_pb_tabs {
  display: flex;
  flex-direction: column;
}
.tab_section .et_pb_tabs_controls {
  border: 1px solid rgba(197, 196, 196, 0.4);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 43px;
}
.tab_section .et_pb_tabs_controls::after {
  border: none;
}
.tab_section .et_pb_tabs_controls li a {
  padding: 14px 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
.tab_section ul li .et_pb_icon_list_text {
  display: block !important;
  font-weight: normal;
}
.tab_section .button_teal:hover {
  background-color: #53c6c4 !important;
}
.tab_section .list_icons li::before {
  top: 16px;
  left: 0;
}
@media (min-width: 768px) {
  .tab_section .et_pb_tabs_controls {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .tab_section .et_pb_tabs_controls {
    display: none !important;
  }
  .tab_section .et_pb_tabs_controls li a {
    display: block;
    border-bottom: 1px solid rgba(197, 196, 196, 0.4);
  }
  .tab_section .et_pb_tab {
    display: block !important;
    opacity: 1 !important;
    border: 1px solid #c5c4c4;
    border-radius: 7px;
    background: #fff;
  }
  .tab_section .et_pb_all_tabs {
    border: 0px !important;
    background: none !important;
  }
}

.hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  /*  background: linear-gradient(
    90deg,
    rgba(1, 6, 18, 0.97) 0%,
    rgba(1, 6, 18, 0.90) 30%,
    rgba(1, 6, 18, 0.65) 52%,
    rgba(1, 6, 18, 0.28) 75%,
    rgba(1, 6, 18, 0.08) 100%
  ); */
  background: linear-gradient(90deg, rgba(1, 6, 18, 0.97) 0%, rgba(1, 6, 18, 0.85) 100%);
  z-index: 1;
}
.hero_section .text_medium p {
  font-size: 20px;
}
.hero_section .text_base_title p {
  font-size: 16px;
  line-height: 1.625;
}

.text_teal_light {
  color: #53c6c4;
}

.primary_button:hover {
  background-color: #044c93 !important;
}

.explore_btn:hover {
  background-color: #14181f !important;
}

.list_icons li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/04/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.list_icons li .et_pb_icon_list_text {
  margin-left: 28px;
  font-size: 14px;
}
.list_icons li .et-pb-icon {
  display: none !important;
}

.grid_list_view .list_icons li::before {
  top: 15px;
  left: 0;
}

.our_services_section .image_zoom_box img {
  max-height: 250px;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_process .text_base_title p {
  padding-bottom: 8px;
}
.our_process .text_base_title strong {
  color: rgba(96, 190, 188, 0.3019607843);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  font-family: Kanit, sans-serif;
}

.blue_list_grid ul li {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.text_base_pera p {
  font-size: 16px;
  line-height: 1.625;
}

.supply_camera .vitalis_list_grid .list_icons li {
  background-color: #131820;
  color: #fff;
}
.supply_camera .vitalis_list_grid .list_icons li::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/settings-icon-teal.svg");
}

.list_grid_black .vitalis_list_grid .list_icons li {
  background-color: #131820;
  color: #fff;
}

.roadmap_grid h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.blog_section .et_pb_posts {
  gap: 25px;
}
.blog_section .et_pb_posts .et_pb_image_container {
  margin-bottom: 0;
}
.blog_section .et_pb_posts .et_pb_image_container img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_section .et_pb_posts .et_grid_module > .et_pb_post {
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.blog_section .et_pb_posts .et_grid_module > .et_pb_post .entry-featured-image-url {
  margin-bottom: 18px;
}
.blog_section .et_pb_posts .entry-title {
  color: #fff;
}
.blog_section .et_pb_posts .post-content {
  order: 3;
}
.blog_section .et_pb_posts .post-content p {
  color: #fff;
  line-height: 1.625;
}
.blog_section .et_pb_posts .post-content .more-link {
  font-size: 0;
  margin-top: 12px;
}
.blog_section .et_pb_posts .post-content .more-link:after {
  content: "Read More →";
  font-size: 14px;
  font-weight: 500;
}
.blog_section .et_pb_posts h2 {
  order: 2;
}
.blog_section .et_pb_posts h2:hover {
  color: #0052a3;
  cursor: pointer;
}
.blog_section .et_pb_posts .post-meta {
  /* font-size: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  order: 1; */
  margin-bottom: 10px;
}
.blog_section .et_pb_posts .post-meta .published {
  color: white;
  font-size: 12px;
}
.blog_section .et_pb_posts .post-meta .entry-categories a {
  color: #53c6c4;
  font-size: 12px;
  font-weight: 500;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

/* Custom tab section **/
.custom-tabs-layout .et_pb_tabs {
  display: flex;
  gap: 22px;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
}
.custom-tabs-layout ul.et_pb_tabs_controls {
  width: 270px;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  padding: 0;
}
.custom-tabs-layout ul.et_pb_tabs_controls:after {
  display: none;
}
.custom-tabs-layout ul.et_pb_tabs_controls li {
  border: 1px solid #dcdcdc !important;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: unset !important;
}
.custom-tabs-layout ul.et_pb_tabs_controls li a {
  display: flex;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #121921 !important;
}
.custom-tabs-layout .et_pb_tab {
  padding: 0;
}
.custom-tabs-layout .vitalis_list_grid ul li {
  background-color: #f6f6f3;
}

/* MOBILE */
@media (max-width: 980px) {
  .custom-tabs-layout .et_pb_tabs {
    flex-direction: column;
    padding: 20px;
    gap: 14px;
  }
  .custom-tabs-layout ul.et_pb_tabs_controls {
    width: 100%;
    min-width: 100%;
  }
  .custom-tabs-layout .et_pb_all_tabs {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .custom-tabs-layout .et_pb_tabs {
    background: #f6f6f3 !important;
    padding: 0 !important;
    gap: 10px;
    border-radius: 0;
  }
  .custom-tabs-layout ul.et_pb_tabs_controls {
    display: none !important;
  }
  .custom-tabs-layout .et_pb_tab {
    display: block !important;
    opacity: 1 !important;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff !important;
    padding: 20px !important;
    margin: 0 15px 30px !important;
  }
  .custom-tabs-layout .et_pb_all_tabs {
    background: none !important;
    border: none !important;
  }
  .custom-tabs-layout .vitalis_list_grid ul li {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    height: auto !important;
    padding: 5px 0 5px 30px !important;
    margin-bottom: 0 !important;
  }
  .custom-tabs-layout .vitalis_list_grid ul li::before {
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .custom-tabs-layout .vitalis_list_grid ul li .et_pb_icon_list_text {
    margin-left: 0 !important;
  }
}
@media (min-width: 1700px) {
  .integrated_systems .et_pb_image_16,
  .integrated_systems .et_pb_image_17 {
    margin-top: 2px !important;
  }
  .integrated_systems .et_pb_image_19 {
    margin-top: 0 !important;
  }
}
.logo_carousel_section .sp-lc-logo img {
  width: 120px !important;
}

@media (max-width: 767px) {
  .et_pb_row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.privacy_policy .list_icons li .et_pb_icon_list_text {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

.unorder_list li {
  line-height: 1.625;
  color: #121921;
  font-size: 16px;
  margin-top: 8px;
}
.unorder_list li::marker {
  color: #53c6c4;
}

.radius_icon {
  border-radius: 12px;
}

.employee_work img {
  -o-object-fit: cover;
     object-fit: cover;
}

.list_phase p {
  line-height: 1.25rem !important;
}

@media screen and (min-width: 1600px) {
  .single-post .blog_detail_section .et_pb_title_container,
  .single-post .blog_detail_section .blog_content {
    margin-left: 150px;
    margin-right: 150px;
  }
}
.single-post .blog_detail_section h2 {
  margin-top: 30px;
  color: #fff;
}
.single-post .blog_detail_section h3 {
  margin-top: 15px;
}
.single-post .blog_detail_section .et_pb_title_featured_container {
  max-height: 375px;
  overflow: hidden;
  border-radius: 12px;
}
.single-post .blog_detail_section .et_pb_title_featured_container img {
  aspect-ratio: 10/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .blog_detail_section .et_pb_title_container .et_pb_title_meta_container a {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

.search_page h1 {
  margin-bottom: 0;
}
.search_page .search_results {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}
.search_page .search_result_count {
  font-size: 14px;
  color: #fff;
}
.search_page .et_pb_posts article {
  background-color: #131820;
  padding: 1.5rem;
  border: 1px solid rgba(0, 82, 163, 0.3019607843);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.search_page .et_pb_posts article h2 {
  margin-bottom: 8px;
}
.search_page .et_pb_posts article .post-meta {
  order: -1;
  margin-bottom: 10px;
}
.search_page .et_pb_posts article .more-link {
  font-size: 0;
  margin-top: 15px;
}
.search_page .et_pb_posts article .more-link:after {
  content: "Visit page →";
  font-size: 12px;
  font-weight: 500;
  color: #0052a3;
}
.search_page .custom-search-empty {
  max-width: 700px;
}
.search_page .custom-description {
  font-size: 20px;
  padding-bottom: 8px;
}
.search_page .custom-small-text {
  font-size: 16px;
}
.search_page .entry > p {
  display: none;
}
.search_page .custom-search-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 35px;
}
.search_page .custom-search-buttons a {
  padding: 6px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}
.search_page .custom-search-buttons a:hover {
  color: #53c6c4;
}
