/* Join Program Page Styles - Pixel Perfect from Figma */
:root {
  --jp-purple: #423dcf;
  --jp-purple-light: #b2afeb;
  --jp-dark: #262626;
  --jp-text: #343434;
  --jp-gray: #9ca3af;
  --jp-border: #e5e7eb;
  --jp-bg-light: #f9fafb;
  --jp-white: #ffffff;
  --jp-font: 'Public Sans', sans-serif;
  --jp-gold: #F6DDAA;
  --jp-skyblue: #E8F7FF;
  --jp-text-gray: #737373;
  --jp-light-grey: #fafafa;
}

/* Reset */
.jp-hero *, .jp-section * { box-sizing: border-box; }

body.page-template-page-join-program {
  font-family: var(--jp-font);
  color: var(--jp-dark);
}

/* Override theme heading styles */
body.page-template-page-join-program h1,
body.page-template-page-join-program h2,
body.page-template-page-join-program h3,
body.page-template-page-join-program h4,
body.page-template-page-join-program h5,
body.page-template-page-join-program h6 {
  color: var(--jp-dark);
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
  padding: 0;
  margin: 0;
  font-family: var(--jp-font);
}

body.page-template-page-join-program a { text-decoration: none; }

body.page-template-page-join-program .jp-text-purple,
body.page-template-page-join-program h1 .jp-text-purple,
body.page-template-page-join-program h2 .jp-text-purple {
  color: var(--jp-purple) !important;
  -webkit-text-fill-color: var(--jp-purple) !important;
}

.inmobile {display: none;}
.indesktop{display:block;}

/* Container - Figma: 1440px frame, 120px padding each side = 1200px content */
.jp-container { max-width: 1440px; margin: 0 auto; padding: 0 120px; width: 100%; }
.jp-container-narrow { max-width: 1264px; padding: 0 120px; }

/* Typography */
.jp-text-purple { color: var(--jp-purple); }
.jp-text-dark { color: var(--jp-text); }

.jp-section-title {
  font-size: 36px; font-weight: 700; text-align: center;
  margin-bottom: 48px !important; line-height: 1.3;
}
.jp-section-subtitle {
  text-align: center; font-size: 16px; color: var(--jp-text-gray);
  max-width: 768px; margin: auto !important; line-height: 1.5;
}

/* Buttons */
button:focus, button:hover{background: var(--jp-purple); color: var(--jp-white)}
.jp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 16px; border-radius: 8px; font-size: 16px; font-weight: 500;
  font-family: var(--jp-font); text-decoration: none; cursor: pointer;
  border: none; transition: opacity 0.2s;
}
.jp-btn:hover { opacity: 0.9; text-decoration: none; }
.jp-btn-primary { background: var(--jp-purple); color: var(--jp-white); }
.jp-btn-primary:hover { color: var(--jp-white); }
.jp-btn-outline { background: var(--jp-purple); border: 1px solid var(--jp-purple); color: var(--jp-white); }
.jp-btn-outline:hover { color: var(--jp-white); }
.jp-btn-download { background: var(--jp-white); border: 1px solid var(--jp-purple); color: var(--jp-purple); }
.jp-btn-download:hover { background: var(--jp-purple-light); color: var(--jp-purple); }
.jp-btn-sm { padding: 10px 24px; font-size: 14px; }
.jp-btn-full { width: 100%; }

/* Sections */
.jp-section { padding: 100px 0; }

/* ===== HERO - Figma: Section 8:30, 1440x1009 ===== */
.jp-hero { background: var(--jp-white); padding: 100px 0; }
form#jp-join-form {
    margin-top: 25px;
}

.jp-hero-grid {
  display: flex; justify-content: space-between; align-items: flex-start;
}

/* Left: Figma Margin 8:31, x=120, w=576 */
.jp-hero-left { flex: 0 1 576px; padding-top: 16px; }

/* Title: Figma 8:33, font-size 48px, line-height 57.6px, font-weight 700 */
.jp-hero-title { font-size: 48px; font-weight: 700; line-height: 57.6px; margin: 0 0 16px !important; }

/* Feature list: Figma 8:36, gap 16px between items */
.jp-feature-list { list-style: none; padding: 0; margin: 0 0 40px; }
.jp-feature-list li {
  font-size: 16px; line-height: 24px; padding: 6px 0;
  color: var(--jp-dark); 
}
.jp-check {
  color: var(--jp-purple); font-weight: 700; flex-shrink: 0;
  width: 20px; height: 20px; display: inline-flex;
  align-items: center; justify-content: center; margin-top: 2px;
}

/* Collab: Figma 8:97 */
.jp-collab-label { font-size: 16px; font-weight: 500; margin: 0 0 12px; color: var(--jp-dark); }
.jp-collab-logos { display: flex; align-items: center; gap: 48px; margin-bottom: 40px; }
.jp-logo-ibm { height: 48px; width: 120px; object-fit: contain; }
.jp-logo-nasscom { height: 20px; width: 120px; object-fit: contain; }

/* Buttons: Figma 8:105, gap 16px */
.jp-hero-buttons { display: flex; gap: 16px; }
.jp-hero-buttons .jp-btn { width: 201px; height: 50px; font-size: 16px; font-weight: 500; }

/* Form card: Figma 8:110, x=870, w=450 */
.jp-hero-right { width: 450px; flex-shrink: 0; }
.jp-form-card {
  background: var(--jp-white); border: 4px solid var(--jp-white);
  border-radius: 16px; padding: 44px 28px;
  box-shadow: 0 4px 20px rgba(178, 175, 235, 0.3);
}
.jp-form-title { font-size: 20px; font-weight: 600; margin: 0 0 24px; line-height: 32px; }
.jp-form-group { margin-bottom: 16px; }
.jp-form-group input {
  width: 100%; height: 54px; border: 1px solid var(--jp-border);
  border-radius: 8px; padding: 0 16px; font-size: 14px;
  font-family: var(--jp-font); color: var(--jp-dark); outline: none;
  background: var(--jp-white);
}
.jp-form-group input::placeholder { color: var(--jp-gray); }
.jp-form-group input:focus { border-color: var(--jp-purple); }
.jp-otp-input { background: var(--jp-bg-light) !important; }

/* Phone row: Figma 8:123 */
.jp-phone-group { display: flex; gap: 8px; }
.jp-country-code {
  display: flex; align-items: center; justify-content: space-between; gap: 4px;
  border: 1px solid #e5e5e5; border-radius: 8px; padding: 0 13px;
  font-size: 14px; color: #a3a3a3; width: 65px; min-width: 65px; height: 54px;
  background: var(--jp-white);
}
.jp-phone-input { flex: 1; min-width: 0; }
.jp-btn-otp {
  background: var(--jp-purple); border: none;
  border-radius: 8px; padding: 0 16px; font-size: 14px; font-weight: 500;
  font-family: var(--jp-font); cursor: pointer; white-space: nowrap;
  width: 109px; min-width: 109px; height: 54px;
}

/* Submit: Figma 8:146, h=48, rounded-6, bg #b2afeb */
.jp-btn-submit {
  background: var(--jp-purple); color: var(--jp-white);
  width: 100%; height: 48px; padding: 12px 24px; border-radius: 6px;
  font-size: 16px; font-weight: 400;
}
.jp-phone-input-wrap {
    position: relative;
}

/* ===== KICKSTART - Figma 8:149 ===== */
.jp-kickstart { background: #ECECFA; }
.jp-kickstart-grid { display: flex; gap: 0; align-items: center;}
.jp-kickstart-image { flex: 0 0 600px; display: flex; justify-content: center; align-items: center; }
.jp-cards-grid { flex: 0 0 600px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.jp-info-card { background: var(--jp-white);  border-radius: 12px; padding: 24px; box-shadow: 0px 13px 0px 0 #F7F7F9; }
.jp-card-icon { width: 48px; height: 48px; background: #f0efff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.jp-info-card h3 { font-size: 18px; font-weight: 600; margin: 0 0 8px; line-height: 1.4;background: transparent;color: var(--jp-dark);padding: 0; }
.jp-info-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* ===== IBM SECTION - Figma 8:190 ===== */
.jp-ibm-section { background: var(--jp-white); }
.jp-ibm-section .jp-container { padding: 0 144px; }
.jp-ibm-images { margin-top: 32px; }
.jp-ibm-img-row { display: flex; gap: 24px; margin-bottom: 24px;}
.jp-ibm-img-placeholder, .jp-ibm-img-wide { border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.jp-ibm-img-placeholder { flex: 1; height: 290px; }
.jp-ibm-img-wide { flex: 1; }
.jp-ibm-courses-bar { background: var(--jp-purple); border-radius: 12px; padding: 24px 32px; color: var(--jp-white); }

.jp-tag { background: rgba(255,255,255,0.15); padding: 8px 16px; border-radius: 8px; font-size: 14px; }

/* ===== HIGHLIGHTS - Figma 8:301 ===== */
.jp-highlights { background: var(--jp-bg-light); }
.jp-highlights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.jp-highlight-card { border: 1px solid var(--jp-gold); border-radius: 12px; padding: 41px 25px 40px; background: var(--jp-white);}
.jp-highlight-icon { width: 64px; height: 64px; background: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 32px;
box-shadow: 0px 4px 12px 0px #FFEDC1;
}
.jp-highlight-card h3 { font-size: 20px; font-weight: 700; margin: 0 0 8px; background: transparent;color: var(--jp-dark);padding: 0;}
.jp-highlight-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }
.jp-text-gold{color:#EAAC30;}

/* ===== CURRICULUM - Figma 8:370 ===== */
.jp-curriculum { background: var(--jp-white); }
.jp-curriculum-grid { display: flex; gap: 32px; }
.jp-module-list { width: 467px; flex-shrink: 0; }
.jp-module-item { background: var(--jp-white); border: 1px solid var(--jp-gold); border-radius: 12px; padding: 25px 33px; margin-bottom: 16px; cursor: pointer; transition: border-color 0.2s; }
.jp-module-active { border-color: var(--jp-gold); box-shadow: 0px 4px 7px 0px #FFFAEF; border-left:10px solid var(--jp-gold);}
 .jpdot{font-size:40px;line-height:30px;}
.jp-module-header { font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.jp-module-num { color: var(--jp-dark); margin-right: 4px; }
.jp-module-meta { font-size: 14px; color: #666; display: flex; gap: 16px; }
.jp-module-detail { flex: 1; background: var(--jp-white); border: 1px solid var(--jp-gold); border-radius: 12px; padding: 25px 33px; display: none; }
.jp-module-detail-active { display: block; }
.jp-module-detail-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.jp-module-detail-header h3 { font-size: 22px; font-weight: 600; margin: 0;    background: transparent;color: var(--jp-dark);padding: 0; }
.jp-module-topics { list-style: disc; padding-left: 26px; margin: 0 0 32px; }
.jp-module-topics li { font-size: 16px; line-height: 28px; padding: 4px 0; }
.jp-module-extras p { font-size: 16px; margin: 16px 0 0; }

/* ===== FOCUS - Figma 8:522 ===== */
.jp-focus { background: var(--jp-bg-light); text-align: center; }

.jp-focus .jp-section-title{font-size: 48px;margin: 15px !important;}
.jp-focus-letters { display: flex; justify-content: center; gap: 64px; margin: 48px 0; }
.jp-focus-letter { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.jp-big-letter { font-size: 120px; font-weight: 700; color: var(--jp-purple); line-height: 1; }
.jp-focus-letter span:last-child { font-size: 20px; font-weight: 600; }
.jp-focus-cards { display: flex; gap: 24px; justify-content: center; }
.jp-focus-card { border: 1px solid var(--jp-gold); border-radius: 12px; padding: 41px 25px; width: 304px; text-align: left; background: var(--jp-white);}
.jp-focus-card-icon { width: 56px; height: 56px; background: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; box-shadow: 0px 4px 12px 0px var(--jp-gold);
}
.jp-focus-card h3 { font-size: 20px; font-weight: 600; margin: 0 0 12px; background: transparent;color: var(--jp-dark);padding: 0;}
.jp-focus-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }

/* ===== JOURNEY - Figma 8:597 ===== */
.jp-journey { background: var(--jp-white); }
.jp-journey-step { text-align: center; padding: 24px; }
.jp-step-icon { width: 40px; height: 40px; background: var(--jp-purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 18px; }
.jp-journey-step h4 { font-size: 16px; font-weight: 600; margin: 0 0 8px; line-height: 1.3; }
.jp-journey-step p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; }

/* ===== TOOLS ===== */
.jp-tools { background: var(--jp-white); }
.jp-tools-placeholder { min-height: 400px; background: var(--jp-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #999; }

/* ===== PROJECTS ===== */
.jp-capstone{background: #E8F7FF;}
.jp-project-grid { display: flex; gap: 32px;justify-items: center;flex-wrap: wrap;justify-content: center; }
.jp-project-card { border: 1px solid var(--jp-border); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04);background: #fff;padding:16px;width: calc(33.33% - 22px);
    max-width: 386px; }

.jp-project-card p { padding-top: 16px; font-size: 16px; font-weight: 700; line-height: 1.7; margin: 0 !important; }

/* ===== SKILLING ===== */
.jp-skilling { background: var(--jp-bg-light); }
.jp-skilling-card { background: url(http://localhost/wordpress/wp-content/themes/job-child/images/join_program/backimg.png);    background-repeat: no-repeat;background-position: bottom right;background-color: #ECECFA;border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); overflow: hidden; position: relative; padding: 40px; }
.jp-free-badge { position: absolute; top: 0; left: 0; background: var(--jp-purple); color: var(--jp-white); padding: 12px 42px; font-size: 18px; font-weight: 600; border-radius: 0 0 12px 0; }
.jp-skilling-grid { display: flex; gap: 40px; margin-top: 40px; }
.jp-skilling-left { width: calc(100% - 791px); }
.jp-skilling-left h2 { font-size: 36px; font-weight: 700; margin: 0 0 16px; }
.jp-skilling-subtitle { font-size: 16px; font-weight: 500; margin-bottom: 16px; }
.jp-skilling-list { display: flex; gap: 48px; }
.jp-skilling-list ul { list-style: disc; padding-left: 20px; margin: 0; }
.jp-skilling-list li { font-size: 14px; line-height: 2; }
.jp-skilling-right { flex: 1; }
.jp-course-carousel { display: flex; flex-direction: column; gap: 15px; }
.jp-slider { overflow: hidden; }
.jp-slider-track { display: flex; gap: 15px; transition: transform 0.5s ease; }
.jp-slide {
  min-width: calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
  background: var(--jp-white);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  flex-shrink: 0;
}
.jp-slide img { width: 100%;  object-fit: cover; border-radius: 8px; margin-bottom: 8px; }
.jp-slide div { font-size: 16px; font-weight: 700; color: var(--jp-dark); padding: 0 4px; }

/* ===== VIDEOS ===== */
.jp-videos { background: var(--jp-white); }
.jp-videos-grid { display: flex; gap: 40px; align-items: flex-start; }
.jp-video-main { width: 548px; flex-shrink: 0; }
.jp-video-placeholder { background: #222; border-radius: 16px; padding: 15px; overflow: hidden; position: relative; }
.jp-video-player { display: none; width: 100%; height: 100%; }
.jp-video-player-active { display: block; }
.jp-play-btn { width: 72px; height: 72px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: white; }
.jp-video-info { flex: 1; }
.jp-video-info h2 { font-size: 28px; font-weight: 700; margin: 0 0 16px; }
.jp-video-info > p { font-size: 16px; color: #666; line-height: 1.5; margin: 0 0 24px; }
.jp-video-thumbs-wrap { overflow: hidden; width: 554px; max-width: 100%; }
.jp-video-thumbs { display: flex; gap: 16px; transition: transform 0.4s ease; }
.jp-video-thumb { width: 174px; min-width: 174px; height: 105px; background: #ddd; border-radius: 8px; overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: border-color 0.2s; }
.jp-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.jp-video-thumb-active { border-color: var(--jp-purple); }
.jp-video-nav { display: flex; gap: 16px; margin-top: 16px; justify-content: flex-end; }
.jp-video-nav-btn { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--jp-border); background: var(--jp-white); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #666; transition: border-color 0.2s; padding:15px; }
.jp-video-nav-btn:hover { border-color: var(--jp-purple); color: var(--jp-white); }

/* ===== BROCHURE ===== */
.jp-brochure { background: var(--jp-skyblue); }
.jp-brochure-grid { display: flex; gap: 40px; align-items: center; }
.jp-brochure-left { flex: 1; }
.jp-brochure-left h2 { font-size: 36px; font-weight: 700; margin: 0 0 16px; line-height: 1.3; }
.jp-brochure-left > p { font-size: 18px; color: #666; line-height: 1.5; margin: 0 0 24px; }
.jp-brochure-right { flex: 1; }
.jp-brochure-visual {  min-height: 400px; display: flex; align-items: center; justify-content: center; }

/* ===== CAREER ===== */
.jp-career { background: var(--jp-white); }
.jp-career-grid { display: flex; gap: 40px; margin-top: 32px; }
.jp-career-left { width: 480px; flex-shrink: 0; }
.jp-career-tabs { margin-bottom: 24px; }
.jp-career-tab { padding: 12px 20px; border-left: 3px solid var(--jp-border); margin-bottom: 16px; font-size: 20px; font-weight: 500; cursor: pointer;  color:var(--jp-text-gray)}
.jp-career-tab-active { border-left-color: var(--jp-purple); color: var(--jp-purple);}
.jp-career-tab p { font-size: 16px; font-weight: 400; color: #666; margin: 8px 0 0; line-height: 1.5; }
.jp-career-content { display: none; }
.jp-career-tab-active .jp-career-content { display: block; }
.jp-career-right { flex: 1; }
.jp-career-image { background: var(--jp-bg-light); border-radius: 12px; min-height: 336px; display: flex; align-items: center; justify-content: center; color: #999; }
.jp-career-img { display: none; width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.jp-career-img-active { display: block; }
.jp-career .jp-section-title{margin-bottom: 11px !important;}

/* ===== ASSISTANCE ===== */
.jp-assistance { background: var(--jp-white); }
.jp-assistance-grid { display: flex; gap: 40px; align-items: center; }
.jp-assistance-image { flex: 1; min-height: 458px; display: flex; align-items: center; justify-content: space-between; }
.jp-assistance-image img{width:450px;}
.jp-assistance-cards { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.jp-assist-card { background: var(--jp-white); border: 2px solid var(--jp-bg-light); border-radius: 12px; padding: 25px;     box-shadow: 0px 13px 0px 0px var(--jp-bg-light); }
.jp-assist-card h3 { font-size: 20px; font-weight: 700; margin: 0 0 8px; background: transparent;color: var(--jp-dark);}
.jp-assist-card p { font-size: 16px; color: #666; line-height: 1.5; margin: 0; }

/* ===== ELIGIBILITY ===== */
.jp-eligibility { background: var(--jp-white); }
.jp-eligibility-card { background: var(--jp-skyblue); border: 1px solid var(--jp-border); border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); display: flex; overflow: hidden; }
.jp-eligibility-image { width: 495px; flex-shrink: 0;  display: flex; align-items: end; justify-content: center; color: #999; min-height: 600px; }
.jp-eligibility-content { padding: 40px; flex: 1; }
.jp-eligibility-content h2 { font-size: 36px; font-weight: 700; margin: 0 0 32px; line-height: 1.3; }
.jp-eligibility-list { list-style: none; padding: 0; margin: 0 0 32px; }
.jp-eligibility-list li { padding: 12px 0 12px 42px; position: relative; }
.jp-eligibility-list li::before {
content: "";position: absolute;left: 0;top: 18px;width: 30px;height: 30px;background-image: url('http://localhost/wordpress/wp-content/themes/job-child/images/join_program/icon.webp');background-size: contain;background-repeat: no-repeat;




}
.jp-eligibility-list strong { display: block; font-size: 20px;font-weight: 500; margin-bottom: 4px; }
.jp-eligibility-list span { font-size: 16px; color: #666; }

/* ===== CERTIFICATIONS ===== */
.jp-certifications { background: var(--jp-white); }
.jp-cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.jp-cert-card { background: var(--jp-white); border-radius: 12px; min-height: 299px; display: flex; align-items: center; justify-content: center; color: #999; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }

/* ===== FEES - Figma 8:1263 ===== */
.jp-fees { background: var(--jp-white); }
.jp-fees-grid { display: flex; gap: 48px; align-items: flex-start; background: var(--jp-skyblue); border-radius: 16px; padding: 64px;  }
.jp-fees-left { flex: 1; }
.jp-fees-left h2 { font-size: 28px; font-weight: 700; margin: 0 0 16px;  -webkit-text-fill-color: var(--jp-dark) !important; }
.jp-fees-left > p { font-size: 14px; opacity: 0.8; line-height: 1.5; margin: 0 0 24px; }
.jp-fees-list { list-style: none; padding: 0; margin: 0; }
.jp-fees-list li { font-size: 16px; line-height: 24px; padding: 8px 0; }
.jp-fees-list .jp-check { color: #90ee90; -webkit-text-fill-color: #90ee90 !important; }
.jp-fees-right { width: 400px; flex-shrink: 0; }
.jp-price-card { background: var(--jp-white); border-radius: 16px; padding: 32px; color: var(--jp-dark); }
.jp-price-card h3 { font-size: 24px; font-weight: 600; margin: 0 0 8px;background: transparent;color: var(--jp-dark);padding: 0;}
.jp-price { font-size: 36px; font-weight: 700; color: var(--jp-purple); margin: 16px 0; }
.jp-price-card > p { font-size: 14px; color: #666; margin: 0 0 24px; }

/* ===== FAQ - Figma 8:1343 ===== */
.jp-faq { background: var(--jp-white); }
.jp-faq-tabs { display: flex; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; justify-content: center; }
.jp-faq-tab { padding: 9px 13px; border: 1px solid var(--jp-purple); border-radius: 20px; background: var(--jp-white); font-size: 14px; font-family: var(--jp-font); cursor: pointer; color: var(--jp-purple);font-weight: 400; }
.jp-faq-tab-active { background: var(--jp-purple); color: var(--jp-white); border-color: var(--jp-purple); }
.jp-faq-item { background: var(--jp-light-grey); border-radius: 12px; margin-bottom: 16px; overflow: hidden; padding: 32px;  }
.jp-faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer;  }
.jp-faq-question h3 { font-size: 18px; font-weight: 600; margin: 0; color: var(--jp-purple) !important;background: transparent;padding: 0;}
.jp-faq-toggle { font-size: 24px; color: var(--jp-purple); flex-shrink: 0; margin-left: 16px; -webkit-text-fill-color: var(--jp-purple) !important; }
.jp-faq-answer { display: none; padding: 10px 0; }
.jp-faq-open .jp-faq-answer { display: block; }
.jp-faq-answer p { font-size: 16px; color: #666; line-height: 1.7; margin: 0 0 12px; }

/* FAQ tab content - hide non-active lists */
.jp-faq-list { display: none; }
.jp-faq-list.jp-faq-list-active { display: block; }

/* ===== TOP INDUSTRY EXPERTS - Figma 8:1103, 1440x654 ===== */
.jp-experts {
  padding: 0;
  background: none;
}
.jp-experts-inner {
 
  background-color: var(--jp-skyblue);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.jp-experts-inner > * { position: relative; z-index: 1; }
.jp-experts-title {
  font-size: 36px !important;
  font-weight: 700;
  text-align: center;
  color: var(--jp-dark) !important;
  -webkit-text-fill-color: var(--jp-dark) !important;
  margin-bottom: 30px !important;
}
.jp-experts-title .jp-text-purple {
  color: var(--jp-purple) !important;
  -webkit-text-fill-color: var(--jp-purple) !important;
}
.jp-experts-slider-wrap {
  max-width: 1024px;
  overflow: hidden;
  padding: 0 25px;
  margin: 0 auto;
}
.jp-experts-slider {
  display: flex;
  gap: 51px;
  transition: transform 0.4s ease;
}
.jp-expert-card {
  background: var(--jp-white);
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.04);
  width: 289px;
  min-width: 289px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 13px;
}
.jp-expert-img-wrap {
  background: #eff5ff;
  border-radius: 8px;
  overflow: hidden;
  height: 241px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.jp-expert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-expert-info { padding: 0 2px; }
.jp-expert-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.jp-expert-name-row strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--jp-dark) !important;
  -webkit-text-fill-color: var(--jp-dark) !important;
}
.jp-yoe-badge {
  background: #efe6fd;
  color: #4600a9;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 6px;
  white-space: nowrap;
}
.jp-expert-desc {
  font-size: 12px;
  color: #737373;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.jp-experts-nav {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.jp-experts-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--jp-purple);
  background: transparent;
  color: var(--jp-purple);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== EMI PARTNERS - Figma 8:1328, 1440x426 ===== */
.jp-emi {
  padding: 0;
  background: none;
}
.jp-emi-inner {
  background-color: var(--jp-skyblue);
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
}

.jp-emi-inner > * { position: relative; z-index: 1; }
.jp-emi-title {
  font-size: 36px !important;
  font-weight: 700;
  text-align: center;
  color: var(--jp-dark) !important;
  -webkit-text-fill-color: var(--jp-dark) !important;
}
.jp-emi-title .jp-text-purple {
  color: var(--jp-purple) !important;
  -webkit-text-fill-color: var(--jp-purple) !important;
}
.jp-emi-logos {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
.jp-emi-logo-card {
  background: var(--jp-white);
  border: 1px solid #dde1f6;
  border-radius: 8px;
  padding: 24px;
  min-width: 200px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jp-emi-logo-card img {
  max-width: 200px;
  max-height: 97px;
  object-fit: contain;
}

/* ===== TESTIMONIALS - Figma 8:1328, 1440x426 ===== */
.jp-testimonials {
  background: linear-gradient(135deg, #1a1145 0%, #2d1b69 50%, #423dcf 100%);
  padding: 80px 0;
  color: var(--jp-white);
}
.jp-testimonials .jp-section-title {
  color: var(--jp-white) !important;
  -webkit-text-fill-color: var(--jp-white) !important;
  margin-bottom: 40px;
}
.jp-testimonial-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.jp-testimonial-slider::-webkit-scrollbar { display: none; }
.jp-testimonial-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 360px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 32px;
  scroll-snap-align: start;
}
.jp-testimonial-stars {
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.jp-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
  font-style: italic;
}
.jp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.jp-testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.jp-testimonial-info strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--jp-white) !important;
  -webkit-text-fill-color: var(--jp-white) !important;
  margin-bottom: 2px;
}
.jp-testimonial-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.jp-testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.jp-testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.jp-dot-active {
  background: var(--jp-white);
  width: 28px;
  border-radius: 5px;
}

/* Form messages */
.jp-form-message { padding: 10px 14px; border-radius: 8px; font-size: 14px; margin-bottom: 12px; line-height: 1.4; }
.jp-form-message-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.jp-form-message-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.jp-btn-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.jp-btn-otp:disabled { opacity: 0.5; cursor: not-allowed; }
.jp-btn-otp:not(:disabled) { background: var(--jp-purple); }
.jp-btn-submit:not(:disabled) { background: var(--jp-purple); }

/* Phone verified tick */
.jp-phone-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
.jp-phone-input-wrap .jp-phone-input {
  width: 100%;
}
.jp-phone-verified-tick {
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 2;
  pointer-events: none;
}
.jp-phone-verified .jp-phone-verified-tick { display: flex; }
.jp-phone-verified .jp-phone-input { padding-right: 44px; }

/* OTP disabled state */
.jp-otp-input:disabled { background: #f3f4f6 !important; opacity: 0.6; cursor: not-allowed; }

/* ===== BROCHURE POPUP ===== */
.jp-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.jp-popup-overlay.jp-popup-open {
  display: flex;
}
.jp-popup-card {
  background: var(--jp-white);
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: jpPopupIn 0.3s ease;
}
@keyframes jpPopupIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.jp-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.08);
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  z-index: 2;
  line-height: 1;
  transition: background 0.2s;
}
.jp-popup-close:hover { background: rgba(0, 0, 0, 0.15); }
.jp-popup-grid {
  display: flex;
}
.jp-popup-left {
  width: 360px;
  flex-shrink: 0;
  background: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.jp-popup-left img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.jp-popup-right {
  flex: 1;
  padding: 40px 32px;
}
.jp-popup-right .jp-form-title {
  font-size: 22px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .jp-popup-grid { flex-direction: column; }
  .jp-popup-left { width: 100%; height: 200px; padding: 20px; }
  .jp-popup-right { padding: 24px; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1280px) {
  .jp-container, .jp-container-narrow { padding: 0 60px; }
  .jp-ibm-section .jp-container { padding: 0 60px; }
   .jp-skilling-left{width: 100%;}
}
@media (max-width: 1024px) {
  .jp-container, .jp-container-narrow { padding: 0 24px; }
  .jp-ibm-section .jp-container { padding: 0 24px; }
  .jp-hero-grid { flex-direction: column; }
  .jp-hero-left { flex: none; max-width: 100%; }
  .jp-hero-right { width: 100%; }
  .jp-kickstart-grid { flex-direction: column; }
  .jp-kickstart-image { flex: none; }
  .jp-cards-grid { flex: none; width: 100%; }
  .jp-curriculum-grid { flex-direction: column; }
  .jp-module-list { width: 100%; }
  .jp-videos-grid { flex-direction: column; }
  .jp-video-main { width: 100%; }
  .jp-brochure-grid { flex-direction: column; }
  .jp-career-grid { flex-direction: column; }
  .jp-career-left { width: 100%; }
  .jp-assistance-grid { flex-direction: column; }
  .jp-eligibility-card { flex-direction: column; }
  .jp-eligibility-image { width: 100%; min-height: 300px; }
  .jp-fees-grid { flex-direction: column; padding: 40px; }
  .jp-fees-right { width: 100%; }
  .jp-skilling-grid { flex-direction: column; }
  .jp-testimonial-card { flex: 0 0 calc(50% - 12px); min-width: 300px; }
  .jp-experts-slider { gap: 24px; flex-wrap: nowrap; }
  .jp-emi-logos { gap: 24px; flex-wrap: wrap; }
}
@media (max-width: 768px) {
  .jp-hero { padding: 48px 0; }
  .jp-section { padding: 48px 0; }
  .jp-container, .jp-container-narrow { padding: 0 16px; }
  .jp-ibm-section .jp-container { padding: 0 16px; }
  .jp-hero .jp-container { padding: 0 16px; }
  .jp-hero-title { font-size: 28px; line-height: 32px; }
  .jp-section-title { font-size: 28px; margin-bottom: 32px; }
  .jp-section-subtitle { font-size: 14px; margin: -16px auto 32px; }
  .jp-feature-list li { font-size: 14px; line-height: 21px; }
  .jp-highlights-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .jp-highlight-card { padding: 17px 11px; }
  .jp-highlight-icon { width: 48px; height: 48px; margin-bottom: 16px; }
  .jp-highlight-card h3 { font-size: 14px; }
  .jp-highlight-card p { font-size: 14px; }
  .jp-project-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .jp-project-card { width: 100%;}
  
 
  .jp-journey-timeline { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .jp-journey-step { padding: 8px; }
  .jp-journey-step h4 { font-size: 10px; }
  .jp-journey-step p { font-size: 8px; }
  .jp-step-icon { width: 28px; height: 28px; font-size: 14px; }
  .jp-cert-grid { grid-template-columns: 1fr; }
  .jp-focus-letters { flex-wrap: nowrap; gap: 16px; }
  .jp-big-letter { font-size: 48px; }
  .jp-focus-letter span:last-child { font-size: 14px; }
  .jp-focus-cards { flex-direction: column; align-items: stretch; }
  .jp-focus-card { width: 100%; flex-direction: row; padding: 25px; gap: 16px; align-items: center; }
  .jp-focus-card-icon { flex-shrink: 0; }
  .jp-hero-buttons { flex-direction: row; }
  .jp-hero-buttons .jp-btn { width: calc(50% - 8px); font-size: 14px; height: 43px; }
  .jp-cards-grid { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
  .jp-info-card { padding: 17px; margin-bottom: 15px;}
  .jp-info-card h3 { font-size: 16px; }
  .jp-info-card p { font-size: 14px; }
  .jp-card-icon { width: 32px; height: 32px; font-size: 16px; margin-bottom: 8px; }
  .jp-assistance-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .jp-assist-card { padding: 17px; }
  .jp-assist-card h3 { font-size: 14px; }
  .jp-assist-card p { font-size: 12px; }
  .jp-form-card { padding: 20px; border-radius: 12px; }
  .jp-form-title { font-size: 16px; margin-bottom: 20px; }
  .jp-form-group input { height: 46px; font-size: 13px; }
  .jp-country-code { height: 46px; }
  .jp-btn-otp { height: 46px; font-size: 14px; min-width: 30px; width: 80px; padding:0 9px;}
  .jp-btn-submit { height: 48px; }
  .jp-fees-grid { padding: 24px 16px; gap: 24px; }
  .jp-fees-left h2 { font-size: 24px; }
  .jp-fees-list li { font-size: 14px; }
  .jp-price-card { padding: 16px; }
  .jp-price { font-size: 32px; }
  .jp-faq-question { padding: 16px; }
  .jp-faq-question h3 { font-size: 14px; }
  .jp-faq-answer { padding: 0 16px 16px; }
  .jp-faq-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
  .jp-faq-tabs::-webkit-scrollbar { display: none; }
  .jp-faq-tab { white-space: nowrap; flex-shrink: 0; }
  .jp-eligibility-card { flex-direction: column; }
  .jp-eligibility-image { width: 100%; min-height: 200px; display: none; }
  .jp-eligibility-content { padding: 24px; }
  .jp-eligibility-content h2 { font-size: 24px; margin-bottom: 24px; }
  .jp-career-grid { flex-direction: column; }
  .jp-career-left { width: 100%; }
  .jp-career-tab { font-size: 16px; padding: 8px 16px; }
  .jp-career-image { min-height: 178px; }
  .jp-ibm-img-placeholder { height: auto;width: 47%;flex: auto; }
  
  .jp-ibm-img-row { gap: 16px; flex-wrap: wrap; }
  
  .jp-experts-slider { gap: 16px; flex-wrap: nowrap; }
  .jp-expert-card { width: calc(50% - 8px); min-width: calc(50% - 8px); }
  .jp-experts-slider-wrap { padding: 0 16px; max-width: 100%; }
  .jp-expert-img-wrap { height: 180px; }
  

  .jp-emi-logos { gap: 24px; flex-wrap: wrap; }
  .jp-emi-logo-card { min-width: 140px; padding: 16px; }
  .jp-video-thumbs-wrap { width: 100%; }
  .jp-video-thumb { width: calc((100% - 32px) / 3); min-width: calc((100% - 32px) / 3); height: 65px; }
  .jp-video-nav { justify-content: center; }
  .jp-popup-grid { flex-direction: column; }
  .jp-popup-left { width: 100%; height: 200px; padding: 20px; }
  .jp-popup-right { padding: 24px; }
  .jp-curriculum-grid { flex-direction: column; }
  .jp-module-list { width: 100%; }
  .jp-module-detail { border-radius: 8px; padding: 16px; }
  .jp-module-item { padding: 17px; }
  .jp-module-header { font-size: 14px; }
  .jp-module-meta { font-size: 14px; }
  .jp-skilling-grid { flex-direction: column; }
  .jp-skilling-left h2 { font-size: 24px; }
  .jp-slide { min-width: calc((100% - 15px) / 2); max-width: calc((100% - 15px) / 2); }
  .jp-videos-grid { flex-direction: column; }
  .jp-video-main { width: 100%; }
  .jp-brochure-grid { flex-direction: column; }
  .jp-kickstart-grid { flex-direction: column; }
  .jp-kickstart-image { flex: none; }
  .jp-circle-bg { width: 358px; height: 358px; }
  .jp-collab-logos { gap: 24px; }
   .inmobile {display: block;}
  .indesktop{display:none;}

 .jp-slide div{padding:0; font-size: 14px;}
 .jp-skilling-card{padding: 40px 20px;}
   
}

@media (max-width: 767px) {
.jp-tools-placeholder{
 min-height: auto;
}
.jp-hero-left{padding-bottom:40px;}


}

