
body {
  font-family: "Poppins", sans-serif;
     background-color: #b8e0ff;
     box-sizing: border-box;
 }
 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 
   
 }
 
 
.main-menu {
  background-color: #90d4f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    white-space: nowrap; 
   max-width: 1500px;
    justify-content: center; 

}


.main-menu ul {
  list-style: none; 
  display: flex; 
  justify-content: center; 
  padding: 0 100px;
}


.main-menu li {

  margin: 0 3px; 
}
 

.main-menu a {
     display: block;
     padding: 15px 25px;
     text-decoration: none;
     color: #ffffff; 
     font-weight: bold;
     font-size: 16px;
     transition: background-color 0.3s, color 0.3s; 
     border-radius: 5px; 
    
 
 }
 
 
 .main-menu a:hover {
   
         color: #faf4d3; 
 
     transform: translateY(-2px); 
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 }
 
 .main-menu a.active {
     background-color: #b9fff2;
         color: #faf4d3; 
 
 }

.logo-text-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 00;
    white-space: nowrap; 
    
  
}




.logo {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .navbar-inner {
        flex-direction: column;
        padding-bottom: 15px;
    }
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    .nav-links li a {
        padding: 8px 10px;
    }
    .separator {
        display: none;
    }
    .hero-title {
        font-size: 2em;
    }
    .search-form {
        flex-direction: column;
        width: 95%;
    }
    .search-input {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .search-btn {
        width: 100%;
        border-bottom: none;
    }
}




.features-section {
    padding: 80px 20px;
    background-color: #f8f8f8;
 
}

.features-section .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    
}

.feature-item {
    width: 30%;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}



.feature-item:last-child {
    border-right: none;
}

.icon-box {
    margin-bottom: 20px;
    font-size: 50px;
}

.feature-item h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 15px;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}



.register-section {
    background-color: #ffc107;
    padding: 30px 20px;
    overflow: hidden;
    position: relative;
    min-height: 250px;
}

.register-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}



.player-image {
    width: 20%;
    background-image: url('cau_thu_chay.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 250px;
    position: absolute;
    bottom: -10px;
    left: 10%;
    z-index: 1;
}

.player-image img {
    position: absolute;
    bottom: -10px;
    left: 10%;
    height: 150%;
}

.register-form-area {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 50%;
    margin-left: 20%;
}

.register-text p {
    font-size: 1.4em;
    color: #333;
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
}

.registration-form {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.registration-form input {
    padding: 12px 15px;
    border: none;
    border-radius: 5px;
    width: 180px;
    font-size: 14px;
}

.registration-form .btn-submit {
    background-color: #0d47a1;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
}



.main-footer {
    background-color: #1a4c9b;
    color: white;
    padding: 50px 20px 20px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-column {
    width: 30%;
    padding: 0 15px;
    text-align: left;
}

.column-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

 .pricing-section {
            flex: 1;
            padding: 30px;
             
    
       
           
        }

        .pricing-section h4 {
            font-size: 16px;
            color: #6c757d; 
            margin-top: 0;
            margin-bottom: 15px;
        }

        .price-table-placeholder {
            min-height: 450px;
            border: 1px solid #e9ecef;
            border-radius: 5px;
            background-color: #fcfcfc;
        }

   .main-container {
            display: flex;
            
            max-width: 1500px; 
            background-color: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
            border-radius: 8px;
            overflow: hidden;
           
        }

     
        .form-section {
            flex: 0 0 350px; 
            padding: 20 px;
            border-right: 1px solid #eee;
        }

        .form-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .form-header-line {
            width: 3px;
            height: 20px;
            background-color: #ff9800;
            margin-right: 10px;
        }

        .form-header h2 {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin: 0;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .input-text, .input-textarea, .input-select {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ced4da;
            border-radius: 5px;
            box-sizing: border-box; 
            font-size: 14px;
            color: #495057;
            background-color: #fff;
        }

        .input-text:focus, .input-textarea:focus, .input-select:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .input-textarea {
            height: 100px;
            resize: vertical;
        }

        .date-time-group {
            display: flex;
            gap: 15px; 
        }

        .date-time-group .input-text {
            flex: 1;
            text-align: center;
        }

 
        .btn-submit {
            width: 100%;
            padding: 12px;
            background-color: #a8c3fa; 
            color: #fff;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 15px;
            transition: background-color 0.3s;
        }

        .btn-submit:hover {
            background-color: #8cafff;
        }


img {
    max-width: 100%;
    height: auto;
    display: block;
}

.search-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
}

.search-bar input,
.search-bar select {
    flex-grow: 1;
    min-width: 150px;
    padding: 12px;
}

.search-bar button {
    flex-shrink: 0;
    padding: 12px 20px;
}

@media (max-width: 900px) {
  .navbar-inner {
      flex-direction: column;
      padding-bottom: 15px;
  }
  .nav-links {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 10px;
  }
  .nav-links li a {
      padding: 8px 10px;
  }
  .separator {
      display: none;
  }
  .hero-title {
      font-size: 2em;
  }
  .search-form {
      flex-direction: column;
      width: 95%;
  }
  .search-input {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
  }
  .search-btn {
      width: 100%;
      border-bottom: none;
  }
}
.search-container {
  position: relative;
  width: 400px;
      margin: 0 auto; 


}

input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  transition: 0.2s;
}

input[type="text"]:focus {
  border-color: #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.4);
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #555;
}

.suggestions {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
}

.suggestions.active {
  display: block;
}

.suggestions .item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  transition: background 0.2s;
}

.suggestions .item:hover {
  background: #f0f8ff;
}

.suggestions .item:last-child {
  border-bottom: none;
}

.suggestions img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.info p {
  margin: 0;
  font-size: 14px;
}

.price {
  font-size
  : 13px;
  color: #777;
}

 
  .featured-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .featured-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
  
  .card {
    background: #f6fdfe;
    color: #333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .card-content {
    padding: 15px;
    width: 1200px;
  }
  
  .card-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .card-content p {
    font-size: 14px;
    margin: 4px 0;
  }
  
.btn-place-order {
    display: block;
    width: 300px;
 
   

   
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
}

.btn-place-order:hover {
    background-color: #bddafa;
    transform: translateY(-2px);
}
  .times {
    margin: 10px 0;
  }
  
  .times span {
    background: #ffcc00;
    color: #000;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: bold;
  }
  
  
  .search-suggestions {
    display: none; /* Ẩn mặc định */
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 10;
  }
  
  .search-container:focus-within .search-suggestions {
    display: block;
  }
  
  .search-suggestions .title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #444;
  }
  
  .item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
  }
  
  .item:last-child {
    border-bottom: none;
  }
  
  .item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .item .info {
    flex: 1;
  }
  
  .item .name {
    font-size: 14px;
    margin: 0;
    color: #333;
  }
  
  .item .price {
    font-size: 13px;
    color: #777;
  }
  
  .price .old {
    text-decoration: line-through;
    color: #aaa;
    margin-left: 6px;
  }

    




#menu ul {
    background-color: #181818;
    list-style-type: none;
}

#menu li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#menu li a {
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

#menu li a:hover {
    background-color: #555;
}




.contact-map-section {
    padding: 50px 20px;
    background-color: white;
}

.section-title-contact {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.contact-container {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #e7f3ff;

}




.location-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    display: flex;
    max-width: 300px;
}

.tab-button {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1em;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab-button.active {
    color: #1a4c9b;
    font-weight: bold;
    border-bottom-color: #1a4c9b;
}

.contact-details-map {
    display: flex;
    gap: 30px;
}



.contact-info {
    width: 40%;
    padding-right: 20px;
}

.contact-item {
    font-size: 1em;
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.icon-contact {
    font-size: 1.2em;
    color: #1a4c9b;
    margin-right: 10px;
}

.contact-info a {
    color: #1a4c9b;
    text-decoration: none;
    transition: color 0.3s;
}

.google-map-link {
    color: #e60000;
    font-weight: bold;
    margin-left: 5px;
}



.map-embed {
    width: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.map-embed iframe {
    display: block;
}



.footer-extension {
    background-color: #ffffff;
   
}

.footer-extension-container {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #e2d9df36;
}

.ext-column {
    width: 23%;
    text-align: left;
}

.ext-column h4 {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.ext-column ul {
    list-style: none;
    padding: 0;
}

.ext-column ul li,
.ext-column p {
    margin-bottom: 10px;
    font-size: 0.9em;
}

.ext-column a {
    color: #666;
    text-decoration: none;
}

.ext-column a:hover {
    color: #1a4c9b;
}


.social-icons-ext {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icon-ext {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #666;
  display: block;
}

.social-section {
  text-align: center;
  padding-top: 20px;
}

.social-title {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  transition: background-color 0.3s;
}

.facebook {
  background-color: #3b5998;
}

.instagram {
  background-color: #55acee;

}