/*hero section*/

.bdix-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: 70%;
    height: auto;
    display: block;
    margin:0 auto;
}

.stp {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    background-color: #dddddd41;
    box-sizing: border-box;
    width: 30%;
    font-family: "Montserrat", sans-serif;
    padding: 5px;
    border-radius: 5px;
}

.stph1 {
    font-size: 66px;  
    font-weight: bold;
    margin-bottom: 20px;
}

.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;
}

@media (max-width: 768px) {
  .bdix-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;
  }
}

/*plan prices*/

.plan-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 20px auto;
  }

  .pph1{
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .ppp{
    color: #135360;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .plan-card {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 20px;
    width: 250px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
  }

  .plan-card-recommended{
    border: 1px solid #ff6600;
    border-radius: 3px;
    margin: 10px;
    padding: 20px;
    width: 250px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
  }

  .plan-card:hover,
  .plan-card-recommended:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .plan-card h3,
  .plan-card-recommended h3 {
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #135360;
  }

  .plan-card h3 span,
  .plan-card-recommended h3 span{
    color: #ff6600;
  }

  .plan-card p,
  .plan-card-recommended p{
    font-family: 'Inter', sans-serif;
    color: #135360;
  }

  .plan-card ul,
  .plan-card-recommended ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 0.5rem;
    line-height: 1.5;
    color: #135360;
  }

  .plan-card li,
  .plan-card-recommended li {
    margin-bottom: 5px;
  }

  .price,
  .rpdp {
    font-family:"Montserrat", sans-serif ;
    font-size: 0.875em;
    font-weight: bold;
    margin-top: 10px;
    color: #ff6600;
    margin-bottom: 5px;
  }
  
  .price span{
    font-size: 30px;
    color: #135360;
  }

  .regular-price {
    color: #135360;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  
  .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: 10px 70px 8px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
  }

  .recommended {
    background-color: #ff6600;
    text-align: center;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    padding: 3px;
    border-radius: 20px;
    margin-bottom: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 65%;
  }


  @media (max-width: 1024px) {
    .plan-container {
        flex-wrap: wrap;
    }

    .plan-card,
    .plan-card-recommended {
        width: 45%;
        margin: 10px auto;
    }
}

@media (max-width: 768px) {
    .plan-card,
    .plan-card-recommended {
        width: 80%;
    }

    .pph1 {
        font-size: 40px;
    }

    .ppp {
        font-size: 18px;
    }

    .order-btn {
        padding: 10px 30px 8px;
    }

    .recommended{
        width: 80%;
    }
}

@media (max-width: 480px) {
    .plan-card,
    .plan-card-recommended {
        width: 70%;
    }
}

/*web hosting features*/

.features-section-whfs {
    padding: 50px 20px;
    text-align: center;
  }
  
  .features-container-whfs {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  
  .features-container-whfs2 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .features-grid-whfs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .whfs-h2{
    color: #135360;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .whfs-p{
    color: #135360;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .feature-card-whfs {
    border: 1px solid #D4DCFF;
    padding:25px 25px 25px 25px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F4F9FF;
  }
  
  .feature-card-whfs:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .feature-image-whfs {
    max-width: 50px;
    margin: 10px 20px 0 10px;
    display: block;
  }
  
  .feature-card-h3-whfs {
    font-size:20px;
    margin-bottom: 15px;
    color: #0e404a;
    font-weight: 700;
    text-align: left;
    font-family: 'inter',sans-serif;
    margin: 10px 20px 0 10px;
  }
  
  .feature-card-p-whfs {
    font-size: 1rem;
    line-height: 1.6;
    color: #0e404a;
    text-align: left;
    font-family: 'inter',sans-serif;
    margin: 10px 20px 0 10px;
  }
  
  @media (max-width: 768px) {
    .features-container-whfs,
    .features-container-whfs2 {
      max-width: 80%;
    }
  
    .features-grid-whfs {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px; 
    }
  
    .whfs-h2 {
      font-size: 40px;
    }
  
    .whfs-p {
      font-size: 18px; 
    }
  
    .feature-card-whfs {
      padding: 15px; 
    }
  
    .feature-image-whfs {
      max-width: 40px;
    }
  
    .feature-card-h3-whfs {
      font-size: 18px; 
      margin: 5px 10px 0 5px;
    }
  
    .feature-card-p-whfs {
      font-size: 0.9rem;
      margin: 5px 10px 0 5px; 
    }
  }
  
  @media (max-width: 480px) {
    .features-container-whfs,
    .features-container-whfs2 {
      max-width: 70%;
    }
  
    .features-grid-whfs {
      grid-template-columns: 1fr;
      gap: 45px;
    }
  
    .whfs-h2 {
      font-size: 30px;
    }
  
    .whfs-p {
      font-size: 16px; 
    }
  
    .feature-card-whfs {
      padding: 10px; 
    }
  
    .feature-image-whfs {
      max-width: 30px; 
    }
  
    .feature-card-h3-whfs {
      font-size: 16px;
      margin: 5px;
    }
  
    .feature-card-p-whfs {
      font-size: 0.8rem; 
      margin: 5px;
    }
  }
  
  
  
  /*client feedback*/
  
  .feedback-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
  }
  
  .feedback-section h1 {
    color: #135360;
      font-size: 50px;
      margin-bottom: 10px;
      font-weight: 700;
  }
  
  .feedback-section p {
    color: #135360;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }
  
  .slide {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 20px;
  }
  
  .review {
    background-color: rgb(10, 29, 51);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  .review:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .review p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #ffffff;
  }
  
  .review h3 {
    font-size: 1.3em;
    margin-top: 20px;
    color: #3b9aff;
  }
  
  @media (max-width: 768px) {
    .slide {
        flex: 0 0 100%;
    }
  
    .feedback-section h1 {
        font-size: 2em;
    }
  
    .feedback-section p {
        font-size: 1em;
    }
  
    .review p {
        font-size: 1em;
    }
  
    .review h3 {
        font-size: 1.2em;
    }
  }
  