/*hero section*/

.ecommerce-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: 31%;
    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) {
  .ecommerce-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;
  }

  .discounted-price {
    color: #135360;
    font-size: 30px;
    font-family:"Montserrat", sans-serif ;
    margin-bottom: 5px;
  }
  
  .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;
    }
  }

  /*Hassle free migration*/

.container-wb {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
  }
  
  .image-section {
    flex: 1;
  }
  
  .image-section img {
    width: 90%;
    height: auto;
    display: block;
  }
  
  .content {
    flex: 1;
    padding-left: 50px;
  }
  
  .wbh1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .wbp {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
  }
  
  .feature-item-wb {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  
  .feature-item-wb img {
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
  
  .wbh3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #333;
  }
  
  .wbhp2 {
    font-size: 1em;
    color: #666;
  }
  
  @media (max-width: 768px) {
    .container-wb {
      flex-direction: column;
      padding: 20px;
    }
  
    .image-section {
      order: 1;
    }
  
    .content {
      padding-left: 0;
      margin-top: 30px;
      order: 2;
    }
  
    .wbh1 {
      font-size: 2em;
    }
  
    .wbp {
      font-size: 1em;
    }
  
    .feature-item-wb {
        display: flex;
      flex-direction: row;
      align-items: flex-start;
    }
  
    .feature-item-wb img {
      width: 50px;
      height: 50px;
    }
  
    .feature-item-wb div {
      order: 2; 
    }
  
    .wbh3 {
      font-size: 1.1em;
    }
  
    .wbhp2 {
      font-size: 0.9em;
    }

    .feature-item-wb {
        flex-direction: row;
        align-items: flex-start;
      }
    
      .feature-item-wb img {
        margin-top: 30px;
        margin-bottom: 0;
        margin-right: 10px;
      }
    }


    /*your website 20x faster*/

    .container20x {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .left-content20x {
        max-width: 40%; 
        padding-left: 140px;
    }
    
    .left-content20x h1 {
        font-size: 30px;
        color: #333;
        margin-bottom: 20px;
    }
    
    .left-content20x p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .get-started-btn20x {
        display: inline-block;
        background-color: transparent;
        color: rgb(0, 0, 0);
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #D4DCFF;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .get-started-btn20x:hover {
        background-color: #FFD43B;
    }
    
    .right-content20x {
        position: relative;
        max-width: 60%;
        text-align: right !important;
    }
    
    .right-content20x img {
        max-width: 62%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right:auto ;
    }
    
    @media (max-width: 1024px) {
        .left-content20x {
            padding-left: 50px;
        }
    }
    
    @media (max-width: 768px) {
        .container20x {
            flex-direction: column-reverse; 
            align-items: stretch; 
            min-height: auto; 
        }
    
        .left-content20x, .right-content20x {
            max-width: 100%; 
            padding-left: 20px;
            padding-right: 20px;
            text-align: center; 
        }
    
        .right-content20x {
            text-align: center !important;
        }
    
        .right-content20x img {
            max-width: 80%;
            margin: 20px auto;
        }
    }
    
    @media (max-width: 480px) {
        .left-content20x h1 {
            font-size: 2em; 
        }
    
        .left-content20x p {
            font-size: 0.9em; 
        }
    
        .get-started-btn20x {
            font-size: 12px;
        }
    }


    /*upto 20x faster*/

    .container-upto {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 60vh;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    .left-content-upto {
        max-width: 50%;
        text-align: left; 
    }
    
    .left-content-upto img {
        max-width: 90%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right:auto ;
    }
    
    .right-content-upto {
        max-width: 50%;
        padding-left: 40px;
    }
    
    .right-content-upto h1 {
        font-size: 30px;
        color: #333;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    
    .right-content-upto h2 {
        font-size: 25px;
        color: #555;
        margin-bottom: 20px;
    }
    
    .right-content-upto p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .get-started-btn-upto {
        display: inline-block;
        background-color: transparent;
        color: rgb(0, 0, 0);
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #D4DCFF;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    
    .get-started-btn-upto:hover {
        background-color: #FFD43B;
    }
    
    
    @media (max-width: 1024px) {
        .container-upto {
            padding: 10px;
        }
        .right-content-upto {
            padding-left: 20px;
        }
    }
    
    @media (max-width: 768px) {
        .container-upto {
            flex-direction: column;
            align-items: stretch;
            min-height: auto;
        }
    
        .left-content-upto, .right-content-upto {
            max-width: 100%;
            padding: 20px;
            text-align: center;
        }
    
        .left-content-upto img {
            margin: 20px auto;
            max-width: 80%;
        }
    }
    
    @media (max-width: 480px) {
        .right-content-upto h1 {
            font-size: 2em;
        }
        .right-content-upto h2 {
            font-size: 1.5em;
        }
        .right-content-upto p {
            font-size: 0.9em;
        }
        .get-started-btn-upto {
            font-size: 0.9em;
        }
    }
    