@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

/* Modern Data Science & AI CSS */

/* Screen 1: Syllabus */
.dsai-syllabus-section {
  background: #11141E;
  padding: 80px 0;
  color: white;
  font-family: "Inter", sans-serif;
}

.bs-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.bs-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 600px;
  color: white;
}

.bs-buttons {
  display: flex;
  gap: 15px;
}

.bs-btn-dark {
  background: #EA4335;
  border: 1px solid #EA4335;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bs-btn-blue {
  background: #EA4335;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
}

.bs-card {
  background: #1E232B;
  border-radius: 12px;
  border: 1px solid #334155;
  overflow: hidden;
}

.bs-tabs-row {
  display: flex;
  border-bottom: 1px solid #334155;
  overflow-x: auto;
}

.bs-tab {
  flex: 1;
  text-align: center;
  padding: 20px 10px;
  color: #94A3B8;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  white-space: nowrap;
}

.bs-tab.active {
  color: white;
  border-bottom: 2px solid #176BFF;
}

.bs-content-area {
  padding: 40px;
}

.bs-content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bs-year {
  color: #93C5FD;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bs-year::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #334155;
}

.bs-module-title {
  font-size: 2rem;
  color: #60A5FA;
  font-weight: 700;
  margin-bottom: 10px;
}

.bs-module-desc {
  color: #CBD5E1;
  font-size: 1.05rem;
}

.bs-btn-view {
  border: 1px solid #475569;
  background: transparent;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bs-label {
  font-size: 0.75rem;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
  display: block;
}

.bs-skills-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bs-skill-pill {
  background: #334155;
  color: #E2E8F0;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Screen 2: Outcomes */
.dsai-outcomes-section {
  background: white;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.bo-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #0F172A;
  margin-bottom: 50px;
}

.bo-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}



.bo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-name-tag {
  position: absolute;
  top: 40px;
  left: 40px;
  color: white;
  font-weight: 800;
  font-size: 2.5rem;
  z-index: 2;
  line-height: 1;
}


.bo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.bo-role-box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background: #176BFF;
  color: white;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
}

.bo-role-sub {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 5px;
  opacity: 0.9;
}

.bo-role-main {
  font-size: 1.4rem;
  font-weight: 800;
}

.bo-top-row {
  display: flex;
  gap: 20px;
}

.bo-stat-card {
  flex: 1;
  background: #176BFF;
  color: white;
  border-radius: 16px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.bo-stat-label {
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.bo-mid-row {
  background: #18181B;
  color: white;
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

.bo-mid-sub {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #A1A1AA;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bo-mid-main {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FCD34D;
  line-height: 1.1;
}

.bo-bottom-row {
  background: #176BFF;
  border-radius: 16px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.bo-bottom-left {
  position: relative;
  z-index: 2;
  width: 40%;
}

.bo-bottom-val {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin-bottom: 10px;
}

.bo-bottom-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
}


/* Screen 3: Apply Form */
.dsai-plan-section {
  background: #0B214D;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}

.bp-container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.bp-left {
  flex: 0.55;
  color: white;
}

.bp-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

.bp-title span {
  display: block;
  font-size: 3.5rem;
}

.bp-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.bp-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.bp-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #E2E8F0;
  line-height: 1.5;
  font-weight: 500;
}

.bp-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 1.5rem;
  line-height: 1;
}

.bp-btn {
  background: white;
  color: #176BFF;
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}

.bp-right {
  flex: 0.45;
  position: relative;
}

.bp-img-wrapper {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(to top, rgba(23, 107, 255, 0.2), transparent);
}

.bp-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  border-radius: 12px;
}

/* Screen 4: Success Stories */
.dsai-stories-section {
  background: #F8FAFC;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.fts-title {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #1E293B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.fts-title::before,
.fts-title::after {
  content: "";
  height: 1px;
  width: 100px;
  background: #CBD5E1;
}

.fts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.fts-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #CBD5E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.fts-nav-prev {
  left: -50px;
}

.fts-nav-next {
  right: -50px;
}

.fts-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fts-top {
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
  padding: 30px 20px;
  position: relative;
  min-height: 200px;
}

.fts-top-text {
  width: 65%;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.fts-landed {
  color: #176BFF;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.fts-logo {
  height: 25px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 0;
}

.fts-person {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  width: 45%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
}

.fts-bottom {
  padding: 25px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fts-story-title {
  font-weight: 700;
  font-size: 1rem;
  color: #1E293B;
  margin-bottom: 10px;
  line-height: 1.4;
}

.fts-story-desc {
  color: #64748B;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.fts-btn-read {
  background: #F1F5F9;
  color: #0F172A;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
}

.fts-btn-read:hover {
  background: #E2E8F0;
}

/* Screen 5: Campus/Degree */
.dsai-degree-section {
  background: #11141E;
  padding: 60px 0 100px;
  font-family: "Inter", sans-serif;
}

.bd-card {
  background: white;
  border-radius: 20px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.bd-img {
  inset: 0;
  width: 100%;
  object-fit: cover;
}

.bd-right {
  flex: 0.58;
  padding: 50px 40px;
}

.bd-tag {
  color: #F97316;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bd-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1E293B;
  line-height: 1.2;
  margin-bottom: 15px;
}

.bd-desc {
  color: #475569;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.bd-desc strong {
  color: #334155;
}

.bd-pills {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.bd-pill {
  background: #176BFF;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bd-unlock-title {
  color: #475569;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bd-unlock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.bd-uc {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 20px 15px;
}

.bd-uc-title {
  color: #1E293B;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.bd-uc-desc {
  color: #64748B;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Screen 6: Campus Gallery */
.dsai-campus-section {
  background: #11141E;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.bc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.bc-title {
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 600px;
}

.bc-location {
  color: #CBD5E1;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bc-nav-pill {
  background: #1E232B;
  border-radius: 12px;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border: 1px solid #334155;
  overflow-x: auto;
  gap: 15px;
}

.bc-nav-item {
  color: #94A3B8;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
  padding: 0 15px;
}

.bc-nav-item.active {
  color: white;
}

.bc-grid {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 20px;
}

.bc-left-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-content: start;
}

.bc-left-grid img,
.bc-left-grid-large {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #334155;
}

.bc-left-grid-large {
  grid-column: span 2;
  height: 200px;
  background: url("../image/training/t4.png") center/cover;
}

.bc-right-video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #334155;
  min-height: 420px;
  background: url("../image/training/t11.png") center/cover;
}

.bc-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.bc-play-btn {
  background: #FF0000;
  color: white;
  width: 60px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: transform 0.3s;
  cursor: pointer;
}

.bc-play-btn:hover {
  transform: scale(1.1);
}

.bc-video-top {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  align-items: center;
}

.bc-video-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 500;
  font-size: 0.95rem;
}

.bc-video-title img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.bc-video-actions {
  display: flex;
  gap: 15px;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
}

.bc-video-actions div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.bc-video-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.bc-video-main-text {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 5px;
}

.bc-video-sub-text {
  color: #FCD34D;
  font-size: 1.8rem;
  font-weight: 900;
  background: black;
  display: inline-block;
  padding: 2px 10px;
  text-transform: uppercase;
}

/* Screen 7: Learning Experience */
.dsai-learning-section {
  background: #F8FAFC;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.bl-tag {
  color: #94A3B8;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bl-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.bl-title {
  color: #1E293B;
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 400px;
  line-height: 1.2;
  margin: 0;
}

.bl-btn {
  background: #EA4335;
  color: white;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
}

.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bl-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E2E8F0;
}

.bl-card-dark {
  background: #11141E;
  color: white;
  border: 1px solid #334155;
}

.bl-card-blue {
  background: #EA4335;
  color: white;
  border: none;
}

.bl-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 30px 30px 10px;
  z-index: 2;
  position: relative;
  line-height: 1.3;
}

.bl-card-desc {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px;
  z-index: 2;
  position: relative;
  opacity: 0.8;
}

.bl-c1 {
  grid-column: span 1;
  min-height: 250px;
  background-image: radial-gradient(#334155 1px, transparent 1px);
  background-size: 20px 20px;
}

.bl-c1 .apps {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.bl-c1 .apps img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #334155;
  transform: rotate(-10deg);
  background: #1E293B;
  object-fit: contain;
  padding: 10px;
}

.bl-c1 .apps img:nth-child(2) {
  transform: rotate(0deg);
}

.bl-c1 .apps img:nth-child(3) {
  transform: rotate(10deg);
}

.bl-c2 {
  grid-column: span 2;
  min-height: 250px;
}

.bl-c2-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bl-c2-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bl-c2-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
  text-align: center;
}

.bl-c2-logos {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.bl-c2-logos span {
  background: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #1E293B;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bl-c2-logos img {
  height: 15px;
}

.bl-c2-title {
  font-size: 4rem;
  font-weight: 900;
  color: white;
  margin: 0;
  line-height: 1;
  font-style: italic;
}

.bl-c2-sub {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px;
}

.bl-c2-play {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E293B;
  font-size: 1.2rem;
  z-index: 2;
  cursor: pointer;
}

.bl-c3 {
  grid-column: span 1;
  min-height: 250px;
}

.bl-c3 .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
}

.bl-c3 .logos span {
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1E293B;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bl-c3 .logos img {
  height: 36px;
  mix-blend-mode: multiply;
}

.bl-c3-title {
  font-size: 1.6rem;
  font-weight: 800;
  padding: 30px 30px 10px;
  color: white;
  position: relative;
  z-index: 2;
  margin: 0;
}

.bl-c3-desc {
  margin-bottom: 0;
}

.bl-c4 {
  grid-column: span 1;
  min-height: 250px;
  padding-bottom: 80px;
}

.bl-c4-img {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 80%;
  height: auto;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
  border-radius: 16px;
}

.bl-c4-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17, 20, 30, 1) 0%, rgba(17, 20, 30, 0) 100%);
  z-index: 1;
}

.bl-c5 {
  grid-column: span 1;
  min-height: 250px;
}

.bl-c5 .badges {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  align-items: flex-end;
}

.bl-c5 .badge {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl-c5 .badge-img {
  width: 100%;
  max-width: 80px;
}

/* Screen 8: Placement Report */
.dsai-placement-section {
  background: #F8FAFC;
  padding: 40px 0 80px;
  font-family: "Inter", sans-serif;
}

.bp-report-card {
  background: white;
  border-radius: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.bpr-left {
  flex: 0.5;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
}

.bpr-tag {
  color: #94A3B8;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.bpr-title {
  color: #1E293B;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

.bpr-cert {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.bpr-cert-logo {
  width: 50px;
  height: 50px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 5px;
}

.bpr-cert-text {
  display: flex;
  flex-direction: column;
}

.bpr-cert-main {
  color: #176BFF;
  font-weight: 700;
  font-size: 0.95rem;
}

.bpr-cert-sub {
  color: #64748B;
  font-size: 0.8rem;
  font-weight: 500;
}

.bpr-btn {
  background: #EA4335;
  color: white;
  padding: 14px 25px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bpr-right {
  flex: 0.5;
  position: relative;
  height: 100%;
  min-height: 350px;
}

.bpr-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=\'100%25\' height=\'100%25\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M0,0 L100,0 L100,100 L0,100 Z\' fill=\'%23EEF2FF\'/%3E%3Cpath d=\'M50,100 C50,50 100,50 100,0\' fill=\'none\' stroke=\'%23E0E7FF\' stroke-width=\'2\'/%3E%3Cpath d=\'M0,100 C0,50 50,50 50,0\' fill=\'none\' stroke=\'%23E0E7FF\' stroke-width=\'2\'/%3E%3C/svg%3E");
  z-index: 1;
}

.bpr-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  object-position: right bottom;
}

/* Screen 9: CTA Section */
.dsai-cta-section {
  background: #11141E;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #334155;
}

.bc-cta-container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 350px;
}

.bc-cta-left {
  flex: 0.6;
  padding: 60px 50px 60px 0;
  text-align: left;
}

.bc-cta-title {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
}

.bc-cta-title span {
  color: #FCD34D;
}

.bc-cta-btn {
  background: white;
  color: #11141E;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.bc-cta-right {
  flex: 0.4;
  height: 100%;
  background: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80") center/cover;
  filter: grayscale(100%);
  margin-left: auto;
}

/* Screen 10: FAQ Section */
.dsai-faq-section {
  background: white;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.bf-tag {
  color: #94A3B8;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

.bf-title {
  color: #1E293B;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bf-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bf-item {
  border-bottom: 1px solid #E2E8F0;
  padding: 0;
  transition: 0.3s;
}

.bf-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
}

.bf-num {
  color: #64748B;
  font-weight: 700;
  font-size: 0.95rem;
  width: 25px;
}

.bf-item.active .bf-num {
  color: #176BFF;
}

.bf-q {
  flex: 1;
  color: #334155;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.bf-item.active .bf-q {
  color: #176BFF;
}

.bf-icon {
  color: #94A3B8;
  font-size: 1.2rem;
  font-weight: 300;
  transition: transform 0.3s;
}

.bf-item.active .bf-icon {
  transform: rotate(45deg);
  color: #176BFF;
}

.bf-content {
  display: none;
  padding: 0 0 25px 45px;
  color: #64748B;
  font-size: 0.95rem;
  line-height: 1.6;
}

.bf-item.active .bf-content {
  display: block;
  border-radius: 8px;
}

/* Profiles Section */
.profiles-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.profile-card-new {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 50px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-card-new:hover {
  transform: translateY(-5px);
}

.profile-card-new i {
  font-size: 3rem;
  color: #176BFF;
  margin-bottom: 25px;
  display: block;
}

.profile-card-new h4 {
  color: #176BFF;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.profile-card-new p {
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
}

.profile-card-new .btn-apply {
  margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .bs-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .bo-grid,
  .bc-grid,
  .bp-container,
  .bd-card,
  .bp-report-card,
  .bc-cta-container {
    flex-direction: column;
  }

  .bl-grid {
    grid-template-columns: 1fr;
  }

  .bl-c1,
  .bl-c2,
  .bl-c3,
  .bl-c4,
  .bl-c5 {
    grid-column: span 1;
  }

  .fts-grid {
    grid-template-columns: 1fr;
  }

  .bc-left-grid-large {
    height: 150px;
  }

  .bc-left-grid img {
    height: 120px;
  }

  .bc-cta-left {
    padding: 40px 20px;
  }

  .bc-cta-right {
    display: none;
  }
}

/* Screen 15: Google Reviews */
.google-reviews-section {
  background: #F8FAFC;
  padding: 100px 0;
  font-family: "Inter", sans-serif;
}

.gr-header {
  text-align: center;
  margin-bottom: 60px;
}

.gr-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 10px 20px;
  border-radius: 100px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid #E2E8F0;
}

.gr-google-badge i {
  color: #4285F4;
  font-size: 1.2rem;
}

.gr-google-text {
  font-weight: 700;
  color: #1E293B;
  font-size: 0.9rem;
}

.gr-stars {
  color: #F59E0B;
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.gr-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.gr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.gr-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.gr-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.gr-quote {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
  flex: 1;
}

.gr-reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #F1F5F9;
  margin-top: auto;
  padding-top: 20px;
}

.gr-rev-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #F1F5F9;
}

.gr-rev-info {
  display: flex;
  flex-direction: column;
}

.gr-rev-name {
  font-weight: 700;
  color: #1E293B;
  font-size: 1rem;
}

.gr-rev-tag {
  font-size: 0.8rem;
  color: #64748B;
  font-weight: 500;
}

/* Mobile-Only Sticky Footer CTAs */
.mobile-sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  padding: 10px;
  gap: 10px;
}

.msf-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.msf-call {
  background: #176BFF;
  color: white;
}

.msf-apply {
  background: #EA4335;
  color: white;
}

@media (max-width: 900px) {
  .mobile-sticky-footer {
    display: flex;
  }
}

@media (max-width: 992px) {
  .gr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gr-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

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

  /* Screenshot 1: Who is this course for */
  .profile-card-new {
    padding: 30px 20px;
  }

  .profiles-grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Screenshot 2: Why Generic Training Fails */
  .stopping-grid-layout {
    grid-template-columns: 1fr;
  }

  /* Screenshot 3: Career Opportunities Unlocked */
  .bd-unlock-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Screenshot 4: Learning By Doing Header */
  .bl-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 20px;
  }

  .bl-title {
    font-size: 1.8rem;
    max-width: 100%;
  }

  /* Screenshot 5: TRANSFORMATION Text Overlay */
  .bl-c2-title {
    font-size: 2.2rem !important;
  }

  .bl-c2-sub {
    font-size: 0.9rem;
  }

  /* Screenshot 7: Academy Excellence */
  .bc-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 15px;
  }

  .bc-title {
    font-size: 1.8rem !important;
    max-width: 100%;
  }

  .bc-location {
    font-size: 0.8rem;
  }

  .bc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bc-left-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .bc-video-main-text {
    font-size: 1.5rem;
  }

  .bc-video-sub-text {
    font-size: 1.2rem;
  }
}