/*hero section*/

.vps-hosting-section {
    display: flex;
    align-items: center;
    height: auto;
    padding: 50px;
    background-color: rgb(10, 29, 51);
    margin:0 ;
    margin-bottom: 30px;
    color: #fff;
}

.h-left-content {
    flex: 1;
    padding-right: 40px;
}

.h-right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-right-content img {
    width: 90%;
    height: auto;
    display: block;
    margin:0 auto;
}

.stp {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    background-color: #dddddd41;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    padding: 5px;
    border-radius: 5px;
    max-width: fit-content;
}

.stph1 {
    font-size: 66px;  
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.subheading {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: "inter", sans-serif;
    font-weight: 500;
    line-height: 28px;
}

.h-features {
    display: flex;
}

.h-feature {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.h-feature i {
    margin-right: 10px;
    font-size: 40px;
    color: #fff;
}

.h-feature span{
  font-family: 'inter',sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.button {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.start-now {
    background-color: #fff;
    color: rgb(10,29,51);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    display: block;
    border-radius: 6px;
    text-decoration: none;
    max-width: max-content;
}

.start-now:hover {
    background-color: #FFD43B;
}

@media (max-width: 768px) {
  .vps-hosting-section {
      flex-direction: column-reverse;
      padding: 30px;
      text-align: center;
  }

  .h-left-content,
  .h-right-content {
      flex: 1;
      padding-right: 0;
      width: 100%;
      box-sizing: border-box;
  }

  .h-right-content img {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
  }

  .stp {
      width: auto;
      margin: 10px auto;
      display: inline-block;
  }

  .stph1 {
      font-size: 40px;
      text-align: center;
  }

  .subheading {
      font-size: 1em;
      margin-bottom: 20px;
      text-align: center;
  }

  .h-features {
      flex-direction: column;
      align-items: center;
  }

  .h-feature {
      margin: 15px 0;
  }

  .button {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .start-now {
      font-size: 14px;
      padding: 12px 24px;
  }
}


/*price list*/

.vps-packages {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
}

.vps-packages h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  color: #135360;
}

.coupon-container {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.coupon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #135360;
}

.coupon-text {
  margin-right: 10px;
  border: 2px dotted #135360;
  padding: 5px 10px;
  border-radius: 5px;
}

.copy-button {
  background-color: #008080; 
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.copy-button:hover {
  background-color: #005858;
}


.copy-button.copied {
  background-color: rgb(10, 29, 51);
}

.cou{
  color: #135360;
}

.package-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter',sans-serif;
}

.package-table th, .package-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.cheap{
  color: red;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

.package-table th {
  background-color: #135360;
  color: #fff;
}

.package-row:hover {
  background-color: #f9f9f9;
}

.package-table td:nth-child(5) span:first-child {
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 14px;
  color: gray;
}

.package-table td:nth-child(5) {
  text-align: center;
}

.deploy-button {
  background-color: #fff;
  border: none;
  color: #135360;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #b2dbe0;
  margin: 0 auto;
}

.deploy-button:hover {
  background-color: #135360;
  color: #fff;
}

.old-price {
  text-decoration: line-through;
  color: gray;
  margin-right: 5px;
}

.package-card {
    display: none;
  }

/* Hide table and show cards on mobile */

@media (max-width: 768px){ 

  .package-table{
    display: none;
  }

  .package-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .package-card {
    border: 1px solid #ddd;
    padding: 15px 50px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }

  .package-card h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #135360;
  }

  .package-card p {
    font-size: 1.1em;
    margin: 5px 0;
  }

  .package-card .price {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .deploy-button {
    background-color: #135360;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
  }

  .deploy-button:hover {
    background-color: #008080;
  }
}


/*features cards*/

.card-container-gf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F4F9FF;
  }
  
  .card-gf {
    width: 300px;
    height: 250px;
    margin: 20px;
    border: 1px solid #D4DCFF;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card-gf:hover {
    background-color: #135360;
  }
  
  .card-icon-gf i {
    color: #135360;
    margin-top: 30px;
  }
  
  .card-content-gf h3 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #135360;
    font-family:"Montserrat", sans-serif ;
  }
  
  .card-content-gf p{
    color: #135360;
    font-size: 15px;
  }
  
  .card-gf:hover .card-icon-gf i,
  .card-gf:hover .card-content-gf h3,
  .card-gf:hover .card-content-gf p{
    color: #fff;
  }
  
  @media (max-width: 1200px) {
    .card-gf {
      width: 45%;
    }
  }
  
  @media (max-width: 768px) {
    .card-gf {
      width: 80%;
      margin: 10px auto;
    }
  }


  /*available os*/

  .os-container {
    text-align: center;
    padding: 20px;
  }
  
  .os-container h2 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
  }
  
  .os-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .os-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px; 
    height: 110px;
    margin: 10px;
    border: 1px solid #D4DCFF;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
    padding: 10px;
  }
  
  .os-card img {
    width: 60px; 
    height: auto;
    margin-bottom: 10px;
  }
  
  .os-card span {
    color: #135360;
  }

  .os-card span:hover{
    color: #007BFF;
  }
  

  @media (max-width: 768px) {
    .os-card {
      width: calc(40% - 20px);
      height: 120px;
      margin: 10px;
    }
  
    .os-card img {
      width: 50px;
    }
  }


  /*VPS faq*/

.faq-section {
    padding: 60px 20px;
    background-color: white;
  }
  
  .faq-section .container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: auto;
    flex-direction: column;
  }
  
  .faq-section h2 {
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: -15px;
    text-align: center;
  }
  
  .faq-section .faq-questions {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .faq-section .faq-item {
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: visible;
    width: 120%;
    max-width: 700px;
    position: relative;
    margin: 0 auto;
  }
  
  .faq-section .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #F4F9FF 100%);
    cursor: pointer;
    border-bottom: 1px solid #D4DCFF;
    border-radius: 5px;
  }
  
  .faq-section .faq-question span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
  }
  
  .faq-section .toggle-icon {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #007BFF;
  }
  
  .faq-section .faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-width: 700px;
    position: absolute;
    background-color: #F1F6FF; 
    z-index: 1;
    border-radius: 5px;
    line-height: 26px;
  }
  
  .faq-section .faq-answer p {
    color: #666;
  }
  
  .faq-section .faq-item.active .faq-answer {
    border-bottom: 1px solid #D4DCFF;
    max-height: 300px;
  }
  
  .faq-section .faq-item.active .faq-question {
    border-bottom: none;
  }
  
  @media (max-width: 768px) {
    .faq-section h2 {
        font-size: 40px;
    }
  
    .faq-section .container {
        flex-direction: column;
        gap: 20px;
    }
  
    .faq-section .faq-item {
        max-width: 100%;
    }
  
    .faq-section .faq-answer {
        max-width: 100%;
    }
  
    .faq-section .faq-question span {
        font-size: 14px;
    }
  }
  
  @media (max-width: 480px) {
    .faq-section h2 {
        font-size: 30px;
    }
  
    .faq-section {
        padding: 40px 10px;
    }
  
    .faq-section .faq-question {
        padding: 15px;
    }
  
    .faq-section .faq-answer {
        padding: 10px;
    }
  }






















/* General Styles */




/* Hide table and show cards on mobile */
/*@media (max-width: 768px) {
  .package-table {
    display: none;
  }

  .package-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .package-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
  }

  .package-card h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #135360;
  }

  .package-card p {
    font-size: 1.1em;
    margin: 5px 0;
  }

  .package-card .price {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .deploy-button {
    background-color: #135360;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
  }

  .deploy-button:hover {
    background-color: #008080;
  }
}*/











  

  