body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--whiteClr);
  font-family: 'Inter', sans-serif;
}
a{
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
:root {
  /* Light Theme Variables */
  --black-color: 0,0,0;
  --card-var: #f6f8fa;
  --flag-btn: #164FA326;
  --pesc-feature-card-one: #fff2ee;
  --pesc-feature-card-two: #fff7e9;
  --pesc-feature-card-three: #e8f7fe;
  --pesc-text-color: #1a1c1e;
  --pesc-subtitle-color: #666666;
  --pesc-login-color: #164fa3;
  --pesc-signup-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(0deg, #F8CF25, #F8CF25);
  --pesc-signup-text: #1a1c1e;
  --pesc-bg-hero-light: #f6f8fa;
  --pesc-text-main: #1a1c1e;
  --pesc-text-sub: #6c7278;

  --primary-Clr:0, 59, 90;
  --btnBgClr:148, 124, 78;
  --whiteClr:255, 255, 255;
  --whiteClr2:245, 245, 245;

  --border-color: #d9d9d9;
  --demo-btn: #f5f5f5;
  --sub-heading-banner: #eaeaea;
  --header: #fff;
  --icon-goals: #fff2ee;
  --icon-action: #fff7e9;
  --icon-pace: #e8f7fe;
  --icon-zero-exp: #f7eefe;
  --card-icon-purple: #f2e2fd;
  --card-icon-blue: #d9f2fd;
  --card-icon-green: #ffe9e2;
  --text-animation: #1a1c1e;
  --sub-animation: #6c7278;
  --card-icon-orange: #d2ffe4;
  --card-icon-pink:#FFE5FE;
  --sliding-gradient-left: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 77.67%);
  --sliding-gradient-right: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 77.67%);
  --business-banner-image: url("https://dlvkyia8i4zmz.cloudfront.net/de2PoWRBT3ilmZdJfGHc_Group_1321316925.png");
  --your-business: linear-gradient(95.88deg, #0C3877 0.25%, #164EA2 99.14%);
  --border-colorpesc-hero-icon:#D9D9D9;
}

.dark:root {
  /* Dark Theme Variables */
    --sub-animation: #c4c4c4;
  --sliding-gradient-left: linear-gradient(-90deg, rgba(18, 18, 18, 0) 0%, #121212 77.67%);
  --sliding-gradient-right: linear-gradient(90deg, rgba(18, 18, 18, 0) 0%, #121212 77.67%);
  --icon-goals: #271f1d;
  --icon-action: #221f19;
  --icon-pace: #1a2226;
  --icon-zero-exp: #261e28;
  --header: #2f2f2f;
  --card-var: #1b1b1b;
  --flag-btn: #164FA326;
  --pesc-feature-card-one: rgba(39, 31, 29, 0.3);
  --pesc-feature-card-two: rgba(34, 31, 25, 0.3);
  --pesc-feature-card-three: #1a2226;
  --pesc-bg-color: #121212;
  --pesc-text-color: #ffffff;
  --pesc-subtitle-color: #bbbbbb;
  --pesc-login-color: #6097e7;
  --pesc-signup-bg: #f4b400;
  --pesc-signup-text: #1a1c1e;
  --pesc-bg-hero-light: #1b1b1b;
  --pesc-text-main: #ffffff;
  --pesc-text-sub: #b0b0b0;
  --pesc-primary: #6097e7;
  --border-color: #292929;
  --demo-btn: #f5f5f5;
   --text-animation: #f5f5f5 ;
  --sub-heading-banner: hsl(0, 0%, 92%);
  --card-icon-purple: #332a28;
  --card-icon-blue: #444b4e;
  --card-icon-green: #312b28;
  --card-icon-orange: #2a332e;
   --card-icon-pink:#382F38;
  --business-banner-image: url("https://dlvkyia8i4zmz.cloudfront.net/xF6z8BnXQPWmW37Q11Pf_Mask_group__2_.png");
  --border-colorpesc-hero-icon: #292929;

}

h1, h2,h3,h4,h5,h6{
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.page-heading{
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  color: var(--pesc-text-main);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.page-subheading{
  color: var(--pesc-text-sub);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  font-family: 'Inter', sans-serif;
}
/* .plus-jakarta {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-inter {
  font-family: 'Inter', sans-serif;
} */
.font-inter {
  font-family: 'Inter', sans-serif;
}
.dark-theme-item {
  display: none !important;
}
.dark .pesc-hero-icon svg path {
  stroke: var(--pesc-primary);

}

.dark .light-theme-item {
  display: none !important;
}

.dark .dark-theme-item {
  display: block !important;
}

/* Common Button Styles */
.pesc-btn {
  display: inline-block;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  white-space: nowrap;

}

.btn-shine {
  position: relative !important;  
  overflow: hidden !important;     
  z-index: 0;                      
}
section.pesc-hero .pesc-hero-title {
    padding-top: 80px;
}

.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;                    
  height: 100%;
  width: 20%;                      
  transform: skewX(-20deg);
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  filter: blur(8px);
  pointer-events: none;
  z-index: 2;                      
  animation: shine-sweep 2.8s ease-in-out infinite;
}

@keyframes shine-sweep {
  0%   { left: -30%; }
  100% { left: 130%; }             
}


/* .psc-btn-outer {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 11px;
  box-shadow:
    0px 0px 0px 1px #F3C91B,
    0px 1px 2px 0px #F8CF257A;
  transition: opacity 0.2s ease-in-out, transform 0.1s ease-in-out;

} */
.footer-links .footer-link:hover,
a.pesc-header-login-link.font-inter:hover{
  text-decoration: underline;
}
.demo-watch:hover,
.pesc-btn-yellow:hover{
transform: scale(1.03);
}
.pesc-hero-link:has(.demo-watch):hover{
  text-decoration: none;
}
.watch-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Yellow Button Variant */
.pesc-btn-yellow {
  background: rgba(var(--btnBgClr),1);
  color: rgba(var(--whiteClr),1);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all .3s ease-in-out;
}

.pesc-hero-img {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  max-width: 100%;
  overflow: hidden;

}

.pesc-hero-img img {
  max-width: 770px;
  height: auto;
  object-fit: contain;
  margin-top: 50px;
}

/* ===== Header Inner Styles ===== */

.pesc-header {
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  padding-inline: 12px;
  width: 100%;
  max-width: 1240px;
  background-color: var(--header);
  font-family: Arial, sans-serif;
  transition: padding 0.3s ease;
}

body[data-theme="dark"] {
  background-color: var(--bg-dark);
  color: var(--text-dark);
}

.demo-content {
  text-align: center;
  max-width: 600px;
  padding: 2rem;
}

.demo {
    color: rgba(var(--whiteClr), 1);
}

.demo-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.demo-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
}

.theme-toggle {
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background-color: var(--button-bg-light);
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

body[data-theme="dark"] .theme-toggle {
  background-color: var(--button-bg-dark);
  color: var(--text-dark);
}

.theme-toggle:hover {
  background-color: var(--button-hover-light);
  transform: scale(1.1);
}


.theme-toggle:focus {

  outline-offset: 2px;
}



/* Dark mode animations */
.dark .sun {
  transform: scale(1.75);
}

.dark .sun-beams {
  opacity: 0;
  transform: rotate(-25deg);
}

.dark .moon circle {
  transform: translateX(-7px);
}

/* Light mode (default state) */
.sun {
  transform: scale(1);
}

.sun-beams {
  opacity: 1;
  transform: rotate(0deg);
}

.moon circle {
  transform: translateX(0px);
}

/* Common styling */
.sun-and-moon > :is(.moon, .sun, .sun-beams) {
  transform-origin: center;
}

.sun-and-moon > :is(.moon, .sun) {
  fill: var(--pesc-text-main);
}

.theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
  fill: var(--pesc-text-main);
}

.sun-and-moon > .sun-beams {
  stroke: var(--pesc-text-main);
  stroke-width: 2px;
}

.theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
  stroke: var(--pesc-text-main);
}

/* Dark state overrides */
.dark .sun-and-moon > .sun {
  transform: scale(1.75);
}

.dark .sun-and-moon > .sun-beams {
  opacity: 0;
}

.dark .sun-and-moon > .moon > circle {
  transform: translateX(-7px);
}

@supports (cx: 1) {
  .dark .sun-and-moon > .moon > circle {
    cx: 17;
    transform: translateX(0);
  }
}

/* Animations */
@media (prefers-reduced-motion: no-preference) {
  .sun-and-moon > .sun {
    transition: transform .5s cubic-bezier(.5,1.25,.75,1.25);
  }

  .sun-and-moon > .sun-beams {
    transition: transform .5s cubic-bezier(.5,1.5,.75,1.25), opacity .5s cubic-bezier(.25,0,.3,1);
  }

  .sun-and-moon .moon > circle {
    transition: transform .25s cubic-bezier(.5,1.75,.75,1.25);
  }

  @supports (cx: 1) {
    .sun-and-moon .moon > circle {
      transition: cx .25s cubic-bezier(.5,1.75,.75,1.25);
    }
  }

  .dark .sun-and-moon > .sun {
    transition-timing-function: cubic-bezier(.25,0,.3,1);
    transition-duration: .25s;
    transform: scale(1.75);
  }

  .dark .sun-and-moon > .sun-beams {
    transition-duration: .15s;
    transform: rotateZ(-25deg);
  }

  .dark .sun-and-moon > .moon > circle {
    transition-duration: .5s;
    transition-delay: .25s;
  }
}





.pesc-header-logo-section img {
    max-height: 45px;
}
img.khalifafund-logo {
    max-height: 30px !important;
}


/* Button press animation */
.theme-toggle:active {
  transform: scale(0.95);
}

/* Smooth icon rotation on toggle */
.theme-toggle.toggling .sun-and-moon {
  transform: rotate(180deg);
}


.pesc-header-logo-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pesc-header-logo-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pesc-header-logo {
  max-height: 28px;
  width: auto;
}

.pesc-header-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text-color {
  color: var(--pesc-text-color);
}

/* Dark theme */
.dark .logo-text-color {
  columns: var(--pesc-text-color);
}


.pesc-header-title {
  font-weight: bold;
  color: var(--pesc-text-color);
  font-size: 14px;
}

.pesc-header-subtitle {
  font-size: 12px;
  color: var(--pesc-subtitle-color);
}

.pesc-header-auth-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pesc-header-login-link {
  color: rgba(var(--primary-Clr),1);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}

.pesc-header-signup-btn {
  background-color: var(--pesc-signup-bg);
  color: var(--pesc-signup-text);
  border: none;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
}

.pesc-header-signup-btn:hover {
  opacity: 0.9;
}


/* herobanner-css */
.pesc-hero {
  background:url('https://cdn.punjabstartup.com/1757744295729.svg');
  text-align: center;
  padding: 10px 20px;
  padding-bottom: 0;
  display: flex;
  margin-inline: 20px;
  margin-block: 20px;
  border-radius: 20px;
  flex-direction: column;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}
.dark .pesc-hero{
  background:url('https://cdn.punjabstartup.com/1757396341953.svg');
}
.pesc-hero-main {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  padding-block-start: 15px;
  backdrop-filter: blur(6px);
  transition: all 0.2s ease;
}
.pesc-hero-main.sticky{
  position: fixed;
  top: 0;
  left: 0;
  padding-block-start: 0;
  background-color: var(--header);
  box-shadow: 0 2px 5px rgba(var(--black-color), 0.1);
}



.pesc-hero-title {
  font-size: 50px;
  font-weight: 700;
  color: var(--pesc-text-main);
  margin-bottom: 16px;
  line-height: 120%;
}

.pesc-hero-title .highlight {
  color: rgba(var(--primary-Clr),1);
}

.pesc-hero-subtitle {
  max-width: 750px;
  margin: 0 auto 30px;
}

.pesc-hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.psc-btn-outer span {
    font-size: 0;
}

.pesc-btn-icon {
  margin-right: 6px;
}

.pesc-hero-link {
  color: rgba(var(--primary-Clr),1);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.pesc-hero-icon {
  margin-right: 6px;
  display: flex;
}

/* business-lonchpad-css */
.text-sub-dash {
  color: var(--pesc-text-sub);
}

.business-launchpad-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: var(--pesc-bg-hero-light);
  border-radius: 16px;
  padding: 60px;
  max-width: 1120px;
  margin: 60px auto 0;
  box-shadow: 0 2px 8px rgba(60, 74, 94, 0.07);
  align-items: stretch;
}

.business-launchpad-content {
  flex: 2;
  min-width: 300px;
  display: flex;
  gap: 70px;
  justify-content: flex-start;
}

.business-launchpad-text-section {
  display: flex;
  max-width: 665px;
  flex-direction: column;
}
.why-love h2 {
  color: rgba(var(--primary-Clr), 1);
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.why-love-grid {
  display: flex;
  gap: 35px;
  margin-top: 24px;
}

.love-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  background: var(--pesc-bg-hero-light);
  /* border-right: 1px solid #d9d9d9; */
  /* padding: 18px 12px 12px 14px; */
  min-height: 88px;
}

.two-column-section {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  /* spacing between sections */
}

.divider {
  width: 1px;
  /* thin vertical line */
  background-color: var(--border-colorpesc-hero-icon);
  /* subtle gray, can use var(--pesc-subtitle-color) */
}

.left-content,
.right-content {
  flex: 1;
}

.icon {
  font-size: 1.3rem;
  color: var(--pesc-primary);
  min-width: 24px;
  margin-top: 3px;
}

.business-launchpad-visual {
  flex: 1.5;
  /* background: var(--pesc-primary); */
  border-radius: 30px 30px 0 30px;
  min-width: 250px;
  max-width: 380px;
  /* Maintain aspect based on screenshot */
  align-self: center;
}

.business-launchpad-visual {

  width: 441px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* keep image inside */
}

.text-sub {
  font-size: 18px;
  font-weight: 400;
  color: var(--pesc-text-main);
}

.business-launchpad-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  /* image stays inside without distortion */
}

.love-text {
  max-width: 250px;
  line-height: 150%;
}

.love-title {
  color: var(--pesc-text-main);
  font-size: 18px;
  font-weight: 600;
}

.icon-goals {
  background: var(--icon-goals);
  padding: 8px;
  border-radius: 10px;
  display: flex;
}

.icon-action {
  background: var(--icon-action);
  padding: 8px;
  border-radius: 10px;
  display: flex;
}

.icon-pace {
  background: var(--icon-pace);
  padding: 8px;
  border-radius: 10px;
  display: flex;
}

.icon-zero-exp {
  background: var(--icon-zero-exp);
  padding: 8px;
  border-radius: 10px;
  display: flex;

}

/* psc-features-section */

.pesc-features, .pesc-privacy {
  padding: 60px 20px;
  background-color: var(--pesc-bg-light);
  max-width: 1240px;
  margin: 40px auto;
}

.pesc-features-header {
  text-align: center;
  margin-bottom: 40px;
}

.pesc-features-header h2 {
  margin-bottom: 8px;
}
.pesc-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.pesc-feature-card {
  border-radius: 12px;
  padding: 40px;
  background-color: #fff;
  text-align: left;
}

.pesc-feature-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--pesc-text-main);
  margin-bottom: 10px;
  margin-top: 0;
}

.pesc-feature-card p {
  font-size: 18px;
  font-weight: 400;
  color: var(--pesc-text-sub);
  margin-bottom: 24px;
  margin-top: 0;
  line-height: 150%;
  padding-right: 20px;
}

.pesc-feature-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Background Variants */
.pesc-feature-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 608px;
}

.pesc-feature-card-pink {
  background-color: var(--pesc-feature-card-one);
}

.pesc-feature-card-yellow {
  background-color: var(--pesc-feature-card-two);
}

.pesc-feature-card-blue {
  background-color: var(--pesc-feature-card-three);
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  margin: 100px 0;
}

.video-section-main {
  padding: 100px 0;
  background: var(--pesc-bg-hero-light);
}

/* Video Section */
.video-section {
  text-align: center;
}

.video-section h2 {
  margin-bottom: 16px;
  margin-top: 0;
}

.video-section p {
  margin-bottom: 40px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  max-width: 850px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.video-wrapper video{
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  object-fit: contain;
  background:rgba(var(--black-color), .5) ;
  cursor: pointer;
}
.video-wrapper iframe {
    border-radius: 16px;
    max-width: 860px;
}
.video-container {
  position: relative;
  background-color: #4a5568;
  border-radius: 12px;
  height: 441px;
  width: 973px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.play-button {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid #333;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

.watch-now-btn {
  background-color: var(--pesc-signup-bg);
  color: var(--pesc-signup-text);
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}

/* Business Path Section */
.business-path-section h2 {
  text-align: center;
  margin-bottom: 16px;
}

.business-path-section > p {
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.business-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.business-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  /* Makes all cards in the row equal height */
}

.business-card {
  flex: 1;
  /* Allows responsive resizing but keeps min width */
  background: var(--pesc-bg-hero-light);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  /* So content inside aligns nicely */
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(40px);
}

.business-card:active {
  transform: scale(.98);
  background-color: #F8CF2526;
  border: 1px solid#f8cf25;
}

.student-flag {
  background: var(--flag-btn);
  color: var(--pesc-text-color);
  padding: 10px;
  border-radius: 999px;
  font-size: 14px;
  /* margin-bottom: 18px; */
  font-weight: 500;
  display: inline-block;
}

.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 24px;
}

.card-icon.purple {
  background-color: var(--card-icon-purple)
}

.card-icon.blue {
  background-color: var(--card-icon-blue);
}

.card-icon.green {
  background-color: var(--card-icon-green);
}

.card-icon.orange {
  background-color: var(--card-icon-orange);
}
.card-icon.pink {
  background-color: var(--card-icon-pink);
}
.business-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--pesc-text-main);
  margin-bottom: 8px;
}

.business-card p {
  color: var(--pesc-text-sub);
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 96px;
  margin-top: 5px;
}

.learn-more-btn {
  background: var(--pesc-signup-bg);
  color: var(--pesc-signup-text);
  padding: 14px 20px;
  border: none;
  border-radius: 11px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  /* font-size: 0.9rem; */
  width: 100%;
}

.business-launchpad-container {
  opacity: 9;
 transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.business-launchpad-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* Improved animation class with better timing */
.business-card.animate-in {
  animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  border: 1px solid transparent;
}
.business-card.animate-in:hover{
  background: rgba(248, 207, 37, 0.15);
  border-color:  rgba(248, 207, 37, 1);
}
/* Enhanced staggered animation delays with better spacing */
.business-card:nth-child(1).animate-in {
  animation-delay: 0.1s;
}

.business-card:nth-child(2).animate-in {
  animation-delay: 0.3s;
}

.business-card:nth-child(3).animate-in {
  animation-delay: 0.5s;
}

.business-card:nth-child(4).animate-in {
  animation-delay: 0.7s;
}
.business-card:nth-child(5).animate-in {
  animation-delay: 0.9s;
}
button.learn-more-btn.font-inter{
  margin-top: 18px;
}
/* Journey Section */
.journey-section {
  text-align: center;
}

.Journey-section-wrap {
  background: var(--pesc-bg-hero-light);
  padding: 60px 20px;
}

.journey-section h2 {
  margin-top: 0;
}

.journey-image {
  width: 100%;
  /* Fill available width */
  height: auto;
  /* Keep aspect ratio */
  max-width: 100%;
  /* Prevent overflow */
  display: block;
  /* Remove extra space under image */
}

.step-number.purple {
  background-color: #7c3aed;
}

.step-number.blue {
  background-color: #2563eb;
}

.step-number.orange {
  background-color: #ea580c;
}

.step-number.green {
  background-color: #059669;
}


/* faq */
.faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-section-wrap {
  padding: 40px 0;
  margin-top:0;
  position: relative;
}
section.faq-section-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 28%);
    background-color: var(--card-var);
    z-index: -1;
    display: none;
}
.faq-title {
  text-align: center;
  margin-bottom: 3rem;
  animation: fadeInUp 0.8s ease-out;
}
.faq-item {
  border-bottom: 1px solid var(--border-color) !important;
  animation: slideInLeft 0.6s ease-out forwards;
  opacity: 0;
  transform: translateX(-30px);
}

.faq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.faq-item:nth-child(2) {
  animation-delay: 0.2s;
}

.faq-item:nth-child(3) {
  animation-delay: 0.3s;
}

.faq-item:nth-child(4) {
  animation-delay: 0.4s;
}

.faq-item:nth-child(5) {
  animation-delay: 0.5s;
}

.faq-item:last-child {
  border-bottom: none !important
}

.faq-question {
  width: 100%;
  padding: 24px;
  background: none;
  border: none;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  color: var(--pesc-text-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;

}


.faq-question:hover {
  background-color: var(--background-secondary);
}

.faq-question:hover::before {
  left: 100%;
}

.faq-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--background-secondary);
}

.faq-answer-content {
  padding: 0 24px 24px 24px;
  color: var(--pesc-text-sub);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease 0.1s;
}


.faq-item.open .faq-answer {
  max-height: 200px;
}

.faq-item.open .faq-answer-content {
  opacity: 1;
  transform: translateY(0);
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

.plus-icon {
  display: block;
}

.minus-icon {
  display: none;
}

.faq-item.open .plus-icon {
  display: none;
}

.faq-item.open .minus-icon {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes breathe {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}


.section-banner-main {
  margin-top: 40px;
}

.section-banner-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.business-banner-one {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
}

.business-banner-image {
  width: 100%;
  height: auto;
  max-width: 642px;
  border-radius: 11px;
  display: block;
}

.business-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(https://cdn.punjabstartup.com/1757756309342.svg), rgba(var(--primary-Clr), 1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 11px;
  max-width: 1240px;
  width: 100%;
  padding: 65px 0px;
  margin: auto;
}

.business-banner-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.business-banner-two h1 {
  font-size: 38px;
  font-weight: 700;
  color: rgba(var(--whiteClr2),1);
  margin-bottom: 16px;
}

.business-banner-two p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(var(--whiteClr2),.8);
  margin: 0 0 20px;
}

.demo-watch {
  background-color: rgba(var(--whiteClr),.2);
  border-radius: 11px;
  padding: 15px 25px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: opacity 0.3s ease;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.business-banner .pesc-btn {
    padding: 15px 25px;
}
.watch-icon {
  width: 23px;
  height: 23px;
}
.watch-icon svg{
  width: 100%;
  height: 100%;
}
/* footer-section */
.footer-section {
  background-color: var(--white);
  padding: 40px 0 20px;
  width: 100%;
  max-width: 1240px;
}

.footer-container {
  max-width: 1240px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand {
  display: flex;
  gap: 12px;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
}

.footer-logo::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
}

.footer-brand-text {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 180px;
}

.footer-contact {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}

.footer-contact-title {
  color: var(--pesc-text-sub);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer-contact-item {
  color: var(--pesc-text-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-decoration: none;
}
.footer-contact-item:last-child{
  margin-bottom: 0 !important;
}

.footer-contact-item:hover {
  color: var(--pesc-text-color);
  opacity: .9;
}

.footer-links {
  flex-shrink: 0;
  display: flex;
  gap: 15px;
}

.footer-links-title {
  color: var(--pesc-text-sub);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer-link {
  display: block;
  color: var(--pesc-text-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
   color: var(--pesc-text-color);
    opacity: .9;
}

.footer-download {
  flex-shrink: 0;
}

.footer-download-section {
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  overflow: hidden;
  align-self: flex-end;
}

.footer-download-title {
  color: var(--pesc-text-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-download-buttons {
  display: flex;
  flex-direction: column;
}
img.qr-img {
    max-width: 120px;
    margin-bottom: 10px;
}
.footer-phone-mockup {
  flex-shrink: 0;
  align-content: flex-end;
  position: relative;
}

.footer-phone-image {
  width: 200px;
  height: auto;
  position: relative;
  margin-bottom: -4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.footer-desc {
  display: flex;
  gap: 20px;
  width: 100%;
  padding-block-end: 20px;
  align-items: flex-end;
  justify-content: space-between;
}

/* css */
.timeline-section-t{
  background: var(--pesc-bg-hero-light);
  padding: 100px 0;
  overflow: hidden;
}
.timeline-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  /* padding: 50px 0; */
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e2e8f0;
  transform: translateX(-50%);
  border-radius: 2px;
  display: none;
  /* Hide the grey background line */
}

.progress-segment {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 5px;
  border-left: 2px dashed transparent;
  border-radius: 0;
  transition: clip-path 0.4s ease, opacity 0.4s ease;
  box-shadow: none;
  
}

.progress-segment.segment-1 {
  top: 88px;
  height: 17%;
  border-left-color: #8b5cf6;
}

.progress-segment.segment-2 {
  top: calc(27% + 95px);
  height: 16%;
  border-left-color: #3b82f6;
}

.progress-segment.segment-3 {
  top: calc(48% + 140px);
  height: 17%;
  border-left-color: #f97316;
}
.progress-segment.segment-4 {
  top: calc(75% + 50px);
  height: 25%;
  border-left-color: #8ff916;
}

.timeline-step {
  position: relative;
  margin-top: 100px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: fit-content;
}

.timeline-step.visible {
  opacity: 1;
}

.timeline-step.from-right {
  transform: translateX(560px);
}

.timeline-step.visible.from-right {
  transform: translate(460px, -16px);
  /* Changed from 50px to 100px to stop further right */
}

.timeline-step.from-left {
  transform: translateX(-100px);
}


.timeline-step.visible.from-left {
 transform: translate(0, -23px);
}

.step-circle {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: white;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-circle.purple {
  background: #843EDA;
}

.step-circle.blue {
  background: #02A9F0;
  margin-top: 217px;
}

.step-circle.orange {
  background: #EA6B3B;
  margin-top: 430px;
}

.step-circle.green {
  background: #008C3A;
    margin-top: 650px;
}

.step-content {
  background: transparent;
  width: 100%;
  max-width: 416px;
  border-radius: 16px;
  padding-left: 40px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pbn {
  background-color: rgba(var(--whiteClr), 1);
  padding: 24px;
  border-radius: 16px;
}

.pbn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.01);
    transition: all .3s ease-in-out;
}

.step-content.purple {
    padding-top: 30px;
}
.step-content.blue,.step-content.green {
    text-align: right;
}
.step-content.blue {
  border-left-color: #3b82f6;
  padding-top: 0;
  right: 60px;
  position: relative;
  top: 20px;
  max-width: 425px;
}

.step-content.orange {
  border-left-color: #f97316;
  max-width: 404px;
  position: relative;
  top: 20px;
}

.step-content.green {
  border-left-color: #10b981;
  right: 40px;
  position: relative;
  top: 20px;
  max-width: 404px;
}

.timeline-step:nth-child(even) .step-content {
  margin-left: 0;
  margin-right: 0;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-animation);
  margin:0;
}

.step-description {
  color: var(--pesc-text-sub);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 5px;
  margin-bottom: 0;
}
/* card */
.text-align-center {
  text-align: center;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1c1e;
  margin-bottom: 3rem;
}

/* 
section.testimonials-section h2.pesc-hero-title{
  font-size: 44px;
}
.testimonials-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  background: var(--card-var);
  border-radius: 16px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

} */

/* .testimonial-card:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12);
} */
/* .item {
    padding-bottom: 5px;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-header-one {
  display: flex;
  align-items: self-start;
  gap: 12px;
  justify-content: end;
  flex-direction: row-reverse;
  margin-bottom: 12px;
}

.testimonailSlidertwo .testimonial-header-one {
  justify-content: start;

} */

/* .testimonial-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 12px;
           
        } */
/* .testimonial-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 422px;
}

.testimonailSlidertwo .testimonial-info {
  align-items: start;
}

.slidering-wrapper {
  position: relative;
}

.slidering-wrapper::after,
.slidering-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 286px;
  height: 100%;
  background: var(--sliding-gradient-left);

  z-index: 9;
}

.slidering-wrapper::after {
  right: 0;
  left: auto;
  background: var(--sliding-gradient-right);

}

.testimonial-info h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--pesc-text-color);
  margin: 0px;

}

.testimonial-earnings {
  font-size: 14px;
  color: #10b981;
  font-weight: 500;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pesc-text-color);
  margin-bottom: 15px;
  font-weight: 400;
}

.testimonial-rating {
  display: flex;
  gap: 2px;
  justify-content: end;
}

.star {
  width: 16px;
  height: 16px;
  fill: #fbbf24;
} */

/* Animation for continuous scrolling testimonials */
/* @keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-320px * 5));
  }
} */

/* Main slider container with gradient fade effects 
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  border-radius: 12px;
}*/

/* Gradient fade effects on left and right edges */
/* .slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 200px;
  position: absolute;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
} */

/* Animated track containing all testimonial cards */
/* .testimonials-row {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(320px * 10);
  gap: 0;
} */

/* Individual testimonial card styling */
/* .testimonial-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
} */

.pesc-privacy{
  background-color: var(--pesc-bg-light);
  max-width: 1240px;
  margin: 0px auto;
  text-align: left;
}
.pesc-privacy h2{
  color: var(--pesc-text-color);
}
.pesc-privacy p{
  color: var(--pesc-subtitle-color);
}
.mobi-circle {
    display: none;
}

.footer-logo {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-logo img {
    max-height: 45px;
}
/* --- new Testimonial--- */

.testimonials-section {
    margin-top: 100px;
    padding-inline: 25px;
}
.testimonials-section .page-subheading {
    text-align: center;
    margin-bottom: 40px;
}
  .testimonial-container {
    max-width: 1240px;
    width: calc(100% - 0px);
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin: auto;
  }

  .testimonial-card {
      background: var(--pesc-bg-hero-light);
      padding: 25px;
      border-radius: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .testimonial-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }



.animate {
    animation: none; /* reset first */
}

.animate.slide-up {
    animation: slideUp 0.9s ease;
}
.animate.slide-down {
    animation: slideDown 0.9s ease;
}

/* same keyframes as before */

@keyframes slideUp {
    0% { transform: translateY(10px); opacity: 0.6; }
    100% { transform: translateY(0); opacity: 1; }
}
@keyframes slideDown {
    0% { transform: translateY(-10px); opacity: 0.6; }
    100% { transform: translateY(0); opacity: 1; }
}

  .featured-card {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 30px;
    overflow: hidden;
    align-content: center;

  }
  .testimonial-card.active{
    background: rgba(var(--primary-Clr),1) url(https://cdn.punjabstartup.com/1756986556690.svg);
  }
  .card-top-left {
      grid-column: 1;
      grid-row: 1;
  }

  .card-top-right {
      grid-column: 3;
      grid-row: 1;
  }

  .card-bottom-left {
      grid-column: 1;
      grid-row: 2;
  }

  .card-bottom-right {
      grid-column: 3;
      grid-row: 2;
  }

  .quote {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: var(--pesc-text-color);
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }

  .testimonial-card.active .quote {
      font-size: 16px;
      color: rgba(var(--whiteClr2),1);
      margin-block-end: 30px;
      -webkit-line-clamp: 13;
  }

  .author {
      display: flex;
      align-items: center;
      gap: 15px;
  }

  .author-avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex-shrink: 0;
  }
.author-avatar .testimonial-avatar {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
  .author-info h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--pesc-text-color);
    margin-bottom: 5px;
    margin-block-start: 0;
    font-family: 'Inter', sans-serif;
  }

.testimonial-card.active .author-info h4 {
  color: rgba(var(--whiteClr2),1);
  }
.testimonial-card.active .author-info h4 .degree  {
  color: rgba(var(--whiteClr2),.8);
}
.testimonial-card.active .author-info p {
  color: rgba(var(--whiteClr2),.8);
  }

  .author-info p {
    font-size: 13px;
    color: var(--pesc-text-sub);
    margin: 0;
    font-weight: 400;
  }

  .degree {
    color: var(--pesc-text-sub);
    font-size: 12px;
    font-weight: 400;
  }

.button-next-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: 40px;
    gap: 30px;
}
.button-next-prev button {
    background: rgba(var(--btnBgClr),1) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.button-next-prev button.disable {
    opacity: .7;
}


.animate.zoom {
  animation: featuredSlide 0.6s ease;
}


:root { --featured-from: -12px; } 

body:has(.button-next:active),
body:has(.button-next:focus),
body:has(.button-next:focus-visible) {
  --featured-from: 12px;
}

body:has(.button-prev:active),
body:has(.button-prev:focus),
body:has(.button-prev:focus-visible) {
  --featured-from: -12px;
}


@keyframes featuredSlide {
  0%   { transform: translateY(var(--featured-from)); opacity: 0.6; }
  100% { transform: translateY(0); opacity: 1;   }
}
.mobile-testimonial {
    display: none !important;
}

/* --- new Testimonial--- */
section.pesc-features .page-subheading {
    max-width: 750px;
    margin: 20px auto;
}

.footer-copyright {
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.footer-copyright-text {
  color: var(--pesc-text-sub);
  font-size: 16px;
  font-weight: 400;
}
.poweredBy {
  inset-block-end: 10px;
  inset-inline-end: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.poweredBy .poweredBy-tetr{
  /* background-color: rgba(var(--primary-Clr), 1); */
  padding: 6px 10px;
  border-radius: 6px;
  /* box-shadow: 6px 6px 54px 0px rgba(0, 0, 0, 0.05); */
   font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
  color: var(--pesc-text-sub);
}
.poweredBy .poweredBy-tetr strong{
  color: rgba( var(--primary-Clr),1);
  font-size: 10px;
}
.poweredBy .khalifafund-logo{
  width: 70px;
}
/* .poweredBy .tetr-logo{
  width: 60px;
} */






/* --- Responsive Design --- */
@media (max-width: 1050px) {
  .business-launchpad-content{
    align-items: center;
  }
  .pesc-hero .pesc-hero-title{
    font-size: 40px;
  }

  .text-sub, .love-title{
    font-size: 16px !important;
  }
  .pesc-hero-buttons{
    margin-top: 0;
  }
  
  .pesc-feature-card p{
    font-size: 14px !important;
  }
  .faq-question{
    padding: 16px !important;
  }
  .faq-answer-content{
    padding: 0 16px 16px 16px !important;
    font-size: 14px !important;
  }
  .faq-icon{
    width: 20px;
    height: 20px;
  }
  .faq-question,
  .business-subtitle{
    font-size: 16px !important;
  }
  .pesc-feature-card h3 {
    font-size: 20px !important;
  }
  .business-launchpad-visual {
    max-width: unset;
    aspect-ratio: auto;
    /* let image control height in mobile */
  }
  .business-card {
    flex: unset !important;
    width: 100% !important;
    min-width: 240px;
    max-width: 240px;
  }
  .business-card h3{
    margin-bottom: 0 !important;
  }
  .business-card p{
    margin: 10px 0 !important;
    min-height: 75px !important;
  }
  
  .business-launchpad-text-section .pesc-hero-title{
    margin-block-start: 0 !important;
  }
  .section,
  .faq-section-wrap,
  .video-section-main,
  .business-launchpad-container,
  .pesc-features,
  .timeline-section-t, .pesc-privacy{
    padding: 60px 25px!important;
    margin: 0px auto !important;
  }
  .business-launchpad-container {
    flex-direction: column;
    gap: 32px;
    max-width: 87%;
    margin: 40px auto 10px !important;
  }
  .faq-section{
    margin-top: 0;
    padding: 0 !important;
  }
 
  .faq-title,
  .business-path-section h2,
  .pesc-features-header h2.plus-jakarta {
    margin-top: 0 !important;
}
.section-banner-main{
  margin-top: 10px !important;
}
.faq-title{
  margin-bottom: 20px !important;
}
.testimonials-section {
    margin-top: 60px !important;
    padding-block-end: 60px;
}
  .business-launchpad-text-section p.pesc-hero-subtitle.font-inter{
    margin-bottom: 0px !important;
  }
  .why-love h2{
    margin-top: 0 !important;
    font-size: 20px !important;
  }
  .why-love-grid {
    gap: 15px;
  }

  .page-heading{
    font-size: 30px !important;
  }
  .business-cards{
    align-items: center;
    justify-content: center;
  }
  /* .step-title{
    font-size: 24px;
    margin: 0;
  }
  .step-description{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
  } */
  .testimonial-info h4{
    font-size: 16px;
  }
  .testimonial-text{
    font-size: 12px;
    margin-block: 5px !important;
  }
  .price-tag{
    font-size: 11px;
  }
.footer-section {
    padding: 0px 0 20px;
}
 .testimonial-card {
      padding: 15px;
  }
  .author {
    gap: 10px;
}
.quote,.testimonial-card.active .quote {
    font-size: 14px;
}
.author-info p {
    font-size: 12px;
}
  .page-subheading {
    font-size: 18px;
    line-height: 130%;
}




}




@media (max-width: 1024px) {
  .timeline-container {
    max-width: 90%;
    padding: 0 20px;
  }

  .step-content .purple{
    max-width: 280px;
  }
  .footer-download-section {
    gap: 15px;
    align-items: flex-end;
}
  .footer-phone-image {
    max-width: 150px;
    margin-bottom:0;
}
.footer-download-button img {
    max-width: 120px;
}
.footer-content {
    align-items: flex-end;
    gap: 20px;
}
.footer-desc {
    margin-bottom: 10px;
}
  .testimonials-row {
    justify-content: center;
  }
  .slider {
    width: 90vw;
    max-width: 800px;
  }
.footer-phone-mockup {
    font-size: 0;
}

.step-description {
    font-size: 16px;
}
.step-circle.blue {
    margin-top: 160px;
}
.progress-segment.segment-1 {
    top: 84px;
    height: 13%;
}
.progress-segment.segment-3 {
    top: calc(48% + 110px);
    height: 14%;
}
.progress-segment.segment-2 {
    top: calc(27% + 74px);
    height: 14%;
}
.timeline-step {
    margin-top: 70px;
}
.step-circle.orange {
    margin-top: 330px;
}
.step-content {
    padding-left: 30px;
}

.step-circle.green {
    margin-top: 500px;
}

.step-content.orange,.step-content.green,.step-content.blue {
    top: 0;
}
.pesc-hero-main{
    position: fixed;
    top: 0;
    left: 0;
    padding-block-start: 0;
    background-color: var(--header);
    box-shadow: 0 2px 5px rgba(var(--black-color), 0.1);
}
.pesc-btn{
    padding: 10px 20px !important;
    font-size: 14px;
    gap: 10px;
}
.demo-watch {
    padding: 10px 15px;
    font-size: 14px;
}
.business-banner-image {
    max-width: 450px;
}

}

@media (max-width: 992px) {
  .business-banner {
    padding: 50px 16px;
    box-sizing: border-box;
  }

  .business-banner-two h1 {
    font-size: 32px;
  }

.timeline-step.from-left,
  .timeline-step.from-right {
    transform: translateX(0) !important;
  }

  .timeline-step.visible.from-left,
  .timeline-step.visible.from-right {
    transform: translateX(0) !important;
    max-width: 100%;
    margin: 0 !important;
  }
.progress-segment,.step-circle{
   display: none;
}
.step-content {
  max-width: 88% !important;
  background-color: rgba(var(--whiteClr), 1);
  padding: 0 20px !important;
  border-radius: 16px;
  display: flex;
  align-items: center;
  top: 0 !important;
  gap: 10px;
  margin: auto;
}
.step-circle.mobi-circle {
  display: flex;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
  flex-shrink: 0;
  transform: none;
}
.step-content.blue, .step-content.green {
    text-align: left;
    right: 0;
}
.timeline-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.step-content.purple {
    padding-top: 0;
}
.journey-section h2 {
    margin-bottom: 40px;
}

.pesc-hero-img img{
 max-width: 550px;
}
  img.qr-img {
    max-width: 80px;
}



}


@media (max-width: 768px) {
  .page-heading{
    font-size: 24px !important;
  }
  .business-subtitle{
    font-size: 14px !important;
  }
  .pesc-header-container {
    width: 100%;
  }

  .pesc-hero-img::before,
  .pesc-hero-img::after {
    display: none;
    content: none;
  }
  .pesc-header {
    display: flex;
    gap: 8px;
    padding: 10px;
  }
  .pesc-header-title {
    font-size: 13px;
  }
  .pesc-header-subtitle {
    font-size: 11px;
  }
  .pesc-header-auth-buttons {
    width: 100%;
    justify-content: flex-end;
  }
  .testimonials-row {
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 2rem;
  }
  .journey-image {
    padding: 0 12px;
  }
  .faq-question {
    padding: 18px;
    font-size: 20px;
  }
  .faq-answer-content {
    padding: 0 20px 20px 20px;
    font-size: 16px;
  }
  .business-banner {
    padding: 40px 16px;
  }
  .business-banner-two h1 {
    font-size: 28px;
  }
  .business-banner-one {
    padding: 0 12px;
  }

  .business-banner-image {
    border-radius: 8px;
    /* Slightly smaller rounding for smaller screens */
  }
  /* .footer-content {
    flex-direction: column;
    gap: 30px;
  } */

  .footer-phone-mockup {
    align-self: flex-end;
  }

  .footer-phone-image {
    width: 130px;
  }
  .footer-download-buttons {
    gap: 12px;
  }
  .timeline-line {
    left: 20px; 
    transform: none;
  }

  .progress-segment {
    transform: none;
    display: none;
  }
  .step-title {
    font-size: 20px;
  }

  .step-description {
    font-size: 16px;
  }
  .timeline-step{
    margin-top: 0;
  }
  .footer-content {
    align-items: center;
    gap: 40px;
}
.footer-section {
    padding: 10px 15px 15px;
}
.faq-section {
    margin: 0 auto 40px;
}

.pesc-feature-card {
    text-align: center;
    flex-direction: column;
}
.timeline-section-t {
    padding: 50px 0;
}
.pesc-hero-title,.pesc-hero-subtitle {
    padding: 0 20px;
}

.theme-toggle,.sun-and-moon {
    width: 20px;
    height: 20px;
    padding: 0px;
}
.pesc-hero-main.sticky header.pesc-header {
    border-radius: 0;
}
.pesc-hero .pesc-hero-title{
    font-size: 28px !important;
  }
.pesc-feature-text {
    align-items: center;
    padding: 0 0 40px;
}
.text-sub, .love-title {
    font-size: 14px !important;
}
.learn-more-btn {
    width: auto;
}
 .business-launchpad-text-section .pesc-hero-title,
 .business-launchpad-text-section p.pesc-hero-subtitle.font-inter{
  padding: 0;
 }
 .why-love h2{
  font-size: 18px !important;
 }
 .footer-desc{
  gap: 30px;
 }

}
@media screen and (max-width: 767px) {
  .pesc-feature-card-blue .psc-btn-outer {
    padding-top: 20px;
}
  .faq-section-wrap {
    background: rgba( var(--whiteClr),1);
    padding-block-start: 10px !important;
}

.pesc-feature-card-blue p {
    padding-right: 0;
    margin-bottom: 0;
}
.pesc-hero {
    margin-inline: 15px;
    border-radius: 12px;
    margin-block-end: 60px;
}
.testimonials-section {
    padding-inline: 0;
}
.testimonials-section .page-subheading,.testimonials-section .page-heading {
    padding-inline: 20px;
}
.testimonial-card {
    padding: 20px;
    background: rgba(22, 79, 163, .2);
}
.pesc-hero-img img{
 max-width: 350px;
}
.love-text {
    max-width: 100%;
    text-align: left;
}
.love-item {
  flex: unset;
  flex-direction: row;
  width: 100%;
  gap: 15px;
  min-height: auto;
  align-items: center;
}
.text-sub, .love-title {
    font-size: 16px !important;
}
.pesc-feature-card {
    padding: 22px;
}
.footer-links {
  margin-bottom: 0;
}
.page-subheading {
    font-size: 15px;
}
.button-next-prev {
    margin-block-start: 30px;
    gap: 20px;
}
.button-next-prev button {
    width: 40px;
    height: 40px;
}
.desktop-testimonial {
  display: none!important;
}
.mobile-testimonial {
    display: block !important;
}
.owl-item.active.center .testimonial-card{
    background: rgba(22, 79, 163, 1)  url(https://cdn.punjabstartup.com/1756986556690.svg);
    color: #fff;
}
.quote {
    -webkit-line-clamp: 6;
}
.owl-item.active.center .testimonial-card .quote {
    color: #fff;
}
.owl-item.active.center .testimonial-card .author-info h4 {
    color: #fff;
}
.owl-item.active.center .testimonial-card .author-info p {
    color: #fff;
    opacity: .8;
}
.owl-item.active.center .testimonial-card .author-info h4 .degree {
    color: #fff;
    opacity: .8;
}

.testimonial-container .testimonial-card {
  display: none;
  opacity: 0;
  pointer-events: none;
  /* transform: translateY(2px) scale(.2);
  transition: transform .4s ease, opacity .4s ease; */
  width: calc(100% - 0px);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 720px;
}

.testimonial-container .testimonial-card.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  z-index: 10;
}
  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
.why-love h2 {
  text-align: center;
}
.business-launchpad-text-section {
  text-align: center;
}
  .business-launchpad-visual{
    max-width: 80%;
  }
  
  .business-launchpad-container {
    max-width: 100%;
    border-radius: 0;
  }

  .business-launchpad-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .why-love-grid {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
  }

.business-cards {
  display: flex;
  flex-direction: column;
}
.business-card {
  align-items: center;
  min-width: auto !important;
  max-width: calc(100% - 30px);
}
.business-card p {
    min-height: auto;
}
.footer-download-section {
    align-items: center;
    width: 100%;
}
.divider {
    display: none;
}
.footer-brand {
    width: 100%;
    align-items: center;
}
.footer-desc {
    justify-content: space-between;
    width: 100%;
}
.video-wrapper iframe {
    border-radius: 16px;
    max-height: 250px;
}
.footer-download-title {
    margin-top: 0;
}
.pesc-header-login-link {
    font-size: 15px;
}
.container {
    padding: 0;
}
.faq-answer-content,.faq-question {
    padding-inline: 0 !important;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.footer-copyright {
    flex-direction: column;
}
.footer-copyright-text {
    order: 2;
    text-align: center;
    margin-block-start: 10px;
}
.poweredBy {
    order: 1;
}
.section-banner-main {
    padding: 0 15px;
}
.footer-links {
    gap: 8px;
}
.section, .faq-section-wrap, .video-section-main, .business-launchpad-container,
 .pesc-features, .timeline-section-t, .pesc-privacy {
    padding: 60px 15px!important;
    margin: 0px auto !important;
}
/* .section {
    padding-block-start: 20px !important;
} */
.pesc-hero-subtitle {
    margin: 0 auto 20px;
}
.business-launchpad-container {
    transform: translateY(0px);
}
.section {
   padding-block-start: 0 !important;
}
section.pesc-hero .pesc-hero-title {
    padding-top: 50px;
}



}


@media (max-width: 600px) {

.pesc-header-logo-section {
    gap: 10px;
}
.pesc-header-logo-section img {
    max-height: 24px !important;
}
img.khalifafund-logo {
    max-height: 20px !important;
}
.pesc-btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
    border-radius: 5px;
}
.footer-copyright-text {
  font-size: 12px;
  margin-top: 0;
}
.footer-desc {
    padding-block-end: 10px;
}
.footer-desc {
    align-items: center;
}
.footer-contact-item, .footer-link, .pesc-feature-card p, .pesc-hero-subtitle {
    font-size: 12px;
}
.footer-logo {
    gap: 10px;
}



}



@media (max-width: 480px) {
  .footer-phone-image {
    width: 110px;
}
.quote {
    -webkit-line-clamp: 10;
}
  .pesc-header {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .pesc-header-logo-section {
    align-items: center;
  }
  .pesc-header-auth-buttons {
    justify-content: flex-end;
  }
  .pesc-header-login-link {
    font-size: 13px;
  }
  .pesc-header-signup-btn {
    padding: 5px 12px;
    font-size: 13px;
  }
  .pesc-hero-title {
    font-size: 25px;
  }
  .pesc-hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
  }
  .pesc-hero-buttons {
    gap: 12px;
  }
  .pesc-hero-link {
    font-size: 14px;
  }
  .journey-image {
    padding: 0 8px;
  }
  .business-banner-one {
    padding: 0 8px;
  }
  .business-banner-image {
    border-radius: 6px;
  }
  .business-banner {
    padding: 30px 12px;
    border-radius: 20px;
  }
  .business-banner-two h1 {
    font-size: 24px;
  }
  .business-banner-two p {
    font-size: 14px;
  }
  .demo-watch {
    width: 100%;
  }
  .footer-section {
    padding: 0;
  }
  .footer-download-buttons {
    flex-direction: column;
    gap: 8px;
  }
  .timeline-container {
    padding: 0;
    max-width: 100%;
  }
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .step-title {
    font-size: 16px;
    margin-top: 0;
  }
  .step-description {
    font-size: 13px;
    line-height: 1.4;
  }
.footer-contact-item,.footer-link,.pesc-feature-card p,.pesc-hero-subtitle {
    font-size: 14px;
}
.footer-desc {
    gap: 10px;
}
.footer-download-title {
    font-size: 16px;
}
.pesc-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.pesc-header-auth-buttons {
    gap: 10px;
}
.pbn {
    padding: 0;
}
.step-content {
    padding: 15px !important;
}
.timeline-container {
    gap: 30px;
}
.pesc-header-logo-image {
    max-width: 100px;
}
.pesc-hero-img img {
  max-width: 250px;
  margin-top: 30px;
}
h2.plus-jakarta.business-title br,.business-subtitle br,.page-subheading br,.page-heading br {
    display: none;
}
.testimonials-section {
    padding-inline: 10px;
}

}
