/*hero section*/

.email-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: 60%;
    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:#e68e03;
    color: rgb(255, 255, 255);
    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) {
  .email-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: 70px;
    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: left;
    margin-left: 30px;
  }

  .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: 0.875em;
    margin-top: 10px;
    color: #135360;
    margin-bottom: 5px;
    text-align: left;
    margin-left: 30px;
  }

  .regular-price {
    color: #135360;
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-align: left;
    margin-left: 30px;
  }
  
  .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{
    color: #fff;
}

@media (max-width: 768px) {
    .plan-container {
        padding: 0 10px;
    }

    .plan-card {
        width: 100%; 
        flex-basis: auto;
        margin: 10px 0;
        padding: 15px;
    }
}


/*our features*/

.features-section-of {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.features-container-of {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-heading-of {
    font-size: 50px;
    margin-bottom: 30px;
    color: #135360;
    font-weight: 700;
}

.feature-cards-of {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
}

.feature-card-of {
    width: 300px;
    padding: 30px;
    background-color: transparent;
    border-radius: 10px;
    transition: transform 0.3s ease; 
    text-align: left;
}

.feature-card-of:hover {
    transform: translateY(-10px);
    box-shadow:0px 4px 30px 0px rgba(212, 230, 255, 0.40);
}

.feature-icon-of {
    margin-bottom: 20px;
    flex-shrink: 0;
}

.feature-icon-of img {
    width: 40px;
    height: 40px;
}

.feature-title-of {
    font-size: 18px;
    margin-bottom: 15px;
    color: #135360;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.feature-description-of {
    font-size: 14px;
    color: #135360;
    line-height: 1.6;
    text-align: left;
}


@media (max-width: 768px) {
    .feature-cards-of {
        gap: 20px;
    }

    .feature-card-of {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .feature-card-of {
        width: 100%; 
    }
}

/*platform compatability*/

.platform-compatibility {
    padding: 50px 0;
    background-color: transparent;
}

.platform-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; 
    padding: 0 20px;
}

.platform-image {
    flex: 1; 
    text-align: center;
}

.platform-image img {
    max-width: 100%; 
    height: auto;
    filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, .2));
}

.platform-content {
    flex: 1;
    padding-left: 30px;
}

.platform-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.platform-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.platform-description i {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .platform-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .platform-image {
        margin-bottom: 20px;
    }

    .platform-content {
        padding-left: 0;
    }
}

/*universal email*/

.universal-email {
    padding: 50px 0;
    background-color: transparent;
}

.uecc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center; 
    padding: 0 20px;
}

.uecc-content {
    flex: 1;
    padding-right: 30px;
}

.uecc-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.uecc-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.uecc-description i {
    margin-right: 10px;
}

.uecc-image {
    flex: 1;
    text-align: center;
}

.uecc-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, .2));
}


@media (max-width: 768px) {
    .uecc-container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .uecc-image {
        margin-bottom: 20px;
    }

    .uecc-content {
        padding-right: 0; 
    }
}


/*feature rich webmail client*/

.feature-rich {
    padding: 50px 0;
    background-color: transparent;
}

.frwc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; 
    align-items: center;
    padding: 0 20px;
}

.frwc-image {
    flex: 1; 
    text-align: center;
}

.frwc-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, .2));
}

.frwc-content {
    flex: 1; 
    padding-left: 30px;
}

.frwc-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.frwc-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.frwc-description i {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .frwc-container {
        flex-direction: column; 
        align-items: flex-start; 
    }

    .frwc-image {
        margin-bottom: 20px;
    }

    .frwc-content {
        padding-left: 0;
    }
}

/*industry leading security*/


.industry-leading {
    padding: 50px 0;
    background-color:transparent;
}

.iles-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; 
    align-items: center; 
    padding: 0 20px;
}

.iles-content {
    flex: 1;
    padding-right: 30px; 
}

.iles-heading {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.iles-description p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.iles-description i {
    margin-right: 10px;
}

.iles-image {
    flex: 1; 
    text-align: center;
}

.iles-image img {
    max-width: 90%; 
    height: auto;
    filter: drop-shadow(2px 3px 10px rgba(0, 0, 0, .2));
}

@media (max-width: 768px) {
    .iles-container {
        flex-direction: column-reverse; 
        align-items: flex-start;
    }

    .iles-image {
        margin-bottom: 20px;
    }

    .iles-content {
        padding-right: 0;
    }
}


/*faq section*/

.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: 20px;
    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;
    }
}


