
.web-security-package-page {
  background-image: url("../../assets/images/home/home-bg-1.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  min-height: 100vh;
}
.web-security-package-page .page-content {
  padding-top: 100px;
}
@media (max-width: 800px) {
    .web-security-package-page .page-content {
      padding-top: 50px;
    }
}

.web-security-package-page .page-content .guarded-section {
  max-width: 1128px;
  margin: 0 auto;
}
.web-security-package-page .page-content .guarded-section .img-grid-w {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 50px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.web-security-package-page .page-content .guarded-section .img-grid-w .left-w {
    order: 1;
  }
.web-security-package-page .page-content .guarded-section .img-grid-w .info-w {
    order: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 800px) {
  .web-security-package-page .page-content .guarded-section .img-grid-w {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .web-security-package-page .page-content .guarded-section .img-grid-w .info-w {
     align-items: flex-start;
    }
}
.web-security-package-page .page-content .guarded-section .sec-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .web-security-package-page .page-content .guarded-section .sec-title {
    text-align: left;
  }
}

.web-security-package-page .page-content .guarded-section .feature-li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.web-security-package-page .page-content .guarded-section .feature-li .checkmark {
 color: var(--primary);
}

.web-security-package-page .page-content .guarded-section .starting-from {
   font-size: 12px;
   margin-top: 20px;
}

.web-security-package-page .page-content .guarded-section .price {
   font-size: 22px;
   margin-bottom: 20px;
   font-weight: 700;
}

.web-security-package-page .page-content .guarded-section .price .period {
   font-weight: normal;
}

.web-security-package-page .page-content .guarded-section .price .currency {
   font-size: 17px;
}

.web-security-package-page .page-content .guarded-section .buy-now-btn {
   min-width: 150px;
}


.web-security-package-page .page-content .features-section {
  max-width: 1128px;
  margin: 0 auto;
}

.web-security-package-page .features-blog-section {
  max-width: 1128px;
  margin: 0 auto;
}

.web-security-package-page .features-blog-section .fb-grid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

@media (min-width: 800px) {
   .web-security-package-page .features-blog-section .fb-grid-container {
        flex-direction: row;        
 }
}

.web-security-package-page .features-blog-section .feature-blog-card {
    width: 100%;
    flex: 1;
    border: 1px solid rgb(225, 225, 225);
    background-color: var(--white);
    padding: 40px 20px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: 300px;
    justify-content: space-between;
    text-align: center;
}



.web-security-package-page .features-blog-section .feature-blog-card .blog-img{
    width: 100px;
}

.web-security-package-page .features-blog-section .feature-blog-card .blog-title{
    font-size: 18px;
}

.web-security-package-page .features-blog-section .feature-blog-card .read-more{
    color: var(--primary);
    margin-top: auto;
    font-size: 14px;
}

.web-security-package-page .features-blog-section .feature-blog-card .read-more:hover{
    text-decoration: underline;
    color: var(--primary-darken-6);
}

.web-security-package-page .features-blog-section .feature-blog-card .read-more .chevron{
    font-size: 10px;
}

.web-security-package-page .faqs-section{
    background-color: var(--white);
}

.web-security-package-page .faqs-section .faqs-wrapper{
    padding: 0;
}


.select-plan-section {
  max-width: 1128px;
  margin: 30px auto 60px;
}
.select-plan-section .section-title {
    font-size: 24px;
    line-height: 40px;
}
@media (max-width: 1200px) {
    .select-plan-section {
      padding: 0 20px;
    }
}
.select-plan-section .page-title {
  font-size: 19px;
  font-weight: 600;
}
.select-plan-section .page-title .domain {
  color: var(--primary);
}
.select-plan-section .type-w {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-input:checked + .switch-circle {
    background-color: var(--primary);
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-circle {
    background-color: var(--primary);
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-circle::after {
    background-color: var(--white);
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-circle::after {
    background-color: var(--white);
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-circle .switch-check {
    display: none;
}
.select-plan-section .type-w .c-switch-w .c-switch .switch-circle .switch-cross {
    display: none;
}
.select-plan-section .type-w .annual {
  margin-left: -5px;
}
.select-plan-section .type-w .annual .save {
  font-size: 12px;
}
.select-plan-section .plan-container {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1020px) {
  .select-plan-section .plan-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1220px) {
  .select-plan-section .plan-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .select-plan-section .plan-container {
    display: none;
  }
}
.select-plan-section .web-packages-slider-container {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 800px) {
  .select-plan-section .web-packages-slider-container {
    margin-top: 20px;
    height: auto;
    overflow: visible;
    visibility: visible;
  }
}
.select-plan-section .web-packages-slider-container .left-chevron {
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(1, 147, 252, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 16px #00000029;
}
.select-plan-section .web-packages-slider-container .right-chevron {
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(1, 147, 252, 0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 16px #00000029;
}
.select-plan-section .web-packages-slider-container .swiper{
    padding: 20px;
    border: 1px solid var(--primary);
    border-radius: 10px;
}

.select-plan-section .web-packages-slider-container .swiper-slide{
    height: inherit;
}
.select-plan-section .web-packages-slider-container .swiper-slide .plan-card-c{
    height: 100%;
}
.select-plan-section .plan-card-c {
  border: 1px solid rgb(225, 225, 225);
  padding: 20px 10px;
  border-radius: 6px;
  cursor: default;
  background-color: var(--white);
  transition: ease-out 150ms;
  color: var(--black);
}
.select-plan-section .plan-card-c:hover {
  border-color: var(--primary);
  box-shadow: 0 0 4px var(--primary);
  transform: scale(1.01);
  z-index: 1;
}
@media (min-width: 1220px) {
  .select-plan-section .plan-card-c.free-plan-c {
    grid-column-end: span 3;
    -moz-column-gap: 32px;
         column-gap: 32px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .select-plan-section .plan-card-c.free-plan-c .card-header {
    margin-bottom: 70px;
  }
  .select-plan-section .plan-card-c.free-plan-c .card-body {
    grid-column: span 2;
    -moz-column-count: 2;
         column-count: 2;
  }
  .select-plan-section .plan-card-c.free-plan-c .card-body .support-w {
    position: absolute;
    left: 10px;
    bottom: 20px;
  }
  .select-plan-section .plan-card-c.free-plan-c .card-body .support-w .service-i {
    margin-bottom: 0;
  }
}
.select-plan-section .plan-card-c .card-header .title-w {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 4px solid var(--black-opacity-7);
  height: 50px;
}
.select-plan-section .plan-card-c .card-header .title-w .title {
  font-size: 21px;
}
.select-plan-section .plan-card-c .card-header .title-w .badge {
  background-color: var(--primary-opacity-6);
  color: var(--white);
  padding: 3px 15px;
  border-radius: 22px;
  font-size: 10px;
}
.select-plan-section .plan-card-c .card-header .price-w {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.select-plan-section .plan-card-c .card-header .price-w .left-w {
  color: var(--primary);
  opacity: 1;
  text-align: right;
}
.select-plan-section .plan-card-c .card-header .price-w .left-w .price {
  font-size: 20px;
  font-weight: 600;
}
.select-plan-section .plan-card-c .card-header .price-w .left-w .per {
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}
.select-plan-section .plan-card-c .card-header .price-w .right-w {
  opacity: .2;
  text-align: right;
  display: none;
}
.select-plan-section .plan-card-c .card-header .price-w .right-w .price {
  font-size: 20px;
  font-weight: 600;
}
.select-plan-section .plan-card-c .card-header .price-w .right-w .annually {
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}
.select-plan-section .plan-card-c .card-body {
  margin-top: 15px;
}
.select-plan-section .plan-card-c .card-body .service-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.select-plan-section .plan-card-c .card-body .service-i .text {
  font-size: 11px;
  line-height: 20px;
}
.select-plan-section .plan-card-c .card-body .service-i .icon-w {
  display: flex;
  align-items: center;
}
.select-plan-section .plan-card-c .card-body .service-i .icon-w .icon {
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  color: var(--primary);
}
.select-plan-section .submit-w {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .select-plan-section .submit-w {
    gap: 20px;
    flex-direction: row-reverse;
  }
}
.select-plan-section .submit-w .link {
  color: var(--primary);
}
.select-plan-section .submit-w .link:hover {
  text-decoration: underline;
}
.select-plan-section .annually .plan-card-c .card-header .price-w .left-w {
    color: var(--black);
    opacity: .2;
    display: none;
}
.select-plan-section .annually .plan-card-c .card-header .price-w .right-w {
    color: var(--primary);
    opacity: 1;
    display: block;
}
.select-plan-section .type-w.annually .annual {
    color: var(--primary);
    font-weight: 700;
}
.select-plan-section .type-w:not(.annually) .per {
    color: var(--primary);
    font-weight: 700;
}