 /* Global Font Styles */
body {
     font-family: "Gidole", sans-serif;
}

h1, h2, h3, h4, h5, h6, .call-btn {
      font-family: "Gidole", sans-serif;

}
.antivirus-topbar {
  background-color: #213c45;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  font-family: 'Poppins', sans-serif;
}

.antivirus-topbar i {
  color: #00e288;
  margin-right: 5px;
}

.antivirus-topbar a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.antivirus-topbar a:hover {
  color: #00e288;
}

.topbar-social a {
  margin-left: 10px;
  font-size: 14px;
}

#about-p{
    padding-top: 50px;
}


/* Responsive styles */
@media (max-width: 768px) {

    .about-us {
    padding: 60px 0 0px 0!important;
    text-align: center;
    background-color: #ffffff;
}
#shaking{
    margin-top: 60px;
}
#about-p{
    padding: 50px 10px;
}
    .navbar-brand img {
   
    width: 100%!important;
    height: auto!important;
}
  .antivirus-topbar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .topbar-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-right a,
  .topbar-social {
    margin-bottom: 5px;
  }

  .topbar-social {
    margin-left: 0;
  }
  /* Fixed Call Now Button */
.call-now-btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px!important;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    width: 70%!important;
    text-align: center!important;
}
}

.breadcrumb-section
 {
    background-color: #f9f9f9;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 24px; */
}
.breadcrumb-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  color: #555;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #0073e6;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 8px;
  color: #999;
}

.current {
  color: #333;
  font-weight: bold;
}

/* General Navbar Styling */
.navbar {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-item {
    margin: 0 15px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #00e288;
}

/* Mobile Menu */
.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    font-size: 24px;
    color: #333;
}

/* Call Now Button */
.call-now .btn {
    background-color: #00e288;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    transition: background 0.3s ease-in-out;
}

.call-now .btn:hover {
    background-color: #0daa6b;
}
/* Modern Banner Style */
.modern-banner {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 100px 0;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  overflow: hidden;
}

.banner-content {
  padding-right: 20px;
}

.headline {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #00e288;
}

.subtext {
  font-size: 18px;
  color: #e0f7f1;
  margin-bottom: 30px;
  max-width: 90%;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features-list li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.features-list i {
  color: #00e288;
  margin-right: 10px;
  font-size: 20px;
}

.btn-cta {
  display: inline-block;
  background-color: #00e288;
  color: #000;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-cta:hover {
  background-color: #00c27a;
  color: #fff;
}

/* Right Side Visuals */
.visual-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  text-align: center;
  animation: float 4s ease-in-out infinite;
}

.banner-img {
  max-width: 250px;
  height: auto;
  filter: drop-shadow(0 0 10px #00e288);
}

/* Animation */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.counter-section .icon i {
    background: rgba(0, 226, 136, 0.1);
    padding: 15px;
    border-radius: 50%;
    transition: 0.3s ease;
}

.counter-section .counter {
    font-size: 40px;
    font-weight: 700;
    color: #00e288;
}

.counter-section p {
    font-size: 16px;
    margin-top: 10px;
    color: #ccc;
}


.about-us {
    padding: 60px 0;
    text-align: center;
    background-color: #ffffff;
}

.about-us h2 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.about-us p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Full-Width Image */
.about-image img {
    width: 90%;
    height: auto;
    display: block;
    margin:20px auto;
}


.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #222;
}

.product-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.product-price {
  margin-bottom: 15px;
}

.product-price .regular-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.product-price .sale-price {
  color: #00e288;
  font-weight: 600;
}

.btn-primary {
  background-color: #00e288;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #254552;
}
.how-it-works-section {
  background-color: #f5f5f5;
}

.how-it-works-section .section-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0d1a3d; /* Dark blue/black like the image */

}

.how-it-works-section .step h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d1a3d;
  font-family: 'Noto Sans', sans-serif;
}

.how-it-works-section .step p {
  color: #7a8493;
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
}

.image-max {
  max-width: 100%;
  max-height: 500px;
}

.features {
    background-color: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.features h2 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.features p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.feature-box {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-bottom: 20px;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 40px;
    color: #00e288;
    margin-bottom: 15px;
}
.cta {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.cta h2 {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cta .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
}

.cta .tagline {
    font-size: 16px;
    margin-bottom: 30px;
    font-style: italic;
}

.cta-btn {
    display: inline-block;
    background: #fff;
    color: #003049;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.cta-btn:hover {
    background: #f0f0f0;
    color: #005b96;
}

.call-now, .location {
    font-size: 16px;

}

.call-now a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.cta i {
    margin-right: 8px;
    color: #00e5ff;
}

.support-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
}

.support-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.support-image {
  flex: 1 1 45%;
}

.support-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.support-content {
  flex: 1 1 50%;
}

.support-content h2 {
  font-size: 32px;
  color: #1c1c1c;
  margin-bottom: 15px;
}

.support-content p {
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.support-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.support-content ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.support-content ul li i {
  color: #00e288;
  margin-right: 8px;
}

.support-btn {
  display: inline-block;
  background-color: #00e288;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.support-btn:hover {
  background-color: #0a9440;
}




.disclaimer-section {
  background-color: #264653;
  padding: 50px 20px;
  color: #fff;
}

.disclaimer-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.disclaimer-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.disclaimer-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}





.pricing {
    padding: 80px 0;
    text-align: center;
    background: #f9f9f9;
}

.pricing h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pricing p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.pricing-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.pricing-box:hover {
    transform: translateY(-5px);
}

.pricing-box h3 {
    font-size: 24px;
    color: #00e288;
    margin-bottom: 10px;
}

.price {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.price span {
    font-size: 16px;
    color: #777;
}

.pricing-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pricing-box ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #333;
}

.pricing-btn {
    display: inline-block;
    background: #00e288;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.pricing-btn:hover {
    background: #0daa6b;
}

.popular {
    border: 3px solid #00e288;
    position: relative;
}

.popular::before {
    content: "Most Popular";
    background: #00e288;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.faq {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}

.faq h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.faq-wrapper {
    max-width: 700px;
    margin: auto;
    text-align: left;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

.faq-question:hover {
    background:#0daa6b;
}

.faq-answer {
    background: #fff;
    padding: 15px;
    display: none;
    border-left: 3px solid #00e288;
}

.faq-item.active .faq-answer {
    display: block;
}
.footer {
    background: #f8f8f8;
    padding: 20px 0 80px;
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    display: inline;
    margin: 0 15px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #00e288;
}

/* Fixed Call Now Button */
.call-now-btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.call-now-btn:hover {
    background: #0daa6b;
}
