   .stars {
      color: #FFD700;
      font-size: 24px;
    }
    #google-reviews {
      font-size: 16px;
      margin: 20px;
      cursor:pointer;
    }
    .vpat {
        max-width: 1140px;
        margin: auto;
    padding: 0px;
    /* margin-top: -32px; */
    margin-left: auto;
    margin-right: auto;
        margin-top: 30px;
    }

    @keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading {
  font-size: 2.3rem;
  font-weight: 700;
  color: #222;
  position: relative;
  line-height: 1.3;
  letter-spacing: 1px;
  animation: fadeSlideIn 1s ease-out forwards;
  opacity: 0;
  text-align: left;
  /*margin-left:11px;*/
}

/* When page loads, make it visible */
body.loaded .heading {
  opacity: 1;
}

.heading span {
  color: green;
  position: relative;
  z-index: 1;
}

/* Animated underline using ::after */
.heading span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 4px;
  width: 0;
  background: #28a745;
  transition: width 0.5s ease;
  border-radius: 4px;
}

.heading span:hover::after {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .heading {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 1.6rem;
    padding: 14px;
  }
}



    .trusted-text {
      font-size: 1.2rem;
      font-weight:700;
    }

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 30px;
    line-height: 40px;
      margin-left: -24px;
      
    }

    /* .feature-column {
      flex: 1 1 300px;
    } */

    .feature-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-size:14px;
      cursor:pointer;
    }

.feature-item:hover::after {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 1.2em;  /* same as font size */
  background-color: black;
  animation: blink-move 1s steps(2, start) infinite;
  text-transform: capitalize;
}

/* Animation for blinking caret */
@keyframes blink-caret {
  0%, 50% {
    opacity: 1;
    transform: translateX(0);
  }
  50.01%, 100% {
    opacity: 0;
  }
   25% {
    opacity: 1;
    transform: translateX(2px);
  }
}


    .feature-item::before {
      content: "⮚";
      color: green;
      font-size: 1.2rem;
      margin-right: 10px;
    }

    .highlight {
          font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: -165px;
    width: 51%;
    }

    .buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      align-items: center;
       margin: auto;
    }

    .view-btn {
      background-color: green;
      border: 2px solid green;
      color: #fff;
      padding: 10px 25px;
      font-size: 1.1rem;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .view-btn:hover {
      background-color: green;
      color: #fff;
    }

    .promo {
      background-color: green;
      padding: 20px;
      text-align: center;
      font-weight: bold;
      /*border: 3px solid black;*/
      border-radius: 0 0 10px 10px;
      width: 26%;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      position: relative;
      top: -135px;
      height: 250px;
    }
    @media (max-width: 768px){.vpat{margin-top: 138px;padding: 10px;}.promo{margin-top: 114px;}.highlight{margin-top: 19px;padding: 10px;width: 100%;}
        .buttons{display: flex;flex-wrap: wrap;gap: 15px;align-items: center;
    padding: 10px;}
    }

    .promo-star {
      font-size: 3rem;
      color:white;
    }
    
    .promo-text {
      font-size: 1.3rem;
      margin-top: 10px;
      color:white;
    }

    .promo-sub {
      font-size: 0.9rem;
      color:white;
    }

    .promo-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    @media (min-width: 992px) {
      .promo-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
      }
      
    }


@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive Text Size */
@media (max-width: 480px) {
  .popup-content h2 {
    font-size: 20px;
    
  }
  .vpat{margin-top: 123px;}
}
.promo-image {
        width: 100%;
    max-width: 489px;
    margin-top: -73px;
    /*border-radius: 10px;*/
    /*box-shadow: 5px 2px 10px rgba(5, -11, -7, -1.8);*/
    /*overflow: hidden;*/
}

.promo-image img {
       width: 100%;
    /* height: auto; */
    display: block;
    border-radius: 11px;
    margin-top: -77px;
    margin-left: 40px;
    transition: opacity 0.5s ease-in-out;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .promo-image {
    margin-left: -39px;
    width:100%;
    margin: -39px auto 0px -37px;

  }
}
html {
  scroll-behavior: smooth;
}
.buttons a{text-decoration:none;}
#plan {
  scroll-margin-top: 100px;

}

    .feature-item {
  /*position: relative;*/
  margin: 10px 0;
  cursor: pointer;
  font-size: 14px;
  /*color: #333;*/
  list-style: none;
}

.tooltip-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 281px;
  z-index: 99;
  width: 300px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  /*box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);*/
  margin-top: -171px;
  box-shadow: rgb(67 67 67/18%)0 8px 24px;
}

.tooltip-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.tooltip-box p {
  font-size: 14px;
  /*color: #444;*/
}

.feature-item:hover .tooltip-box {
  display: block;
}

    .co {
      text-align: center;
      max-width: 800px;
      width: 100%;
    }

    .subheading {
      font-size: 1.1rem;
      color: #555;
      margin-bottom: 20px;
    }


    .tld-select {
      padding: 12px 15px;
      font-size: 1rem;
      border: 2px solid #ff4d7d;
      border-left: none;
      border-right: none;
      outline: none;
      color: #333;
    }

    .search-button {
      padding: 12px 30px;
      font-size: 1rem;
      font-weight: bold;
      background-color:green;
      color: white;
      border: none;
      border-radius: 0 25px 25px 0;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .search-button:hover {
      background-color: #e0436b;
    }

    @media (max-width: 768px) {
      .heading {
        font-size: 1.8rem;
      }

      .subheading {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .heading {
        font-size: 1.5rem;
      }

      .subheading {
        font-size: 0.8rem;
      }
    }
    @media (min-width: 769px) and (max-width: 992px) {
  .vpat  {
   padding:10px;
  }
  .highlight {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: 25px;width:100%;}
    }  
    @media (min-width: 993px) and (max-width: 1200px) {
  .vpat {
    max-width: 1140px;
    /* margin: auto; */
    /* padding: 54px; */
    /* margin-top: -32px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }}
    
    .row .col-md-5{margin-top:-163px;}.server_pic img{max-width:60%;}.server_box .server_pic {padding: 50px;text-align: center;}.server_box.mangaged-box img {max-width: 70%;position: relative;top: -81px;}.Exploreplan {position: relative;padding: 50px 0;}
    
/*.text-bot h3{font-size:32px;font-weight:700;color:green;}*/
/*.text-bot{margin-top:-175px;}*/
@media only screen and (max-width: 767px) {.hometop_banner.linuxbanner h2 {font-size: 23px;line-height: 35px;text-align: center;}.row .col-md-5 {margin-top: -5px;
}.server_box.mangaged-box img {max-width: 100%;position: relative;top: -54px;}.Exploreplan {position: relative;padding: 50px 0;/*bottom: 155px;*/}.slider-container {position: relative;overflow: hidden;padding: 20px 0;top: 76px;}}
.slider-container {position: relative;overflow: hidden;padding: 20px 0;}
    .slider {display: flex;gap: 30px;animation: scroll 15s linear infinite;}
    .card {flex: 0 0 auto;width: 200px;height: 200px;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 15px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease-in-out;}
    .card img {max-width: 100%;max-height: 100%;object-fit: contain;border-radius: 10px;}
    .card:hover {
      transform: scale(1.1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);}
    /* Seamless scrolling animation */
    @keyframes scroll {
      0% {transform: translateX(0);}
      100% {transform: translateX(-100%);}}
    /* Pause animation on hover */
    .slider-container:hover .slider {
      animation-play-state: paused;
    }
    .faq-container {
    margin-top: -40px;
}.whoare {
    position: relative;
    z-index: 2;
    top: 81px;}@media only screen and (max-width: 478px){.faq-container {margin-top: 60px;}}
    .benefits-container {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}
.benefit-card {background: #fff;border: 1px solid green;border-radius: 5px;box-shadow: -9px 9px 5px 2px rgba(0, 0, 0, 0.1);width: calc(31.33% - 17px);padding: 20px;text-align: center;transition: transform 0.3s ease;}
.benefit-card i {
    font-size: 2.5rem;
    color: green;
    margin-bottom: 10px;
}
 .benefit-card h3 {
    color: green;
    margin-bottom: 10px;
    font-size: 19px;
}
.clients_say {
    position: relative;
    padding-bottom: 50px;
    /*margin-top: -91px;*/
}
@media (max-width: 1024px) {
    .benefit-card {
        width: calc(40% - 15px);
    }
}

@media (max-width: 768px) {
        .server_box p {margin-top:37px;}
    .benefit-card {
        width: 80%;
    }
    .volt h4{text-align:center;}
}

@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    h3 {
        font-size: 27px;
    }
    p {
        font-size: 0.85rem;
    }
    .benefit-card i {
        font-size: 2rem;
    }
    .text-bot h3 {font-size:22px; margin-left: 0px;}
    .server_box.mangaged-box .text-center{font-size: 30px;color: green;font-weight: 700;margin-top: 41px;}}.server_box.mangaged-box{margin-top:7px;}
    
    /* costmer review.css */
.review-section {
  padding: 40px 20px;
  /*background-color: #fff;*/
  text-align: center;
      margin-top: 0px;

}

.recommended {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight:700;
  color:green;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
      margin: auto;
    /*margin-left: -19px;*/
}

.review-box {
  /*border: 1px solid #ddd;*/
  padding: 20px;
  /*border-radius: 10px;*/
  /*background: #f9f9f9;*/
}

.review-box .logo {
  height: 30px;
  object-fit: contain;
  margin-bottom: 10px;
}

.review-box .logo.small {
  height: 30px;
}

.stars {
  font-size: 1.4rem;
  /*color: #00b67a;*/
  margin: 10px 0;
}

.rating-text {
  font-size: 0.95rem;
  color: #333;
}

/* Responsive */
@media (max-width: 600px) {
  .recommended {
    font-size: 1.2rem;
  }

  .stars {
    font-size: 1.2rem;
  }

  .rating-text {
    font-size: 0.85rem;
  }
}


.ostp-container {
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  margin-top: 135px;
}

.ostp-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.ostp-left,
.ostp-right {
  flex: 1 1 48%;
}

/* Buttons */
.ostp-buttons {
  margin-bottom: 15px;
}
.ostp-btn {
  padding: 12px 24px;
  font-size: 16px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.ostp-blue {
  /*background-color: #007bff;*/
  color: white;
}
.ostp-green {
  background-color: #28a745;
  color: white;
}

/* Subtext */
.ostp-subtext {
  font-size: 18px;
  /*color: #666;*/
  margin-bottom: 20px;
}

/* Feature List */
.ostp-feature-list {
  list-style: none;
  padding-left: 0;
}
.ostp-feature-list li {
  margin-bottom: 10px;
  /*font-size: 15px;*/
}
.keyfeature_manageddedicatd_server {
    margin-bottom: 83px;
    /*margin-top: -128px;*/
}
/* What's New Section */
.ostp-new-section {
  margin-bottom: 30px;
}
.ostp-new-heading {
      font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: green;
        margin-top: -40px;
}
.ostp-new-list {
  list-style: none;
  padding-left: 0;
  margin-top:21px;
}
.ostp-new-list li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Counters */
.ostp-counters {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.ostp-counters div {
  flex: 1;
}
.ostp-counter {
  font-size: 28px;
  font-weight: bold;
  color:green;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .ostp-flex-wrapper {
    flex-direction: column;
  }
  .ostp-left,
  .ostp-right {
    flex: 1 1 100%;
  }
  .ostp-counters {
    flex-direction: column;
    gap: 15px;
  }
}

.text-bot {
    padding: 18px;
    /* background-color: #ffffff; */
    border-radius: 12px;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.07); */
    margin-top: -54px;
    margin-left: -54px;
    margin-right: -45px;
}

.text-bot h3.text-center {
    text-align: center;
    margin-bottom: 41px;
    font-size: 20px;
    color: green;
    font-weight: 700;
    margin-left: -65px;
}

.table-container {
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid black;
      padding: 4px 4px;
  text-align: left;
  display:table-cell;
}

.responsive-table th {
  /*background-color: #f5;*/
  font-weight: 600;
  color: white;
  text-align:center;
}

.responsive-table p {
  margin: 0;
  color: #444;
  font-size: 15px;
}

@media (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }

  .responsive-table td {
    display: block;
    text-align: right;
    font-size: 14px;
    border: none;
    position: relative;
    padding-left: 50%;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
    text-align: left;
    color: #666;
  }
}

.responsive-table td:first-child {
    font-weight: 400;
    font-size: 16px;
}
.table-container {
    margin: 0 auto;
    border-radius: 10px;
    padding: 0px;
    margin-top: -25px;
    width: 102%;
    margin-left: 33px;
}
.bltx {
     color:white; 
     font-weight: bold; 
     font-size: 14px; 
     background: green; 
     display: inline-block; 
     padding: 9px 16px; 
     border-radius: 0 11px 12px 0px; 
     position: relative; 
}

.discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.original-price {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.tag-container {
    position: relative;
    display: inline-block;
    width: 100px; /* Adjust to your image size */
}

.discount-tag {
    width: 100%;
    height: auto;
    display: block;
}

.tag-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}
.ostp-new {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: green;
    margin-top: -22px;
    margin-left: 38px;}
    
        @media screen and (max-width: 480px) {.promo-image img {
    width: 100%;
    /* height: auto; */
    display: block;
    border-radius: 11px;
     margin-top: 0px; 
    margin-left: 40px;
    transition: opacity 0.5s ease-in-out;
}.feature-column{margin-left: 0px !important;
        position: relative !important;
        left: 2px !important;}.text-bot {
    padding: 0px;
    /* background-color: #ffffff; */
    /* border-radius: 12px; */
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.07); */
    margin-top: -64px;
    margin-left: 0px;
    margin-right: 0px;
}.ostp-new-list {
    list-style: none;
    padding-left: 0;
    /* margin-top: 21px; */
    line-height: 38px;
    margin-left: 0px !important;
}.ostp-right{     padding: 0px !important; 
     margin-right: 0px !important; 
     margin-top: 0px !important; 
     border-left-style: none !important; 
     height: 0px !important; 
}}


/*newprice menu*/
.pricing_table_box {
            /*background: #fff;*/
            border-radius: 12px;
            padding: 25px;
            /*box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
            /*width:100%;*/
            /*max-width:1200px;*/
        }
        .form-label {
            font-weight: 600;
        }
        .table_box {
            margin-top: 20px;
        }
        .table thead {
            background-color:green;
        }
        .tr_background {
            background-color: #fafafa;
        }
        .tr_fonts th, .tr_fonts td {
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .pricing_table_box {
                padding: 15px;
            }
        }
       input[type="range"]::-webkit-slider-thumb {
    background-color: #28a745; /* Bootstrap green */
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px; /* Adjust for alignment */
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

input[type="range"]::-moz-range-thumb {
    background-color: #28a745;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

/*end*/

/*price and calculator*/
.table-container .responsive-table .btn{ 
    font-size: 11px;
    padding: 12px 25px;
    color: black;
    font-weight: 600;
    border-radius: 25px;
    border:2px solid green;
}
.responsive-table th, .responsive-table td {
    padding: 5px !important;
    border: 1px solid #ddd;
    text-align: center !important;
    font-size: 16px;
    text-align:center;
}
/*.Exploreplan {*/
/*    padding: 7px 0;*/
/*}*/
@media (max-width: 768px) {
    .highlight {
        margin-top: 19px !important;
        padding: 10px;
        width: 100%;
    }
}
.table-container {
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

/* Responsive styles for mobile */
@media screen and (max-width: 768px) {
  .responsive-table thead {
    display: none;
  }

  .responsive-table,
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table td {
    display: block;
    width: 100%;
  }

  .responsive-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 10px;
  }

  .responsive-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 50%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
  }
}

/*reseller hosting*/
    .feature-tabs {
      text-align: center;
      padding: 40px 20px 20px;
    }

    .feature-tabs h2 {
      font-size:31px;
      margin-bottom: 30px;
      color:green;
      font-weight:700;
    }

    .tab-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border-bottom: 1px solid #ccc;
    }

    .tab-buttons button {
      background: none;
      border: none;
      font-weight: bold;
      padding: 10px 20px;
      margin: 0 5px;
      font-size: 16px;
      cursor: pointer;
      color: #666;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
    }

    .tab-buttons button.active {
      color: #000;
      border-color:green;
    }

    .tab-content {
      display: none;
      padding: 34px 56px;
      max-width: 1200px;
      margin: auto;
    }

    .tab-content.active {
      display: block;
    }

    .tab-inner {
      display: flex;
      gap: 40px;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .tab-text {
      flex: 1;
      min-width: 280px;
      text-align: left;
    }

    .tab-text h3 {
      font-size: 20px;
      margin-bottom: 15px;
      font-weight:700;
    }

    .tab-text p {
      font-size: 14px;
      line-height: 1.6;
    }

    .tab-image {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    .tab-image img {
      width: 100%;
      /*height: 100%;*/
      /*object-fit: cover;*/
      /*border-radius: 8px;*/
      /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    }

  @media (max-width: 768px) {
    .tab-inner {
      flex-direction: column;
    }

    .tab-image {
      order: -1; /* Move image above text */
    }

    .tab-image img {
      max-width: 100%;
      height: auto;
    }
  }