.equal-section {
  padding: 40px 0;
}

/* Hero Section Starts Here */
.bg-info {
  background: #036dbc !important;
}

.ba-affiliate-header-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 55px;
}

@media (min-width: 1400px) {
  .ba-reseller-hero-section .container {
    max-width: 1300px;
  }
}

.ba-reseller-bg-custom-gradient h2 {
  color: #fff;
}
/* Hero section styles */
.ba-reseller-hero-section {
  min-height: 600px;
  position: relative;
  padding: 60px 0;
}
.ba-reseller-hero-section h1 {
  font-size: 60px;
}
.ba-reseller-hero-section .lead {
  color: #fff;
  line-height: 25px;
  font-size: 16px;
}

.joinAffiliateBtn {
}

/* Phone mockup styles */
.ba-reseller-phone-mockup {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-width: 330px;
  margin: 0 auto;
  margin-left: 200px;
}

.ba-reseller-phone-screen {
  background-color: var(--dark-blue-color);
  border-radius: 20px;
  padding: 20px;
  color: white;
  height: 100%;
}

.ba-reseller-phone-screen h6 {
  color: #fff;
}
.ba-reseller-phone-screen h4 {
  color: #fff;
}

/* Hero Section Ends Here */

/* Section-02 Starts Here */
.ba-resellerSection-02 p {
  text-align: justify;
}

.ba-resellerSection-02 p:first-of-type::first-letter {
  text-transform: capitalize;
  color: var(--dark-blue-color);
  font-size: 40px;
  padding-right: 2px;
}
/* Section-02 Ends Here */

/* Section-03 Starts Here */

.ba-affiliate-wrapper {
  /* background: linear-gradient(180deg, #e8f4fe 0%, #ffffff 100%); */
  padding: 100px 0 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  /* background: #e8f4fe !important; */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}

.ba-affiliate-header-section {
  text-align: center;
  margin-bottom: 60px;
}

.ba-affiliate-header-section h2 {
  font-weight: 700;
  color: var(--dark-blue-color);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.ba-affiliate-header-section h2:after {
  content: "";
  position: absolute;
  width: 133px;
  height: 4px;
  background-color: var(--dark-blue-color);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.ba-affiliate-header-section p {
  max-width: 800px;
  margin: 0 auto;
  color: #2d3748;
  opacity: 0.9;
  font-size: 18px;
  line-height: 30px;
}

.btn-affiliate {
  background-color: var(--dark-blue-color);
  color: #ffffff;
  border: none;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(3, 109, 188, 0.2);
}

.btn-affiliate:hover {
  background-color: #025493;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(3, 109, 188, 0.3);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .ba-affiliate-wrapper {
    padding: 60px 0 40px;
  }

  .ba-affiliate-header-section h2 {
    font-size: 2rem;
  }
}
/* Section-03 Ends Here */

/* Section-06 Starts Here */

/* Section-06 Ends Here */

/* Section-07 Starts Here */

/* Section-07 Ends Here */

/* Section-08 Starts Here */

.ba-reseller-subsection-title {
  color: var(--dark-blue-color);
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
  text-align: left !important;
}

.ba-reseller-subsection-title:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 10%;
  height: 3px;
  background-color: var(--dark-blue-color);
}

.ba-reseller-join-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.ba-reseller-join-box:hover {
  transform: translateY(-5px);
}

.ba-reseller-join-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.ba-reseller-join-icon i {
  font-size: 28px;
  color: var(--dark-blue-color);
}

.ba-reseller-join-box h4 {
  color: var(--dark-blue-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
}

.ba-reseller-join-box p {
  color: #555;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.ba-reseller-features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.ba-reseller-features-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  background-color: #f8f9fa;
  padding: 15px 15px 15px 50px;
  border-radius: 8px;
}

.list-1 li {
  background-color: rgba(3, 109, 188, 0.05);
}

.list-2 li {
  background-color: rgba(3, 109, 188, 0.05);
}

.ba-reseller-features-list li i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dark-blue-color);
  font-size: 20px;
}

.ba-reseller-affiliate-cta {
  display: inline-block;
  margin-top: 20px;
  background-color: var(--dark-blue-color);
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.ba-reseller-affiliate-cta:hover {
  background-color: var(--dark-blue-color);
  color: #fff;
  transform: translateY(-3px);
}

.ba-reseller-side-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wrapper_row {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ba-reseller-join-box {
    margin-bottom: 20px;
  }

  .ba-reseller-subsection-title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ba-reseller-subsection-title {
    text-align: center;
  }
}
/* Section-08 Ends Here */

/* Media Query */

@media screen and (max-width: 1200px) {
  .ba-reseller-hero-section {
    min-height: 540px;
  }
  .ba-reseller-hero-section h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 992px) {
  .ba-reseller-hero-section {
    padding-bottom: 0;
  }

  .ba-reseller-join-box {
    padding: 20px;
  }
  .ba-reseller-hero-section h1 {
    text-align: left;
    font-size: 38px;
  }

  .ba-reseller-subsection-title {
    font-size: 26px;
  }
  .ba-resellerSection-03 img,
  .ba-resellerSection-04 img,
  .ba-resellerSection-05 img {
    margin-bottom: 40px;
  }
  .ba-reseller-phone-mockup {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .ba-reseller-subsection-title:after {
    left: 0%;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 576px) {
  .ba-resellerSection-02 {
    padding: 15px !important;
  }

  .ba-resellerSection-04,
  .ba-resellerSection-05 {
    margin-top: -40px !important;
  }
  .ba-reseller-hero-section h1 {
    font-size: 36px;
  }
  .ba-reseller-phone-mockup {
    max-width: 100%;
  }
}

/* New Design 13 December */

/* BG CTA Section */
.cta-bg-image {
  padding: 40px 0;
}

.cta-bg-image .cta-section {
  text-align: center;
  padding: 100px 30px;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("../../imgs/reseller-program/bg-wrapper.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}

.cta-bg-image .cta-section h2 {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.cta-bg-image .cta-section p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
  font-weight: 500;
  color: #fff;
}

.cta-bg-image .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: white;
  color: var(--dark-blue-color);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .cta-bg-image .cta-section {
    padding: 40px 25px;
  }
  .cta-bg-image .cta-section h2 {
    font-size: 1.8rem;
  }
}

/* Section-07 Starts Here */
.ba-resellerSection-07-wrapper {
  margin: 0 auto;
}

.ba-resellerSection-07-wrapper .ba_wrapper_inside {
  display: flex;
  align-items: start;
  padding: 15px;

  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ba-resellerSection-07-wrapper .ba_logo_border {
  font-size: 30px;
  color: var(--dark-blue-color);
}

.ba-resellerSection-07-wrapper .ba_content {
  padding: 0 1.5rem 1.5rem;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.ba-resellerSection-07-wrapper .ba_content h3 {
  font-size: 24px;
}

.ba-resellerSection-07-wrapper .ba_content p {
  line-height: 30px;
  text-align: justify;
}

@media screen and (max-width: 576px) {
  .ba-resellerSection-07-wrapper .ba_wrapper_inside {
    display: block;
  }

  .ba-resellerSection-07-wrapper .ba_logo_border {
    font-size: 50px;
  }
}
/* Section-07 Ends Here */

/* Section-08 Starts Her */

.section-08 .cta-section {
  padding: 50px 40px;
  background: linear-gradient(to right, #20282d, black);
}
/* Section-08 Ends Her */

/* Table Code */
.reseller-table-wrapper {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(32, 40, 45, 0.15);
  overflow: hidden;
}

/* Title */
.reseller-table-title {
  padding: 16px 20px;
  background: linear-gradient(90deg, #20282d, #2f3a42);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}

/* Scroll container */
.reseller-table-container {
  width: 100%;
  overflow-x: auto;
}

/* Table */
.reseller-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

/* Header */
.reseller-table thead {
  background: #eef1f3;
}

.reseller-table th {
  padding: 12px 14px;
  border-bottom: 1px solid #d7dde1;
  text-align: left;
  font-weight: 600;
  color: #20282d;
  white-space: nowrap;
  font-size: 14px;
}

/* Cells */
.reseller-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e6eaed;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  color: #333333;
}

/* Rows */
.reseller-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.reseller-table tbody tr:hover {
  background: #eef3f6;
}

/* Badge */
.reseller-table-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  background: #ecfdf5;
  color: #065f46;
}

/* Button */
.reseller-table-btn {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #20282d;
  color: #fff;
  background: #20282d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.reseller-table-btn:hover {
  background: #20282d;
  color: #ffffff;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .reseller-table th,
  .reseller-table td {
    padding: 10px 8px;
  }

  .reseller-table-wrapper {
    border-radius: 0;
    box-shadow: none;
  }
}
/* Table Code */

/* Navigation */

.nav-sticky-wrapper {
  position: relative;
}

/* Fixed Top Navigation Bar */
.top-nav {
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  background: var(--dark-blue-color);
  padding: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* Hidden state */
.top-nav.hide-nav {
  transform: translateY(-110%);
  opacity: 0;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
}

.nav-item {
  flex: 1;
  text-align: center;
  padding: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  position: relative;
}

.nav-item:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.nav-item.active {
  color: #ffffff;
  border-bottom: 3px solid #00d084;
  background: rgba(255, 255, 255, 0.08);
  font-size: 16px;
}

.nav-item .nav-number {
  display: block;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 4px;
}

.nav-item.active .nav-number {
  opacity: 1;
}

.section {
  padding: 150px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}

.section:last-child {
  border-bottom: none;
}

.section-number {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--dark-blue-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-blue-color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-dot {
  width: 12px;
  height: 12px;
  background-color: #00d084;
  border-radius: 50%;
  position: relative;
  animation: pulse 2s infinite;
}

.live-dot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00d084;
  border-radius: 50%;
  animation: ripple 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.section-description {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 35px;
}

.content-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content-box:last-child {
  margin-bottom: 0;
}

.box-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-blue-color);
  margin-bottom: 15px;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
  color: #555;
  line-height: 1.6;
}

.content-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  color: var(--dark-blue-color);
  font-weight: bold;
  font-size: 1.2rem;
}

.section-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#affiliate,
#referral {
  /* background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%); */
}

#affiliate .col-lg-12 .content-list li::before,
#reseller .col-lg-12 .content-list li::before,
#referral .col-lg-12 .content-list li::before {
  content: "";
}

#affiliate .col-lg-12 .content-list li,
#reseller .col-lg-12 .content-list li,
#referral .col-lg-12 .content-list li {
  display: flex;
  align-items: center;
}

#affiliate .col-lg-12 .content-list li .fas,
#reseller .col-lg-12 .content-list li .fas,
#referral .col-lg-12 .content-list li .fas {
  color: var(--dark-blue-color);
  margin-right: 10px;
  font-size: 18px;
}

#affiliate,
#referral {
  background-color: #f8f9fa;
}

#affiliate .col-lg-12 .box-title,
#reseller .col-lg-12 .box-title,
#referral .col-lg-12 .box-title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .content-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }

  .nav-item {
    padding: 15px 10px;
    font-size: 0.75rem;
  }

  .nav-number {
    font-size: 0.65rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .content-box {
    padding: 25px 5px;
    margin-bottom: 15px;
  }

  .section-image {
    height: 300px;
    margin-bottom: 30px;
  }
  .cta-bg-image .cta-section p {
    font-size: 16px;
  }
  .ba-resellerSection-07-wrapper .ba_wrapper_inside {
    padding: 40px 10px;
  }
}

@media (max-width: 390px) {
  .section-title {
    font-size: 26px;
  }
}
