/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.6
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
#post-list .entry-image .badge,
.article-inner footer.entry-meta {
  display: none !important;
}

#post-list .entry-header-text {
  padding-bottom: 0 !important;
}

.check_type_sim {
  margin-top: 50px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;

}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 370px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

#consultation-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

#consultation-form img {
  max-width: 99px;
  display: flex;
  margin: 0 auto;
}

#consultation-form .p {
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #c3002a;
  text-align: center;
}

#consultation-form input,
#consultation-form select,
#consultation-form textarea,
#consultation-form button {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 16px;
}

#consultation-form button {
  background-color: #c3002a;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 45px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .nav-dropdown.nav-dropdown-default {
    left: -236px !important;
  }
}

.pricing-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 380px;
    width: calc(33.33% - 15px);
}

.card-header {
  background-size: contain;
  background: linear-gradient(135deg, #e4003a 0%, #c8002f 100%);
  padding: 20px 24px;
  background-image: url("https://vieteltelecom.vn/wp-content/uploads/2025/10/packdata.3f687ca5681f41c368c3.png");
}

.card-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;

}

.card-body {
  padding: 24px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.feature-row:last-of-type {
  border-bottom: none;
  margin-bottom: 24px;
}

.feature-label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.feature-value {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.price-section {
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.price-label {
  color: #666;
  font-size: 14px;
  margin-bottom: 4px;
}

.price-note {
  color: #999;
  font-size: 12px;
  margin-bottom: 8px;
}

.price-value {
  color: #333;
    font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.cta-button {
  background: linear-gradient(135deg, #e4003a 0%, #c8002f 100%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 5px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(228, 0, 58, 0.3);
}

.cta-button:active {
  transform: translateY(0);
}

.pricing-cards-container {
  display: flex;
  gap: 22px;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .pricing-cards-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .pricing-card{
        max-width: 100%;
        width: 100%;
  }

}