.whmcs-product-modern {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: transform 0.3s ease;
}
.whmcs-product-modern:hover {
    transform: translateY(-5px);
}
.product-footer-p {
    margin-top: 20px;
}
.product-footer-p p {
    text-align: center;
    color: #fff;
    padding: 0px;
    margin: 5px;
    font-size: 15px;
    font-family: 'dana-medium';
}
.product-header {
    background-color: #2c3e50;
    color: white;
    padding: 20px;
    text-align: center;
}
.product-name {
    font-size: 24px;
    margin-bottom: 10px;
}
.product-price {
    font-size: 20px;
    margin-bottom: 10px;
}
.product-discount {
    font-size: 14px;
    color: #f39c12;
}
.product-discount {
    margin-top: 20px;
}
.product-discount span {
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    border-radius: 40px;
}
.product-body {
    padding: 20px;
}
.product-features ul {
    list-style: none;
    padding: 0;
}
.product-features li {
    margin-bottom: 8px;
    color: #555;
    line-height: 2.5rem;
}
.product-footer {
    padding: 20px;
    text-align: center;
}
.product-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease;
}
.product-button:hover {
    background-color: #2980b9;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    width: 300px;
    flex-shrink: 0;
    padding: 0px !important;
}
.two-col-flex {
    margin-bottom: 30px;
    margin-top: 30px;
}
.whmcs-tab-nav-item {
    display: flex;
    align-items: center;
    font-family: 'dana-bold';
    cursor:pointer;
    padding: 19px 18px;
    background:#fff;
    margin-left: 0px;
    margin-right: 0px;
    font-weight:500;
    padding: 10px 10px;  
    font-weight: 500;
    font-size: 14px;;
}
.whmcs-tab-icon {
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 22px; 
    vertical-align: middle;
}
.whmcs-tab-icon {
    width: 24px !important;
    height: 24px !important;
}
.whmcs-tabs-nav {
    display:flex;
    border:2px solid #00253A; 
    border-radius: 50px;
    margin-bottom:18px;
    list-style:none;
    padding:0;
    padding: 5px;
        margin: auto;
}
.whmcs-tab-nav-item.active {
    background:#F26C21;
    color:#fff;
    font-family: 'dana-bold';
}
.whmcs-tab-content-item {
    display:none;
}
.whmcs-tab-content-item.active {
    display:block;
}
.whmcs-tab-nav-item svg{
    width: 30px;
    margin-left: 8px
}
.whmcs-tab-nav-item[data-tab="tab-0"] {
    flex-direction: row-reverse;
}
.whmcs-tab-nav-item[data-tab="tab-0"] svg {
    margin-right: 8px;
}
.whmcs-tab-nav-item[data-tab="tab-0"].active {
  border-radius: 0px 40px 40px 40px !important;
}
.whmcs-tab-nav-item[data-tab="tab-1"].active {
  border-radius: 40px 0px 40px 40px !important;
}
.whmcs-tab-nav-item:not(.active) {
  border-radius: 40px 40px 40px 40px;
  transition: border-radius 0.4s;
}
.slider {
    width: 40vw;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.slide-track {
    display: flex;
    width: fit-content;
    animation: scroll 10s linear infinite;
}
.slide {
    min-width: 150px;
    height: 50px;
    margin: 0 10px;
    background: #f26c21;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 10px;
}
@keyframes scroll {
    0% {
    transform: translateX(50%);
    }
    100% {
    transform: translateX(0%);
    }
}
.slider::before,
.slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width: 450px) {
.slider {
display: none;
}
.whmcs-tab-nav-item[data-tab="tab-0"] svg {
    display: none;
}
.whmcs-tab-nav-item[data-tab="tab-1"] svg {
    display: none;
}
.whmcs-tab-nav-item {
    font-size: 13px;
}
}
@media screen and (max-width: 800px) {
  .slider {
    display: none;
  }
.whmcs-tab-nav-item {
    font-size: 15px;
}
}
.swiper-button-next {
    left: -45px !important;
    right: auto;
    background-color: #D9D9D9;
    border-radius: 60%;
    padding: 25px;
}
.swiper-button-next:after {
    content: 'prev';
    font-size: 25px !important;
    color: #F26C21;
    font-weight: 900;
}
.swiper-button-prev {
    right: -45px !important;
    background-color: #D9D9D9;
    border-radius: 60%;
    padding: 25px;
}
.swiper-button-prev:after  {
    content: 'next';
    font-size: 25px !important;
    color: #F26C21;
    font-weight: 900; 
}
@media (max-width: 768px) {
    .swiper-slide {
        width: 50% !important;
    }
}
@media (max-width: 1024px) {
    .swiper-button-next {
        left: -10px !important;
    }
    .swiper-button-prev {
        right: -10px !important;
    }
}
@media (max-width: 425px) {
    .swiper-slide {
        width: 100% !important;
    }
}
.whmcs-tab-nav-item {
    display: flex;
    align-items: center;
    font-family: 'dana-bold';
    cursor:pointer;
    padding: 19px 18px;
    background:#fff;
    margin-left: 0px;
    margin-right: 0px;
    font-weight:500;
    padding: 10px 10px;  
    font-weight: 500;
    font-size: 14px;;
}
.whmcs-tab-icon {
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 22px; 
    vertical-align: middle;
}

.whmcs-tab-icon {
width: 24px !important;
height: 24px !important;
}
.whmcs-tabs-nav {display:flex;border:2px solid #00253A; border-radius: 50px;margin-bottom:18px;list-style:none;padding:0;padding: 5px; margin: auto;}
.whmcs-tab-nav-item.active {background:#F26C21;color:#fff;font-family: 'dana-bold';}
.whmcs-tab-content-item {display:none;}
.whmcs-tab-content-item.active {display:block;}
.whmcs-tab-nav-item svg{
    width: 30px;
    margin-left: 8px
}
.whmcs-tab-nav-item[data-tab="tab-0"] {
    flex-direction: row-reverse;
}
.whmcs-tab-nav-item[data-tab="tab-0"] svg {
    margin-right: 8px;
}
.whmcs-tab-nav-item[data-tab="tab-0"].active {
    border-radius: 0px 40px 40px 40px !important;
}
.whmcs-tab-nav-item[data-tab="tab-1"].active {
  border-radius: 40px 0px 40px 40px !important;
}
.whmcs-tab-nav-item:not(.active) {
  border-radius: 40px 40px 40px 40px;
  transition: border-radius 0.4s;
}
.slider {
    width: 40vw;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden; 
}
.slide-track {
  display: flex;
  width: fit-content;
  animation: scroll 10s linear infinite;
}

.slide {
  min-width: 150px;
  height: 50px;
  margin: 0 10px;
  background: #f26c21;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slider::before,
.slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 450px) {
    .slider {
    display: none;
}
.whmcs-tab-nav-item[data-tab="tab-0"] svg {
    display: none;
}
.whmcs-tab-nav-item[data-tab="tab-1"] svg {
    display: none;
}
.whmcs-tab-nav-item {
    font-size: 13px;
}
}
@media screen and (max-width: 800px) {
  .slider {
    display: none;
  }

.whmcs-tab-nav-item {
    font-size: 15px;
}
}
.noplans-message{
    display: block;
    text-align: center;
    padding: 2rem 0px;
    color: rgb(204, 0, 0);
    font-size: 1.1rem;
    font-family: 'dana-medium';
  }
  @media (min-width: 768px) {
    
    .plans-filters-row {
        display: flex
    }
  }
.plans-filters-row {
    
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .plans-filter-cpu-title {
    font-size: 16px;
    font-family: 'dana-bold';
    margin: 5px;
  }
  .plans-filter-title {
    font-size: 16px;
    font-family: 'dana-bold';
    margin: 5px;
  }
  .plan-filter-cpu {
    width: 100%;
    display: block;
    margin: auto;
    border-color: #F26C21;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
    font-family: 'dana-regular';
    margin-top: 15px;
  }
  .plans-filter-input {
    width: 100%;
    display: block;
    margin: auto;
    border-color: #F26C21;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
    font-family: 'dana-regular';
    margin-top: 15px;
  }
  
.pric-range-title {
  font-size: 16px;
  font-family: 'dana-bold';
  margin: 5px;
}
.custom-range-container {
  width: 100%;
  position: relative;
  height: 38px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 3px;
}
.custom-range-container input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  background: transparent;
  position: absolute;
  left: 0; right: 0;
  pointer-events: all;
  display: block;
  margin: auto;
}
.custom-range-container input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background: #181925;
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent;
}
.custom-range-container input[type="range"]::-moz-range-track {
  height: 7px;
  background: #181925;
  border-radius: 4px;
}
.custom-range-container input[type="range"]::-ms-fill-lower,
.custom-range-container input[type="range"]::-ms-fill-upper {
  background: #181925;
  border-radius: 4px;
}
.custom-range-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #181925;
  box-shadow: 0 0 6px 1px #c3cdfd7c;
  cursor: pointer;
  transition: border-color 0.15s;
  margin-top: -12.5px;
  position: relative;
  z-index: 2;
}
.custom-range-container input[type="range"]:focus::-webkit-slider-thumb {
  border-color: #1e88e5;
}
.custom-range-container input[type="range"]::-moz-range-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #181925;
  box-shadow: 0 0 6px 1px #c3cdfd7c;
  cursor: pointer;
  z-index: 2;
}
.custom-range-container input[type="range"]:focus::-moz-range-thumb {
  border-color: #1e88e5;
}
.custom-range-container input[type="range"]::-ms-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #181925;
  box-shadow: 0 0 6px 1px #c3cdfd7c;
  cursor: pointer;
  z-index: 2;
}
.custom-range-container input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 8px 2px #acb8ee7a;
}
.custom-range-container input[type="range"]:focus {
  outline: none;
}
.custom-range-container input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]:focus {
  outline: none;
}
.product-footer-2 {
width: 100%;
display: block;
margin: auto;
text-align: center;
height: 70px;
margin-top: 35px;
}
.hide {
display: none !important;
}
.all-plans-modal {display: none;align-items: center;justify-content: center;}
.all-plans-modal.active {display: flex;}
.plans-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  gap: 70px 50px;
  margin-top: 5%;
}
.plan-card {
flex: 28%;
min-width: 250px; 
box-sizing: border-box;
box-shadow: 0 8px 30px rgba(70, 93, 119, 0.12);
background-color: #fff;
}
@media (max-width: 900px) {
.plan-card {
  flex: 0 0 48%;
  max-width: 48%;
}
}
@media (max-width: 600px) {
.plan-card {
  flex: 0 0 100%;
  max-width: 100%;
}
}
.plan-header {
width: 60%;
margin: -25px auto;
padding: 15px 10px 15px 10px;
background: #183457;
box-shadow: 0 4px 16px rgba(23,44,87,0.18);
border-radius: 22px;
text-align: center;
font-size: 1.22em;
color: #fff;
font-weight: 700;
margin-bottom: 35px;
position: relative;
}
.plan-cart-icon {
color: #ff8c33;
  margin-top: -15px;
  display: block;
  text-align: center;
}
.plan-pricing {
width: 100%;
background-color: #183457;
color: #fff;
text-align: center;
padding: 20px;
font-size: .98em;
margin-top: 12px;
margin-bottom: 10px;
direction: rtl;
}
.plan-features {
list-style: none;
padding: 0;
margin: 15px 0 20px 0;
direction: ltr;
}
.plan-features li {
color: #183457;
margin-bottom: 7px;
display: block;
text-align: center;
font-size: .97em;
line-height: 2.2rem;
    direction: rtl;
}
.plan-features i {
color: #ff8c33;
margin-left: 10px;
font-size: 1.1em;
min-width: 20px;
}
.plan-btn {
padding: 15px 40px;
background: #ff8c33;
color: #fff;
border: none;
border-radius: 8px;
font-weight: bold;
font-size: 1.15em;
}
.plan-btn:hover {
background: #e2731f;
}
.show-more {
text-align: center;
margin: 45px auto 18px auto;
font-size: 1.15em;
color: #ff8c33;
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
font-family: 'dana-medium';
}
.show-more i {
padding-top: 7px;
font-size: 1.35em;
}
@media (max-width: 1050px) {
.plans-container {
  flex-wrap: wrap;
  gap: 18px;
}
}
@media (max-width: 830px) {
.plans-container {
  /*flex-direction: column;*/
  align-items: center;
}
.plan-card {
  margin-bottom: 22px;
}
}
.plan-card-tarh3 {
  min-width: 100%;
  box-sizing: border-box;
  box-shadow: 0 8px 30px rgba(70, 93, 119, 0.12);
  background-color: #fff;
  }
  @media (max-width: 900px) {
    .plan-card-tarh3 {
      flex: 0 0 48%;
      max-width: 48%;
    }
    }
    @media (max-width: 600px) {
    .plan-card-tarh3 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .n-card-tar3 {
    margin-bottom: 22px;
  }
  .plan-header-tarh3 {
    width: 45%;
    margin: 0px auto;
    padding: 15px 10px 15px 10px;
    background: #183457;
    box-shadow: 0 4px 16px rgba(23,44,87,0.18);
    border-radius: 22px;
    text-align: center;
    font-size: 1.22em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;    
    }
    .plan-cart-icon-tarh3 {
    color: #ff8c33;
    margin-top: -15px;
    display: block;
    text-align: center;
  }
  .plan-pricing-tarh3 {
    width: 100%;
    background-color: #183457;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: .98em;
    margin-top: 12px;
    margin-bottom: 10px;
    direction: rtl;
    }
  .plan-features-tarh3 {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
    direction: ltr;
    }
    .plan-features-tarh3 li {
    color: #183457;
    margin-bottom: 7px;
    display: block;
    text-align: center;
    font-size: .97em;
    line-height: 2.2rem;
    }
    .plan-features-tarh3 i {
    color: #ff8c33;
    margin-left: 10px;
    font-size: 1.1em;
    min-width: 20px;
    }
    .product-footer-2-tarh3 {
      width: 100%;
      display: block;
      margin: auto;
      text-align: center;
      height: 70px;
      margin-top: 35px;
    }
    .plan-btn-tarh3 {
      padding: 15px 40px;
      background: #ff8c33;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-weight: bold;
      font-size: 1.15em;
      }
      .plan-btn-tarh3:hover {
      background: #e2731f;
      }
      .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
        z-index: 1;
      }
      .swiper-button-next {
        right: 2px;
        left: auto;
      }
      .swiper-button-prev {
        left: 2px;
        right: auto;
      }
      .swiper-button-next:hover,
      .swiper-button-prev:hover {
        color: #fff;
        background: #D9D9D9;
      }
.plan-card-tarh4 {
  flex: 21%;
  min-width: 250px;
  box-sizing: border-box;
  box-shadow: 0px 0px 13px 1px rgb(70 93 119 / 28%);
  background-color: #fff;
  }
  @media (max-width: 900px) {
  .plan-card-tarh4 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  }
  @media (max-width: 600px) {
  .plan-card-tarh4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  }
  @media (max-width: 830px) {
    .plan-card-tarh4 {
      margin-bottom: 22px;
    }
    }
.plan-header-tarh4 {
    width: 80%;
    margin: -25px auto;
    padding: 15px 10px 15px 10px;
    background: #183457;
    box-shadow: 0 4px 16px rgba(23,44,87,0.18);
    border-radius: 22px;
    text-align: center;
    font-size: 1.22em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}
.plan-cart-icon-tarh4 {
  color: #ff8c33;
    margin-top: -15px;
    display: block;
    text-align: center;
  }
.plan-pricing-tarh4 {
  width: 100%;
  background-color: #183457;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: .98em;
  margin-top: 12px;
  margin-bottom: 10px;
  direction: rtl;
  }
  .plan-features-tarh4 {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
    direction: ltr;
    }
    .plan-features-tarh4 li {
    color: #183457;
    margin-bottom: 7px;
    display: block;
    text-align: center;
    font-size: .97em;
    line-height: 2.2rem;
    }
    .plan-features-tarh4 i {
    color: #ff8c33;
    margin-left: 10px;
    font-size: 1.1em;
    min-width: 20px;
    }
    .product-footer-tarh4 {
      width: 100%;
      display: block;
      margin: auto;
      text-align: center;
      height: 70px;
      margin-top: 35px;
      }
      .plan-btn-tarh4 {
        padding: 15px 40px;
        background: #ff8c33;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-weight: bold;
        font-size: 1.15em;
        }
        .plan-btn-tarh4:hover {
        background: #F66B0E;
        }
        .plans-container-tarh4 {
          display: flex;
          flex-wrap: wrap;
          gap: 24px;
          justify-content: center;
          gap: 70px 30px;
          margin-top: 5%;
        }
.plan-comparison-table {
  width: 100%;
  overflow-x: auto;
}
.plan-comparison-table table {
  width: 100%;
  border-collapse: collapse;
}
.plan-comparison-table th,
.plan-comparison-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.plan-comparison-table th {
  background-color: #f2f2f2;
  color: #333;
}
.plan-comparison-table td {
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .plan-comparison-table table, 
  .plan-comparison-table thead, 
  .plan-comparison-table tbody, 
  .plan-comparison-table th, 
  .plan-comparison-table td {
      display: block;
  }
  .plan-comparison-table tr {
      margin-bottom: 15px;
  }
  .plan-comparison-table td, 
  .plan-comparison-table th {
      text-align: left;
      padding-left: 20px;
      position: relative;
  }
}
.plan-comparison-table {
width: 100%;
overflow-x: auto;
margin-top: 20px;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}

.plan-comparison-table h2 {
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.plan-comparison-table table {
width: 100%;
border-collapse: collapse; 
}
.plan-comparison-table th,
.plan-comparison-table td {
border: 1px solid #e0e0e0;
padding: 12px 15px;
text-align: center;
font-size: 16px;
}

.plan-comparison-table th {
background-color: #007BFF;
color: white;
font-weight: bold;
}

.plan-comparison-table td {
background-color: #f9f9f9;
color: #333;
}
.plan-comparison-table td:hover {
background-color: #f1f1f1;
}
.plan-comparison-table .tick {
color: green;
font-size: 20px;
}
.plan-comparison-table .cross {
color: red;
font-size: 20px;
}

@media screen and (max-width: 768px) {
.plan-comparison-table table, 
.plan-comparison-table thead, 
.plan-comparison-table tbody, 
.plan-comparison-table th, 
.plan-comparison-table td {
display: block; 
}
.plan-comparison-table tr {
margin-bottom: 15px; 
}

.plan-comparison-table td, 
.plan-comparison-table th {
text-align: left; 
padding-left: 20px; 
position: relative;
}
.plan-comparison-table td::before, 
.plan-comparison-table th::before {
position: absolute;
left: 10px;
width: 45%;
white-space: nowrap; 
}
}
.plan-comparison-table {
    width: 100%;
    overflow-x: auto;
}
.plan-comparison-table table {
    width: 100%;
    border-collapse: collapse;
}
.plan-comparison-table th,
.plan-comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.plan-comparison-table th {
    background-color: #f2f2f2;
    color: #333;
}
.plan-comparison-table td {
    background-color: #fff;
    color: #333;
}
@media screen and (max-width: 768px) {
    .plan-comparison-table table, 
    .plan-comparison-table thead, 
    .plan-comparison-table tbody, 
    .plan-comparison-table th, 
    .plan-comparison-table td {
        display: block;
    }
    .plan-comparison-table tr {
        margin-bottom: 15px;
    }
    .plan-comparison-table td, 
    .plan-comparison-table th {
        text-align: left;
        padding-left: 20px;
        position: relative;
    }
}
.whmcs-products-widget-loader, .plan-comparison-widget-loader, .whmcs-tld-widget-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
  min-height: 100px;
}
.whmcs-loading-spinner {
  border: 7px solid #f3f3f3;
  border-top: 7px solid #f26c21;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  animation: whmcs-spin 1s linear infinite;
  margin-bottom: 12px;
}
@keyframes whmcs-spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
.whmcs-loading-text {
  font-size: 1.1em;
  color: #f26c21;
  font-family: dana-bold;
}
.product-out-of-stock {
    background: #ccc !important;
    color: #777 !important;
    border: 1px solid #bbb !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-family: dana-bold;
}