@charset "utf-8";
/* CSS Document */

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

table,
tr,
td {
  border: 0;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
}

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

/*==============Fonts==============*/

/*-----------------------
MAIN CSS START
------------------------*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*-----------------------
CSS FOR TOP STRIP
------------------------*/
.top_strip {
  float: left;
  width: 100%;
  background: #323232;
  padding: 12px 0 15px;
}

.top_strip p {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.top_strip p a {
  border-bottom: 2px solid #3a74b1;
  color: #3a74b1;
}

/*-----------------------
CSS FOR NAV BAR
------------------------*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 80px;
    display: none;
}

.nav-sec {
  float: left;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  margin-top: -80px;
  top: 80px;
  position: relative;
}

.fixed-nav .nav-sec {
  position: fixed;
  z-index: 99;
  transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  margin-top: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo_box {
  position: absolute;
  top: 38px;
  width: 336px;
  /*left: 50%;*/
  left: 0;
  transform: translate3d(-27%, -50%, 0);
  -webkit-transform: translate3d(-27%, -50%, 0);
}

.logo {
  margin: 0 auto 0;
  display: block;
}

ul.menu-list {
  margin: 30px 0 0 0;
}

ul.menu-list li {
  float: left;
  margin-right: 35px;
}

ul.menu-list li a {
  float: left;
  color: #161616;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

ul.menu-list li a:hover {
  color: #3a74b1;
}

ul.menu-list li a.active {
  color: #3a74b1;
}

a.nav-btn {
  float: right;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 214px;
  /*height: 45px;*/
  height: auto;
  letter-spacing: 0.5px;
  line-height: 45px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  margin-top: 17px;
  background: #2f6399;
}

a.nav-btn:hover {
  background: #3a74b1;
  color: #fff;
  border: 1px solid #3a74b1;
}

/*=====Menu=====*/
.mob-mnu-ic {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 16;
  height: 30px;
}

.mob-mnu-ic button {
  outline: none;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  border: none;
}

.mob-mnu-ic span {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin-top: 4px;
  margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;

  background-color: #737373;
  transition: 0.4s;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.bar2 {
  margin: 6px 0;
}

.dl-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 5px);
  transform: rotate(-45deg) translate(-6px, 5px);
  background: #737373;
}

.dl-active .bar2 {
  opacity: 0;
}

.dl-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  transform: rotate(45deg) translate(-7px, -7px);
  background: #737373;
}

.mobilemenu {
  left: 0;
  position: fixed;
  top: 124px;
  background: rgba(255, 255, 255, 1);
  z-index: 10;
  right: 0;
  bottom: 0;
  overflow: scroll;
  display: none;
  border-top: 1px solid #ddd;
}

.mobimenu-top {
  top: 79px;
}

.mobilemenu li {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
  float: left;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  color: #000;
}

.mobilemenu li a:hover {
  color: #000;
}

/*-----------------------
		BANNER
------------------------*/
.bnr_section {
  background: url(../images/bnr-bg.jpg) no-repeat center top;
  float: left;
  width: 100%;
  /* padding-bottom: 85px; */
  overflow: hidden;
  background-size: cover;
  position: relative;
  height: 100vh;
}

.bnr_content {
  float: left;
  width: 47%;
  text-align: left;
  margin-top: 50px;
}

.bnr_heading {
  font-size: 56px;
  line-height: 61px;
  color: #3a74b1;
  font-weight: 800;
}

.bnr_para {
  font-size: 18px;
  line-height: 28px;
  color: #161616;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.common_btn:hover { background: #3341a5;}
.common_btn {
  display: inline-block;
  vertical-align: top;
  max-width: 303px;
  width: 100%;
  /* height: 65px; */
  font-size: 16px;
  line-height: 62px;
  color: #fff;
  background: #3a74b1;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 45px;
  letter-spacing: 0.5px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}

.common_btn img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 11px;
  width: 20px;
}

.bnr_section .common_btn {
  margin-top: 40px;
}

.common_btn_width {
  max-width: 360px !important;
}

.available_app {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.available_app p {
  font-size: 16px;
  line-height: 16px;
  color: #000;
}

ul.app_list {
  margin-left: 10px;
}

ul.app_list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

ul.app_list li img {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
}

.bnr_right {
  float: right;
  width: 45%;
  margin: 55px 80px 0 0;
}

.auto_scan_box {
  float: right;
  width: 100%;
  max-width: 405px;
  border-radius: 10px;
  padding: 20px 30px 0;
  overflow: hidden;

  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg,
      rgba(255, 255, 255, 1) 50%,
      rgba(248, 250, 254, 1) 95%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 1) 50%,
      rgba(248, 250, 254, 1) 95%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 50%,
      rgba(248, 250, 254, 1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f8fafe", GradientType=1);
}

.auto_scan_inner {
  float: left;
  width: 100%;
  border-radius: 10px;
  /* overflow: hidden; */
}

.auto_scan_top {
  float: left;
  width: 100%;
  text-align: left;
  background: #ecf4ff;
  border-radius: 12px;
  padding: 18px 25px;
  height: 130px;
  position: relative;
  z-index: 9;
}

.auto_scan_top h3 {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 800;
}

.auto_scan_bar {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}

.auto_scan_switch {
  position: absolute;
  top: 16px;
  right: 15px;
}

.auto_scan_btm {
  float: left;
  width: 100%;
  text-align: left;
  background: #ffffffd6;
  border-radius: 40px;
  border: 2px solid #0000001a;
  padding: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 9;
  box-shadow: 0 5px 14px 7px rgba(80, 128, 206, 0.2);
  -webkit-box-shadow: 0px 0px 14px 5px rgb(0 0 0 / 27%);
  margin: 9px;
}

.threat_img {
  width: 35px;
}

.threat_cont {
  width: calc(100% - 35px);
  text-align: left;
  padding-left: 10px;
}

.threat_cont h3 {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: bold;
}

.threat_cont p {
  font-size: 12px;
  line-height: 12px;
  color: #e02424;
  margin-top: 8px;
}

.resolve_strip {
  float: left;
  width: 100%;
  background: rgb(255 255 255 / 87%);
  max-width: 360px;
  border-radius: 30px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 10px 13px 20px;
  box-shadow: 0 5px 14px 7px rgba(80, 128, 206, 0.2);
  -webkit-box-shadow: 0 5px 14px 7px rgba(80, 128, 206, 0.2);
  position: relative;
  z-index: 1;
}

.resolve_strip img {
  width: 30px;
}

.resolve_strip p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  margin-top: -5px;
  padding-left: 7px;
}

.bnr_hero {
  position: absolute;
  top: 19px;
  right: -118px;
}

/*-----------------------
Section 1
------------------------*/
.section_1 {
  background: #fff;
  float: left;
  width: 100%;
  overflow: hidden;
}

.sec1_content {
  float: left;
  width: 54%;
  text-align: left;
  padding: 90px 0 100px;
  position: relative;
  z-index: 1;
}

.common_heading {
  font-size: 50px;
  line-height: 60px;
  color: #3a74b1;
  font-weight: 800;
  text-align: left;
}

.common_text {
  font-size: 18px;
  line-height: 28px;
  color: #161616;
  letter-spacing: 0.5px;
  margin-top: 25px;
  text-align: left;
}

ul.s1_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 490px;
  margin-top: 15px;
}

ul.s1_list li {
  background: url(../images/s1-list-tike.png) no-repeat left 7px;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #1b272d;
  letter-spacing: 0.5px;
  background-size: 17px;
  padding-left: 30px;
  margin-top: 27px;
}

.sec1_content .common_btn {
  margin-top: 60px;
}

.s1_graph_img {
  position: absolute;
  top: 41px;
  right: 0;
  max-width: none;
  object-fit: cover;
  left: -10%;
}

/*-----------------------
Section 2
------------------------*/
.section_2 {
  float: left;
  width: 100%;
  background: #f5f8fd;
  padding: 80px 0 0px;
}

.compare_antivirus_wrap {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.compare_antivirus_box {background: #fff;border: 2px solid #e9eef5;border-radius: 10px;padding: 10px;overflow: hidden;margin-bottom: 30px;height: 666px;position: relative;}

.compare_antivirus_top {
  margin: 0 auto 0;
  width: 100%;
  /* display: -webkit-flex; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.antivirus_imgbox {
  /* width: 55%; */
  margin: 0 0 0 -10px;
}

.antivirus_imgbox img {
  margin: 0 auto 0;
  display: block;
}

.antivirus_contbox {
  /* width: 46%; */
  text-align: left;
  position: relative;
  margin-top: 40px;
}

.s2_bx_icns {
  position: absolute;
  top: -55px;
  right: 15px;
  width: 36px;
}

.anti_heading {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 800;
  /* width: 178px; */
}

.anti_text {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 12px;
}

.anti_key_text {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 800;
  margin-top: 27px;
}

ul.anti_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
  margin-top: 8px;
}

ul.anti_list li {
  float: left;
  width: 100%;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

ul.anti_list li img {
  width: 18px;
  margin-right: 5px;
}

ul.anti_list li p {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
}

.compare_antivirus_btm {
  float: left;
  width: 100%;
  border-top: 1px solid #d4d4d4;
  padding: 15px 0 30px;
  margin-top: 10px;
  /* position: relative; */
}

.protect_text {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 800;
}

ul.protect_list {
  margin: 20px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}

ul.protect_list li {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  text-align: left;
  font-weight: 600;
  padding-left: 12px;
  position: relative;
}

ul.protect_list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #cb122a;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.comp_btn_box {
  width: 100%;
  max-width: 455px;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.compare_btn:hover { background: #3341a5; }
.compare_btn {
  display: inline-block;
  vertical-align: top;
  width: 218px;
  height: 55px;
  font-size: 16px;
  line-height: 53px;
  color: #fff !important;
  background: #3a74b1;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  /* margin-top: 30px; */
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 24px;
}

.compare_btn img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 13px;
  width: 17px;
}

.register_btn {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  line-height: 46px;
}

.register_btn img {
  filter: brightness(1) invert(1);
}

/*-----------------------
Section 3
------------------------*/
.section_3 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 0 100px;
}

.s3-lft {
  width: 45%;
  float: left;
}

.digitaly_faq-container {
  display: inline-block;
  vertical-align: top;
  max-width: 970px;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
}

.digitaly_up-slide-dwn {
  float: left;
  width: 100%;
  overflow: hidden;
}

.digitaly_faq-innr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #b3c5ac;
}

.digitaly_faq-innr:has(.digitaly_acdn-heading.digitaly_accordion-open) {
  border-bottom: 2px solid #e5e5e5;
}

.digitaly_accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/close.png) no-repeat right 15px center;
  padding: 24px 45px 26px 0px;
  font-size: 20px;
  line-height: 26px;
  color: #1b272d;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.digitaly_accordion.last {
  border-bottom: none;
}

.digitaly_acdn-heading.digitaly_accordion-open {
  background: url(../images/open.png) no-repeat right 15px center;
  border: none;
}

.digitaly_acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px 0px 15px;
}

.digitaly_acdn-para {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 15px;
}

.s3-rgt {
  max-width: 575px;
  width: 100%;
  float: right;
  /* box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1); */
  /* -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1); */
  border-radius: 15px;
  /* overflow: hidden; */
  /* margin-top: 50px; */
}

.active-plan {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-top: 50px;
}

.s3-btm-tx {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 55px;
}

/*-----------------------
Section 4
------------------------*/
.section_4 {
  float: left;
  width: 100%;
  background: #f5f8fd;
  padding: 30px 0;
}

.s4_mid_wrap {
  /* margin: 60px auto 12px; */
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4_mid_box {
  width: 100%;
  background: #fff;
  text-align: left;
  border-radius: 22px;
  padding: 30px;
  position: relative;
  margin-bottom: 5px;
}

.s4_bx_steps {
  position: absolute;
  top: -18px;
  left: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 34px;
  color: #1f3473;
  text-align: center;
  font-weight: 800;
  margin-left: -20px;
  display: none;
}

.s4_mid_box h3 {
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: 800;
}

.s4_mid_box p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 15px;
  /* min-height: 120px; */
}

.s4_bx_imgs {
  margin: 20px auto 0;
  display: block;
  display: none;
}

/*-----------------------
Section 5
------------------------*/
.section_5 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 0 100px;
}

.rev-sec {
  float: left;
  width: 100%;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.rev-bx {
  width: 31.5%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 22px;
  text-align: left;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  margin: 50px 0 10px;

  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.rev-bx-top {
  float: left;
  width: 100%;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.rev-star {
  display: inline-block;
  vertical-align: top;
}

.rev-hd {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}

.rev-tx {
  font-size: 18px;
  line-height: 28px;
  color: #161616;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.rev-bx-bottom {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
}

.rev-nm {
  font-size: 18px;
  line-height: 22px;
  color: #1b272d;
  margin-top: 20px;
}

.veri-tx {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 20px;
}

.veri-tk {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 15px;
}

/*-----------------------
Section 6
------------------------*/
.section_6 {
  float: left;
  width: 100%;
  background: #f5f8fd;
  padding: 80px 0 100px;
}

.sec6_content {
  float: left;
  width: 36%;
  text-align: left;
}

.s6_prod {
  margin: 27px auto 0;
  display: block;
  width: 350px;
  border-radius: 10px;
}

.faq-container {
  float: right;
  width: 60%;
}

.up-slide-dwn {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

.faq-innr {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 28px  rgba(0, 0, 0, 0.05);
  margin-top: 5px;
}

.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/close.png) no-repeat right 15px center;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  color: #1b272d;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.accordion.last {
  border-bottom: none;
}

.acdn-heading.accordion-open {
  background: url(../images/open.png) no-repeat right 15px center;
  border: none;
}

.acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0px 20px 15px;
}

.acdn-para {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 15px;
}

a.link_text {
  color: #1a55cd;
  text-decoration: underline;
}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  /* border-top: 1px solid #e9ebf0; */
}

.ftr_logo {
  margin: 0 auto 17px;
  display: block;
  width: 214px;
}

.ftr-txt {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 34px;
  color: #000000;
}

.footer .ftr-txt a {
  padding: 0 5px;
  color: #000;
}

/*-----------------------
CSS FOR PRODUCT DETAILS
------------------------*/
.prodBreadcrm {
  float: left;
  width: 100%;
  background: #000;
  text-align: left;
  padding: 10px 0;
}

.prodBreadcrm p {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
}

.prodBreadcrm p a {
  color: #a5a5a5;
  font-weight: normal;
}

/*======Product Details Page=======*/

/*====Product Details Section1=====*/
.prod_del_sec1 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 35px 0 50px;
}

.prod_del_s1_heading {
  font-size: 35px;
  line-height: 39px;
  color: #000;
  font-weight: 800;
}

.prod_del_s1_text {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-top: 20px;
}

.prod_del_s1_text span {
  padding: 0 12px;
}

.prod_del_wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1030px;
  margin-top: 40px;
}

.prod_del_left {
  float: left;
  width: 45%;
}

.prod_del_prodbx {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 2px solid #8aa0df;
  border-radius: 12px;
  padding: 25px;
}

.product_img {
  margin: 0 auto 0;
  display: block;
  width: 380px;
}

.prod_del_prodbx .available_app {
  float: none;
  margin: 15px auto 0;
  justify-content: center;
}

/*Product Details Right*/
.prod_del_right {
  float: right;
  width: 51%;
  text-align: center;
}

.prod_del_review {
  font-size: 17px;
  line-height: 17px;
  color: #000;
  text-align: left;
}

.prod_del_review img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0;
  width: 90px;
}

.prod_det_heading {
  font-size: 45px;
  line-height: 49px;
  color: #132f82;
  font-weight: 800;
  text-align: left;
  margin-top: 5px;
}

.prod_det_sub_heading {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  text-align: left;
  margin-top: 12px;
}

.prod_det_desc {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.3px;
  text-align: left;
  border-top: 1px solid #cecece;
  padding-top: 12px;
  margin-top: 16px;
}

.prod_det_benefbx {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 20px;
}

.prod_det_tab_header {
  float: left;
  width: 100%;
  background: #f0f5fc;
  border-radius: 5px;
  padding: 5px;
}

.prod_det_tab_list {
  margin: 0 auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prod_det_tab_list li {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  padding: 10px 20px 12px;
  cursor: pointer;
  border-radius: 4px;
}

.prod_det_tab_list li.active {
  background: #0bb60f;
  color: #fff;
}

.prod_det_tab_content {
  float: left;
  width: 100%;
  padding: 20px 15px;
}

.prod_det_tab_text {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.3px;
  text-align: left;
}

.tb_txt_top {
  margin: 20px 0 0 !important;
}

ul.prod_det_cont_list {
  float: left;
  width: 100%;
}

ul.prod_det_cont_list li {
  background: url(../images/green-tike.png) no-repeat left 5px;
  float: left;
  width: 100%;
  text-align: left;
  background-size: 18px;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding-left: 34px;
  margin-bottom: 12px;
}

ul.prod_det_cont_list li:last-child {
  margin-bottom: 0;
}

.prod_det_tab_content ul.protect_list {
  float: left;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 12px;
}

ul.app_list_tab {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

ul.app_list_tab li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

ul.app_list_tab li img {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
}

.order_pricebox {
  float: left;
  margin: 30px auto 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.pricebx_left {
  width: 60%;
  text-align: left;
}

.pricebx_left h3 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
}

.pricebx_left p {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin-top: 10px;
}

.pricebx_right {
  width: 35%;
  text-align: right;
}

.cut_price {
  font-size: 20px;
  line-height: 20px;
  color: #000;
}

.cut_price span {
  position: relative;
}

.cut_price span:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 48%;
  border-bottom: 1px solid #de1c0f;
  right: 0;
  transform: rotate(-17deg);
}

.disc_price {
  font-size: 25px;
  line-height: 25px;
  color: #000;
  font-weight: 800;
  margin-top: 6px;
}

.prod_det_btnbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 525px;
  text-align: center;
  margin-top: 60px;
}

.prod_del_right .prod_det_btnbox {
  margin-top: 25px;
}

.prod_det_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 74px;
  font-size: 27px;
  line-height: 70px;
  color: #fff;
  background: #3a74b1;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.cards_img {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.btn_secure_text {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}

.btn_secure_text img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 8px 0 0;
  width: 13px;
}

/*====Product Details Strip=====*/
.prod_del_strip {
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #f5f8fd;
}

ul.prod_del_list {
  margin: 0 auto 0;
  width: 100%;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.prod_del_list li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
  position: relative;
}

ul.prod_del_list li:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 0;
  width: 1px;
  background: #d4d4d4;
}

ul.prod_del_list li:last-child:before {
  display: none;
}

.strip_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #161616;
}

.strip_text span {
  color: #132f82;
  font-weight: bold;
}

/*====Product Details Section2=====*/
.prod_del_sec2 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 50px 0 70px;
}

.prod_del_sec2_wrap {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.prod_del_sec2_left {
  float: left;
  width: 48%;
}

.prod_del_sec2_left img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.prod_del_sec2_right {
  float: right;
  width: 49%;
  text-align: left;
}

.prod_del_s2_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
  padding: 35px 30px;
  box-shadow: 0 0 12px 2px rgba(35, 80, 200, 0.2);
  border-radius: 10px;
}

ul.prod_det_s2_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

ul.prod_det_s2_list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: url(../images/prod-det-s2-tick.png) no-repeat left 8px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 35px;
}

ul.prod_det_s2_list li:last-child {
  padding-bottom: 0;
}

ul.prod_det_s2_list li:before {
  content: "";
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 10px;
  border-right: 1px solid #a1a1a1;
}

ul.prod_det_s2_list li:last-child:before {
  display: none;
}

ul.prod_det_s2_list li h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #000;
}

ul.prod_det_s2_list li p {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #161616;
  margin-top: 12px;
}

/*====Product Details Section3=====*/
.prod_del_sec3 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px 0 70px;
}

.prod_det_s3_mid_row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1030px;
  margin-top: 20px;
}

.prod_det_s3_mid_col {
  margin: 30px auto 0;
  width: 100%;
  background: #f2faff;
  border-radius: 12px;
  overflow: hidden;
  padding: 30px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.det_s3_mid_col_reverse {
  flex-direction: row-reverse;
}

.prod_det_s3_col_contbx {
  width: 46%;
  text-align: left;
}

.prod_det_s3_icns {
  display: inline-block;
  vertical-align: top;
  width: 78px;
}

.prod_det_s3_cont_heading {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 800;
  margin-top: 12px;
}

.prod_det_s3_col_contbx p {
  margin-top: 15px !important;
}

.prod_det_s3_col_imgbx {
  width: 47%;
}

.prod_det_s3_col_imgbx img {
  margin: 0 auto 0;
  display: block;
  border-radius: 10px;
}

/*====Product Details Section4=====*/
.prod_del_sec4 {
  background: #f5f8fd;
  float: left;
  width: 100%;
  padding: 50px 0 70px;
}

ul.prod_del_sec4_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 60px auto 0;
}

ul.prod_del_sec4_list li {
  width: 33.33%;
  padding: 0 25px 55px;
  position: relative;
}

ul.prod_del_sec4_list li:after,
ul.prod_del_sec4_list li:before {
  content: "";
  position: absolute;
}

ul.prod_del_sec4_list li:after {
  top: 0;
  right: 0;
  bottom: 25px;
  width: 1px;
  background: #c8c8c8;
}

ul.prod_del_sec4_list li:nth-child(n + 4):before {
  top: 0;
  right: 25px;
  left: 25px;
  height: 1px;
  background: #c8c8c8;
}

ul.prod_del_sec4_list li:nth-child(n + 4) {
  padding-top: 55px;
  padding-bottom: 0;
}

ul.prod_del_sec4_list li:nth-last-child(3n + 1):after {
  display: none;
}

ul.prod_del_sec4_list li:nth-child(n + 4):after {
  top: 25px;
  bottom: 0;
}

.prod_det_s4_list_icon {
  display: block;
  margin: 0 auto;
  width: 60px;
}

ul.prod_del_sec4_list li h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.3px;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

ul.prod_del_sec4_list li p {
  margin-top: 12px !important;
}

/*====Product Details Section5=====*/
.prod_del_sec5 {
  background: #fff;
  float: left;
  width: 100%;
  padding: 50px 0 70px;
}

.prod_det_s5_left {
  float: left;
  width: 43%;
  text-align: left;
}

.prod_det_s5_product_img {
  margin: 40px auto 0;
  display: block;
  width: 390px;
}

.prod_det_s5_left .prod_det_btnbox {
  margin-top: 40px;
}

.faq-container_inner {
  width: 52%;
}

/*========Support========*/
.inner_bnr_sec {
  background: url(../images/bnr-bg.jpg) no-repeat center top;
  float: left;
  width: 100%;
  padding: 50px 0 60px;
  background-size: cover;
  overflow: hidden;
}

.inr_bnr_heading {
  font-size: 40px;
  line-height: 46px;
  color: #3a74b1;
  font-weight: 800;
}

.inr_bnr_text {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.inr_bnr_content {
  float: left;
  width: 68%;
  text-align: left;
}

.innr_bnr_hero {
  position: absolute;
  top: -40px;
  right: 0;
  width: 340px;
}

.vpn_secuirity_page .strip_text {
  font-size: 19px;
  line-height: 26px;
}

.vpn_secuirity_page .strip_text span {
  font-size: 23px;
  line-height: 30px;
}

.vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n + 4) {
  padding-bottom: 55px;
}

.vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n + 7) {
  padding-bottom: 0;
}

/*======Support======*/
.support_section1 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.support_wrap {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1130px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.support_box {
  width: 45%;
}

.prod_del_prodbx {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 2px solid #8aa0df;
  border-radius: 12px;
  padding: 15px 25px 25px;
}

.product_img2 {
  margin: 0 auto 0;
  display: block;
  width: 380px;
}

.prod_del_prodbx .available_app {
  float: none;
  margin: 0 auto 0;
  justify-content: center;
}

.support_contentbox {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 26px;
}

.suport_s1_bx_heading {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
}

ul.support_s1_list {
  float: left;
  width: 100%;
  margin-top: 5px;
}

ul.support_s1_list li {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 15px;
}

ul.support_s1_list li a {
  color: #5679d2;
  text-decoration: underline;
}

.suport_arw_img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.support_strip_box {
  float: left;
  width: 100%;
  max-width: 420px;
  background: #f5f8fd;
  border: 2px solid #b7cff8;
  border-radius: 10px;
  padding: 8px 25px 12px 100px;
  position: relative;
  margin-top: 40px;
}

.support_strip_box img {
  position: absolute;
  top: -12px;
  left: 24px;
  width: 52px;
}

.support_strip_box h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}

.support_strip_box p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.3px;
  margin-top: 5px;
}

.antivirus_support_section {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

.support_heading {
  font-size: 34px;
  line-height: 38px;
  color: #3a74b1;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
}

.support_content_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1080px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px 4px rgba(18, 47, 129, 0.1);
  padding: 30px 35px 40px;
  margin-top: 50px;
}

.support_box_row {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.support_box_row:first-child {
  margin-top: 0;
}

.support_row_heading {
  font-size: 28px;
  line-height: 32px;
  color: #3a74b1;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.support_row_heading span {
  font-weight: normal;
}

.support_row_text {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.3px;
  margin-top: 15px;
}

.support_row_text a {
  color: #5679d2;
  text-decoration: underline;
}

.top_1 {
  margin-top: 20px !important;
}

ol.support_list {
  margin: 10px 0 0;
  padding-left: 40px;
}

ol.support_list li {
  list-style: decimal;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

ol.support_list li:last-child {
  margin-bottom: 0;
}

ol.support_list li a {
  color: #5679d2;
  text-decoration: underline;
}

.question_imgs {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

.video_clips {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 3px;
}

.ques_img_mr {
  margin-right: 20px;
}

/*--------------------PLUSE--------------------*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.95);
  }
}

/*=========Media Query=========*/
.show-mob,
.show-tab {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 1004px;
  }

  .bnr_heading {
    font-size: 56px;
    line-height: 62px;
  }

  .bnr_para {
    font-size: 17px;
    line-height: 25px;
  }

  .bnr_right {
    width: 43%;
  }

  .common_heading {
    font-size: 46px;
    line-height: 56px;
  }

  .common_text {
    font-size: 17px;
    line-height: 25px;
  }

  .s1_graph_img {
    right: -285px;
  }

  .antivirus_contbox {
    margin-top: 20px;
  }

  .compare_antivirus_btm {
    margin-top: 20px;
  }

  ul.protect_list li {
    font-size: 11px;
    line-height: 15px;
  }

  .s3-rgt {
    max-width: 510px;
  }

  .rev-tx {
    font-size: 17px;
    line-height: 25px;
  }

  .s4_mid_box p {
    min-height: 144px;
  }

  .sec6_content {
    width: 39%;
  }

  .acdn-para {
    font-size: 17px;
    line-height: 25px;
  }

  /*======Product Details Page=======*/
  .prod_del_left {
    width: 38%;
  }

  .prod_del_right {
    width: 57%;
  }

  .prod_det_tab_text {
    font-size: 15px;
    line-height: 25px;
  }

  .strip_text {
    font-size: 21px;
  }

  .vpn_secuirity_page .strip_text {
    font-size: 17px;
    line-height: 25px;
  }

  /*=========Support Page=========*/
  .inr_bnr_content {
    width: 52%;
  }

  .inr_bnr_heading {
    font-size: 36px;
    line-height: 42px;
  }

  .inr_bnr_text {
    font-size: 17px;
    line-height: 27px;
  }

  .innr_bnr_hero {
    width: 400px;
  }

  .support_box {
    width: 46%;
  }

  .suport_s1_bx_heading {
    font-size: 28px;
    line-height: 32px;
  }

  .support_heading {
    padding: 0;
  }

  .prod_det_tab_content ul.protect_list li {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }

  .show-desk {
    display: none;
  }

  .show-tab {
    display: block;
  }

  .logo_box {
    position: static;
    float: left;
    transform: none;
    margin-top: 6px;
  }

  ul.menu-list {
    display: none;
  }

  a.nav-btn {
    margin: 17px 46px 0 0;
  }

  .bnr_section {
    padding-bottom: 60px;
  }

  .bnr_content {
    width: 47%;
    margin-top: 40px;
  }

  .bnr_heading {
    font-size: 40px;
    line-height: 46px;
  }

  .bnr_para {
    font-size: 16px;
    line-height: 24px;
  }

  .bnr_right {
    width: 50%;
    margin: 57px 0 0 0;
  }

  .bnr_hero {
    right: -230px;
  }

  .sec1_content {
    width: 50%;
    padding: 60px 0 80px;
  }

  .common_heading {
    font-size: 36px;
    line-height: 46px;
  }

  .common_text {
    font-size: 16px;
    line-height: 24px;
  }

  .s1_graph_img {
    top: 0;
    right: -325px;
  }

  .section_2 {
    padding: 60px 0 80px;
  }

  .compare_antivirus_wrap {
    max-width: 560px;
    row-gap: 40px;
  }

  .compare_antivirus_box {
    width: 100%;
  }

  .antivirus_contbox {
    margin-top: 40px;
  }

  .anti_heading {
    font-size: 24px;
    line-height: 32px;
  }

  .compare_antivirus_btm {
    margin-top: 0;
  }

  ul.protect_list li {
    font-size: 14px;
    line-height: 16px;
  }

  .section_3 {
    padding: 60px 0 80px;
  }

  .s3-rgt {
    max-width: 370px;
  }

  .s3-btm-tx {
    font-size: 22px;
    line-height: 28px;
    margin-top: 50px;
  }

  .section_4 {
    padding: 60px 0 80px;
  }

  .s4_mid_box {
    width: 31%;
    border-radius: 15px;
    padding: 25px 15px 0;
  }

  .s4_mid_box h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .s4_mid_box p {
    min-height: 192px;
  }

  .section_5 {
    padding: 60px 0 80px;
  }

  .rev-bx {
    padding: 25px 15px;
  }

  .rev-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .rev-nm {
    font-size: 16px;
    line-height: 22px;
  }

  .veri-tk {
    margin: -2px 0px 0 0;
  }

  .section_6 {
    padding: 60px 0 80px;
  }

  .accordion {
    font-size: 18px;
    line-height: 26px;
  }

  .acdn-para {
    font-size: 16px;
    line-height: 24px;
  }

  /*======Product Details Page=======*/
  .prod_del_s1_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .prod_del_s1_text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
  }

  .prod_del_left {
    width: 39%;
  }

  .moneybk_box h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .prod_del_review {
    font-size: 16px;
    line-height: 16px;
  }

  .prod_det_heading {
    font-size: 36px;
    line-height: 46px;
  }

  .prod_det_sub_heading {
    font-size: 17px;
    line-height: 21px;
  }

  .prod_det_tab_list li {
    font-size: 17px;
    line-height: 17px;
    padding: 10px 18px 12px;
  }

  ul.prod_det_cont_list li {
    padding-left: 30px;
  }

  .prod_det_btn {
    font-size: 26px;
  }

  .strip_list_icon {
    width: 46px;
  }

  .strip_text {
    font-size: 18px;
    line-height: 24px;
  }

  /*.vpn_secuirity_page .strip_text{ font-size: 14px; line-height: 22px;}
.vpn_secuirity_page .strip_text span{ font-size: 20px; line-height: 28px;}*/

  .prod_del_sec2_left {
    width: 38%;
  }

  .prod_del_sec2_right {
    width: 58%;
  }

  .prod_del_s2_box {
    padding: 30px 20px;
  }

  ul.prod_det_s2_list li {
    padding-left: 45px;
    padding-bottom: 30px;
  }

  ul.prod_det_s2_list li h3 {
    font-size: 21px;
    line-height: 27px;
  }

  ul.prod_det_s2_list li p {
    font-size: 16px;
    line-height: 24px;
  }

  .prod_det_s3_icns {
    width: 65px;
  }

  .prod_det_s3_cont_heading {
    font-size: 24px;
    line-height: 30px;
  }

  ul.prod_del_sec4_list li {
    padding: 0 15px 35px;
  }

  ul.prod_del_sec4_list li:nth-child(n + 4) {
    padding-top: 35px;
  }

  ul.prod_del_sec4_list li h3 {
    font-size: 19px;
    line-height: 25px;
  }

  .vpn_secuirity_page ul.prod_del_sec4_list li:nth-child(n + 4) {
    padding-bottom: 35px;
  }

  .faq-container_inner {
    width: 53%;
  }

  .prod_det_s5_left .prod_det_btn {
    font-size: 21px;
  }

  /*=========Support Page=========*/
  .inr_bnr_heading {
    font-size: 30px;
    line-height: 36px;
  }

  .inr_bnr_text {
    font-size: 16px;
    line-height: 24px;
  }

  .support_box {
    width: 48%;
  }

  .suport_s1_bx_heading {
    font-size: 24px;
    line-height: 28px;
  }

  ul.support_s1_list li {
    font-size: 16px;
    line-height: 24px;
  }

  .support_strip_box {
    float: left;
    padding: 8px 15px 12px 80px;
  }

  .support_strip_box img {
    left: 12px;
  }

  .ques_img_mr {
    margin-right: 5px;
  }

  #installiphone .question_imgs {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }

  .show-mob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .top_strip {
    padding: 8px 0 10px;
  }

  .top_strip p {
    font-size: 14px;
    line-height: 18px;
  }

  .top_strip p a {
    border-bottom: 1px solid #000;
  }

  .top-fix-bar {
    margin-bottom: 60px;
  }

  .nav-sec {
    height: 60px;
    margin-top: -60px;
    top: 60px;
  }

  .logo_box {
    width: 60px;
  }

  .mob-mnu-ic {
    top: 21px;
    right: 15px;
  }

  .mobilemenu {
    top: 60px;
  }

  .mobimenu-top {
    top: 59px;
  }

  a.nav-btn {
    display: none;
  }

  .bnr_section {
    padding-bottom: 40px;
  }

  .bnr_content {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .bnr_heading {
    font-size: 26px;
    line-height: 34px;
  }

  .bnr_para {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
  }

  .bnr_section .common_btn {
    margin-top: 30px;
  }

  .common_btn {
    margin-top: 30px;
  }

  .common_btn {
    height: 60px;
    font-size: 20px;
    line-height: 55px;
  }

  .available_app {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }

  .available_app p {
    font-size: 15px;
    line-height: 15px;
  }

  .bnr_right {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }

  .bnr_hero {
    right: -100px;
    top: 78px;
  }

  .auto_scan_box {
    padding: 20px 20px 0;
  }

  .auto_scan_top h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .auto_scan_top {
    padding: 15px 18px;
    height: 112px;
  }

  .auto_scan_btm {
    padding: 12px;
    margin-top: 12px;
  }

  .threat_cont h3 {
    font-size: 15px;
    line-height: 15px;
  }

  .bnr_hero {
    right: -100px;
    top: 65px;
    max-width: none;
    width: 400px;
  }

  .resolve_strip {
    max-width: 260px;
    padding: 10px 10px 8px 15px;
    margin-top: 20px;
  }

  .resolve_strip img {
    width: 18px;
  }

  .resolve_strip p {
    font-size: 12px;
    line-height: 16px;
    margin-top: -3px;
    padding-left: 5px;
  }

  .section_1 {
    padding: 30px 0 0;
  }

  .sec1_content {
    width: 100%;
    padding: 0;
  }

  .common_heading {
    font-size: 20px;
    line-height: 27px;
  }

  .common_text {
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
  }

  ul.s1_list {
    margin-top: 10px;
  }

  ul.s1_list li {
    font-size: 15px;
    line-height: 21px;
    background-size: 14px;
    padding-left: 26px;
    margin-top: 15px;
  }

  .sec1_content .common_btn {
    margin: 30px auto 0;
    display: block;
  }

  .s1_graph_img {
    width: calc(100% + 30px);
    position: static;
    margin: 25px auto 0;
    max-width: none;
    margin-left: -15px;
  }

  .section_2 {
    padding: 30px 0 40px;
  }

  .compare_antivirus_wrap {
    row-gap: 25px;
    margin: 30px auto 0;
  }

  .compare_antivirus_box {
    height: 400px;
}

  .antivirus_contbox {
    width: 100%;
    margin: 0;
  }

  .compare_antivirus_top {
    padding: 10px 0 5px;
  }

  .anti_heading {
    font-size: 18px;
    line-height: 26px;
    padding-left: 6px;
  }

  .anti_text {
    font-size: 13px;
    line-height: 19px;
    padding-left: 6px;
  }

  .s2_bx_icns {
    top: 0;
    right: 0;
    width: 30px;
  }

  .antivirus_imgbox {
    float: left;
    width: 46%;
    margin: 12px 0 0 -10px;
  }

  .antivirus_imgbox img {
    width: 250px;
  }

  .key_cont_mob {
    float: right;
    width: 56%;
    margin-top: 32px;
  }

  .anti_key_text {
    margin-top: 0;
    font-size: 15px;
    line-height: 15px;
  }

  ul.anti_list li p {
    font-size: 11px;
    line-height: 15px;
  }

  .compare_antivirus_btm {
    padding-bottom: 15px;
  }

  .protect_text {
    font-size: 15px;
    line-height: 15px;
  }

  ul.protect_list {
    max-width: 270px;
    row-gap: 8px;
  }

  ul.protect_list li {
    font-size: 13px;
    line-height: 15px;
  }

  .comp_btn_box {
    max-width: 322px;
  }

  .compare_btn {
    width: 156px;
    height: 48px;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 0.3px;
  }

  .register_btn {
    line-height: 40px;
  }

  .section_3 {
    padding: 30px 0 40px;
  }

  .s3-rgt {
    max-width: 100%;
    margin-top: 30px;
  }

  .s3-lft {
    width: 100%;
  }

  .digitaly_faq-container {
    margin-top: 20px;
  }

  .digitaly_accordion {
    padding: 18px 40px 20px 0px;
    font-size: 17px;
    line-height: 24px;
  }

  .digitaly_acdn-content {
    padding: 0px 0px 5px;
  }

  .s3-btm-tx {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
  }

  .common_btn_width {
    max-width: 270px !important;
  }

  .digitaly_acdn-para {
    font-size: 14px;
    line-height: 22px;
  }

  .section_4 {
    padding: 30px 0 40px;
  }

  .s4_mid_wrap {
    margin: 40px auto 10px;
    row-gap: 40px;
  }

  .s4_mid_box {
    width: 100%;
    padding: 25px 20px 0;
  }

  .s4_bx_steps {
    font-size: 22px;
  }

  .s4_mid_box h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .s4_mid_box p {
    min-height: auto;
  }

  .section_5 {
    padding: 30px 0 40px;
  }

  .rev-sec {
    flex-wrap: wrap;
  }

  .rev-bx {
    padding: 20px 15px;
    width: 100%;
    margin: 20px 0 10px;
  }

  .rev-star {
    width: 100px;
  }

  .rev-hd {
    font-size: 17px;
    line-height: 24px;
  }

  .rev-tx {
    font-size: 15px;
    line-height: 23px;
  }

  .rev-nm {
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
  }

  .veri-tx {
    font-size: 13px;
    line-height: 19px;
    margin-top: 20px;
  }

  .veri-tk {
    margin: -1px 3px 0 0;
    width: 14px;
  }

  .section_6 {
    padding: 30px 0 40px;
  }

  .sec6_content {
    width: 100%;
    text-align: center;
  }

  .faq-container {
    margin: 20px 0 0;
    width: 100%;
  }

  .faq-innr {
    margin-top: 10px;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  }

  .up-slide-dwn {
    padding: 5px;
  }

  .accordion {
    padding: 16px 40px 18px 15px;
    font-size: 17px;
    line-height: 25px;
    background-size: 14px;
  }

  .acdn-heading.accordion-open {
    background-size: 14px;
  }

  .acdn-content {
    padding: 0 15px 5px;
  }

  .acdn-para {
    font-size: 15px;
    line-height: 23px;
  }

  .footer {
    padding: 25px 0;
  }

  .ftr_logo {
    width: 60px;
    margin: 0 auto 10px;
  }

  .ftr-txt {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }

  .ftr-top-mob {
    margin-top: 10px;
  }

  /*======Product Details Page=======*/
  .prodBreadcrm p {
    font-size: 11px;
    line-height: 11px;
  }

  .prod_del_sec1 {
    padding: 15px 0 30px;
  }

  .prod_del_s1_heading {
    font-size: 20px;
    line-height: 28px;
  }

  .prod_del_s1_text {
    font-size: 10px;
    line-height: 12px;
    margin-top: 14px;
  }

  .prod_del_s1_text span {
    padding: 0 5px;
  }

  .prod_del_wrap {
    margin-top: 30px;
  }

  .prod_del_left {
    width: 100%;
  }

  .prod_del_right {
    width: 100%;
    margin-top: 25px;
  }

  .prod_del_review {
    font-size: 13px;
    line-height: 13px;
  }

  .prod_del_review img {
    margin: -5px 8px 0 0;
    width: 85px;
  }

  .prod_det_heading {
    font-size: 26px;
    line-height: 32px;
  }

  .prod_det_sub_heading {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
  }

  .prod_det_desc {
    font-size: 15px;
    line-height: 23px;
    padding-top: 8px;
  }

  .prod_det_tab_content ul.protect_list {
    column-gap: 18px;
  }

  .prod_det_tab_list li {
    font-size: 15px;
    line-height: 16px;
    padding: 8px 8px 10px;
  }

  .prod_det_tab_content {
    padding: 15px;
  }

  ul.prod_det_cont_list li {
    font-size: 14px;
    line-height: 22px;
    background-size: 16px;
    background-position-y: 8px;
    padding-left: 26px;
    margin-bottom: 10px;
  }

  .prod_det_tab_text {
    font-size: 13px;
    line-height: 21px;
  }

  .prod_det_tab_content ul.protect_list li {
    font-size: 12px;
    line-height: 14px;
  }

  ul.app_list_tab li img {
    width: 30px;
  }

  .order_pricebox {
    margin: 22px auto 0;
  }

  .pricebx_left {
    width: 65%;
  }

  .pricebx_left h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .pricebx_left p {
    font-size: 14px;
    line-height: 16px;
  }

  .cut_price {
    font-size: 18px;
    line-height: 18px;
  }

  .disc_price {
    font-size: 23px;
    line-height: 23px;
  }

  .prod_det_btn {
    font-size: 18px;
    height: 60px;
    line-height: 55px;
  }

  .cards_img {
    width: 190px;
  }

  ul.prod_del_list li {
    padding: 0 5px;
  }

  .strip_text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
  }

  .vpn_secuirity_page .strip_text span {
    font-size: 15px;
    line-height: 21px;
  }

  .vpn_secuirity_page .strip_text {
    font-size: 12px;
    line-height: 18px;
  }

  .prod_del_sec2 {
    padding: 30px 0 10px;
  }

  .prod_del_sec2_wrap {
    margin-top: 30px;
  }

  .prod_del_sec2_left {
    width: 100%;
  }

  .prod_del_sec2_right {
    width: 100%;
    margin-top: 30px;
  }

  .prod_del_s2_box {
    padding: 20px 15px 25px;
  }

  ul.prod_det_s2_list li {
    padding-left: 35px;
    padding-bottom: 22px;
    background-size: 22px;
  }

  ul.prod_det_s2_list li h3 {
    font-size: 17px;
    line-height: 25px;
  }

  ul.prod_det_s2_list li p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
  }

  ul.prod_det_s2_list li:before {
    top: 38px;
  }

  .prod_det_btnbox {
    margin-top: 30px;
  }

  .btn_secure_text {
    font-size: 13px;
    line-height: 13px;
    margin-top: 10px;
  }

  .btn_secure_text img {
    margin: -4px 6px 0 0;
    width: 10px;
  }

  .prod_del_sec3 {
    padding: 30px 0 40px;
  }

  .prod_det_s3_mid_row {
    margin-top: 0;
  }

  .prod_det_s3_col_contbx {
    width: 100%;
  }

  .prod_det_s3_mid_col {
    margin: 25px auto 0;
    padding: 20px;
  }

  .prod_det_s3_icns {
    width: 50px;
  }

  .prod_det_s3_cont_heading {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }

  .prod_det_s3_col_imgbx {
    width: 100%;
    margin-top: 22px;
  }

  .prod_del_sec4 {
    padding: 30px 0 40px;
  }

  ul.prod_del_sec4_list {
    margin: 10px auto 0;
  }

  ul.prod_del_sec4_list li {
    width: 100%;
  }

  ul.prod_del_sec4_list li {
    padding: 25px 25px 25px !important;
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }

  ul.prod_del_sec4_list li:first-child {
    border-top: none;
  }

  ul.prod_del_sec4_list li:last-child {
    padding-bottom: 0 !important;
  }

  ul.prod_del_sec4_list li:after,
  ul.prod_del_sec4_list li:before {
    display: none;
  }

  .prod_det_s4_list_icon {
    width: 65px;
  }

  ul.prod_del_sec4_list li h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .prod_del_sec5 {
    padding: 30px 0 40px;
  }

  .prod_det_s5_left {
    width: 100%;
    text-align: center;
  }

  .faq-container_inner {
    width: 100%;
  }

  /*=========Support Page=========*/
  .inner_bnr_sec {
    padding: 15px 0 0;
  }

  .inr_bnr_content {
    width: 100%;
  }

  .inr_bnr_heading {
    font-size: 26px;
    line-height: 34px;
  }

  .inr_bnr_text {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.2px;
    margin-top: 15px;
  }

  .innr_bnr_hero {
    width: 400px;
    position: static;
    margin: 20px auto 0;
    display: block;
  }

  .support_section1 {
    padding: 35px 0 40px;
  }

  .support_wrap {
    row-gap: 50px;
  }

  .support_box {
    width: 100%;
  }

  .support_contentbox {
    padding-top: 18px;
  }

  .suport_s1_bx_heading {
    font-size: 20px;
    line-height: 26px;
  }

  ul.support_s1_list {
    margin-top: 0;
  }

  ul.support_s1_list li {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }

  .support_strip_box {
    padding: 7px 15px 9px 85px;
    margin-top: 30px;
  }

  .support_strip_box img {
    left: 17px;
    top: -6px;
  }

  .support_strip_box h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .support_strip_box p {
    font-size: 13px;
    line-height: 18px;
  }

  .antivirus_support_section {
    padding: 30px 0;
  }

  .support_heading {
    font-size: 26px;
    line-height: 30px;
  }

  .support_content_box {
    padding: 15px 20px 25px;
    margin-top: 30px;
  }

  .support_box_row {
    margin-top: 25px;
  }

  .support_row_heading {
    font-size: 21px;
    line-height: 29px;
    padding-bottom: 10px;
  }

  .support_row_text {
    font-size: 14px;
    line-height: 23px;
  }

  ol.support_list {
    padding-left: 30px;
  }

  ol.support_list li {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.3px;
  }

  #installiphone .question_imgs {
    width: 231px;
    margin-right: 0;
  }
}

/*TERMS*/
.terms_section {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0 60px;
}

.terms_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1080px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px 4px rgba(18, 47, 129, 0.1);
  padding: 20px 35px 40px;
  margin-top: 50px;
  text-align: left;
}

.terms_box h1 {
  font-size: 28px;
  margin: 20px 0;
  text-align: left;
}

.terms_box p {
  margin: 20px 0 0;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.terms_box p a {
  color: #0563c1;
}

.terms_box h3 {
  margin: 20px 0 0;
  text-align: left;
}

.terms_box h4 {
  text-align: left;
  font-size: 17px;
  margin: 25px 0 0;
}

.terms_box h5 {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin: 10px 0 0;
}

.terms_box ul {
  padding: 5px 0 0 20px;
}

.terms_box li {
  font-size: 15px;
  line-height: 23px;
  color: #454545;
  list-style: decimal;
  text-align: left;
  margin-top: 10px;
}

.terms_box ul.inner-list li {
  list-style: disc;
}

@media only screen and (max-width: 767px) {
  .terms_section {
    padding: 20px 0 30px;
  }

  .terms_box {
    padding: 10px 20px 30px;
    margin-top: 25px;
  }

  .terms_box p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
}

.comp_btn_box {
  justify-content: center;
}
    select.form-control,
        select {
               appearance: none;
            line-height: normal;
            position: relative;
            background-image: url("images/select.png");
            background-position: right 10px top 50%;
            background-repeat: no-repeat;
        }

        input.has-error,
        select.has-error {
            background: #ffffff url("images/error-input.png") no-repeat 99.5% 50% !important;
            border: 1px solid #ffa500 !important;
        }

        input.no-error,
        select.no-error {
            background: #ffffff url("images/tick-input.png") no-repeat 99.5% 50% !important;
            border: 1px solid #008000 !important;
        }

        .error_handler_body ul {
            padding-left: 0;
        }

        #error_handler_overlay_close,
        #app_common_modal_close {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /*select.no-error, select.has-error {
	background-position: center right 20px !important;
}*/

        form .fields .input input,
        input[type="text"],
        input[type="search"],
        input[type="number"],
        input[type="password"],
        input[type="tel"],
        input[type="email"],
        select,
        textarea {
            padding-right: 25px !important;
        }

        select.form-control,
        select {
            padding-right: 40px !important;
        }

        #app_common_modal,
        #error_handler_overlay {
            overflow-y: hidden;
        }



        @media screen and (max-width: 991px) {
            #app_common_modal .app_modal_body {
                margin: 30px auto;
            }
        }

        .error_handler_body ul {
            text-align: left;
        }

           span.cs_icon {
            font-size: 40px;
        }

        .footer_info h4 {
            font-size: .8em;
            margin: 10px 0;
            color: grey;
            font-weight: bold;
        }

        .footer_info p {
            font-size: .75em;
            margin: 0 0;
            color: grey;
        }

        form {
            padding: 0 0;
        }

        .custom-popover {
            background-color: rgba(127, 132, 142, 0.96);
            background-size: cover;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            display: none;
            width: 100%;
            height: 100%;
            z-index: 9999;
        }

        .pop-uphead {
            margin: 0 auto;
            width: 100%;
            display: inline-block;
        }

        .pop-box {
            max-width: 1000px;
            width: 100%;
            margin: 4px auto;
            font-size: 24px;
            text-align: center;
            position: relative;
            z-index: 2;
            top: 100px;
            opacity: 0;
            transition: opacity .5s, top .5s;
            transition-delay: 250ms;
        }

        .pop-box a {
            color: #000;
            font-size: 15px;
        }

        .pop-box img {
            max-width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }



/* Cookie Design */

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #3a74b1;
    padding: 15px;
    /* display: flex; */
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

#cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: #fff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #3a74b1;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #3a74b1;
}
.bnr_heading small {
    font-size: 27px;
    color: #000;
}
.common_heading  small {
    font-size: 30px;
    color: #000;
}

.bnr_hero {
    transform-style: preserve-3d;
  animation: spin3d 2.5s linear infinite;
}
@keyframes spin {
  0%   { transform: rotateX(0)   rotateY(0)   rotateZ(0); }
  100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg); }
}


/* ============================================ */
/* PRODUCT DISPLAY SECTION - PREMIUM DESIGN     */
/* CloudStorageProfessionals.com                */
/* Blue + Orange Theme | Elegant Animations     */
/* TEXT COLORS: WHITE/LIGHT (No Black Text)     */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

/* Section Container - High Specificity */
.section_2 {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #0A1F3A 0%, #0A2647 100%);
    padding: 80px 0;
    overflow-x: hidden;
}

.section_2 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================ */
/* HEADING STYLES - FORCE WHITE TEXT           */
/* ============================================ */

.section_2 .common-heading-fixed,
.section_2 h1.common-heading-fixed {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFFFF !important;
    margin: 0 0 20px 0;
    text-align: center;
    opacity: 0;
    animation: slideUpFade 0.6s ease-out 0.1s forwards;
}

.section_2 .common-text-fixed,
.section_2 p.common-text-fixed {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85) !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    opacity: 0;
    animation: slideUpFade 0.6s ease-out 0.2s forwards;
}

/* ============================================ */
/* PRODUCT GRID                                 */
/* ============================================ */

.compare_antivirus_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 50px 0;
}

.compare_antivirus_wrap .col-md-4 {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 280px;
    max-width: 380px;
    margin: 0;
    box-sizing: border-box;
}

/* ============================================ */
/* PRODUCT CARD - Premium Glassmorphism         */
/* ============================================ */

.compare_antivirus_box {
    background: linear-gradient(145deg, rgba(10, 38, 71, 0.95) 0%, rgba(5, 20, 40, 0.95) 100%);
    backdrop-filter: blur(12px);
    border-radius: 32px;
    border: 1px solid rgba(249, 115, 22, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Animated Border Glow on Hover */
.compare_antivirus_box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #F97316, #FF8C42, #F97316);
    border-radius: 34px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.compare_antivirus_box:hover::before {
    opacity: 0.4;
}

.compare_antivirus_box:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* ============================================ */
/* PRODUCT CARD TOP SECTION                     */
/* ============================================ */

.compare_antivirus_top {
    padding: 30px 24px 20px;
    text-align: center;
    flex: 1;
}

/* Product Image */
.antivirus_imgbox {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.antivirus_imgbox img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.4s ease;
}

.compare_antivirus_box:hover .antivirus_imgbox img {
    transform: scale(1.02);
}

/* Product Title - FORCE WHITE */
.anti_heading,
.compare_antivirus_box .anti_heading,
.section_2 .anti_heading {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF !important;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em;
}

/* Product Description Text - FORCE LIGHT */
.anti_text,
.compare_antivirus_box .anti_text,
.section_2 .anti_text {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 0 16px 0;
    padding: 12px 0;
    border-top: 1px solid rgba(249, 115, 22, 0.2);
    border-bottom: 1px solid rgba(249, 115, 22, 0.2);
}

/* Benefits Title - FORCE ORANGE */
.anti_key_text,
.compare_antivirus_box .anti_key_text,
.section_2 .anti_key_text {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F97316 !important;
    margin: 0 0 16px 0;
    position: relative;
    display: inline-block;
}

.anti_key_text::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #F97316, transparent);
}

/* Key Content Section */
.key_cont_mob,
.compare_antivirus_box .key_cont_mob {
    background: rgba(249, 115, 22, 0.06);
    border-radius: 20px;
    padding: 16px 20px;
    margin-top: 16px;
    transition: all 0.3s ease;
}

.compare_antivirus_box:hover .key_cont_mob {
    background: rgba(249, 115, 22, 0.1);
}

/* Benefits List - FORCE LIGHT TEXT */
.anti_list,
.compare_antivirus_box .anti_list,
.section_2 .anti_list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.anti_list li,
.compare_antivirus_box .anti_list li {
    margin-bottom: 12px;
}

.anti_list li p,
.compare_antivirus_box .anti_list li p,
.section_2 .anti_list li p {
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10;
}

/* Orange Arrow Bullets */
.anti_list li p::before {
    content: '▹';
    color: #F97316 !important;
    font-size: 12px;
    margin-right: 10px;
    opacity: 0.9;
}

/* ============================================ */
/* PRODUCT CARD BOTTOM SECTION                  */
/* ============================================ */

.compare_antivirus_btm {
    padding: 20px 24px 28px;
    border-top: 1px solid rgba(249, 115, 22, 0.2);
    margin-top: auto;
    background: rgba(0, 0, 0, 0.3);
}

.comp_btn_box {
    text-align: center;
}

/* Premium Buy Button */
.compare_btn,
.section_2 .compare_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #F97316 0%, #FF8C42 100%);
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

/* Button Shine Effect */
.compare_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
}

.compare_btn:hover::before {
    left: 100%;
}

.compare_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.5);
    gap: 16px;
    color: #FFFFFF !important;
}

.compare_btn img {
    transition: transform 0.3s ease;
}

.compare_btn:hover img {
    transform: translateX(5px);
}

/* ============================================ */
/* EXPLORE SERVICES BUTTON                      */
/* ============================================ */

.common-btn-fixed,
.section_2 .common-btn-fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #F97316 0%, #FF8C42 100%);
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.35);
    margin-top: 30px;
    border: none;
    cursor: pointer;
}

.common-btn-fixed:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(249, 115, 22, 0.5);
    gap: 16px;
    color: #FFFFFF !important;
}

/* ============================================ */
/* UTILITY CLASSES                              */
/* ============================================ */

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-50 {
    margin-top: 50px;
}

.show-mob {
    display: none;
}

.hide-mob {
    display: block;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* ============================================ */
/* ANIMATIONS                                   */
/* ============================================ */

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered Card Animations */
.compare_antivirus_box {
    opacity: 0;
    animation: slideUpFade 0.6s ease-out forwards;
}

.compare_antivirus_wrap .col-md-4:nth-child(1) .compare_antivirus_box {
    animation-delay: 0.1s;
}

.compare_antivirus_wrap .col-md-4:nth-child(2) .compare_antivirus_box {
    animation-delay: 0.25s;
}

.compare_antivirus_wrap .col-md-4:nth-child(3) .compare_antivirus_box {
    animation-delay: 0.4s;
}

/* Section Headers Animation */
.section_2 .common-heading-fixed,
.section_2 h1.common-heading-fixed {
    animation: slideUpFade 0.6s ease-out 0.1s forwards;
}

.section_2 .common-text-fixed,
.section_2 p.common-text-fixed {
    animation: slideUpFade 0.6s ease-out 0.2s forwards;
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* ============================================ */

/* Tablet (768px - 1024px) */
@media (max-width: 1024px) {
    .compare_antivirus_wrap .col-md-4 {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    
    .section_2 .common-heading-fixed,
    .section_2 h1.common-heading-fixed {
        font-size: 38px;
    }
    
    .section_2 .common-text-fixed,
    .section_2 p.common-text-fixed {
        font-size: 16px;
    }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    .section_2 {
        padding: 60px 0;
    }
    
    .section_2 .container {
        padding: 0 20px;
    }
    
    .section_2 .common-heading-fixed,
    .section_2 h1.common-heading-fixed {
        font-size: 32px;
    }
    
    .section_2 .common-text-fixed,
    .section_2 p.common-text-fixed {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .compare_antivirus_wrap {
        gap: 20px;
        margin: 30px 0;
    }
    
    .compare_antivirus_wrap .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .compare_antivirus_box {
        max-width: 100%;
    }
    
    .anti_heading,
    .compare_antivirus_box .anti_heading {
        font-size: 20px;
    }
    
    .anti_text,
    .compare_antivirus_box .anti_text {
        font-size: 13px;
    }
    
    .compare_btn,
    .section_2 .compare_btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .common-btn-fixed,
    .section_2 .common-btn-fixed {
        padding: 14px 28px;
        font-size: 14px;
    }
    
    .hide-mob {
        display: none;
    }
    
    .show-mob {
        display: block;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .section_2 .common-heading-fixed,
    .section_2 h1.common-heading-fixed {
        font-size: 28px;
    }
    
    .compare_antivirus_top {
        padding: 20px 16px 16px;
    }
    
    .anti_heading,
    .compare_antivirus_box .anti_heading {
        font-size: 18px;
    }
    
    .anti_text,
    .compare_antivirus_box .anti_text {
        font-size: 12px;
    }
    
    .anti_key_text,
    .compare_antivirus_box .anti_key_text {
        font-size: 11px;
    }
    
    .anti_list li p,
    .compare_antivirus_box .anti_list li p {
        font-size: 12px;
    }
    
    .key_cont_mob,
    .compare_antivirus_box .key_cont_mob {
        padding: 12px 16px;
    }
    
    .compare_antivirus_btm {
        padding: 16px 20px 20px;
    }
}

/* Desktop Large (1400px+) */
@media (min-width: 1400px) {
    .compare_antivirus_wrap {
        gap: 35px;
    }
    
    .compare_antivirus_wrap .col-md-4 {
        flex: 0 0 calc(33.333% - 24px);
        max-width: calc(33.333% - 24px);
    }
    
    .section_2 .common-heading-fixed,
    .section_2 h1.common-heading-fixed {
        font-size: 52px;
    }
    
    .section_2 .common-text-fixed,
    .section_2 p.common-text-fixed {
        font-size: 19px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .compare_antivirus_box,
    .section_2 .common-heading-fixed,
    .section_2 .common-text-fixed {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .compare_antivirus_box:hover {
        transform: none;
    }
    
    .compare_btn::before {
        display: none;
    }
}


/* ============================================ */
/* FONT AWESOME ICON STYLES                     */
/* For Product Display Section                  */
/* ============================================ */

/* Main Product Icon (replacing images) */
.product-icon {
    font-size: 80px;
    color: #F97316;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.compare_antivirus_box:hover .product-icon {
    transform: scale(1.05);
    opacity: 1;
    color: #FF8C42;
}

/* List Icons - Small and elegant */
.anti_list li p i {
    width: 24px;
    color: #F97316;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}

/* Hide images when icons are used */
.antivirus_imgbox img {
    display: none;
}

/* Center the icon in the image box */
.antivirus_imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 120px;
    display: none!important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .product-icon {
        font-size: 60px;
    }
    
    .antivirus_imgbox {
        min-height: 100px;
    }
}




/* ============================================ */
/* PREMIUM INNER PAGE BANNER                    */
/* CloudStorageProfessionals.com                */
/* Elegant | Modern | Responsive                */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

.inner-banner {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #0A1F3A 0%, #0D2B4A 50%, #0A1F3A 100%);
    padding:10px 0;
    overflow: hidden;
}

.inner-banner-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* ============================================ */
/* ANIMATED BACKGROUND SHAPES                   */
/* ============================================ */

.banner-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bg-shape {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.shape-1 {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -100px;
    animation: floatShape 20s ease-in-out infinite;
}

.shape-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -50px;
    animation: floatShape 18s ease-in-out infinite reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 20%;
    animation: floatShape 15s ease-in-out infinite;
}

@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 30px) scale(0.95); }
}

/* ============================================ */
/* FLOATING ICONS                               */
/* ============================================ */

.floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.float-icon {
    position: absolute;
    font-size: 28px;
    opacity: 0.15;
    animation: floatIcon 8s ease-in-out infinite;
}

.float-icon-1 {
    top: 15%;
    left: 8%;
    animation-delay: 0s;
}

.float-icon-2 {
    top: 70%;
    left: 12%;
    animation-delay: 1s;
    font-size: 32px;
}

.float-icon-3 {
    top: 25%;
    right: 10%;
    animation-delay: 2s;
}

.float-icon-4 {
    bottom: 20%;
    right: 15%;
    animation-delay: 1.5s;
    font-size: 34px;
}

.float-icon-5 {
    top: 50%;
    left: 20%;
    animation-delay: 2.5s;
    font-size: 24px;
}

.float-icon-6 {
    bottom: 40%;
    right: 25%;
    animation-delay: 3s;
    font-size: 30px;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.1; }
    50% { transform: translateY(-20px) rotate(10deg); opacity: 0.2; }
}

/* ============================================ */
/* BANNER CONTENT                               */
/* ============================================ */

.inner-banner-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

/* Logo */
.banner-logo-wrapper {
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease-out;
}

.banner-logo {
    height: 70px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.banner-logo:hover {
    transform: scale(1.02);
}

/* Tagline */
.banner-tagline {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

.tagline-highlight {
    background: linear-gradient(135deg, #F97316 0%, #FF8C42 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Divider */
.banner-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.divider-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #F97316, transparent);
}

.divider-icon {
    color: #F97316;
    font-size: 18px;
    animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Subtitle */
.banner-subtitle {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 700px;
    margin: 0 auto 40px;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

/* Buttons */
.banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.banner-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #F97316 0%, #FF8C42 100%);
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3);
}

.banner-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(249, 115, 22, 0.45);
    gap: 16px;
    color: #FFFFFF;
}

.banner-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.banner-btn-secondary:hover {
    border-color: #F97316;
    background: rgba(249, 115, 22, 0.1);
    transform: translateY(-3px);
    gap: 16px;
    color: #FFFFFF;
}

.btn-icon {
    transition: transform 0.3s ease;
}

.banner-btn-primary:hover .btn-icon,
.banner-btn-secondary:hover .btn-icon {
    transform: translateX(5px);
}

/* Trust Indicators */
.banner-trust {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease-out 0.5s both;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.trust-check {
    width: 20px;
    height: 20px;
    background: rgba(249, 115, 22, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #F97316;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* ============================================ */

@media (max-width: 992px) {
    .inner-banner {
        padding: 60px 0 80px;
    }
    
    .banner-tagline {
        font-size: 36px;
    }
    
    .banner-subtitle {
        font-size: 16px;
    }
    
    .banner-logo {
        height: 55px;
    }
    
    .float-icon {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .inner-banner {
        padding: 50px 0 60px;
    }
    
    .inner-banner-container {
        padding: 0 20px;
    }
    
    .banner-tagline {
        font-size: 28px;
    }
    
    .banner-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .banner-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 35px;
    }
    
    .banner-btn-primary,
    .banner-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .banner-trust {
        gap: 20px;
    }
    
    .trust-item {
        font-size: 12px;
    }
    
    .divider-line {
        width: 40px;
    }
    
    .banner-logo {
        height: 45px;
    }
    
    .float-icon {
        display: none;
    }
    
    .bg-shape {
        opacity: 0.3;
    }
}

@media (max-width: 480px) {
    .banner-tagline {
        font-size: 24px;
    }
    
    .banner-subtitle {
        font-size: 14px;
    }
    
    .banner-trust {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .banner-logo {
        height: 40px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .bg-shape,
    .float-icon,
    .divider-icon {
        animation: none !important;
    }
    
    .banner-btn-primary:hover,
    .banner-btn-secondary:hover {
        transform: none;
    }
}




/* ============================================ */
/* PREMIUM CONTACT PAGE - CARD DESIGN           */
/* CloudStorageProfessionals.com                */
/* Beautiful Cards | Modern Layout              */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

.contact-page-wrapper {
    width: 100%;
    background: linear-gradient(180deg, #F5F7FA 0%, #E8ECF1 100%);
    padding: 60px 0 40px;
    font-family: 'Sora', sans-serif;
}

.contact-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================ */
/* PAGE HEADER                                  */
/* ============================================ */

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(249, 115, 22, 0.1);
    padding: 8px 20px;
    border-radius: 60px;
    margin-bottom: 24px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #F97316;
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
}

.contact-badge span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1A1A2E;
}

.contact-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0 0 16px 0;
}

.title-gradient {
    background: linear-gradient(135deg, #F97316 0%, #FF8C42 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.contact-subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: #5A6874;
    max-width: 650px;
    margin: 0 auto;
}

/* ============================================ */
/* CONTACT CARDS GRID                           */
/* ============================================ */

.contact-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
}

.contact-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background: #FFFFFF;
    border-radius: 28px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(249, 115, 22, 0.2);
}

.card-icon {
    width: 70px;
    height: 70px;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.contact-card:hover .card-icon {
    background: rgba(249, 115, 22, 0.15);
    transform: scale(1.05);
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 10px 0;
}

.card-description {
    font-size: 14px;
    color: #5A6874;
    margin: 0 0 16px 0;
}

.card-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #F97316;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.card-link:hover {
    color: #E8650A;
    transform: translateY(-2px);
}

.card-hours, .card-response {
    font-size: 12px;
    color: #8A9AAA;
    padding-top: 8px;
    border-top: 1px solid #EEEEEE;
    margin-top: 8px;
}

.card-address {
    font-size: 14px;
    line-height: 1.6;
    color: #5A6874;
    font-style: normal;
    margin: 12px 0 0;
}

/* ============================================ */
/* COMPANY INFO SECTION                         */
/* ============================================ */

.company-info-section {
    max-width: 800px;
    margin: 40px auto;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px 28px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.info-icon {
    width: 56px;
    height: 56px;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 8px 0;
}

.info-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #5A6874;
    margin: 0;
}

/* ============================================ */
/* FOOTER LINKS                                 */
/* ============================================ */

.contact-footer-links {
    text-align: center;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

.contact-footer-links a {
    font-size: 13px;
    color: #5A6874;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-footer-links a:hover {
    color: #F97316;
}

.link-separator {
    margin: 0 12px;
    color: #CCCCCC;
}

/* ============================================ */
/* COPYRIGHT SECTION                            */
/* ============================================ */

.contact-copyright {
    text-align: center;
    padding: 20px 0;
}

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
    opacity: 0.7;
}

.contact-copyright p {
    font-size: 12px;
    color: #8A9AAA;
    margin: 0;
}

/* ============================================ */
/* ANIMATIONS                                   */
/* ============================================ */

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* ============================================ */

@media (max-width: 992px) {
    .contact-title {
        font-size: 36px;
    }
    
    .contact-cards-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contact-page-wrapper {
        padding: 40px 0 30px;
    }
    
    .contact-container {
        padding: 0 20px;
    }
    
    .contact-header {
        margin-bottom: 40px;
    }
    
    .contact-title {
        font-size: 30px;
    }
    
    .contact-subtitle {
        font-size: 15px;
    }
    
    .contact-cards-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-card {
        max-width: 100%;
        width: 100%;
        padding: 24px 20px;
    }
    
    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .contact-footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .link-separator {
        display: none;
    }
    
    .contact-footer-links a {
        padding: 5px 10px;
        background: rgba(0, 0, 0, 0.03);
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 26px;
    }
    
    .card-title {
        font-size: 20px;
    }
    
    .card-link {
        font-size: 16px;
    }
    
    .info-icon {
        width: 48px;
        height: 48px;
    }
}




/* ============================================ */
/* PREMIUM PRIVACY POLICY PAGE                  */
/* Clean | Readable | Card-Based Design        */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

.privacy-page-wrapper {
    width: 100%;
    background: linear-gradient(180deg, #F5F7FA 0%, #E8ECF1 100%);
    padding: 60px 0 40px;
    font-family: 'Sora', sans-serif;
}

.privacy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ============================================ */
/* PAGE HEADER                                  */
/* ============================================ */

.privacy-header {
    text-align: center;
    margin-bottom: 50px;
}

.privacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(249, 115, 22, 0.1);
    padding: 8px 20px;
    border-radius: 60px;
    margin-bottom: 24px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #F97316;
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
}

.privacy-badge span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1A1A2E;
}

.privacy-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1A1A2E;
    margin: 0 0 12px 0;
}

.privacy-subtitle {
    font-size: 15px;
    color: #8A9AAA;
    margin: 0 0 20px 0;
}

.privacy-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #F97316, #FF8C42);
    margin: 0 auto;
    border-radius: 3px;
}

/* ============================================ */
/* PRIVACY CARDS                                */
/* ============================================ */

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
}

.privacy-card {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 28px 32px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    gap: 24px;
}

.privacy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(249, 115, 22, 0.15);
}

.highlight-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #FEF8F5 100%);
    border-left: 4px solid #F97316;
}

.card-icon {
    width: 52px;
    height: 52px;
    background: rgba(249, 115, 22, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-content {
    flex: 1;
}

.card-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A2E;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #5A6874;
    margin: 0 0 12px 0;
}

.card-content p:last-child {
    margin-bottom: 0;
}

.card-content ul {
    margin: 8px 0 0 20px;
    padding: 0;
}

.card-content ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #5A6874;
    margin-bottom: 8px;
}

/* Contact Details */
.contact-details {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EEEEEE;
}

.contact-details p {
    margin-bottom: 8px;
}

.contact-details a {
    color: #F97316;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

/* Footer Note */
.privacy-footer-note {
    background: rgba(249, 115, 22, 0.05);
    border-radius: 16px;
    padding: 20px 28px;
    text-align: center;
    margin-top: 20px;
}

.privacy-footer-note p {
    font-size: 12px;
    line-height: 1.5;
    color: #8A9AAA;
    margin: 0;
}

/* Footer Section */
.footer-section {
    background: linear-gradient(135deg, #0A1F3A 0%, #0A2647 100%);
    color: #FFFFFF;
}

.footer-section a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #F97316;
}

/* ============================================ */
/* ANIMATIONS                                   */
/* ============================================ */

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                       */
/* ============================================ */

@media (max-width: 992px) {
    .privacy-page-wrapper {
        padding: 40px 0;
    }
    
    .privacy-title {
        font-size: 38px;
    }
    
    .privacy-card {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .privacy-container {
        padding: 0 20px;
    }
    
    .privacy-title {
        font-size: 32px;
    }
    
    .privacy-card {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }
    
    .card-icon {
        width: 44px;
        height: 44px;
    }
    
    .card-content h2 {
        font-size: 20px;
    }
    
    .card-content p,
    .card-content ul li {
        font-size: 14px;
    }
    
    .privacy-footer-note {
        padding: 16px 20px;
    }
}

@media (max-width: 480px) {
    .privacy-title {
        font-size: 28px;
    }
    
    .privacy-badge span {
        font-size: 11px;
    }
    
    .card-content h2 {
        font-size: 18px;
    }
    
    .card-content ul {
        margin-left: 16px;
    }
}



/* ============================================ */
/* BEAUTIFUL FOOTER STYLES                      */
/* Perfect Alignment | Modern Design            */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

.footer {
    background: linear-gradient(135deg, #0A1F3A 0%, #0A2647 100%);
    font-family: 'Sora', sans-serif;
    padding: 50px 0 30px;
    /* margin-top: 60px; */
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* Animated Background Effect */
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(249, 115, 22, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.footer-inner {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Logo Section */
.footer-logo-section {
    margin-bottom: 30px;
}

.ftr_logo {
    height: 55px;
    width: auto;
    /* filter: brightness(0) invert(1); */
    transition: transform 0.3s ease;
}

.ftr_logo:hover {
    transform: scale(1.02);
}

/* Footer Links Row */
.footer-links-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.footer-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.footer-link:hover {
    color: #F97316;
}

.footer-link-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}

/* Company Info */
.footer-company-info {
    margin-bottom: 20px;
}

.footer-company-name {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 5px 0;
}

.footer-address {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.5;
}

/* Copyright */
.footer-copyright {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ftr-txt {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    letter-spacing: 0.5px;
}

/* ============================================ */
/* RESPONSIVE                                   */
/* ============================================ */

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 25px;
    }
    
    .ftr_logo {
        height: 45px;
    }
    
    .footer-links-row {
        gap: 5px;
    }
    
    .footer-link {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .footer-company-name {
        font-size: 13px;
    }
    
    .footer-address {
        font-size: 11px;
    }
    
    .ftr-txt {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 35px 0 20px;
    }
    
    .ftr_logo {
        height: 40px;
    }
    
    .footer-links-row {
        flex-direction: column;
        gap: 8px;
    }
    
    .footer-link-sep {
        display: none;
    }
    
    .footer-link {
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 30px;
        min-width: 140px;
    }
    
    .footer-link:hover {
        background: rgba(249, 115, 22, 0.2);
    }
}

/* Small Desktop */
@media (min-width: 992px) {
    .ftr_logo {
        height: 100px;
    }
} 


.service-disclaimer{display: none;}  