.elementor-2735 .elementor-element.elementor-element-7e4a650{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-7e4a650:not(.elementor-motion-effects-element-type-background), .elementor-2735 .elementor-element.elementor-element-7e4a650 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2735 .elementor-element.elementor-element-1c1def2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-2b44677{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-4239b59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-0937428{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-b0da040{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-a377ded{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-88e5bc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-d10eb0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-bd1cb75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2735 .elementor-element.elementor-element-c7b0045{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0747c4a *//* ================= HERO ONLY ================= */

.hero{
  position:relative;
  padding:120px 20px;
  background:#1f4e8c;
  overflow:hidden;
}

/* side glow */
.hero-glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(120px);
  opacity:.45;
  z-index:0;
}

.hero-glow-left{
  background:#22c55e;
  left:-180px;
  top:120px;
}

.hero-glow-right{
  background:#3b82f6;
  right:-180px;
  top:60px;
}

/* rings */
.hero-ring{
  position:absolute;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  z-index:1;
}

.hero-ring-left{
  width:520px;
  height:520px;
  left:-260px;
  top:-160px;
}

.hero-ring-right{
  width:640px;
  height:640px;
  right:-320px;
  top:80px;
}

/* layout */
.hero-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  align-items:center;
  position:relative;
  z-index:2;
}

/* left */
.hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.15);
  color:#fff;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:22px;
}

.hero-title{
  font-size:44px;
  line-height:1.25;
  margin-bottom:16px;
}
.hero-white{ color:#f2f6fb; }
.hero-yellow{ color:#ffcc00; }
.hero-mint{ color:#4debd3; }

.hero-tagline{
  font-size:14px;
  color:#e5e7eb;
  margin-bottom:10px;
}

.hero-desc{
  font-size:14px;
  color:#d1d5db;
  max-width:480px;
  margin-bottom:32px;
}

/* buttons */
.hero-actions{
  display:flex;
  gap:16px;
}

.hero-btn{
  padding:14px 28px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
}

.hero-btn-primary{
  background:linear-gradient(135deg,#ff9800,#ffb703);
  color:#111;
  box-shadow:0 12px 30px rgba(255,179,3,.45);
}

.hero-btn-outline{
  border:1px solid rgba(255,255,255,.5);
  color:#fff;
}

/* card */
.hero-card{
  background:#fff;
  border-radius:22px;
  padding:26px 24px;
  position:relative;
  box-shadow:0 25px 60px rgba(0,0,0,.35);
}

.hero-cert{
  position:absolute;
  top:-14px;
  right:18px;
  background:#22c55e;
  color:#fff;
  font-size:12px;
  padding:6px 12px;
  border-radius:20px;
}

.hero-card-head{
  display:flex;
  gap:12px;
  margin-bottom:18px;
}

.hero-icon{
  width:44px;
  height:44px;
  border-radius:12px;
  background:#ffb703;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-progress{
  margin-bottom:14px;
}

.hero-progress label{
  font-size:12px;
  display:flex;
  justify-content:space-between;
  margin-bottom:6px;
}

.hero-bar{
  height:8px;
  background:#e5e7eb;
  border-radius:6px;
}

.hero-bar span{
  display:block;
  height:8px;
  border-radius:6px;
}

.hero-green{width:85%;background:#14b8a6;}
.hero-orange{width:75%;background:#f97316;}
.hero-blue{width:65%;background:#3b82f6;}

/* responsive */
@media(max-width:900px){
  .hero-wrap{
    grid-template-columns:1fr;
    text-align:center;
  }
  .hero-actions{
    justify-content:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e6364d */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f9fbfd;
}

/* SECTION */
.struggle-section{
  padding:80px 20px;
  text-align:center;
}

/* BADGE */
.top-badge{
  display:inline-block;
  background:#ffe4e6;
  color:#ef4444;
  font-size:13px;
  padding:6px 14px;
  border-radius:20px;
  margin-bottom:18px;
}

/* TITLE */
.title{
  font-size:32px;
  font-weight:700;
  margin-bottom:50px;
}

.alert{
  color:#ef4444;
  margin-right:6px;
}

/* CARDS GRID */
.struggle-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:22px;
  max-width:1100px;
  margin:0 auto 45px;
}

/* CARD */
.struggle-card{
  background:#fff;
  padding:26px 18px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s ease;
  border-left:5px solid transparent;
}

.struggle-card:hover{
  transform:translateY(-6px);
}

.struggle-card .emoji{
  font-size:26px;
  display:block;
  margin-bottom:12px;
}

.struggle-card p{
  font-size:14px;
  font-weight:600;
  color:#333;
}

/* COLOR VARIANTS */
.red{ border-color:#ef4444; }
.orange{ border-color:#f97316; }
.yellow{ border-color:#eab308; }
.blue{ border-color:#3b82f6; }
.purple{ border-color:#a855f7; }

/* CTA */
.struggle-cta{
  display:inline-block;
  background:#14b8a6;
  color:#fff;
  padding:14px 26px;
  border-radius:30px;
  font-weight:600;
  font-size:15px;
  box-shadow:0 10px 25px rgba(20,184,166,.35);
}

/* RESPONSIVE */
@media(max-width:600px){
  .title{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-058f60a *//* ===== DEVELOP SECTION ONLY ===== */

.develop-section{
  padding:90px 20px;
  font-family:'Segoe UI', sans-serif;
}

.develop-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
}

/* LEFT */
.develop-badge{
  display:inline-block;
  background:#d1fae5;
  color:#059669;
  padding:6px 14px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

.develop-heading{
  font-size:32px;
  font-weight:700;
  margin-bottom:14px;
}

.develop-check{
  color:#22c55e;
  margin-right:8px;
}

.develop-intro{
  font-size:15px;
  color:#555;
  max-width:520px;
  margin-bottom:34px;
}

/* LIST */
.develop-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.develop-item{
  display:flex;
  gap:14px;
  background:#fff;
  padding:16px 18px;
  border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.develop-item h4{
  font-size:15px;
  margin-bottom:4px;
}

.develop-item p{
  font-size:13px;
  color:#666;
}

.develop-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#fff;
}

/* ICON COLORS */
.teal .develop-icon{ background:#14b8a6; }
.orange .develop-icon{ background:#f59e0b; }
.blue .develop-icon{ background:#3b82f6; }
.purple .develop-icon{ background:#a855f7; }
.green .develop-icon{ background:#22c55e; }

/* RIGHT */
.develop-right{
  background:#eef3f8;
  padding:26px;
  border-radius:22px;
}

.develop-right-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.develop-right-card{
  background:#fff;
  padding:24px 20px;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.develop-right-card .emoji{
  font-size:22px;
  display:block;
  margin-bottom:10px;
}

.develop-right-card h4{
  font-size:15px;
  margin-bottom:6px;
}

.develop-right-card p{
  font-size:13px;
  color:#666;
}

/* RESPONSIVE */
@media(max-width:900px){
  .develop-container{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61267f7 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f5f7fb;   /* page background */
}

/* PROGRAM HIGHLIGHTS */
.program-highlights{
  padding:90px 20px;
  background:linear-gradient(135deg,#163a5f,#2f6ea3);
}

.container{
  max-width:1200px;
  margin:auto;
  text-align:center;
  color:#fff;
}

/* BADGE */
.badge{
  display:inline-block;
  background:rgba(255,255,255,.18);
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

/* TITLE */
.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:60px;
}

/* GRID */
.highlights-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:26px;
}

/* CARD */
.highlight-card{
  background:rgba(255,255,255,.15);
  padding:26px 24px;
  border-radius:16px;
  text-align:left;
  backdrop-filter:blur(8px);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  transition:0.3s ease;
}

.highlight-card:hover{
  transform:translateY(-6px);
}

/* ICON */
.icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#fff;
  margin-bottom:16px;
}

/* ICON COLORS */
.orange{ background:#f59e0b; }
.teal{ background:#14b8a6; }
.purple{ background:#a855f7; }
.blue{ background:#3b82f; }
.green{ background:#22c55e; }
.pink{ background:#ec4899; }

/* TEXT */
.highlight-card h4{
  font-size:16px;
  margin-bottom:8px;
}

.highlight-card p{
  font-size:13px;
  opacity:.85;
}

/* RESPONSIVE */
@media(max-width:768px){
  .section-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9c061c */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f6f8fc;
}

/* SECTION */
.learn-section{
  padding:90px 20px;
  text-align:center;
}

/* BADGE */
.badge{
  display:inline-block;
  background:#e0edff;
  color:#2563eb;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

/* TITLE */
.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:12px;
}

.section-subtitle{
  max-width:620px;
  margin:0 auto 60px;
  font-size:15px;
  color:#555;
}

/* GRID */
.learn-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

/* CARD */
.learn-card{
  background:#fff;
  padding:20px 22px;
  border-radius:14px;
  display:flex;
  gap:16px;
  align-items:flex-start;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.learn-card.left{
  border-left:5px solid transparent;
}

.learn-card.right{
  border-right:5px solid transparent;
}

.learn-card h4{
  font-size:15px;
  margin-bottom:4px;
}

.learn-card p{
  font-size:13px;
  color:#666;
}

/* NUMBER */
.number{
  min-width:42px;
  height:42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
}

/* COLORS */
.green{ border-color:#22c55e; }
.green .number{ background:#dcfce7; color:#16a34a; }

.orange{ border-color:#f59e0b; }
.orange .number{ background:#fef3c7; color:#d97706; }

.blue{ border-color:#3b82f6; }
.blue .number{ background:#dbeafe; color:#2563eb; }

.purple{ border-color:#a855f7; }
.purple .number{ background:#f3e8ff; color:#9333ea; }

.mint{ border-color:#10b981; }
.mint .number{ background:#d1fae5; color:#059669; }

.pink{ border-color:#ec4899; }
.pink .number{ background:#fce7f3; color:#db2777; }

.indigo{ border-color:#6366f1; }
.indigo .number{ background:#e0e7ff; color:#4f46e5; }

.cyan{ border-color:#06b6d4; }
.cyan .number{ background:#cffafe; color:#0891b2; }

.amber{ border-color:#f97316; }
.amber .number{ background:#ffedd5; color:#ea580c; }

.red{ border-color:#ef4444; }
.red .number{ background:#fee2e2; color:#dc2626; }

/* CTA */
.cta-btn{
  display:inline-block;
  margin-top:50px;
  background:#4f46e5;
  color:#fff;
  padding:14px 30px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(79,70,229,.35);
}

/* RESPONSIVE */
@media(max-width:900px){
  .learn-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3619d78 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f6f8fc;
}

/* SECTION */
.benefits-section{
  padding:90px 20px;
  text-align:center;
}

/* BADGE */
.badge{
  display:inline-block;
  background:#dcfce7;
  color:#16a34a;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

/* TITLE */
.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:60px;
}

/* GRID */
.benefits-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:26px;
}

/* CARD */
.benefit-card{
  padding:28px 26px;
  border-radius:18px;
  text-align:left;
  transition:0.35s ease;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
}

/* HOVER EFFECT */
.benefit-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);
  transform:translateX(-100%);
  transition:.6s;
}

.benefit-card:hover::after{
  transform:translateX(100%);
}

.benefit-card:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:0 18px 40px rgba(0,0,0,.15);
}

/* ICON */
.icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  margin-bottom:16px;
  color:#fff;
}

/* TEXT */
.benefit-card h4{
  font-size:16px;
  margin-bottom:8px;
}

.benefit-card p{
  font-size:14px;
  color:#555;
}

/* COLOR THEMES */
.teal{ background:#ecfeff; }
.teal .icon{ background:#14b8a6; }

.amber{ background:#fffbeb; }
.amber .icon{ background:#f59e0b; }

.blue{ background:#eff6ff; }
.blue .icon{ background:#3b82f6; }

.purple{ background:#faf5ff; }
.purple .icon{ background:#a855f7; }

.green{ background:#f0fdf4; }
.green .icon{ background:#22c55e; }

.red{ background:#fff1f2; }
.red .icon{ background:#ef4444; }

/* RESPONSIVE */
@media(max-width:768px){
  .section-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79eb934 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f1f5f9;
}

/* SECTION */
.join-section{
  padding:90px 20px;
  text-align:center;
}

/* BADGE */
.badge{
  display:inline-block;
  background:#ede9fe;
  color:#7c3aed;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

/* TITLE */
.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:60px;
}

/* GRID */
.join-grid{
  max-width:1100px;
  margin:0 auto 30px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
}

/* CARD */
.join-card{
  background:#fff;
  padding:26px 22px;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.1);
  transition:0.35s ease;
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

/* HOVER EFFECT */
.join-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-100%);
  transition:.6s;
}

.join-card:hover::after{
  transform:translateX(100%);
}

.join-card:hover{
  transform:translateY(-10px) scale(1.03);
  box-shadow:0 22px 45px rgba(0,0,0,.18);
}

/* ICON */
.icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  background:#eef2ff;
  color:#4f46e5;
  margin:0 auto 14px;
}

/* TEXT */
.join-card h4{
  font-size:16px;
  margin-bottom:6px;
}

.join-card p{
  font-size:13px;
  color:#666;
}

/* CENTER CARD */
.join-center{
  display:flex;
  justify-content:center;
}

.join-card.highlight{
  max-width:260px;
  background:#ecfeff;
  border:1px solid #99f6e4;
}

/* RESPONSIVE */
@media(max-width:768px){
  .section-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e16c1e5 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f8fafc;
}

/* SECTION */
.train-section{
  padding:90px 20px;
}

.train-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT GRID */
.train-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

/* CARD */
.train-card{
  padding:26px 22px;
  border-radius:18px;
  transition:.35s ease;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

/* SHINE EFFECT */
.train-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-100%);
  transition:.6s;
}

.train-card:hover::after{
  transform:translateX(100%);
}

.train-card:hover{
  transform:translateY(-10px) scale(1.03);
  box-shadow:0 22px 45px rgba(0,0,0,.16);
}

/* ICON */
.icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:#fff;
  margin-bottom:14px;
}

/* TEXT */
.train-card h4{
  font-size:15px;
  margin-bottom:6px;
}

.train-card p{
  font-size:13px;
  color:#555;
}

/* CARD COLORS */
.teal{ background:#ecfeff; }
.teal .icon{ background:#14b8a6; }

.amber{ background:#fffbeb; }
.amber .icon{ background:#f59e0b; }

.blue{ background:#eff6ff; }
.blue .icon{ background:#3b82f6; }

.purple{ background:#faf5ff; }
.purple .icon{ background:#a855f7; }

.green{ background:#f0fdf4; }
.green .icon{ background:#22c55e; }

.red{ background:#fff1f2; }
.red .icon{ background:#ef4444; }

/* RIGHT CONTENT */
.badge{
  display:inline-block;
  background:#e0e7ff;
  color:#4338ca;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:14px;
}

.desc{
  font-size:15px;
  color:#555;
  max-width:480px;
  margin-bottom:26px;
}

.points{
  list-style:none;
}

.points li{
  font-size:14px;
  margin-bottom:12px;
  color:#111;
}

/* RESPONSIVE */
@media(max-width:900px){
  .train-container{
    grid-template-columns:1fr;
  }
  .train-cards{
    grid-template-columns:1fr;
  }
  .section-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8aa064d */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f4f7fb;
}

/* SECTION */
.cert-section{
  padding:100px 20px;
  background:linear-gradient(135deg,#153a5f,#2f6ea3);
  display:flex;
  justify-content:center;
}

/* GLASS CARD */
.cert-wrapper{
  max-width:760px;
  width:100%;
  background:rgba(255,255,255,.12);
  border-radius:22px;
  padding:50px 40px;
  text-align:center;
  color:#fff;
  backdrop-filter:blur(10px);
  box-shadow:0 30px 60px rgba(0,0,0,.35);
  transition:.4s ease;
  position:relative;
  overflow:hidden;
}

/* SHINE EFFECT */
.cert-wrapper::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);
  transform:translateX(-100%);
  transition:.7s;
}

.cert-wrapper:hover::after{
  transform:translateX(100%);
}

.cert-wrapper:hover{
  transform:translateY(-8px) scale(1.02);
}

/* ICON */
.cert-icon{
  width:64px;
  height:64px;
  border-radius:50%;
  background:#f59e0b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin:0 auto 22px;
  box-shadow:0 10px 25px rgba(245,158,11,.5);
}

/* TEXT */
.cert-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:10px;
}

.cert-desc{
  font-size:16px;
  margin-bottom:14px;
  opacity:.95;
}

.cert-desc span{
  color:#facc15;
  font-weight:600;
}

.cert-issued{
  font-size:14px;
  opacity:.85;
  margin-bottom:28px;
}

/* BADGES */
.cert-badges{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.badge{
  background:rgba(255,255,255,.2);
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:500;
  backdrop-filter:blur(6px);
}

/* RESPONSIVE */
@media(max-width:768px){
  .cert-wrapper{
    padding:40px 26px;
  }
  .cert-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32fff3a */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f7f9fc;
}

/* SECTION */
.guide-section{
  padding:90px 20px;
  text-align:center;
}

/* BADGE */
.badge{
  display:inline-block;
  background:#e0e7ff;
  color:#4338ca;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

/* TITLE */
.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:60px;
}

/* CARD */
.guide-card{
  max-width:760px;
  margin:auto;
  background:#fff;
  border-radius:20px;
  padding:40px 36px;
  display:flex;
  align-items:center;
  gap:30px;
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  transition:.4s ease;
  position:relative;
  overflow:hidden;
}

/* SHINE EFFECT */
.guide-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-100%);
  transition:.7s;
}

.guide-card:hover::after{
  transform:translateX(100%);
}

.guide-card:hover{
  transform:translateY(-8px);
  box-shadow:0 30px 60px rgba(0,0,0,.18);
}

/* AVATAR */
.avatar{
  width:130px;
  height:130px;
  border-radius:50%;
  background:#e2e8f0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:48px;
  color:#94a3b8;
  flex-shrink:0;
}

/* CONTENT */
.guide-content{
  text-align:left;
}

.guide-content h3{
  font-size:20px;
  margin-bottom:6px;
}

.designation{
  display:block;
  font-size:14px;
  color:#2563eb;
  margin-bottom:14px;
}

.description{
  font-size:14px;
  color:#555;
  line-height:1.6;
  margin-bottom:20px;
}

/* TAGS */
.tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.tags span{
  background:#f1f5f9;
  color:#334155;
  padding:8px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:500;
}

/* RESPONSIVE */
@media(max-width:768px){
  .guide-card{
    flex-direction:column;
    text-align:center;
  }
  .guide-content{
    text-align:center;
  }
  .section-title{
    font-size:28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1948ff5 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Segoe UI', sans-serif;
}

body{
  background:#f6f8fc;
}

/* ========================= */
/* TESTIMONIALS */
/* ========================= */
.testimonials-section{
  padding:90px 20px;
  text-align:center;
}

.badge{
  display:inline-block;
  background:#fde2e8;
  color:#db2777;
  padding:6px 16px;
  border-radius:20px;
  font-size:13px;
  margin-bottom:16px;
}

.section-title{
  font-size:34px;
  font-weight:700;
  margin-bottom:60px;
}

.testimonials-grid{
  max-width:1100px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:26px;
}

/* CARD */
.testimonial-card{
  background:#fff;
  padding:28px 26px;
  border-radius:18px;
  text-align:left;
  box-shadow:0 14px 30px rgba(0,0,0,.1);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
}

/* SHINE EFFECT */
.testimonial-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);
  transform:translateX(-100%);
  transition:.6s;
}

.testimonial-card:hover::after{
  transform:translateX(100%);
}

.testimonial-card:hover{
  transform:translateY(-10px);
  box-shadow:0 24px 50px rgba(0,0,0,.18);
}

.stars{
  color:#facc15;
  margin-bottom:14px;
}

.quote{
  font-size:14px;
  color:#444;
  line-height:1.6;
  margin-bottom:22px;
}

/* USER */
.user{
  display:flex;
  align-items:center;
  gap:12px;
}

.avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  font-size:14px;
}

.teal{ background:#14b8a6; }
.amber{ background:#f59e0b; }
.purple{ background:#a855f7; }

.user h4{
  font-size:14px;
}

.user span{
  font-size:12px;
  color:#666;
}

/* ========================= */
/* FINAL CTA */
/* ========================= */
.final-cta{
  padding:100px 20px;
  text-align:center;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  color:#fff;
}

.final-cta h2{
  font-size:38px;
  font-weight:700;
  margin-bottom:18px;
}

.final-cta p{
  max-width:620px;
  margin:0 auto 40px;
  font-size:15px;
  opacity:.9;
}

/* BUTTONS */
.cta-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.btn{
  padding:14px 30px;
  border-radius:30px;
  font-weight:600;
  text-decoration:none;
  transition:.3s ease;
}

.btn.primary{
  background:linear-gradient(135deg,#f59e0b,#fbbf24);
  color:#111;
  box-shadow:0 12px 30px rgba(245,158,11,.45);
}

.btn.primary:hover{
  transform:translateY(-3px);
}

.btn.secondary{
  border:1px solid rgba(255,255,255,.4);
  color:#fff;
}

.btn.secondary:hover{
  background:rgba(255,255,255,.1);
}

/* RESPONSIVE */
@media(max-width:768px){
  .section-title{
    font-size:28px;
  }
  .final-cta h2{
    font-size:30px;
  }
}/* End custom CSS */