section h2 {
  font-size: 3rem !important;
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #000 !important;
}

.first-section {
  background: #fff;
}
.first-section .info-card {
  background: #fff3eb;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1333333333);
}
.first-section .info-card .numbers {
  font-size: 2.25rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
}
.first-section .info-card .title {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #f16827 !important;
  font-family: "Kumbh Sans", sans-serif;
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
}
.first-section .info-card .heading {
  font-weight: bold;
  font-size: 1.35rem;
  margin-bottom: 20px;
}
.first-section .info-card .last-line {
  font-family: "Kumbh Sans", sans-serif;
}

.second-section {
  background-image: linear-gradient(rgba(168, 238, 255, 0.5), rgba(173, 247, 255, 0.5)), url(/assets/imgs/bg-about-us-layer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.second-section h2 span {
  color: #a15100;
}
.second-section .about-card {
  background: #ff4937;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 10px;
}
.second-section .about-card .name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.second-section .about-card p {
  font-size: 1rem;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 500;
  color: #fff;
}
.second-section .about-card-2 {
  background: #ff9337;
}
.second-section .about-card-3 {
  background: #426bff;
}
.second-section .about-card-4 {
  background: #bf42ff;
}
.second-section .about-card-5 {
  background: #3e005e;
}
.second-section .about-card-6 {
  background: #388d2e;
}
.second-section .last-line {
  font-size: 22px;
  font-weight: bold;
}

.our-franchise-partners-section {
  background: #fff;
}
.our-franchise-partners-section iframe {
  border-radius: 25px;
  margin-bottom: 30px;
}
.our-franchise-partners-section p {
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.25rem;
}
.our-franchise-partners-section .video-wrapper {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 24px;
  overflow: hidden;
}
.our-franchise-partners-section .video-wrapper::before {
  content: "";
  position: absolute;
  inset: -25px;
  background: linear-gradient(135deg, #00d4ff, #7b2ff7, #ff006e);
  filter: blur(70px);
  opacity: 0.45;
  z-index: -1;
}
.our-franchise-partners-section .custom-video {
  width: 100%;
  display: block;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-franchise-partners-section .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
  font-size: 34px;
  cursor: pointer;
  color: white;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  transition: 0.35s;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.35), inset 0 0 20px rgba(255, 255, 255, 0.15);
}
.our-franchise-partners-section .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.12);
}
.our-franchise-partners-section .play-btn::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.form-section {
  background-image: linear-gradient(rgba(197, 244, 255, 0.5), rgba(177, 220, 225, 0.5)), url(/assets/imgs/bg-about-us-layer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.form-section input {
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 10px 12px;
  margin-bottom: 6px;
}
.form-section label {
  font-size: 1.25rem;
  color: #000 !important;
  font-family: "Kumbh Sans", sans-serif;
}
.form-section label span {
  color: red;
}
.form-section .globalbtn {
  background: linear-gradient(45deg, #a03900 70%, #ffb100);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 8px 30px;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.35rem;
  border: 0px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.income-section {
  background-image: url(/assets/imgs/blue-layer-2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.income-section h2 {
  color: #fff !important;
}
.income-section p {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-family: "Poppins", sans-serif;
}
.income-section .income-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.income-section .section-title {
  background: linear-gradient(135deg, #ff6a00, #ff9800);
  color: #fff;
  padding: 25px;
}
.income-section .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
.income-section .section-title p {
  margin: 5px 0 0;
  opacity: 0.9;
}
.income-section .table thead {
  background: #16213e;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.income-section .table th {
  border: none;
  padding: 18px;
  text-align: center;
}
.income-section .table td {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
.income-section .table tbody tr {
  transition: 0.3s;
}
.income-section .income {
  color: #16a34a;
  font-weight: 700;
  font-size: 22px;
}
.income-section .note {
  padding: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #666;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.income-section .badge-orange {
  background: #ff7a00;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 15px;
}

.timeline-section {
  padding: 50px 0px;
}
.timeline-section h4 {
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
}
.timeline-section p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px !important;
  margin-top: 15px !important;
  font-style: italic !important;
}
.timeline-section .card-body {
  padding-left: 20px;
  padding-top: 20px;
}

.how-the-money-section {
  background-image: linear-gradient(rgba(255, 236, 236, 0.5), rgba(255, 234, 234, 0.5)), url(/assets/imgs/bg-about-us-layer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.how-the-money-section h2 {
  font-family: "Kumbh Sans", sans-serif;
}
.how-the-money-section h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
.how-the-money-section p {
  font-family: "Poppins", sans-serif;
}
.how-the-money-section .badge {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.how-the-money-section .price-span {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.five-segment-section .badge {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.five-segment-section .about-card {
  padding: 20px !important;
}
.five-segment-section .left {
  margin-right: 15px;
}
.five-segment-section .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  padding: 8px;
}

.win-section {
  background-image: linear-gradient(rgba(255, 236, 236, 0.5), rgba(255, 234, 234, 0.5)), url(/assets/imgs/bg-about-us-layer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px !important;
}
.win-section h2 {
  font-family: "Kumbh Sans", sans-serif;
}
.win-section h4 {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
.win-section p {
  font-family: "Poppins", sans-serif;
}
.win-section .badge {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.win-section li {
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .first-section .tagline {
    font-size: 2.25rem;
  }
  .first-section .desc {
    font-size: 1.125rem;
  }
  .first-section .our-promise {
    font-size: 1.875rem;
  }
  .first-section ul li {
    font-size: 1rem;
  }
  .second-section h2 {
    font-size: 2.25rem;
  }
  .second-section .about-card .content .name {
    font-size: 1.25rem;
  }
  .second-section .about-card .content .desc {
    margin-bottom: 8px;
  }
  .second-section .chairmen-message h2 {
    font-size: 1.5rem;
  }
  .second-section .chairmen-message p {
    font-size: 1rem;
    width: 95%;
  }
  section h2 {
    font-size: 2rem !important;
  }
  .first-section .info-card {
    margin-top: 30px;
  }
  .form-section form {
    margin-top: 30px;
  }
  .form-section .globalbtn {
    font-size: 1.35rem !important;
  }
}/*# sourceMappingURL=franchisee.css.map */