/* Responsive Styles for Fast Tech Solution */

@media (max-width: 1440px) {
  .pricing-section {
    padding: 100px 0 60px;
  }

  .pricing-section .section-title {
    margin-bottom: 60px;
    font-size: 42px;
  }

  .pricing-main {
    padding: 30px 20px;
  }

  .pricing-box {
    padding: 20px 15px;
    min-height: 580px;
    border-radius: 25px;
  }

  .pricing-box.popular::before {
    font-size: 16px;
    top: -40px;
    height: calc(100% + 44px);
    border-radius: 24px;
  }

  .pricing-box.popular::after {
    border-radius: 25px;
  }

  .plan-duration {
    font-size: 18px;
  }

  .save {
    font-size: 13px;
    padding: 4px 10px;
  }

  .plan-price {
    font-size: 44px;
    line-height: 1.2;
  }

  .plan-price sub {
    font-size: 16px;
  }

  .pricing-note {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pricing-list-item {
    gap: 12px;
    margin-bottom: 12px;
  }

  .pri-list-text {
    font-size: 15px;
    line-height: 1.3;
  }

  .pricing-foot {
    margin-top: 20px;
    padding: 0 10px;
  }
}

/* Large devices (Desktops, up to 1199.98px) */
@media screen and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

/* Medium devices (Tablets, up to 991.98px) */
@media screen and (max-width: 991.98px) {
  .vertical-heading span {
    left: -43px;
    top: 32px;
  }

  br {
    display: none !important;
  }

  #about-us #about-us-2 .section {
    margin-bottom: 20px;
  }

  .container {
    max-width: 720px;
  }

  section.home-banner h1 {
    font-size: 48px;
    line-height: 52px;
  }

  section.home-banner p {
    padding: 0 50px;
    font-size: 17px;
  }

  .big-padding {
    padding: 80px 0;
  }

  .mid-level-padding {
    padding: 50px 0;
  }

  .section-title {
    font-size: 38px;
  }

  .pricing-section,
  .feature-bnner {
    padding: 100px 0 60px;
  }

  .pricing-box {
    min-height: 550px;
    margin-bottom: 30px;
  }

  .protect-card,
  .connectivity-card {
    min-height: auto;
    margin-bottom: 25px;
  }
}

/* Small devices (Mobile, up to 767.98px) */
@media screen and (max-width: 767.98px) {
  .vertical-heading span {
    left: 0;
    top: 0;
  }
  .pricing-box.popular {
    margin-top: 40px;
  }

  .container {
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  section.home-banner {
    height: auto;
    padding: 120px 0 80px;
  }

  section.home-banner h1 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  section.home-banner p {
    padding: 0 !important;
    font-size: 15px !important;
    margin-top: 15px !important;
  }

  .vertical-heading span {
    transform: rotate(0deg) !important;
    display: block !important;
    margin-bottom: 10px;
    text-align: center;
  }

  .vertical-heading h2 {
    margin-left: 0 !important;
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .big-padding {
    padding: 60px 0;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 30px !important;
  }

  .pricing-section,
  .feature-bnner {
    padding: 80px 0 40px;
  }

  .plan-price {
    font-size: 42px;
  }

  .pricing-main {
    padding: 20px 15px;
  }

  .pricing-box {
    min-height: 450px;
  }

  .payment-section {
    padding: 60px 0;
  }

  .connectivity-features {
    padding: 60px 0;
  }

  .mk_item {
    min-height: 140px;
  }

  .mk_item h4 {
    font-size: 14px;
  }

  .serverTable {
    padding: 0;
    border-radius: 5px;
  }

  /* Footer Mobile Fixes */
  footer .footer-left {
    text-align: center;
  }

  .footer-btm-nav-list {
    justify-content: center;
    padding-top: 15px;
    display: flex;
    list-style: none;
    padding-left: 0;
  }

  .footer-btm-nav-list li {
    margin: 0 10px;
  }

  /* Nav Mobile Fixes */
  .navbar-brand img {
    max-width: 150px;
  }

  .side-menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .navbar .sidenav {
    background-color: #fff;
  }

  .navbar .sidenav ul li a {
    font-size: 18px !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
  }
}

/* Extra Small devices (Small Mobile, up to 480px) */
@media screen and (max-width: 480px) {
  section.home-banner h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .section-title {
    font-size: 26px;
  }

  .plan-price {
    font-size: 36px;
  }

  .pricing-box {
    padding: 15px;
  }

  .protect-card {
    padding: 20px;
  }

  .navbar-brand img {
    max-width: 130px;
  }
}

/* Very Small devices (iPhone SE, etc., up to 360px) */
@media screen and (max-width: 360px) {
  section.home-banner h1 {
    font-size: 24px !important;
  }

  .section-title {
    font-size: 24px;
  }

  .side-menu-button {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  /* Servers Mobile Fixes */
  .serverTable {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .serverTable table {
    min-width: 600px;
  }

  /* Legal Pages Mobile Fixes */
  .page-content {
    padding: 40px 0 !important;
  }

  .banner-page {
    padding: 100px 0 40px !important;
  }

  .banner-page h1 {
    font-size: 28px !important;
  }

  .page-content p,
  .page-content li {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .page-content h4 {
    font-size: 18px !important;
    margin-top: 25px !important;
  }
}
