 /* Global Font Styles */
body {
     font-family: "Kanit", sans-serif;


}

h1, h2, h3, h4, h5, h6, .call-btn {
    font-family: "Kanit", sans-serif;


}
  /* Navbar Styling */
  .navbar .nav-link {
    font-weight: 500;
    color: #333;
    margin: 0 10px;
}

.navbar .nav-link:hover {
    color: #007BFF;
}

.navbar .btn-primary {
    background-color: #007BFF;
    border: none;
}

.navbar .btn-primary:hover {
    background-color: #0056b3;
}

.banner {
    position: relative;
    background: url('../images/logo/banner2.jpg') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    margin: 0 auto;
}

/* Dark Overlay */
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust darkness here */
    z-index: 1;
}

/* Text Content */
.banner .container {
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
    .banner {
        height: 60vh;
    }
    .hero-banner{
        background: linear-gradient(120deg, #007BFF, #00BFFF);
           min-height: 50vh!important;
   
 
}
}

    .banner h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .banner p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .btn-banner {
        background: #904141; /* Orange */
        color: white;
        padding: 12px 25px;
        font-size: 18px;
        font-weight: bold;
        border-radius: 30px;
        text-decoration: none;
        transition: 0.3s;
    }

    .btn-banner:hover {
        background: #875656;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .banner {
            padding: 80px 15px;
        }

        .banner h1 {
            font-size: 32px;
        }

        .banner p {
            font-size: 16px;
        }
    }
    .virus-animations {
  position: relative;
  width: 100%;
  height: 300px;
}

.virus {
  position: absolute;
  width: 50px;
  opacity: 0.8;
  animation: floatVirus 6s infinite ease-in-out;
}

.virus1 { top: 10%; left: 20%; animation-delay: 0s; }
.virus2 { top: 40%; left: 10%; animation-delay: 1s; }
.virus3 { top: 70%; left: 30%; animation-delay: 2s; }
.virus4 { top: 30%; left: 70%; animation-delay: 3s; }

@keyframes floatVirus {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

  
.btn-primary {
    display: inline-block;
    padding: 12px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s ease;
    border:none;
}

.btn-primary:hover {
    background: #0056b3;
}
.advantages-section .advantage-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.advantages-section .advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.advantages-section .icon {
  color: #06c4fd;
}
.section-title {
  font-weight: 700;
  font-size: 2rem;
}
.cta-section {
  background: linear-gradient(135deg, #0d6efd, #06c4fd);
  position: relative;
  overflow: hidden;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.cta-text {
  font-size: 1.1rem;
}

.cta-btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
}

.cta-btn:hover {
  background-color: #fff;
  color: #06c4fd;
}
.services-section {
  background-color: #f9f9f9;
}

.service-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.service-icon {
  font-size: 40px;
  color: #0b7cfd;
  margin-bottom: 20px;
}
.pricing-section {
  background: #f6fafd;
}

.pricing-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  border: 2px solid #e0f3fc;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.pricing-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.pricing-box h3 {
  font-size: 36px;
  margin: 15px 0;
  color: #0b7cfd;
}

.pricing-box h3 span {
  font-size: 16px;
  color: #666;
}

.pricing-box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pricing-box ul li {
  margin-bottom: 10px;
  color: #333;
}

.pricing-box.active {
  border: 2px solid #0b7cfd;
  background: #eafaff;
}

.btn {
  border-radius: 25px;
  padding: 10px 25px;
}
.site-footer {
  background: #0d1b2a;
  color: #fff;
  padding: 60px 0 20px;
  font-size: 15px;
}

.site-footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #007BFF;
}

.footer-about p,
.footer-contact p {
  color: #bbb;
  margin-bottom: 10px;
}

.footer-contact i {
  margin-right: 8px;
  color: #007bff;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #06c4fd;
  font-size: 18px;
  transition: transform 0.3s;
}

.footer-social a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  border-top: 1px solid #1c2c3d;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #007bff;
  text-decoration: none;
}
.contact-section {
  background: #f4f9fb;
  color: #333;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d1b2a;
}

.section-subtitle {
  color: #666;
  font-size: 16px;
}

.contact-info p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #555;
}

.contact-info i {
  margin-right: 10px;
  color: #007bff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #06c4fd;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.contact-form .form-control {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.contact-form .btn-primary {
  background-color: #007bff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
  background-color: #0056b3;
}
