/*hero section*/

.windows-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) {
  .windows-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;
  }
}

/*plan prices*/

.plan-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
  }

  .pph1{
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .ppp{
    color: #135360;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .plan-card {
    margin: 10px;
    padding: 20px;
    padding-top: 70px ;
    padding-bottom: 30px;
    width: 280px;
    text-align: center;
    box-shadow: 0px 4px 30px 0px rgba(159, 159, 159, 0.25);
    flex-grow: 1;
    position: relative;
    border-radius: 20px;
    flex-basis: 300px;
  }

  .plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #135360;
    transition: ease-in-out 0.3s;
  }

  .plan-card h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #135360;
    text-align: center;
    margin-left: 30px;
  }

  .fa-bullseye,
  .fa-file,
  .fa-gem{
   color: #135360;
 }

 .plan-card p{
  font-size: 14px;
  color: #135360;

 }

  .plan-card ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 0.5rem;
    line-height: 2;
    color: #135360;
    margin-left: 30px;
  }

  .plan-card li {
    margin-bottom: 5px;
  }

  .rpdp {
    font-family:"Montserrat", sans-serif ;
    font-size: 14px;
    margin-top: 10px;
    color: #135360;
    margin-bottom: 5px;
    
  }

  .regular-price {
    color: #135360;
    font-size: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .usd{
    font-family:"Montserrat", sans-serif ;
    font-size: 14px;
    margin-left: 30px;
    color: #135360;
  }
  
  .switch-container {
    text-align: center;
    margin-bottom: 20px;
  }

  .switch-btn {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f0f0f0;
    margin: 0 5px;
    border: none;
    font-size: 16px;
    color: #135360;
  }

  .switch-btn.active {
    background-color: #135360;
    color: #fff;
  }

  .monthly-price, .yearly-price {
    display: none;
  }

  .yearly-price.active {
    display: block;
  }

  .monthly-price.active {
    display: block;
  }

  .order-btn{
    color: #fff;
    background-color: #135360;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 70px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
  }

  .plan-card:hover .order-btn:hover{
    background-color:#FFD43B ;
    color: #135360;
    transition: ease-in-out 0.2s;
  }

  .plan-card:hover ul li {
    color: #fff;
}

.plan-card:hover .order-btn {
    background-color: #fff;
    color: #135360;
}

.plan-card:hover .regular-price,
.plan-card:hover .rpdp,
.plan-card:hover h3,
.plan-card:hover p,
.plan-card:hover .fa-bullseye,
.plan-card:hover .fa-file,
.plan-card:hover .fa-gem,
.plan-card:hover .usd {
    color: #fff;
}

@media (max-width: 768px) {
    .plan-container {
        padding: 0 10px;
    }

    .plan-card {
        width: 100%; 
        flex-basis: auto;
        margin: 10px 0;
        padding: 15px;
    }
}


/*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-ws {
  text-align: center;
  padding: 20px;
}

.os-container-ws h2 {
  color: #135360;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.os-card-ws {
  display: inline-block;
  width: 80%;
  padding: 20px;
  border: 1px solid #D4DCFF;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

.os-icon-ws img {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.os-text-ws {
  color: #135360;
}

.os-text-ws:hover {
  color: #4662dd;
}

@media (max-width: 768px) {
  .os-card-ws {
    width: 90%; 
    display: block;
    margin: 20px auto;
  }
}


/*rdp 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: 100%;
  max-width: 700px;
  position: relative;
}

.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;
  }
}


