.lw-premium-franchise section {
  padding: 100px 0;
}

.lwpf-hero {
  background: #f7f9fb;
  color: #0e0d0d;
  text-align: center;
  padding: 130px 20px;
}

.lwpf-hero h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.lwpf-hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.lwpf-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lwpf-btn-primary {
  background: #f4a51c;
  color: #fff;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
}

.lwpf-btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
}

.lwpf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.lwpf-card {
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.lwpf-bg {
  background: #f7f9fb;
}

.lwpf-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.lwpf-table th,
.lwpf-table td {
  padding: 18px;
  border: 1px solid #eee;
  text-align: center;
}

.highlight {
  background: #eef6ff;
  font-weight: 600;
}

.lwpf-calculator {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lwpf-calculator input {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.lwpf-calculator button {
  background: #0c342f;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 30px;
}

.lwpf-cities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.lwpf-cities span {
  background: #0c342f;
  color: #fff;
  padding: 14px;
  border-radius: 6px;
}

.lwpf-form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lwpf-form input {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.lwpf-form button {
  background: #f4a51c;
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 30px;
}

@media (max-width: 992px) {
  .lwpf-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lwpf-cities {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lwpf-grid {
    grid-template-columns: 1fr;
  }
}
/* PRIMARY BUTTON */
.lw-premium-franchise .lwpf-btn-primary {
  background: #f4a51c !important;
  color: #ffffff !important;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.lw-premium-franchise .lwpf-btn-primary:hover,
.lw-premium-franchise .lwpf-btn-primary:focus,
.lw-premium-franchise .lwpf-btn-primary:active {
  background: #f4a51c !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* WHATSAPP BUTTON */
.lw-premium-franchise .lwpf-btn-whatsapp {
  background: #25d366 !important;
  color: #ffffff !important;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.lw-premium-franchise .lwpf-btn-whatsapp:hover,
.lw-premium-franchise .lwpf-btn-whatsapp:focus,
.lw-premium-franchise .lwpf-btn-whatsapp:active {
  background: #25d366 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* INVESTOR SECTION */

.tlw-investor-section {
  padding: 90px 0;
  background: #f8faf9;
}

.tlw-heading {
  text-align: center;
  margin-bottom: 60px;
}

.tlw-heading span {
  color: #f4a51c;
  font-weight: 600;
  letter-spacing: 2px;
}

.tlw-heading h2 {
  font-size: 38px;
  color: #0c342f;
  margin: 10px 0;
}

.tlw-heading p {
  color: #666;
}

/* GLASSMORPHISM GRID */

.tlw-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.tlw-stat-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 35px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

.tlw-stat-card:hover {
  transform: translateY(-8px);
}

.tlw-stat-card h3 {
  font-size: 34px;
  color: #0c342f;
}

.tlw-stat-card p {
  color: #666;
}

/* CHART */

.tlw-chart-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

/* BUTTON */

.tlw-invest-btn {
  text-align: center;
}

.tlw-invest-btn button {
  background: #f4a51c;
  border: none;
  padding: 14px 34px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* POPUP */

.tlw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.tlw-popup-box {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 420px;
  position: relative;
}

.tlw-popup-box h3 {
  margin-bottom: 20px;
  color: #0c342f;
}

.tlw-popup-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.tlw-popup-box button {
  width: 100%;
  background: #0c342f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
}

.tlw-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .tlw-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tlw-stats-grid {
    grid-template-columns: 1fr;
  }

  .tlw-heading h2 {
    font-size: 28px;
  }
}
/* BUTTON CENTER */

.tlw-popup-center {
  text-align: center;
  margin: 40px 0;
}

.tlw-popup-btn {
  background: #f4a51c;
  color: #fff;
  padding: 14px 36px;
  border: none;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

/* POPUP OVERLAY */

.tlw-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* POPUP BOX */

.tlw-popup-box {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  width: 90%;
  max-width: 420px;
  position: relative;
}

.tlw-popup-box h3 {
  margin-bottom: 20px;
  color: #0c342f;
}

/* FORM */

.tlw-popup-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.tlw-popup-box button {
  width: 100%;
  background: #0c342f;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
}

/* CLOSE */

.tlw-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.popup-box{
  background:#fff;
  padding:40px;
  max-width:420px;
  text-align:center;
  border-radius:12px;
  position:relative;
}

.close-popup{
  position:absolute;
  top:10px;
  right:15px;
  font-size:28px;
  cursor:pointer;
}

.popup-btn{
  display:inline-block;
  margin-top:15px;
  padding:10px 25px;
  background:#0a2540;
  color:#fff;
  text-decoration:none;
  border-radius:6px;
}
/* INVESTOR SECTION */

.fw-investor-section {
  padding: 90px 0;
  background: #e9ecef;
}

.fw-investor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.fw-investor-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.fw-investor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.fw-investor-icon {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 18px;
}

.fw-investor-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.fw-investor-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* CTA */

.fw-investor-cta {
  margin-top: 60px;
  text-align: center;
}

.fw-investor-cta h3 {
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.fw-investor-cta p {
  margin-bottom: 20px;
  color: #555;
}

.fw-investor-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
}

.fw-investor-btn:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .fw-investor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .fw-investor-grid {
    grid-template-columns: 1fr;
  }
}

