 
        header {
            background-color: #1976d2;
            color: white;
            padding: 10px 20px;
        }

        footer {
            background-color: #1976d2;
            color: white;
            padding: 10px 20px;
            text-align: center;
            font-weight: bold;
        }

        .navbar-brand {
            color: white !important;
            font-weight: 700;
        }
        
        body {
            font-size: 18px; /* Sets the font size for the entire body content */
            
          
        }

        .nav-link {
            color: white !important;
            font-weight: bold;
        }

        .navbar-nav .nav-link:hover {
            text-decoration: underline;
        }
          .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

        main {
            padding: 20px 0;
        }
    .main-container h3 {
      margin-bottom: 10px;
      font-weight: bold;
    }

        h1, h2 {
            text-align: center;
            margin-top: 20px;
            font-weight: bold;
        }

      

    
       body {
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
}
       
    
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons a {
            text-decoration: none;
            color: white;
            font-size: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .social-icons a.facebook {
            background-color: #3b5998;
        }

        .social-icons a.twitter {
            background-color: #1da1f2;
        }

        .social-icons a.linkedin {
            background-color: #0077b5;
        }

        .social-icons a.instagram {
            background-color: #e1306c;
        }

        .social-icons a.youtube {
            background-color: #ff0000;
        }

        .social-icons a:hover {
            opacity: 0.8;
        }
 
        .keyword-buttons button {
            margin: 5px;
            padding: 5px 10px;
            font-size: 16px;
            background-color: #104E88; /* Set background color */
            color: white; /* Text color */
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .keyword-buttons button:hover {
            background-color: #083c5e; /* Slightly darker shade for hover effect */
        }
  
        

        /* Center the image and make it responsive */
        .blog-image {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 20px 0;
        }

        .blog-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
    box-shadow: 0 2px 16px #efefef;
    border: 2px solid #1976d2;
    border-radius: 12px;
}

 /* Center the image and make it responsive */
        .om-image {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px 0;
        }

        .om-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 8px auto;
    
    
}

 /* Center the image and make it responsive */
        .mobile-image {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px 0;
        }

        .mobile-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 18px auto;
    box-shadow: 2px 2px 8px #000000;
    border: 1px solid #000000;
    border-radius: 12px;
}
       
   
    
    
@media (max-width: 1200px) {
  main.container-fluid {
    max-width: 98vw;
    margin: 20px auto;
    padding: 8px 4px;
  }
}
@media (max-width: 768px) {
  main.container-fluid {
    max-width: 100vw;
    margin: 8px auto;
    padding: 4px 2px;
    border-radius: 8px;
  }
}


  
        table {
    border-radius: 8px;
    overflow: hidden;
    margin: 20px auto;
    width: 100%;
    box-shadow: 0 1px 6px #e0e0e0;
}

        th, td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
    

   
    
    
    


    .group-card {
        margin-bottom: 20px;
        position: relative;
        border: 2px solid transparent;
        border-radius: 5px;
        background: #f0f8ff;
        display: flex;
        align-items: center;
        padding: 7px;
        justify-content: space-between;
        overflow: hidden;
    }

    .whatsapp-card {
        animation: whatsapp-border-animation 1s infinite;
    }

    @keyframes whatsapp-border-animation {
        0% {
            border-color: transparent;
        }
        50% {
            border-color: #25d366;
        }
        100% {
            border-color: transparent;
        }
    }

    .seoquake-nofollow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 20px;
        border-radius: 2px;
        flex-shrink: 0;
        transition: all 0.3s ease-in-out;
        color: white !important;
    }

    .seoquake-nofollow i {
        margin-right: 5px;
    }

    .whatsapp-card .seoquake-nofollow {
        background: #25d366;
    }

    .seoquake-nofollow:hover {
        transform: scale(1.05);
    }
    
 footer {
  padding: 0;
  margin: 0;
  background: #000;
}

.footer-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #1976d2;
  padding: 27px 10px 23px 10px;
}
.footer-pages a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.footer-pages a:hover {
  color: #8dfcff;
  text-decoration: underline;
}

.footer-info {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 24px 0 18px 0;
  font-size: 1em;
  font-family: 'Montserrat', Arial, sans-serif;
}

.footer-info p {
  margin: 7px 0;
}

@media (max-width: 700px) {
  .footer-pages {
    gap: 18px;
    flex-wrap: wrap;
    padding: 13px 4px 12px 4px;
  }
  .footer-pages a {
    font-size: 1em;
    margin-bottom: 8px;
  }
  .footer-info {
    font-size: 0.98em;
    padding: 14px 0 8px 0;
  }
}

.button {
  background-color: #1976d2;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 18px;
  border-radius: 10px;
  margin: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  box-sizing: border-box;
  font-family: inherit;
}
.button:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
  color: #fff;
  background-color: #104E88;
}

.linkbutton {
  background-color: #1976d2;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.4s;
}

.button2:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);}


