/* Start custom CSS for html, class: .elementor-element-720c4bc *//* =========================================================
   COURSES PAGE - SECTION 1 CSS (Hero & Filter System)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

/* Section Structure */
.courses-hero-section {
  position: relative;
  width: 100%;
  padding: 85px 0 40px 0;
  background: radial-gradient(circle at top left, rgba(0, 136, 204, 0.06) 0%, rgba(255, 255, 255, 1) 70%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Ambient Glows */
.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.glow-blue-top { top: -80px; left: -50px; width: 380px; height: 380px; background: var(--brand-blue); }
.glow-orange-bottom { bottom: -80px; right: -50px; width: 380px; height: 380px; background: var(--brand-orange); }

/* Hero Header Alignment */
.courses-hero-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 45px auto;
}

.pci-badge-capsule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.badge-orange {
  background: rgba(232, 80, 39, 0.08);
  border: 1.5px solid rgba(232, 80, 39, 0.2);
  color: var(--brand-orange);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brand-blue);
  box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
  animation: pulseDot 1.8s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 136, 204, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0); }
}

.courses-main-title {
  font-size: 42px;
  line-height: 1.22;
  font-weight: 900;
  color: var(--brand-purple);
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.gradient-text-blue {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #00b4d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.courses-hero-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 32px 0;
}

/* Quick Stats Strip */
.courses-stats-strip {
  display: inline-flex;
  gap: 28px;
  background: #ffffff;
  padding: 14px 28px;
  border-radius: 50px;
  border: 1.5px solid #edf5fa;
  box-shadow: 0 10px 30px rgba(42, 32, 80, 0.05);
  flex-wrap: wrap;
  justify-content: center;
}

.strip-stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-icon {
  font-size: 20px;
}

.stat-num {
  font-size: 15px;
  font-weight: 800;
  color: var(--brand-purple);
  line-height: 1.1;
}

.stat-lbl {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
}

/* Category Filter Tabs */
.filter-tabs-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.filter-tabs-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 4px 16px 4px;
  scrollbar-width: none; /* Firefox */
}

.filter-tabs-scroll::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}

.filter-btn {
  background: #ffffff;
  border: 1.5px solid #edf5fa;
  padding: 10px 22px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--brand-purple);
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(42, 32, 80, 0.03);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  outline: none;
}

.filter-btn:hover {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-blue) 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(0, 136, 204, 0.25);
}

/* Responsive Rules */
@media screen and (max-width: 768px) {
  .courses-main-title { font-size: 30px; }
  .courses-stats-strip { gap: 16px; padding: 12px 20px; border-radius: 20px; }
  .filter-tabs-scroll { justify-content: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85ca9ff *//* =========================================================
   COURSES PAGE - SECTION 2 CSS (Grid & Modal Styles)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

.courses-grid-section {
  width: 100%;
  padding: 40px 0 90px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Course Cards Responsive Grid Layout */
.courses-detailed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Glass Card Outer Architecture */
.course-detailed-card {
  background: #ffffff;
  border: 1.5px solid #edf5fa;
  border-radius: 24px;
  padding: 32px 26px;
  box-shadow: 0 10px 30px rgba(42, 32, 80, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.course-detailed-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-orange));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.course-detailed-card:hover {
  transform: translateY(-8px);
  border-color: var(--brand-blue);
  box-shadow: 0 20px 40px rgba(0, 136, 204, 0.12);
}

.course-detailed-card:hover::before {
  opacity: 1;
}

/* Badges & Category Header */
.course-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.category-pill {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-pill.blue { background: rgba(0, 136, 204, 0.1); color: var(--brand-blue); }
.category-pill.orange { background: rgba(232, 80, 39, 0.1); color: var(--brand-orange); }
.category-pill.purple { background: rgba(42, 32, 80, 0.1); color: var(--brand-purple); }

.duration-badge {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}

.course-icon {
  width: 55px; height: 55px;
  border-radius: 16px;
  background: var(--brand-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}

.course-detailed-card:hover .course-icon {
  transform: scale(1.1) rotate(5deg);
}

.course-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-purple);
  margin: 0 0 10px 0;
}

.course-card-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 22px 0;
}

/* Syllabus Preview Box */
.syllabus-preview-box {
  background: var(--brand-light);
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 24px;
  border: 1px solid #e1eff7;
}

.syllabus-heading {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--brand-purple);
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.syllabus-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.syllabus-list li {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 8px;
}

.syllabus-list .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-orange);
  flex-shrink: 0;
}

/* Card Footer & Enquire Button */
.course-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1.5px dashed #edf5fa;
  padding-top: 18px;
}

.course-mode-tag {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--brand-purple);
}

.enquire-btn {
  background: var(--brand-purple);
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.enquire-btn:hover {
  background: var(--brand-orange);
  transform: scale(1.04);
}

/* Modal Popup Styles */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(42, 32, 80, 0.6);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  z-index: 1000;
  opacity: 0; pointer-events: none;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1; pointer-events: auto;
}

.modal-box {
  background: #ffffff;
  border-radius: 24px;
  width: 90%; max-width: 440px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.modal-close-btn {
  position: absolute;
  top: 18px; right: 22px;
  background: none; border: none;
  font-size: 28px; color: var(--text-muted);
  cursor: pointer;
}

.modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.modal-icon { font-size: 32px; }

.modal-header h3 {
  font-size: 20px; color: var(--brand-purple);
  margin: 6px 0; font-weight: 800;
}

.modal-header p {
  font-size: 12.5px; color: var(--text-muted); margin: 0;
}

.modal-form {
  display: flex; flex-direction: column; gap: 14px;
}

.modal-form input, .modal-form select {
  width: 100%; padding: 12px 16px;
  border-radius: 12px; border: 1.5px solid #edf5fa;
  font-family: 'Poppins', sans-serif; font-size: 13.5px;
  outline: none; box-sizing: border-box;
}

.modal-form input:focus, .modal-form select:focus {
  border-color: var(--brand-blue);
}

.modal-submit-btn {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-purple) 100%);
  color: #ffffff; border: none; padding: 14px;
  border-radius: 30px; font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 700; cursor: pointer;
  transition: transform 0.3s ease;
}

.modal-submit-btn:hover {
  transform: translateY(-2px);
}

/* Responsive Grid Rules */
@media screen and (max-width: 1024px) {
  .courses-detailed-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 680px) {
  .courses-detailed-grid { grid-template-columns: 1fr; }
  .course-card-footer { flex-direction: column; gap: 12px; align-items: flex-start; }
  .enquire-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a50ea57 *//* =========================================================
   COURSES PAGE - SECTION 3 CSS (CTA Banner & Download Modal)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

/* Base Section Structure */
.syllabus-cta-section {
  position: relative;
  width: 100%;
  padding: 60px 0 100px 0;
  background-color: #ffffff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Ambient Glow Orbs */
.cta-glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
}

.orb-left {
  top: -50px;
  left: -50px;
  width: 350px;
  height: 350px;
  background: var(--brand-blue);
}

.orb-right {
  bottom: -50px;
  right: -50px;
  width: 350px;
  height: 350px;
  background: var(--brand-orange);
}

/* Main Outer CTA Glass Card */
.syllabus-cta-card {
  position: relative;
  background: linear-gradient(135deg, var(--brand-purple) 0%, #181133 50%, var(--brand-blue) 100%);
  border-radius: 28px;
  padding: 60px 45px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 25px 55px rgba(42, 32, 80, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}

/* Top Right Decorative Radial Pattern */
.syllabus-cta-card::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(232, 80, 39, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
}

.cta-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}

/* Status Badge */
.cta-badge {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 22px;
}

/* Headings & Text */
.cta-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 18px 0;
  letter-spacing: -0.5px;
}

.highlight-orange {
  color: #ff914d;
}

.cta-description {
  font-size: 16px;
  line-height: 1.75;
  color: #e1eff7;
  margin-bottom: 30px;
  font-weight: 400;
}

.cta-description strong {
  color: #ffffff;
  font-weight: 700;
}

/* Feature Highlights Row */
.cta-highlights-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.highlight-item .check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #10b981;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

/* Action Buttons Wrapper */
.cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary-glow {
  background: var(--brand-orange);
  color: #ffffff;
  padding: 15px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(232, 80, 39, 0.35);
  transition: all 0.35s ease;
}

.btn-primary-glow:hover {
  transform: translateY(-4px) scale(1.02);
  background: #ff5c33;
  box-shadow: 0 15px 35px rgba(232, 80, 39, 0.5);
}

.btn-secondary-glass {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #ffffff !important;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.35s ease;
}

.btn-secondary-glass:hover {
  background: #ffffff;
  color: var(--brand-purple) !important;
  transform: translateY(-4px);
}

/* Modal Popup Core Styles */
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(42, 32, 80, 0.65);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  z-index: 1000;
  opacity: 0; pointer-events: none;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1; pointer-events: auto;
}

.modal-box {
  background: #ffffff;
  border-radius: 24px;
  width: 90%; max-width: 440px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
}

.modal-close-btn {
  position: absolute;
  top: 18px; right: 22px;
  background: none; border: none;
  font-size: 28px; color: var(--text-muted);
  cursor: pointer;
}

.modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.modal-icon { font-size: 32px; }

.modal-header h3 {
  font-size: 20px; color: var(--brand-purple);
  margin: 6px 0; font-weight: 800;
}

.modal-header p {
  font-size: 12.5px; color: var(--text-muted); margin: 0; line-height: 1.5;
}

.modal-form {
  display: flex; flex-direction: column; gap: 14px;
}

.modal-form input, .modal-form select {
  width: 100%; padding: 12px 16px;
  border-radius: 12px; border: 1.5px solid #edf5fa;
  font-family: 'Poppins', sans-serif; font-size: 13.5px;
  outline: none; box-sizing: border-box;
}

.modal-form input:focus, .modal-form select:focus {
  border-color: var(--brand-blue);
}

.modal-submit-btn {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-purple) 100%);
  color: #ffffff; border: none; padding: 14px;
  border-radius: 30px; font-family: 'Poppins', sans-serif;
  font-size: 14px; font-weight: 700; cursor: pointer;
  transition: transform 0.3s ease;
}

.modal-submit-btn:hover {
  transform: translateY(-2px);
}

/* Responsive Media Queries */
@media screen and (max-width: 768px) {
  .syllabus-cta-card { padding: 40px 24px; }
  .cta-title { font-size: 28px; }
  .cta-description { font-size: 14px; }
  .cta-buttons-wrapper { flex-direction: column; width: 100%; }
  .btn-primary-glow, .btn-secondary-glass { width: 100%; justify-content: center; }
}/* End custom CSS */