* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Times New Roman,sans-serif;
}

body {
  background-color: #ffffff;
  color: #333;
}

.container {
  width: 100%;
  margin: 0 auto;
}

 header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 40px;
      background-color: #003399;
      
    }

    .logo {
      font-size: 24px;
      font-weight: bold;
      color: #00539f;
    }

    .logo img{
    max-height: 80px;
    }
    

    .navbar{
        margin: 0 auto;
       
    }

      nav a {
      margin-left: 30px;
      text-decoration: none;
      color: #fff;
      font-size: 19px;
      font-weight: 600;
      font-family: Exo;
    }

.site-title {
  color: #ffffff;
  font-size: 30px;
  text-align: left;
  margin-left: 70px;
  
}

.setup {
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
  margin-top: 24px;
}

.setup h2 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.setup p {
  font-size: 20px;
  max-width: 70%;
  margin: 0 auto;
  color: #000000;
  text-align: start;
  line-height: 1.8;
}

.divider {
  margin: auto;
  max-width: 70%;
  margin-top: 24px;
  border: none;
  border-top: 4px solid #ccc;
}

.device-help {
  text-align: center;
  padding: 20px 0;
}

.device-help h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #000000;
  line-height: 1.3em;
}

.device-help p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.device-options {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 120px;
  font-size: 18px;
  font-weight: 600;
  font-weight: bold;
  line-height: 1.3em;
  color: #000;
}

.model-search {
  background-color: #003399;
  color: white;
  padding: 40px 20px;
  text-align: center;
  margin-top: 30px;
}

.model-search h2 {
  font-size: 34px;
  margin-bottom: 24px;
  line-height: 1.3em;
}

.model-search p {
  font-size: 21px;
  margin-bottom: 24px;
}

.model-search input {
  padding: 10px;
  width: 280px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 24px;
  
}
#submit{
  width: auto;
  padding: 9px 12px;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-left: 4px;
  border-radius: 4px;
 
  letter-spacing: 0.1em;
  background-color: #ec3939;
}

/* Card container */
.support-section {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

/* Individual cards */
.card {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 300px;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.support-section .card p{
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

/* Icons */
.icon {
  width: 80px;
  height: 80px;
  background-color: #003399;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scroll to top button */
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: #003399;
  color: white;
  border: none;
  padding: 12px 14px;
  border-radius: 10%;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  
}

#scrollTopBtn:hover {
  background-color: #1d39b3;
}

/* Responsive */
@media (max-width: 768px) {
  .card {
    width: 100%;
    max-width: 300px;
  }
}

/* Chat Section Layout */
.chat-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 50px;
 
}

/* Text Block */
.chat-text h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  line-height: 1.3em;
}

/* Button Block */
.chat-button .chat-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 20px;
  background-color: #003399;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 25px;
  font-weight: 600;
  transition: background-color 0.3s;
  font-family: 'Times new roman', sans-serif;
}

.chat-button .chat-btn:hover {
  background-color: #c13e32;
}

/* Responsive */
@media (max-width: 768px) {
  .chat-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .chat-text h2 {
    font-size: 22px;
  }

  .chat-button .chat-btn {
    align-self: flex-start;
  }
}


     .footer {
      background-color: #003399;
      color: white;
      padding: 40px 20px 20px 20px;
      font-family: Exo;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
    }

    .footer-column {
      flex: 1;
      min-width: 250px;
      margin: 10px 0;
    }

    .footer-column h3 {
      border-bottom: 2px solid #fff;
      padding-bottom: 8px;
      margin-bottom: 16px;
      font-family: Exo;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      font-family: Exo;
    }

    .footer-column ul li {
      margin: 10px 0;
      font-family: Exo;
    }

    .footer-column ul li a {
      text-decoration: none;
      color: #d6d6d6;
      transition: color 0.3s;
    }

    .footer-column ul li a:hover {
      color: #ffffff;
    }

    .newsletter p {
      margin-bottom: 10px;
      line-height: 1.6;
      font-family: Exo;
    }

    .contact-number {
      font-weight: bold;
      font-size: 16px;
      font-family: Exo;
    }

    .footer-bottom-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #fff;
      margin-top: 30px;
      padding: 20px 0;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .footer-bottom-text {
      font-size: 14px;
      flex: 1;
      min-width: 250px;
      text-align: left;
    }

    .payment-logos {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      justify-content: flex-end;
      min-width: 200px;
    }

    .payment-logos img {
      height: 28px;
      object-fit: contain;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;
      }

      .footer-bottom-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
      }

      .footer-bottom-text,
      .payment-logos {
        justify-content: center;
      }
    }