/* PhoneData Theme Styles */

/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #222;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", Sans-serif, serif !important;
}

/* Navbar */
.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(5px);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
  white-space: nowrap;
}

.navbar-nav .nav-link {
  display: inline-block !important;
  color: #f7f7f7;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
  padding: 0.25rem 0;
  white-space: nowrap;
}

.nav-link:hover {
  color: #e53935;
}

.navbar-nav .nav-link-register {
  display: inline-block !important;
  background-color: #e53935;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-link-register:hover {
  background-color: #c62828;
  color: #fff;
}

.navbar-nav .nav-link-call {
  display: inline-block !important;
  background-color: #e53935;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}

.nav-link-call:hover {
  background-color: #c62828;
  color: #fff;
}

.navbar-brand {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7;
  font-weight: 600;
}

.navbar-btn {
  background-color: #e53935;
  border-color: #e53935;
  font-size: 0.75rem;
  padding: 0.4rem 0.85rem;
  color: #fff;
  border: 1px solid;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-btn:hover {
  background-color: #c62828;
  border-color: #c62828;
  color: #fff;
}

body.theme-phonedata {
  padding-top: 60px;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 676px;
  color: #fff;
  background: url("/images/hero/select-phone-data-hero-3-optimized.gif") center center / cover no-repeat fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-title {
  font-size: 2.6rem;
  font-weight: 600;
}

.top-brand {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7;
}

.btn-call-header {
  background-color: #e53935;
  border-color: #e53935;
  font-size: 1rem;
  padding: 0.4rem 0.85rem;
}

.btn-call-header:hover {
  background-color: #c62828;
  border-color: #c62828;
}

.btn-outline-light-custom {
  border-width: 1px;
  border-radius: 0;
  text-transform: uppercase;
  border-color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  padding: 0.55rem 1.8rem;
}

/* Sections */
section {
  padding: 3.5rem 0;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}

.orange-title {
  color: #d68a20;
  font-size: 1.2rem;
  font-weight: 600;
}

.product-text {
  font-size: 1rem;
  line-height: 1.7;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.4rem;
}

.custom-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.custom-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 0.8rem;
  color: #f4a623;
  font-weight: bold;
}

/* About */
.about-section {
  background-color: #f4f4f4;
}

.about-text {
  font-size: 0.98rem;
  line-height: 1.8;
}

/* Footer */
.footer-main {
  background-color: #111;
  color: #fff;
  padding: 1.5rem 0 2.25rem;
  font-size: 0.85rem;
}

.footer-main a {
  color: #fff;
  text-decoration: none;
}

.footer-main a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #0f3cb5;
  color: #fff;
  font-size: 0.82rem;
  padding: 0.75rem 0;
}

/* Products Table Section */
.products-table-section {
  background-color: #fff;
  padding: 3.5rem 0;
}

.product-card-item {
  background-color: #fff;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.product-card-item:last-child {
  border-bottom: none;
}

.product-card-item:first-child {
  padding-top: 1.5rem;
}

.product-card-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: nowrap;
}

.product-info-left {
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.product-category-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1;
}

.product-category-dataset {
  background-color: #d68a20;
}

.product-category-package {
  background-color: #d68a20;
}

.product-category-service {
  background-color: #d68a20;
}

.product-description {
  flex: 1 1 auto;
  min-width: 250px;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
  padding-right: 1rem;
}

.product-price-section {
  flex: 0 0 auto;
  text-align: right;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.75rem;
}

.product-price-section > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-price-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e53935;
  line-height: 1.2;
  white-space: nowrap;
}

.product-price-unit {
  font-size: 0.85rem;
  color: #999;
  line-height: 1;
  margin-top: 0.2rem;
}

.product-action {
  flex: 0 0 auto;
}

.btn-product-buy {
  background-color: #e53935;
  border: none;
  color: #fff;
  padding: 0.6rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-product-buy:hover {
  background-color: #c62828;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .navbar-content {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .navbar-nav {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-btn {
    order: 2;
  }

  .hero-title {
    font-size: 2rem;
  }
  
  .top-brand {
    font-size: 1.5rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }

  .product-card-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .product-info-left {
    width: 100%;
    max-width: 100%;
  }

  .product-description {
    width: 100%;
    min-width: auto;
    padding-right: 0;
  }

  .product-price-section {
    text-align: left;
    width: 100%;
    align-items: flex-start;
  }

  .product-price-section > div:first-child {
    align-items: flex-start;
  }

  .product-action {
    width: 100%;
  }

  .btn-product-buy {
    width: 100%;
  }
}

