/* 
Theme Name: Orange Vps
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Orange Vps
Author: Orange Vps
Author URI: https://orangevps.com/
Template: hello-elementor
Version: 1.0.2.2
Text Domain: Orange Vps
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: 
*/
:root {
  --scrollbar-width: 0px;
  --full-bleed-margin: 0px;
  --primary-color: #ff4e00;
}
.text-primary,
a {
  color: var(--primary-color);
}
p {
  margin-block-end: 0.5rem;
  margin-block-start: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.25em;
}
body {
  padding-top: 70px;
}
b,
strong {
  font-weight: 600;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.row {
  display: flex;
  /* flex-wrap: wrap; */
}
.g-4 {
  gap: 2%;
}
.on-hover {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.ab-location-wrap {
  position: absolute;
  width: 100%;
  top: 1em;
}
.available {
  position: relative;
}
.available:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #22b850;
  display: inline-block;
  margin-right: 8px;
}
.ab-location {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.popular-block {
  transform: translateY(-12px);
}
.popular-block.on-hover:hover {
  transform: translateY(-18px);
}
.on-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgb(255 78 0 / 20%);
}
.popular-sticky {
  position: absolute;
  top: 0px;
  background: var(--primary-color);
  color: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  left: 10px;
}
.jvm-container path {
  opacity: 0.25;
}
.icon-absolute {
  position: absolute;
  top: -100px;
  right: 0px;
}
.price-title {
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 20px;
}
.price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5em 0px;
}
.price-wrap .price-total {
  font-size: 64px;
  color: #111;
  display: flex;
  line-height: 64px;
}
.popular-block .price-total {
  color: #fff;
}
.list-price {
  list-style: none;
}
.list-price li {
  margin-bottom: 10px;
  font-size: 15px;
}
.list-price li strong {
  font-size: 18px;
  color: #111;
}
.popular-block .list-price li strong {
  color: #fff;
}
.site-navigation ul.menu li a:hover,
.site-header .site-navigation ul.menu li.current-menu-item > a {
  color: var(--primary-color);
}
.site-navigation ul.menu li a {
  color: #111;
}

html.lenis,
html.lenis body {
  height: auto;
}

.site-header .header-inner .site-branding .site-logo img {
  display: block;
  height: 42px;
  width: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
#site-header {
  padding: 11.5px 0px;
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0%) translateZ(0px);
  will-change: transform;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#site-header.header--hidden {
  transform: translateY(-100%) translateZ(0px);
  pointer-events: none;
}
.site-navigation ul.menu li ul {
  border-radius: 10px;
  border: 1px solid #c7c7c7cc;
  min-width: 200px;
}
.site-navigation ul.menu li ul li {
  border-block-end: 0px solid #eee;
}
.site-navigation ul.menu li.menu-item-has-children::after {
  display: none;
}
.site-navigation ul.menu li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.75em;
  transition: transform 0.3s ease;
  margin-left: 7px;
}
.site-navigation ul.menu li.menu-item-has-children {
  padding-inline-end: 0px;
}
.second-menu {
  display: flex;
  gap: 10px;
  list-style: none;
}
.second-menu a {
  border: 1px solid #939292;
  border-radius: 8px;
  padding: 0.5em 1.1em;
  color: #111;
  font-weight: 500;
}
.second-menu .primary-bg a {
  color: #ffff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.site-header .header-inner {
  align-items: center;
}
.header-action {
  display: flex;
  gap: 4px;
  align-items: center;
}
.header-action .gt_switcher .gt_option {
  position: absolute !important;
}
.header-action .gt_switcher .gt_option,
.header-action .gt_switcher {
  width: 120px !important;
}
.header-action .gt_switcher .gt_option a {
  border-top: 1px solid #ccc;
}
.header-action .gt_switcher .gt_selected a {
  width: 105px !important;
  /* border-radius: 8px; */
  border: 0px !important;
}
.site-navigation-dropdown ul.menu,
.site-navigation-dropdown {
  background: #fff;
  /* padding: 0px; */
}
.site-navigation-toggle-holder {
  padding: 0px 0px;
}
.site-navigation-toggle-holder .site-navigation-toggle {
  background: transparent;
  padding: 0px;
  position: relative;
  width: 32px;
  height: 44px;
}
.site-navigation-toggle[aria-expanded="true"] .site-navigation-toggle-icon {
  background: transparent;
}
.site-navigation-toggle-icon {
  background-color: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  height: 1px;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.site-navigation-toggle[aria-expanded="true"]
  .site-navigation-toggle-icon::before {
  top: 0;
  transform: rotate(45deg) !important;
}

.site-navigation-toggle[aria-expanded="true"]
  .site-navigation-toggle-icon::after {
  bottom: 0;
  transform: rotate(-45deg) !important;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after,
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}
.site-navigation-toggle-icon::before {
  top: -7px;
}
.site-navigation-toggle-icon::after {
  bottom: -7px;
}
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
  box-shadow: none;
  margin-block-end: 0rem;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
  background: transparent;
  color: #111;
}

.site-navigation-dropdown ul.menu li a {
  box-shadow: none;
  color: #4d4c4c;
  padding: 10px 20px;
  background: transparent;
  position: relative;
}
#site-header.menu-is-open {
  background: #fff;
}
.check-list {
  list-style: none;
  margin-top: 1em;
  padding-left: 0px;
}
.check-list li {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 8px;
}
.check-list li svg {
  width: 16px;
  color: var(--primary-color);
}
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-out;
}
.mobile-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.w-full {
  width: 100%;
}
.aff-table {
  width: 100%;
  border-collapse: collapse;
}
table.aff-table thead:first-child tr:first-child th {
  border-block-start: 0px solid hsla(0, 0%, 50%, 0.502);
}

.aff-table th,
.aff-table td {
  padding: 16px 0px;
  border-bottom: 1px solid #c7c7c7;
  vertical-align: middle;
  background: transparent;
  font-size: 16px;
  border-left: 0px;
  border-right: 0px;
}

.aff-table th:first-child,
.aff-table td:first-child {
  text-align: left;
  background: transparent;
}
.aff-table th:last-child,
.aff-table td:last-child {
  text-align: right;
  background: transparent;
}

.aff-table tbody tr:hover {
  background-color: #f8fafc;
}
.site-navigation-dropdown li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.75em;
  transition: transform 0.3s ease;
  margin-left: 7px;
  position: absolute;
  right: 2em;
  /* top: 0px; */
}
.only-box .col-item {
  border-radius: 1em;
  border: 1px solid var(--black-line, #d9d9d9);
  height: 100%;
  cursor: pointer;
}
.thumb-feature-bg {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}
.thumb-feature-bg,
.thumb-bg {
  width: 100%;
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.only-box:hover .col-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: box-shadow 0.3s ease-in-out;
}
.relatedcontent {
  padding: 1em;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.d-flex {
  display: flex !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.avatar-img img {
  border-radius: 100%;
}
.strong {
  color: #000;
  font-weight: 700;
  font-family: Proxima-Nova-Bold, sans-serif;
}
.d-block {
  display: block !important;
}
.align-items-center {
  align-items: center !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.thumb-bg {
  border-radius: 1em;
}
.nav-links > .page-numbers {
  margin: 0 auto;
  display: flex;
  justify-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 2em;
  list-style: none;
}

.pagination .page-numbers .page-numbers {
  width: 38px;
  height: 38px;
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  color: #111;
}
.pagination .page-numbers.current {
  background: #fff;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.elementor-kit-7 h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 600;
}
.content-area.post-wrapper,
.content-area.page-wrapper {
  padding-top: 2em;
  overflow-x: hidden;
}
.post-content {
  margin: 0 auto;
}
.post-content h1 {
  font-size: 1.75rem;
}

.share-icon {
  left: -4em;
}

.share-icon .sticky-icon {
  top: 5em;
}

.share-buttons {
  display: flex;
  flex-direction: column;
}

.share-buttons button {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
  padding: 0pc;
  align-items: center;
  display: flex;
  justify-content: center;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.position-absolute {
  position: absolute !important;
}
.share-icon {
  left: -4em;
}
.h-100 {
  height: 100% !important;
}
.position-relative {
  position: relative !important;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.border-top {
  border-top: 1px solid #d2d2d3;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.text-end {
  text-align: right !important;
}
.btn.btn-none {
  border: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  /* justify-content: end; */
  align-content: end;
  margin-left: auto;
  color: #111;
}
.btn.btn-none:hover {
  background: transparent;
  color: var(--primary-color);
}
.text-uppercase {
  text-transform: uppercase !important;
}
.d-none {
  display: none !important;
}
 .mb-3 {
    margin-bottom: 3em;
  }
.vpsm-order-btn.elementor-button {
  background: var(--primary-color);
  margin: 0 auto;
}
.vpsm-order-btn.elementor-button span{
  color: #fff;
}
@media (min-width: 850px) {
  .admin-bar #site-header {
    top: 32px;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 32%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  
}
@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1280px;
  }
  
}
@media (max-width: 850px) {
  .site-header .header-inner .site-branding .site-logo img {
    height: 32px;
  }
  .second-menu {
    display: none;
  }
  .site-navigation-dropdown ul.sub-menu {
    padding-left: 15px;
  }
  .row-cols-md-3 .only-box {
    width: 100%;
    margin-bottom: 2%;
  }
  .row {
    flex-wrap: wrap;
  }
  .col-md-4 {
    width: 100%;
  }
  .container {
    padding: 0px 15px;
  }
  .share-buttons {
    flex-direction: row;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
   .header-action .gt_switcher .gt_selected a {
   width: 90px !important;
 }
  .gt_container--wcylur .gt_switcher{
    font-size: 11px  !important;
  }

}
