/* .main-nav */
.main-nav,
.main-nav * {
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 10px 0px;
}

.main-nav a,
.main-nav select {
  color: white;
  padding: 7px 13px;
  font-size: 16px;
}

.main-nav select option {
  color: var(--blackColor);
}

.main-nav a.active,
.main-nav ul a.active,
.main-nav li:hover>a {
  color: var(--orangeColor);
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  right: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 4px 20px;
  font-size: 14px;
  color: var(--blackColor);
  display: block;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  background-color: var(--orangeColor);
  color: #fff !important;
}

.main-nav .drop-down>a:after {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107" !important;
  vertical-align: 0;
  padding-left: 6px;
}

.main-nav .drop-down:hover .main-nav .drop-down>a:before {
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f106" !important;
  vertical-align: 0;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  right: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  right: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* .mobile-nav */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3333;
  overflow-y: auto;
  right: -290px;
  width: 290px;
  padding-top: 18px;
  background: #fff;
  transition: 0.4s;
}

.mobile-nav * {
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: var(--blackColor);
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 1px solid;
  border-color: #f1f1f1;
}

.mobile-nav a:focus,
.mobile-nav a.active,
.mobile-nav .drop-down.active,
.mobile-nav a:hover {
  color: var(--orangeColor);
  ;
}

.mobile-nav .drop-down.active,
.mobile-nav a:hover {
  background-color: var(--orangeColor);
  color: white;
}

.mobile-nav .drop-down li a:hover {
  background-color: var(--orangeColor);
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  right: 15px;
  top: 13px;
  position: absolute;
  content: "\f067";
  border: none !important;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: 0;
}

.mobile-nav .drop-down.active>a:after {
  content: "\f068" !important;
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down.active {
  color: #fff;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li a {
  padding-left: 25px;
  color: #000;
  background-color: rgb(255 217 184);
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 2222;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
  padding: 15px;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  font-size: 30px;
}

.mobile-nav-toggle .fa-bars {
  font-size: 24px;
}

.mobileMenuClose {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.closeIcon {
  height: 20px;
}

.mainLogo {
  max-width: 79px;
}

/* header end */

.headerTop {
  position: sticky;
  top: 0px;
  padding: 14px 0px;
  background-color: #060606;
  z-index: 2222;
  height: 100px;
  display: flex;
  align-items: center;
}

.headerTop .btn {
  box-shadow: none !important;
}

.headerTopTwo {
  position: sticky;
  top: 0px;
  padding: 14px 0px;
  background-color: #060606;
  z-index: 2222;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PlayfairDisplay';
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
}

.headingText {
  font-family: "PlayfairDisplay";
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #000;
}

.headingText span {
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-size: 2.5rem;
  font-weight: 700;
}

.textBluegradient {
  background: linear-gradient(135deg,
      var(--blueColor),
      var(--purpleColor));
  /* Gradient colors */
  -webkit-background-clip: text;
  /* Clip background to text */
  -webkit-text-fill-color: transparent;
  /* Make text fill transparent */
  background-clip: text;
  /* Fallback for modern browsers */
  color: transparent;
  /* Ensures no color override */
}

.smallHeading {
  font-family: Inter, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #4b5563;
}

/* top home */
.trusted-names {
  text-align: center;
  /* Center the entire list */
  margin-top: 20px;
  /* Top spacing */
}

.trusted-name {
  font-family: Inter, sans-serif;
  /* Custom font */
  font-size: 16px;
  /* Medium text */
  font-weight: 600;
  /* Semi-bold text */
  color: #ffffff99;
  /* Semi-transparent white */
  margin: 0 20px;
  /* Horizontal spacing between items */
}

.homeTopSection {
  background: linear-gradient(135deg,
      #0f0f23,
      #1a1a4a,
      #2d1b69,
      var(--purpleColor),
      #a855f7);
}

.homeTopSection .Platform {
  background: linear-gradient(to right, #2a2356, #4c3262);
  color: #fef9c3;
  font-weight: bold;
  font-family: Inter, sans-serif;
  font-size: 14px;
  border: 1px solid rgba(254, 249, 195, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  width: fit-content;
}

.homeTopSection h1 {
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-size: 4.5rem;
  font-weight: 700;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #fff;
}

.text_gradient {
  background: linear-gradient(to right, #facc15, #f97316, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "PlayfairDisplay";
}

.homeTopSection h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: "PlayfairDisplay";
}

.homeTopSection p {
  font-family: Inter, Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f97316;
}

.foundersselecte {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(254, 249, 195, 0.2);
  color: #fef9c3;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(254, 249, 195, 0.2);
  border-radius: 12px;
  font-weight: 600;
  color: #fef9c3;
  font-size: cl amp(14px, 1.8vw, 16px);
  white-space: nowrap;
}

.homeTopSection h5 {
  font-family: Inter, Sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fef9c3;
}

.homeTopSection .h5 {
  color: #fef08a;
}

/*  */

.BoldestFoundersMain .BoldestFounders img {
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.BoldestFounders p {
  font-family: Inter, Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  text-align: center;
  margin-top: 10px;
}

/* Brand Authority */

.BrandAuthority {
  font-family: Inter, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #6b7280;
  text-align: center;
}

.meetYourHost p {
  font-family: Inter, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}

.meetYourHost h4 {
  font-family: "PlayfairDisplay";
  font-size: 22px;
  font-weight: 700;
}

.meetYourHost h2 {
  font-family: "PlayfairDisplay";
  font-size: 38px;
  font-weight: 700;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #111827;
}

.meetYourHost img {
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.294);
  border: 4px solid white;
}

/* high growth founders */

.highgrowthfounders img {
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.379);
}

.highgrowthfounders p {
  font-family: Inter, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #374151;
  text-align: center;
  margin-top: 10px;
}

.PodcastforFounders .PerfectFit {
  background-color: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #166534;
}

.PodcastforFounders .PerfectFit,
.PodcastforFounders .notReadyYet {
  border-radius: 16px;
  padding: 32px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.PodcastforFounders .notReadyYet {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.PodcastforFounders .PerfectFit ul li,
.PodcastforFounders .notReadyYet ul li {
  margin-bottom: 16px;
}

.PodcastforFounders .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.PodcastforFounders h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.PerfectFit .icon-circle {
  background-color: #22c55e;
}

.PerfectFit h3 {
  color: #064e3b;
}

.PodcastforFounders .hylight {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}

.PodcastforFounders .PerfectFit .hylight {
  color: #065f46;
  background-color: #d1fae5;
}

.PodcastforFounders .notReadyYet .hylight {
  background-color: #fee2e2;
  color: #b91c1c;
}

/* new */

.founderPackageMain:before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.3), transparent 70%);
  border-radius: 9999px;
  z-index: 0;
}

.founderPackageMain .founderPackage {
  font-family: sans-serif;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.founderPackageMain .founderPackage-header {
  background: linear-gradient(90deg, var(--purpleColor), #4f46e5);
  color: #fff;
  padding: 20px;
}

.founderPackageMain .founderTop {
  font-weight: 800;
  line-height: 1.2;
  font-size: 32px;
}

.founderPackageMain .founder-subheading {
  font-size: 18px;
  opacity: 0.9;
}

.founderPackageMain .founderPackage-body {
  background: #fff;
  padding: 20px;
}

.founderPackageMain .founderPackage-intro {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.founderPackageMain .package-item {
  background: #f9fafb;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 12px;
  transition: background 0.3s;
}

.founderPackageMain .package-item:hover {
  background: #f3f4f6;
}

.founderPackageMain .package-check {
  min-width: 48px;
  height: 48px;
  background: linear-gradient(90deg, #22c55e, #10b981);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
}

.founderPackageMain .package-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  gap: 8px;
}

.founderPackageMain .package-price {
  font-size: 16px;
  color: #ef4444;
  text-decoration: line-through;
  font-weight: 600;
}

.founderPackageMain .package-description {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.5;
}

.founderPackageMain .package-item svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.Stillnotsure {
  font-family: Inter, Sans-serif;
  font-weight: 600;
  color: #4b5563;
  font-size: 18px;
}

.okaytowait {
  font-family: Inter, Sans-serif;
  font-weight: 600;
  color: #6b7280;
  font-size: 12px;
}

/* new css */
.founderPackageMain .completePackage {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 9999px;
  background: #d1fae5;
  border: 1px solid #e9d5ff;
  color: #166534;
  font-family: Inter, sans-serif;
  height: 100%;
}

.packageCostMain {
  padding: 20px 15px;
  border-radius: 16px;
  font-family: sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.packageCostMain .priceBox {
  background: linear-gradient(to right, #fef2f2, #fce7f3);
  border: 2px solid #fecaca;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}

.packageCostMain .priceFlex {
  gap: 15px;
}

.packageCostMain .packageCostHeader h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.packageCostMain .packageCostHeader p {
  color: #4b5563;
}

.packageCostMain .price {
  font-size: 28px;
  font-weight: 900;
  color: #dc2626;
  text-decoration: line-through;
}

.packageCostMain .vs {
  font-size: 24px;
  font-weight: 800;
  color: #9ca3af;
}

.packageCostMain .discounted {
  font-size: 28px;
  font-weight: 900;
  color: var(--purpleColor);
}

.packageCostMain .saveBadge {
  background: linear-gradient(to right, #22c55e, #10b981);
  color: #fff;
  padding: 8px 16px;
  border-radius: 9999px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 15px;
}

.packageCostMain .greenBox {
  background: linear-gradient(to right, #ecfdf5, #d1fae5);
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.packageCostMain .greenBox strong {
  font-weight: 700;
  color: #065f46;
}

.packageCostMain .greenBox .big {
  font-size: 24px;
  color: #065f46;
  font-weight: 900;
}

.packageCostMain .greenBox span {
  font-size: 12px;
  color: #047857;
  font-style: italic;
}

.packageCostMain .offerbutton {
  background: linear-gradient(to right, var(--purpleColor), #ec4899);
  color: #fff;
  padding: 14px 24px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease;
  box-shadow: 5px 3px 20px 5px rgba(255, 0, 0, 0.264);
  border: 10px solid white;
  position: relative;
}

.packageCostMain .offerbutton:hover {
  box-shadow: 5px 5px 10px 5px rgba(255, 0, 0, 0.114);
  border-bottom: 10px solid #ffe0f0d1;
}

.packageCostMain .iconGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.packageCostMain .iconCard {
  background: #f9fafb;
  border-radius: 12px;
  padding: 12px;
}

.packageCostMain .iconCard p {
  font-size: 0.95rem !important;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
}

.paymentNote {
  padding: 10px 14px;
  background: #f9f9ff;
  border: 1px solid #d5d9ff;
  border-radius: 8px;
  font-family: sans-serif;
  font-size: 15px;
  color: #1f2937;
}

.paymentNote span {
  color: #4f46e5;
  font-weight: 600;
}

/*  Start Your  application*/
.applicationBoxMain .applicationBox {
  box-sizing: border-box;
  background: linear-gradient(to right, #22c55e, #10b981);
  border-radius: 16px;
  padding: 20px;
  font-family: sans-serif;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.applicationBoxMain .applicationTitle {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.applicationBoxMain .applicationTitle svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.applicationBoxMain .applicationList {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.applicationBoxMain .applicationList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.applicationBoxMain .applicationList svg {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 3px;
  stroke: white;
}

.applicationBoxMain .applicationList p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
  orphans: 3;
  widows: 3;
  margin: 0;
  font-size: 0.95rem !important;
  line-height: 1.5;
}

.applicationBoxMain .applicationList strong {
  font-weight: 600;
}

/* simple-3-Step */
.simple-3-Step {
  font-family: sans-serif;
}

.simple-3-Step .section-title {
  font-family: inherit;
  font-weight: 800;
  line-height: 1.3;
  color: #111827;
  font-size: 32px;
}

.simple-3-Step .section-title span {
  display: block;
  color: #f59e0b;
}

.simple-3-Step .section-subtitle {
  font-size: 18px !important;
  color: #4b5563;
  margin-top: 8px;
  margin-bottom: 24px;
}

.simple-3-Step .step-tag {
  display: block;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 9999px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 24px auto;
  text-align: center;
}

.simple-3-Step .step-blue {
  background: #3b82f6;
}

.simple-3-Step .step-purple {
  background: #8b5cf6;
}

.simple-3-Step .step-green {
  background: #22c55e;
}

.simple-3-Step .step-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.simple-3-Step .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.simple-3-Step .icon-blue {
  background: #3b82f6;
}

.simple-3-Step .icon-purple {
  background: #8b5cf6;
}

.simple-3-Step .icon-green {
  background: #22c55e;
}

.simple-3-Step .card-content span {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.simple-3-Step .badge {
  display: inline-block;
  background: #fef3c7;
  color: #b45309;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 9999px;
  margin: 6px 0;
  font-weight: 600;
}

.simple-3-Step .card-desc {
  font-size: 0.95rem !important;
  color: #374151;
  line-height: 1.5;
  margin: 4px 0;
}

.simple-3-Step .card-note {
  font-size: 0.95rem !important;
  color: #6b7280;
  font-style: italic;
}

.simple-3-Step .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  animation-duration: 0.3s;
  animation-timing-function: 0.3s;
  animation: 5s infinite bounce;
}

/* Only 8 Spots Left */

/* 🔒 Scoped styles for .limitedTimeOffer section */

.limitedTimeOffer {
  background: linear-gradient(135deg,
      #0f0f23,
      #1a1a4a,
      #2d1b69,
      var(--purpleColor),
      #a855f7);
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.limitedTimeOffer .only-8-spots {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
  text-stroke: 1px black;
  margin-bottom: 0.3rem;
  padding-top: 6px;
}

.limitedTimeOffer .limited-offer-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ef4444;
  color: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  gap: 6px;
  animation: pulseBadge 2s infinite;
}

@keyframes pulseBadge {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.limitedTimeOffer .application-fee-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px 24px;
  margin: 0 auto 32px auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  color: white;
}

.limitedTimeOffer .application-fee-price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}

.limitedTimeOffer .application-fee-desc {
  color: #cbd5ff;
  margin-bottom: 24px;
  font-size: 0.95rem !important;
  margin-top: 0;
}

.limitedTimeOffer .apply-btn-container {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  max-width: 380px;
}

.limitedTimeOffer .apply-btn-glow {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(to right, #f97316, #facc15);
  filter: blur(40px);
  opacity: 1;
  animation: pulseGlow 0.7s infinite;
  z-index: 0;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

.limitedTimeOffer .tick-row {
  gap: 16px;
  color: #cbd5ff;
  font-size: 14px;
}

.limitedTimeOffer .tick-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.limitedTimeOffer .Were_already p {
  font-family: Inter, Sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.limitedTimeOffer .Were_already p.muted {
  color: #dbeafe;
}

.limitedTimeOffer .countdown-timer {
  height: 100%;
}

.limitedTimeOffer .timer-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  font-family: "Inter", sans-serif;
}

.limitedTimeOffer .timer-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.limitedTimeOffer .timer-box {
  background: white;
  color: #1e3a8a;
  border-radius: 12px;
  padding: 20px 30px;
  flex: 1 1 22%;
  min-width: 80px;
  box-sizing: border-box;
}

.limitedTimeOffer .timer-value {
  font-size: 28px;
  font-weight: bold;
}

.limitedTimeOffer .timer-label {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
}

.limitedTimeOffer .timer-note {
  color: #cbd5ff;
  font-size: 13px;
  margin: 0 0 0.9rem;
}

.limitedTimeOffer .application-stats-wrapper {
  font-family: "Inter", sans-serif;
}

.limitedTimeOffer .stats-box {
  flex: 1 1 30%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
}

.limitedTimeOffer .stat-value {
  font-size: 18px;
}

.limitedTimeOffer .stat-label {
  font-size: 12px;
  color: #cbd5ff;
}

.limitedTimeOffer .applicationWarnings {
  font-family: Inter, Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.limitedTimeOffer .applicationWarnings .textyellow {
  color: #fef08a;
  /* yellow */
}

.limitedTimeOffer .applicationWarnings .textblue {
  color: #dbeafe;
  /* blue */
}

.limitedTimeOffer .applicationWarnings .textwhite {
  color: #fff;
  /* white */
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

/* new */

.faqSections .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.faqSections .custom-faq {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

.faqSections .accordion-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faqSections .accordion-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.faqSections .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  transition: transform 0.3s;
}

.faqSections .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* .faqSections .accordion-button:not(.collapsed) {
  background-color: transparent;
} */

.faqSections .accordion-body {
  font-size: 14px;
  color: rgb(75, 85, 99);
  padding: 20px;
}

.faqSections .accordion-item:last-of-type {
  border-bottom: none;
}

.ReadytoBecome {
  background: linear-gradient(135deg,
      #0f0f23,
      #1a1a4a,
      #2d1b69,
      var(--purpleColor),
      #a855f7);
}

.ReadytoBecome .card-section {
  display: flex;
  /* flex layout */
  flex-wrap: wrap;
  /* wrap cards */
  justify-content: center;
  /* center cards */
  gap: 16px;
  /* spacing between cards */
  font-family: "Inter", sans-serif;
  /* font */
}

.ReadytoBecome .card-gradient {
  flex: 1 1 180px;
  /* responsive flex size */
  display: flex;
  /* center content */
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right,
      #1e1e50,
      #2e2367);
  /* background gradient */
  padding: 18px 16px;
  /* padding */
  border-radius: 10px;
  /* rounded corners */
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* border */
  color: white;
  /* text color */
  text-align: center;
  /* center text */
}

.ReadytoBecome .card-content {
  display: flex;
  /* layout */
  flex-direction: column;
  /* vertical */
  align-items: center;
  /* center */
  justify-content: center;
  /* center */
  gap: 6px;
  /* spacing */
}

.ReadytoBecome .card-text {
  font-size: 14px;
  /* text size */
  line-height: 1.3;
  /* line height */
}

.ReadytoBecome .limited-offer-badge {
  background-color: #facc15 !important;
  color: #713f12 !important;
}

.alert-info-box {
  padding: 18px;
  /* inner spacing */
  background-color: rgba(239, 68, 68, 0.1);
  /* light red background */
  border: 1px solid rgba(239, 68, 68, 0.3);
  /* border with transparency */
  border-radius: 12px;
  /* rounded corners */
}

.alert-info-box p {
  color: #fecaca;
  /* light red text */
  font-weight: 500;
  /* medium bold */
  font-family: "Inter", sans-serif;
  /* font family */
  font-size: 16px;
  /* text size */
}

.footerSection {
  background-color: black;
  padding-top: 90px;
}

.footerSection h5 {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  font-weight: 400;
  color: var(--yellowColor);
  margin-bottom: 10px;
}

.footerSection ul li {
  padding: 5px 0px;
}

.footerSection a {
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.footerSection ul li a:hover {
  color: var(--yellowColor);
}

.btn-yellow {
  background-color: var(--yellowColor);
  font-family: 'Montserrat-Regular';
  border-radius: 20px;
  color: black !important;
}

.btn-yellow:hover {
  background-color: var(--orangeColor) !important;
}


/*  */
.aboutUsSection {
  min-height: 400px;
  background-size: cover;
  position: relative;
  background-position: bottom;
}

.aboutUsSection::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.973), rgba(0, 0, 0, 0.719), rgba(0, 0, 0, 0.719));
}

.aboutUsSection h2 {
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  color: white;
  font-size: 40px;
}

.aboutTitle {
  background-color: black;
}

.aboutTitle h2 {
  color: white;
  font-size: 40px;
  font-family: 'Montserrat-Bold';
}

.aboutCardText p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
  font-family: 'Montserrat-Regular';
}

.aboutCardText h5 {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
}

.aboutUsSection p {
  font-family: 'Montserrat-Medium';
  line-height: 26px;
}

.applyFormSection {
  font-family: 'Montserrat-Regular';
}

.applyFormSection h2 {
  font-size: 24px;
  font-family: 'Montserrat-Bold';
  margin-bottom: 8px;
  color: #1e1e1e;
  text-align: center;
}

.applyFormSection p {
  font-family: 'Montserrat-Regular';
}

.applyFormSection label,
.applyFormSection input,
.applyFormSection select,
.applyFormSection textarea {
  font-family: 'Montserrat-Medium';
}

.applyFormSection h3 {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  margin-top: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-control:focus {
  border-color: var(--orangeColor);
}

.top-podcast-platforms ul li {
  font-family: 'Montserrat-Regular';
  padding: 4px 0px;
}

.top-podcast-platforms h4 {
  font-family: 'Montserrat-Medium';
}

.top-podcast-platforms h3,
.top-podcast-platforms h2 {
  font-family: 'Montserrat-Bold';
}

.top-podcast-platforms {
  font-family: 'Montserrat-Regular';
}

.top-podcast-platforms h1 {
  font-family: 'Montserrat-Bold';
}


.blogCards img {
  transition: all .5s ease;
  display: inline-block;
  vertical-align: middle;
  height: 176px;
  object-fit: cover;
}

.blogCards:hover img {
  transform: scale(1.1)
}

.blogCards {
  background-color: black;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

.blogCards h5 {
  font-family: 'Montserrat-Regular';
  color: white;
}

.blogCards p {
  font-family: "Kumbh Sans", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #e0e0e0;
}


.blogMainSection {
  background-color: #000000;
  background-image: linear-gradient(100deg, #00000075 0, #e7c77AC9 100%);
}

.blogMainSection h2 {
  font-family: Poppins, Sans-serif;
  font-size: 62px;
  font-weight: 500;
  color: #fff;
}

.blogMainSection .breadcrumb-item {
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blogMainSection .breadcrumb-item a {
  color: #fff !important;
}

.blogMainSection .breadcrumb-item.active {
  color: var(--orangeColor)
}

.blogMainSection .breadcrumb-item+.breadcrumb-item::before {
  color: wheat;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--orangeColor);
}





.podcastServices {
  position: relative;
  background-color: #000000;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;

}

.podcastServices::before {
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(100deg, #1a0c0cef 0, #000000c2 100%);
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  --blur: 7px;
  filter: blur(var(--blur));
}

.podcastServices h2 {
  font-family: 'Montserrat-Bold';
  font-size: 53px;
  color: #fff;
  font-weight: 600;
}

.podcastServices .breadcrumb-item {
  font-family: Poppins, Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.podcastServices .breadcrumb-item a {
  color: #fff !important;
}

.podcastServices .breadcrumb-item.active {
  color: var(--orangeColor)
}

.podcastServices .breadcrumb-item+.breadcrumb-item::before {
  color: wheat;
}

/*  */

.podcastServicesCard {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
}

.podcastServicesCard h3 a {
  margin-bottom: 5px;
  font-family: 'Montserrat-Medium';
  font-size: 19px;
  font-weight: 600;
  color: var(--orangeColor);
}

.podcastServicesCard:hover h3 a {
  color: #9b1fe8;
}

.podcastServicesCard p {
  font-family: 'Montserrat-Regular';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000
}

.podcastServiceTitle h1 {
  color: black;
  font-size: 2.5rem;
  font-family: 'Montserrat-Bold';
}

.podcastServiceTitle h1 span {
  color: var(--orangeColor);
}


.podcastServicesSection h2 {
  color: black;
  font-size: 2rem;
  font-family: 'Montserrat-Bold';
  line-height: 42px;
}

.podcastServicesSection h2 span {
  color: var(--orangeColor);
}

.podcastServicesSection p {
  font-size: 1rem;
  line-height: 30px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 14px;
}

.whyOursPodcast {
  background-color: black;
}

.whyOursPodcast h2 {
  color: var(--yellowColor);
  font-size: 2rem;
  font-family: 'Montserrat-Bold';
}

.whyOursPodcast .bi {
  color: var(--yellowColor);
  font-size: 40px;
  border: 1px solid rgb(248, 248, 159);
  height: 100px;
  width: 100px;
  display: block;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  margin: auto;
}

.whyOursPodcast p {
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
}

.podcastSessionBtn {
  background-color: var(--purpleColor);
  font-family: 'Montserrat-Bold';
  font-size: 25px !important;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 5px !important;
}

.podcastSessionBtn:hover {
  background-image: linear-gradient(180deg, #00000000 0, #000 100%);
}


.social-icons-list {
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  list-style: none;
}

.social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  background-color: #6c757d;
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
}

.social-icon a:hover {
  transform: scale(1.15) rotate(5deg);
}

/* Facebook */
.social-facebook a {
  background-color: #1877f2;
}

.social-facebook a:hover {
  background-color: #145dc0;
  color: white;
}

/* Instagram */
.social-instagram a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-instagram a:hover {
  filter: brightness(1.1);
  color: white;
}

/* YouTube */
.social-youtube a {
  background-color: #ff0000;
}

.social-youtube a:hover {
  background-color: #cc0000;
  color: white;
}

/* LinkedIn */
.social-linkedin a {
  background-color: #0a66c2;
}

.social-linkedin a:hover {
  background-color: #004182;
  color: white;
}

/* podcast marketing services */


.underline-animated-btn {
  padding: 0.7em 0.84em;
  /* 0.7em * 1.2 */
  display: inline-flex;
  border: 2px solid transparent;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  color: #fff;
}

.underline-animated-btn .text {
  transform: translate3d(0, 5px, 0);
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.underline-animated-btn:hover {
  color: white;
}

.underline-animated-btn::after {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0.84em;
  right: 0.84em;
  height: 2px;
  background: #FFFFFF;
  transition:
    transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s,
    right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s,
    left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}

.underline-animated-btn .line {
  position: absolute;
  background: #FFFFFF;
}

.underline-animated-btn .line.-right,
.underline-animated-btn .line.-left {
  width: 2px;
  top: -2px;
  bottom: -2px;
  transform: scale3d(1, 0, 1);
}

.underline-animated-btn .line.-top,
.underline-animated-btn .line.-bottom {
  height: 2px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1);
}

.underline-animated-btn .line.-right {
  right: -2px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}

.underline-animated-btn .line.-top {
  top: -2px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}

.underline-animated-btn .line.-left {
  left: -2px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}

.underline-animated-btn .line.-bottom {
  bottom: -2px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}

.underline-animated-btn:hover .text,
.underline-animated-btn:active .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.underline-animated-btn:hover::after,
.underline-animated-btn:active::after {
  transform: scale3d(0, 1, 1);
  right: -2px;
  left: -2px;
  transform-origin: right;
  transition:
    transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s,
    right 0.2s cubic-bezier(1, 0, 0.65, 1.01),
    left 0s 0.3s;
}

.underline-animated-btn:hover .line,
.underline-animated-btn:active .line {
  transform: scale3d(1, 1, 1);
}

.underline-animated-btn:hover .line.-right,
.underline-animated-btn:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}

.underline-animated-btn:hover .line.-top,
.underline-animated-btn:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}

.underline-animated-btn:hover .line.-left,
.underline-animated-btn:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}

.underline-animated-btn:hover .line.-bottom,
.underline-animated-btn:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}


.howWeAreDoing {
  background-color: black;
}


.yourBusinesSection {
  background-color: var(--yellowColor);
  padding: 100px 50px;
}

.yourBusinesSection h2 {
  font-family: 'Montserrat-Medium';
  font-size: 32px;
  line-height: 36px;
}

.yourBusinesSection p {
  font-size: 1rem;
  line-height: 27px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 20px;
}

.founderSDream .card {
  background-color: black;
  border-radius: 30px 30px 0px 0px !important;
  overflow: hidden;
}

.founderSDream img {
  transition: .3s ease all;
}

.founderSDream:hover img {
  transform: scale(1.1);
}

.founderSDream h5 {
  color: white;
}

.founderSDream p {
  color: #e0e0e0;
}

.founder_s_Dream .swiper-button-prev:after,
.founder_s_Dream .swiper-button-next:after {
  background-color: #fffFFFB5;
  border-radius: 3px;
  padding: 10px;
  font-size: 25px !important;
  color: black !important;
}

.BusinessGrowthList li .bi {
  position: absolute;
  color: black !important;
}

.BusinessGrowthList li {
  position: relative;
  font-size: 1rem;
  line-height: 27px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 20px;
}

.BusinessGrowthList li span {
  display: inline-block;
  padding-left: 30px;
}


.nextEpisode h2 {
  font-family: 'Montserrat-Medium';
  font-size: 32px;
  line-height: 36px;
}

.nextEpisode p {
  font-size: 1rem;
  line-height: 27px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 20px;
}



.commanSections h2 {
  color: black;
  font-size: 2rem;
  font-family: 'Montserrat-Bold';
  line-height: 42px;
}

.commanSections h2 span {
  color: var(--orangeColor);
}

.commanSections p {
  font-size: 1rem;
  line-height: 30px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 14px;
}

.commanSections li {
  position: relative;
  font-size: 1rem;
  line-height: 27px;
  font-family: 'Montserrat-Regular';
  font-weight: 400;
  margin-bottom: 10px;
}

.PodcastMeetingNow {
  z-index: 222;
  font-size: 22px;
  text-align: center;
  color: white;
  background-color: var(--purpleColor);
  padding: 8px 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0px;
  left: 0px
}

/* new application-result-section */
.application-result-section {
  background: linear-gradient(135deg, #000, #0f0f23 15%, #1a1a4a, #1e1b4b, #4c1d95 75%, #5b21b6);
  color: white;
  font-family: 'Inter', sans-serif;
}

.application-result-section .bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.application-result-section .shape {
  position: absolute;
  border-radius: 50%;
}

.application-result-section .shape1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to right, rgba(74, 222, 128, 0.2), rgba(16, 185, 129, 0.2));
  filter: blur(24px);
  animation: float 6s ease-in-out infinite;
}

.application-result-section .shape2 {
  bottom: 2.5rem;
  right: 2.5rem;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(to right, rgba(16, 185, 129, 0.3), rgba(34, 197, 94, 0.3));
  filter: blur(16px);
  animation: bounce 3s infinite;
  animation-delay: 1s;
}

.application-result-section .content {
  z-index: 10;
}

.application-result-section .badge {
  background: linear-gradient(to right, rgba(34, 197, 94, 0.2), rgba(16, 185, 129, 0.2));
  backdrop-filter: blur(4px);
  border: 1px solid rgba(74, 222, 128, 0.3);
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
}

.application-result-section .badge span {
  color: #dcfce7;
  font-weight: 700;
  font-size: 1.125rem;
}

.application-result-section .icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #4ade80;
}

.application-result-section .sub-text {
  font-size: 1.25rem;
  color: #dcfce7;
}

.application-result-section .main-heading {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.2;
  font-family: "PlayfairDisplay";
}

.application-result-section .main-heading span {
  background: linear-gradient(to right, #fb923c, #facc15, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.application-result-section .description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75rem;
}

.fast-cta-button {
  background: linear-gradient(to right, #f97316, #f59e0b);
  border: none;
  color: white;
  padding: 7px 30px;
  font-weight: 700 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 0.75rem;
  box-shadow: rgba(245, 158, 11, 0.373) 0px 0px 37.1608px 0px, rgba(245, 158, 11, 0.15) 0px 0px 74.3216px 0px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.fast-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 30px -5px rgba(249, 115, 22, 0.4);
  animation: none;
  background: linear-gradient(to right, #ea580c, #d97706);
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 20px rgba(249, 115, 22, 0.6) !important;
  }

  50% {
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.8) !important;
  }
}


/* new css */
.reality-section h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #1e3a8a;
  margin-bottom: 2rem;
}

.reality-section h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #1e3a8a;
  font-size: 1.5rem;
}


.reality-section .facts-list {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 32px;
}

.reality-section .fact-item {
  padding: 7px 0px;
}

.reality-section .fact-item svg.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}

.reality-section .users-icon {
  stroke: #ea580c;
}

.reality-section .check-icon {
  stroke: #16a34a;
}

.reality-section .clock-icon {
  stroke: #2563eb;
}

.reality-section .fact-item strong {
  color: #1e3a8a;
  font-weight: 700;
}

.reality-section .moment-box {
  background: #f9fafb;
  border-radius: 1rem;
  padding: 2rem;
  color: #1f2937;
  margin-bottom: 32px;
}

.reality-section .moment-box p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.reality-section .moment-box p strong {
  color: #1e3a8a;
}

.reality-section .moment-text .highlight {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ea580c;
}



.reality-section .clarity-box {
  background: #eff6ff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #bfdbfe;
  color: #374151;
  margin-bottom: 32px;
}

.reality-section .clarity-header svg.icon {
  width: 2rem;
  height: 2rem;
  stroke: #2563eb;
}

.reality-section .clarity-text p {
  font-size: 1.125rem;
}

.reality-section .bold-blue {
  font-weight: 700;
  color: #1e3a8a;
}

.reality-section .cta-box {
  background: linear-gradient(to right, #2563eb, #9333ea);
  border-radius: 1rem;
  padding: 2rem;
  color: #e0e7ff;
  margin-bottom: 32px;
}

.reality-section .cta-box .Jointhefounders {
  font-size: 1.125rem;
}


.reality-section .arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.reality-section .disclaimer {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #bfdbfe;
}

.reality-section .highlight-yellow {
  font-weight: 700;
  color: #fde047;
}


/* new landing page */

.premium-section {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: linear-gradient(135deg, #000, #0f0f23 15%, #1a1a4a, #1e1b4b, #4c1d95 75%, #5b21b6);
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
}


.premium-section .headline {
  font-size: 1.125rem;
  font-weight: 600;
  color: #facc15;
  margin-bottom: 1.5rem;
  animation: fadeIn 1s ease-in-out;
}


.premium-section .subtitle {
  font-size: 0.75rem;
  font-weight: 200;
  color: #fef9c3;
  line-height: 1.75rem;
  animation: fadeIn 1s ease-in-out 0.3s;
}


.premium-section .video-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.7s ease;
}

.premium-section .video-thumbnail:hover {
  transform: scale(1.05);
}

.premium-section .video-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.premium-section .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.premium-section .glass-btn {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 1rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
}

.premium-section .glass-btn:hover {
  background: rgba(250, 204, 21, 0.2);
  transform: scale(1.1);
}

.premium-section .glass-btn svg {
  width: 3.5rem;
  height: 3.5rem;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-section .video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-section .book-btn {
  background: linear-gradient(to right, #ea580c, #7c2d12);
  color: #fff;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
}

.premium-section .book-btn:hover {
  background: linear-gradient(to right, #c2410c, #431407);
  transform: scale(1.05);
}


.premium-section .bg-shapes .shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
}

.premium-section .shape1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 8rem;
  height: 8rem;
  background: linear-gradient(to right, rgba(250, 204, 21, 0.2), rgba(249, 115, 22, 0.2));
  animation: float 6s ease-in-out infinite;
}

.premium-section .shape2 {
  top: 8rem;
  right: 5rem;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(to right, rgba(249, 115, 22, 0.3), rgba(245, 158, 11, 0.3));
  animation: bounce 4s infinite;
}

.premium-section .shape3 {
  bottom: 6rem;
  left: 25%;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(to right, rgba(250, 204, 21, 0.25), rgba(249, 115, 22, 0.25));
  animation: pulse 2s infinite;
}

.premium-section .shape4 {
  top: 25%;
  right: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to right, rgba(249, 115, 22, 0.4), rgba(245, 158, 11, 0.4));
  transform: rotate(45deg);
  animation: spin 8s linear infinite;
}

.premium-section .shape5 {
  bottom: 33%;
  right: 33%;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, rgba(250, 204, 21, 0.4), rgba(249, 115, 22, 0.4));
  animation: pulse 3s infinite;
}

.premium-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* final booking page css */

.founder-podcast-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #000, #0f0f23 15%, #1a1a4a, #1e1b4b, #4c1d95 75%, #5b21b6);
  color: white;
  font-family: 'Inter', system-ui, sans-serif;
}


.founder-podcast-section .background-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.founder-podcast-section .shape {
  position: absolute;
  border-radius: 9999px;
  filter: blur(1.25rem);
  animation-timing-function: ease-in-out;
}

.founder-podcast-section .shape1 {
  top: 2.5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.125), rgba(251, 146, 60, 0.125));
  animation: bounce 3s infinite;
}

.founder-podcast-section .shape2 {
  top: 8rem;
  right: 5rem;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(to right, rgba(251, 146, 60, 0.1875), rgba(253, 202, 43, 0.1875));
  animation: bounce 3s infinite 1s;
  filter: blur(1.5rem);
}



.founder-podcast-section .shape3 {
  bottom: 6rem;
  left: 25%;
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.15625), rgba(251, 146, 60, 0.15625));
  animation: pulse 3s infinite 2s;
  filter: blur(1.5rem);
}


.founder-podcast-section .shape4 {
  top: 25%;
  right: 2.5rem;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(to right, rgba(253, 202, 43, 0.4), rgba(251, 191, 36, 0.4));
  transform: rotate(45deg);
  animation: spin 8s linear infinite;
  filter: blur(0.25rem);
}


.founder-podcast-section .shape5 {
  bottom: 33.333%;
  right: 33.333%;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(to right, rgba(251, 191, 36, 0.4), rgba(251, 146, 60, 0.4));
  transform: rotate(12deg);
  animation: pulse 3s infinite 1.5s;
  filter: blur(0.25rem);
}

.founder-podcast-section .background-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, 0.125));
  z-index: 0;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-25%);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.founder-podcast-section .header-animate {
  animation: fade-in 0.7s ease forwards;
  margin-bottom: 1.5rem;
}

.founder-podcast-section .animate-fade-in {
  animation: fade-in 0.7s ease forwards;
}

.founder-podcast-section .animate-scale-in {
  animation: scale-in 0.7s ease forwards;
}


.founder-podcast-section .main-heading {
  font-weight: 700;
  font-family: 'PlayfairDisplay';
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #fbbf24, #fb923c, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.founder-podcast-section .subtitle {
  color: #fef3c7;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  animation: fade-in 0.7s ease forwards;
}


.founder-podcast-section .glass-card {
  background: rgba(255 255 255 / 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 32px 64px -12px #0006, 0 0 0 1px #ffffff0d;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255 255 255 / 0.3);
  padding: 1.5rem 2rem;
  color: #fef3c7;
}


.founder-podcast-section .payment-summary .icon-rupee,
.founder-podcast-section .guarantee-card .icon-shield {
  color: #fbbf24;
  margin-bottom: 1rem;
  text-align: center;
}

.founder-podcast-section .payment-summary .icon-rupee svg,
.founder-podcast-section .guarantee-card .icon-shield svg {
  width: 3rem;
  height: 4rem;
  margin: 0 auto;
}

.founder-podcast-section .payment-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 1.5rem;
  font-family: 'PlayfairDisplay';
}

.founder-podcast-section .payment-details {
  color: #d1d5db;
  font-family: 'Inter', system-ui, sans-serif;
}

.founder-podcast-section .payment-details .paymentSummary {
  display: flex;
  justify-content: space-between;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.founder-podcast-section .paymentSummary.normal span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #d1d5db;
  font-weight: 700;
}

.founder-podcast-section .payment-details .paymentSummary.discount span {
  font-weight: 300;
  white-space: nowrap;
  color: #86efac;
}


.founder-podcast-section .payment-details .paymentSummary.subtotal span {
  font-weight: 700;
  color: #d1d5db;
}

.founder-podcast-section .payment-details .paymentSummary.subtotal.yellow-text span {
  color: #fbbf24;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}


.founder-podcast-section .payment-details .paymentSummary.total-payable {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: #d1d5db;
  padding-top: 1rem;
}



.founder-podcast-section .payment-details .divider {
  border-top: 1px solid rgba(255 255 255 / 0.125);
  margin: 0.75rem 0 1rem 0;
}

.founder-podcast-section .mobile-break {
  display: none;
}

.founder-podcast-section .button-wrapper {
  margin-bottom: 3rem;
  text-align: center;
}

.founder-podcast-section .btn-make-payment {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #ea580c, #f97316, #c2410c);
  color: white;
  font-weight: 700;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgb(234 88 12 / 0.5), 0 4px 6px -4px rgb(234 88 12 / 0.3);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  user-select: none;
}



.founder-podcast-section .btn-make-payment:hover {
  background: linear-gradient(90deg, #c2410c, #ea580c, #7c2d12);
  transform: scale(1.05);
}

.founder-podcast-section .btn-make-payment::before,
.founder-podcast-section .btn-make-payment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255 255 255 / 0.4),
      transparent);
  transform: translateX(-100%) skewX(-20deg);
  animation: shine 1.5s ease-in-out infinite;
  pointer-events: none;
  border-radius: 9999px;
  z-index: 1;
}

.founder-podcast-section .btn-make-payment::after {
  animation-delay: 0.3s;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) skewX(-20deg);
  }

  100% {
    transform: translateX(100%) skewX(-20deg);
  }
}

/* Guarantee Card */


.founder-podcast-section .guarantee-card {
  background: rgba(255 255 255 / 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 32px 64px -12px #0006, 0 0 0 1px #ffffff0d;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(34 197 94 / 0.3);
  padding: 1.5rem 2rem;
  color: #4ade80;
  text-align: center;
}

.founder-podcast-section .guarantee-card .icon-shield {
  margin-bottom: 1rem;
}

.founder-podcast-section .guarantee-card .icon-shield svg {
  color: #4ade80
}

.founder-podcast-section .guarantee-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'PlayfairDisplay';
}

.founder-podcast-section .guarantee-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #bbf7d0;
}

/* Next Steps */

.founder-podcast-section .next-steps-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: 'PlayfairDisplay';
}


.founder-podcast-section .step-card {
  border-radius: .75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  box-shadow: 0 4px 15px rgba(0 0 0 / 0.15);
  transition: background 0.3s ease;
  background: #ffffff1a;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .2);
}

.founder-podcast-section .step-card:hover {
  background: rgba(255 255 255 / 0.1);
}

.founder-podcast-section .step-card svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  stroke-width: 1.75;
}

.founder-podcast-section .step-card.blue-border svg {
  color: #60a5fa
}

.founder-podcast-section .step-card.blue-border .step-text {
  color: #bfdbfe
}

.founder-podcast-section .step-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.founder-podcast-section .step-card.green-border svg {
  color: #4ade80
}

.founder-podcast-section .step-card.green-border .step-text {
  color: #bbf7d0
}

.founder-podcast-section .step-card.orange-border svg {
  color: #fb923c
}

.founder-podcast-section .step-card.orange-border .step-text {
  color: #fed7aa
}

/* Highlights */

.founder-podcast-section .highlights-wrapper {
  margin-bottom: 3rem;
}

.founder-podcast-section .highlight {
  background: #ffffff1a;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .2);
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-podcast-section .highlight span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.founder-podcast-section .highlight svg.small-icon {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.5;
  margin-right: 5px;
}

.founder-podcast-section .yellow-highlight {
  color: #fde047;
}

.founder-podcast-section .green-highlight {
  color: #86efac;
}

.founder-podcast-section .orange-highlight {
  color: #fdba74;
}

/* payment success */
.payment-success {
  padding: 32px 24px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: 'Inter', sans-serif;
  background-color: white;
}

.payment-icon {
  font-size: 72px;
  color: #22c55e;
  margin-bottom: 20px;
}

.payment-title {
  font-size: 28px;
  font-weight: 700;
  color: #166534;
  margin-bottom: 16px;
}

.payment-message {
  font-size: 18px;
  color: #166534;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}


/* feedback */
.feedbackFormPage h2 {
  font-family: 'Montserrat-Medium';
  font-weight: 600;
  font-size: 2.5rem;
}

.feedbackFormPage h3 {
  font-family: 'Montserrat-Medium';
  font-weight: 600;
  font-size: 2rem;
}

.feedbackFormPage p {
  font-family: 'Montserrat-Regular';
  font-size: 17px;
}

.feedbackFormPage p .text-warning {
  color: var(--orangeColor) !important;
  font-family: 'Montserrat-Bold';
}

.feedbackFormPage .btn-submit {
  background: linear-gradient(135deg, #f7931e, #f7751e);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: background .3s, transform .2s, box-shadow .3s;
}

.feedbackFormPage .btn-submit:hover {
  background: linear-gradient(135deg, #f7751e, #f7931e);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .08);
}

.feedbackFormPage .star-rating .star {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s;
}

.feedbackFormPage .star-rating .star.selected,
.feedbackFormPage .star-rating .star:hover,
.feedbackFormPage .star-rating .star:hover~.star {
  color: #f69604;
}

input,
select {
  min-height: 45px;
}

.feedbackFormPage label {
  font-weight: 600;
  margin: 10px 0 5px;
  font-size: 1rem;
  color: #222;
}


.mainBichchandan .naukri_heading {
  font-size: clamp(1rem, 3vw, 1.8rem);
  font-weight: 900;
  font-family: Inter, sans-serif;
  line-height: 1.2;
  background: linear-gradient(to right, #fff, #facc15, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-align: center;
}

.mainBichchandan .naukri_heading .highlight1 {
  color: #facc15;
  text-shadow: 0 0 3px #facc15;
}

.mainBichchandan .p-subheading {
  font-family: Inter, Sans-serif;
  font-size: 17.5px;
  font-weight: 400;
  color: #e5e7eb;
}

.mainBichchandan .video-card {
  width: 100%;
  max-width: 800px;
  margin: 1rem auto;
  border-radius: 20px;
  border: 2px solid #facc15;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(250, 204, 21, .15);
  cursor: pointer;
  transition: transform .3s
}

.mainBichchandan .video-card:hover {
  transform: scale(1.03)
}

.mainBichchandan .video-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.mainBichchandan .top-info {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  z-index: 333333;

}

.mainBichchandan .exclusive {
  background: #facc15;
  color: #000;
  font-weight: 700;
  font-size: .9rem;
  padding: 5px 10px;
  border-radius: 8px;
  animation: 1.2s infinite blink
}

.mainBichchandan .duration {
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 8px
}

.mainBichchandan .play-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1
}

.mainBichchandan .ytp-large-play-button {
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, #facc15, #f59e0b) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: transform .3s
}

.mainBichchandan .video-card .play-button {
  transform: scale(1.1)
}

.mainBichchandan .ping-glow {
  position: absolute;
  inset: 0;
  background: rgba(250, 204, 21, .5);
  border-radius: 50%;
  animation: 1.8s infinite ping-glow;
  z-index: -1
}

@keyframes ping-glow {
  0% {
    transform: scale(1);
    opacity: .9
  }

  100%,
  80% {
    transform: scale(2.2);
    opacity: 0
  }
}

.mainBichchandan .play-icon {
  width: 36px;
  height: 36px
}

.mainBichchandan .bottom-info {
  background: rgba(0, 0, 0, .6);
  padding: 12px
}

.mainBichchandan .title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 5px
}

.mainBichchandan .virl {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  animation: 1.3s infinite blink
}

@keyframes blink {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  from {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@media(max-width: 480px) {
  .mainBichchandan .play-button {
    width: 65px;
    height: 65px
  }

  .mainBichchandan .play-icon {
    width: 28px;
    height: 28px
  }

  .mainBichchandan .duration,
  .mainBichchandan .exclusive {
    font-size: .75rem;
    padding: 3px 6px
  }

  .mainBichchandan .title {
    font-size: 1rem
  }

  .mainBichchandan .virl {
    font-size: .85rem
  }
}




.mainBichchandan {
  background-color: #231d18;
}

.mainBichchandan .container::after {
  content: "";
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: radial-gradient(circle, #facc15 20%, transparent 70%);
  filter: blur(100px);
  opacity: .25;
  z-index: 0;
  position: absolute;
  animation: 6s ease-in-out infinite pulse
}

@keyframes pulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: .2
  }
}

.mainBichchandan .emoji-quote::after,
.mainBichchandan .emoji-quote::before {
  content: '❝';
  font-family: serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #facc15;
  flex-shrink: 0
}

.mainBichchandan .emoji-quote::after {
  content: '❞'
}

.mainBichchandan .emoji-quote {
  display: flex;
  justify-content: center;
  align-items: center;
}

.themoment {
  background: linear-gradient(135deg, #1a1a1a2c 0%, #3333335d 100%);
  z-index: 1;
}

.themoment .quote-text .theMoment {
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  color: #d1d5db;
}

.themoment .quote-text .quote-sub {
  font-size: clamp(.9rem, 2.5vw, 1rem);
  margin-top: 10px;
  color: #9ca3af;
  font-style: italic;
  animation: 2s ease-in-out infinite soft-pulse;
}

@keyframes soft-pulse {

  0%,
  100% {
    opacity: .9
  }

  50% {
    opacity: .4
  }
}

.mainBichchandan .BookYourPodcast {
  position: relative;
  z-index: 2;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  background: linear-gradient(to right, #facc15, #f59e0b);
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .3s ease;
}

.mainBichchandan .BookYourPodcast:hover {
  background: linear-gradient(to right, #f2c40d, #e19108);
}

.mainBichchandan .desc-line {
  font-size: 14px;
  color: #aaa;
  margin-top: 6px;
  line-height: 1.5;
  display: inline-block;
  animation: 2.4s ease-in-out infinite textBounce;
}

@keyframes textBounce {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-4px)
  }
}

.mainBichchandan .quote-layout-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #facc15 0, #f59e0b 100%);
  border-radius: 12px;
  filter: blur(20px);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: -1
}

.mainBichchandan .quote-layout-hover:hover::before {
  opacity: .4;
}

.mainBichchandan .quote-layout-hover:hover::before {
  opacity: .4
}

.mainBichchandan .quote-layout-hover {
  display: flex;
}

.mainBichchandan .quote-mark {
  color: #facc15;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0
}

.mainBichchandan .quote-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  color: #d1d5db;
}

.mainBichchandan .founder-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .8rem 1.2rem;
  border: 1px solid rgba(234, 179, 8, .2);
  background: linear-gradient(to right, #0f0f0f, #111827);
  border-radius: 12px;
  color: #e5e7eb;
  font-size: 16px;
  max-width: 100%;
  margin: 1.5rem auto;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto
}

.mainBichchandan .highlight {
  color: #facc15;
  font-weight: 700
}

.mainBichchandan .dot {
  color: #facc15;
  font-size: 12px
}

.mainBichchandan .fire {
  font-size: 18px
}

@keyframes dimFade {

  0%,
  100% {
    opacity: 1
  }

  50% {
    opacity: .3
  }
}

.mainBichchandan .animate-dim {
  animation: 1.5s ease-in-out infinite dimFade
}

/* ads page */


.indiasTopPodcast .main-heading {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  letter-spacing: 2.7px;
  word-spacing: 0px;
  color: #fff;
}

.indiasTopPodcast .main-heading span {
  color: var(--orangeColor);
}


.indiasTopPodcast li {
  text-align: left;
  font-family: 'Montserrat-Regular';
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.indiasTopPodcast li .highlight {
  color: var(--orangeColor);
  font-family: 'Montserrat-Bold';
}

.video-card video {
  background-color: #111;
  border-radius: 20px;
  overflow: hidden;
}

.btn-purple {
  background-color: #b03ef7;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  text-decoration: none;
}

.btn-purple:hover {
  background-color: #9d2df2;
}


/* pods */
.bootyourper video {
  background-color: #111;
  border-radius: 20px;
  overflow: hidden;
}

/* Stats Section */
.statsSection .stat-icon {
  font-size: 4rem;
}

.statsSection p {
  color: white;
  font-size: 15px;
  justify-content: center;
  color: var(--orangeColor);
  font-family: 'Montserrat-Medium';
  font-weight: 700;
}

.statsSection h3 {
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -.2px;
  -webkit-text-stroke-width: 0px;
  stroke-width: 0;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: -61px 43px 59px rgba(0, 0, 0, .3);
}

/* Testimonials */


.testimonialsSection video,
.testimonialsSection img {
  border-radius: 10px;
}

/* Content Section */
.deliverable-box {
  background: #111;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.deliverable-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}





.our_testimonisVideo video {
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_testimonisVideo .ratio {
  height: 265px;
}

.our_testimonialsVideo video {
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.our_testimonialsVideo .ratio {
  height: 265px;
}

.accordion-button:not(.collapsed) {
  background: #222;
  color: #fff;
}


/* ===== Content Deliverables Styles ===== */
.contentDelivery {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}


.contentDelivery .section-title,
.equipments .section-title {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: var(--yellowColor);
  font-weight: bold;
  background-color: black;
  z-index: 2;
  position: relative;
}

.contentDelivery .section-titleMain::after,
.equipments .section-titleMain::after {
  border-top: 1px solid var(--yellowColor);
  position: absolute;
  content: "";
  height: 2px;
  right: 0px;
  left: 0px;
  top: 35%;
}

.contentDelivery .icon-box {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  /* black text */
  font-weight: bold;
  text-align: left;
}

.contentDelivery .icon-box i {
  font-size: 2rem;
  margin-right: 0.75rem;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #000;
  border-radius: 10px;
  background-color: var(--yellowColor);
  /* black icon */
}

.contentDelivery .icon-box span {
  line-height: 26px;
  color: white;
}

/* ===== Equipments Styles ===== */
.equipments {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}


.equipments .equipment-box {
  border: 1px solid var(--yellowColor);
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}

.equipments .equipment-box .bi {
  font-size: 60px !important;
}

.equipments .equipment-box h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--yellowColor);
  padding-bottom: 20px;
}

.equipments .equipment-box ul li {
  padding: 5px 0px;
}

.equipments .equipment-box ul {
  padding-left: 1rem;
}



/* Host Section */


.meetYour_Host .ratio {
  height: 365px;
  border-radius: 20px;
  overflow: hidden;
}

.meetYour_Host video {
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.frequentlyAskedSection h2 .text-yellow,
.meetYour_Host h2 .text-yellow,
.testimonialsSection h2 .text-yellow {
  color: var(--orangeColor) !important;
}

.frequentlyAskedSection .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.frequentlyAskedSection .custom-faq {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

.frequentlyAskedSection .accordion-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.frequentlyAskedSection .accordion-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.frequentlyAskedSection .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: transform 0.3s;
}

.frequentlyAskedSection .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.frequentlyAskedSection .accordion-button:not(.collapsed),
.frequentlyAskedSection .accordion-button:hover {
  background-color: white;
  color: black;
}

.frequentlyAskedSection .accordion-body {
  font-size: 14px;
  color: rgb(208, 208, 208);
  padding: 20px;
}

.frequentlyAskedSection .accordion-item:last-of-type {
  border-bottom: none;
}

.frequentlyAskedSection .accordion-button::after {
  filter: invert(1);
}

/* new page */

.founderPodcastPlatform {
  --primary: #6c5ce7;
  --accent: #00d3a7;
  --hero-text: #ffffff;
  --hero-accent: #ffd166;
  --hero-description: #e9eef5;
  --muted: #9aa3ae;
  background: linear-gradient(135deg, #0f0f23, #1a1a4a, #2d1b69, var(--purpleColor), #a855f7);
}

.founderPodcastPlatform h1 {
  display: inline-block;
  font-family: "PlayfairDisplay";
  font-size: 4.5rem;
  font-weight: 700;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  color: #fff;
}

.founderPodcastPlatform h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: "PlayfairDisplay";
}

.founderPodcastPlatform p {
  font-family: Inter, Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  color: #f97316;
}


.founderPodcastPlatform .fs-stat-number {
  font-size: 1.875rem;
  font-weight: 800;
  color: #7FFFC0;
}


.founderPodcastPlatform .fs-stat-label {
  font-size: 0.95rem;
  color: #cbd5ff;
}


.founderPodcastPlatform .kicker {
  background: linear-gradient(to right, #2a2356, #4c3262);
  color: #fef9c3;
  font-weight: bold;
  font-family: Inter, sans-serif;
  font-size: 14px;
  border: 1px solid rgba(254, 249, 195, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  gap: 12px;
  flex-wrap: wrap;
  overflow: hidden;
  width: fit-content;
}

/* new sections */

.howtoApply h3 {
  font-size: 1.5rem;
  font-weight: 600;

}

.howtoApply h4 {
  font-weight: 600;

}

.howtoApply p {
  color: #9aa3ae;
}

.howtoApply .btn-purple {
  background: var(--purpleColor);
  border: 1px solid var(--purpleColor);
  color: white;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.85rem 1.5rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
  transition: all 0.3s ease;
  border-radius: 12px !important;
}

.howtoApply .btn-purple:hover {
  background: #6c5ce7;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
}

.howtoApply .video-box {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: red;
  border: 1px solid #6c5ce7;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
}

.howtoApply .video-aspect {
  aspect-ratio: 16 / 9;
  background: linear-gradient(to right, #fff, #d1fae5);
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.howtoApply .play-btn {
  width: 80px;
  height: 80px;
  background: var(--purpleColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.howtoApply .video-footer {
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: white;
  backdrop-filter: blur(6px);
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #cccccc;
  width: 100%;
  margin-top: 50px;
}

.howtoApply .video-footer p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.howtoApply .video-footer .time {
  font-size: 0.875rem;
}

.meetYourHost .compyNameAddrs {
  border: 1px solid var(--purpleColor);
  background-color: white !important;
}

.meetYourHost .compyNameAddrs .h4 {
  color: var(--purpleColor);
}





/* new sections */
.influentialPublicFigures .card.bg-card {
  backdrop-filter: blur(6px);
  border-radius: 12px !important;
}


.influentialPublicFigures .ratio-square {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: .75rem;
  /* rounded-lg */
}

.influentialPublicFigures .ratio-square>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.influentialPublicFigures .hover-zoom:hover .ratio-square>img {
  transform: scale(1.05);
}

.influentialPublicFigures .btn-round {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid gray;
  background: white;
  backdrop-filter: blur(6px);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.influentialPublicFigures .btn-round:hover {
  background-color: #8b5cf6;
  color: white;
}

.influentialPublicFigures .swiper {
  padding-left: .5rem;
  padding-right: .5rem;
}

.influentialPublicFigures .swiper-slide {
  height: auto;
}

.influentialPublicFigures h3.h5.fw-bold {
  transition: color .2s ease;
}




/*  */

.investmentProcess {
  background: linear-gradient(135deg, #0f0f23, #1a1a4a, #2d1b69, var(--purpleColor), #a855f7);
}

.investmentProcess .headingText {
  color: white;
}

.investmentProcess .gradient-text {
  background: linear-gradient(to right, #F97316, var(--purpleColor));
  -webkit-background-clip: text;
}

.investmentProcess .text-accent {
  color: #facc15;
}

.investmentProcess .text-primary-custom {
  color: #f97316
}

.investmentProcess .text-muted-custom {
  color: #cbd5ff;
}

.investmentProcess .bg-accent {
  background-color: #facc15;
  color: black;
}

.investmentProcess .bg-primary-custom {
  background-color: #f97316
}

.investmentProcess .border-accent-20 {
  border: 1px solid rgba(249, 115, 22, 0.2);
}

.investmentProcess .border-accent-30 {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.investmentProcess .border-primary-20 {
  border: 1px solid rgba(13, 110, 253, 0.2);
}

.investmentProcess .bg-gradient-accent-primary {
  background: linear-gradient(to bottom right, rgba(249, 115, 22, 0.05), rgba(13, 110, 253, 0.05));
}

.investmentProcess .bg-gradient-primary-accent {
  background: linear-gradient(to bottom right, rgba(13, 110, 253, 0.05), rgba(249, 115, 22, 0.05));
}

.investmentProcess .bg-gradient-accent-primary-light {
  background: linear-gradient(to right, rgba(249, 115, 22, 0.1), rgba(13, 110, 253, 0.1));
}

.investmentProcess .bg-background-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.investmentProcess .backdrop-blur {
  backdrop-filter: blur(4px);
}


.investmentProcess .circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.investmentProcess .step-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 32px 24px;
  margin: 0 auto 32px auto;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.investmentProcess h4 {
  color: white;
  font-size: 16px !important;
}

.totalInverstment {
  border-radius: 20px;
  padding: 32px 24px;
}


.legalAlert {
  box-sizing: border-box;
  background: linear-gradient(to right, #22c55e, #10b981);
  border-radius: 16px;
  padding: 20px;
  font-family: sans-serif;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}


/* new sections */

.whatYouAllReceive .premiumReels {
  background-color: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #166534;
}

.whatYouAllReceive .premiumReels,
.whatYouAllReceive .minPodcast {
  border-radius: 16px;
  padding: 32px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.whatYouAllReceive .minPodcast {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.whatYouAllReceive .premiumReels ul li,
.whatYouAllReceive .minPodcast ul li {
  margin-bottom: 16px;
}

.whatYouAllReceive .icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.whatYouAllReceive h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.whatYouAllReceive .premiumReels .icon-circle {
  background-color: #22c55e;
}
.whatYouAllReceive .minPodcast .icon-circle {
  background-color: #dc3545;
}

.whatYouAllReceive .premiumReels h3 {
  color: #064e3b;
}

.whatYouAllReceive .hylight {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}

.whatYouAllReceive .premiumReels .hylight {
  color: #065f46;
  background-color: #d1fae5;
}

.whatYouAllReceive .minPodcast .hylight {
  background-color: #fee2e2;
  color: #b91c1c;
}

.whatYouAllReceive .CompleteContentCard {
  border-radius: 16px;
  padding: 20px;
  font-family: sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatYouAllReceive .CompleteContentCard .rounded-circle {
  min-width: 55px;
  height: 55px !important;
  width: 55px !important;
  background: linear-gradient(90deg, #22c55e, #10b981);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.whatYouAllReceive .CompleteContentCard .h6{
  font-weight: 600;
}