:root {
    --primary: #f47b20;
    --ink: #263d4a;
    --muted: #657681;
    --soft: #fff3e8;
    --deep: #334b58;
    --line: #e8edf0;
  }
.quicksand {
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
 font-style: normal;
 font-weight: 400;
}

  body {
   font-family: "Quicksand", sans-serif;
    color: var(--ink);
    background: #fff;
    font-weight: 400;
  }

  a { text-decoration: none; }

  .topbar {
    background: var(--deep);
    color: #fff;
    font-size: 0.85rem;
  }

  .topbar a { color: #fff; opacity: .92; }

  .navbar {
    box-shadow: 0 4px 20px rgba(31, 48, 59, .08);padding: 0px;
  }

  .hero p{font-weight: 500;}

  .nav-link {
    color: #1f303b;
    font-weight: 600;
    font-size: .92rem;
  }
.btn-outline-ink:hover{
  background:#4f606c; /* Orange color */
  border-color:#4f606c;
  color:#fff;
}
.carousel-indicators {bottom: 20px;}
.btn-outline-ink i{
  transition:transform .3s ease;
}

.brand-logo{width:260px;}
.nav-link:focus-visible{box-shadow:none;}
#activities {display: none !important;}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F58220;
  --bs-btn-border-color: #F58220;
}

@media(max-width:1366px){
  
.hero h1 {
line-height: 30px;
font-size: 34px !important;
}  
.display-6 {
  font-size: 2rem !important;
}   
.section-title {
font-size: 31px !important;  }
h5 {
font-size: 1rem;
}   
.display-5 {
  font-size: 2rem !important;
}   
  .loop {
width: 280px !important;
height: 280px !important;}
  
.label-top {width:160px !important;}  
 .label-bottom {width:160px !important;}   
 .section-title{margin-bottom: 40px !important;} 
}










.hero h1 {
font-weight: 900;
line-height: 39px;
font-size: 34px;
}







.btn-outline-ink:hover i{
  transform:translateX(4px);
}
  .nav-link.active,
  .nav-link:hover { color: var(--primary) !important; }

  .btn-orange {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(244, 123, 32, .2);
  }

  .btn-orange:hover {
    background: #dc6814;
    border-color: #dc6814;
    color: #fff;
  }

  .btn-outline-ink {
    border-color: #cfd8dc;
    color: var(--ink);
    font-weight: 700;
    background: #fff;
  }

  .section-title {
    font-weight: 800;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;width: 100%; text-align: center;
  }

  .section-title::after {
    content: "";
    width: 58px;
    height: 3px;
    background: var(--primary);
    border-radius: 99px;
    position: absolute;
    left: 48%;
    bottom: -15px;
  }
.page-banner .text-left{width:40%;}
  .hero-slider,
.hero-slider .carousel-item,
.hero{
  height:550px;
}

.hero{
  background-position:top right;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  display:flex;
  align-items:center;
}

.hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(
      90deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.92) 42%,
      rgba(255,255,255,.35) 67%,
      rgba(255,255,255,.08) 100%
  );
}

.hero .container{
  position:relative;
  z-index:2;
}

.hero h1{
  font-weight:900;
  line-height:45px;
  font-size:36px;
}

.text-orange{
  color:var(--primary);
}

  .workshop {
    background: var(--soft);
  }

  .info-card,
  .course-card,
  .join-card,
  .activity-card,
  .story-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 48, 59, .08);
  }


.story-card{
  background:#fff;
  border-radius:16px;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  transition:.3s;
}

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

.avatar{
  width:60px;
  height:60px;
  border-radius:12px;
  object-fit:cover;
}

.quote-mark{
  color:#F58220;
  font-size:24px;
  font-weight:700;
}

.carousel-indicators{
  margin-bottom:0;
}
.ecosystem-wrap .section-title::after{left: 0% !important}
.carousel-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cbd5e1;
  border:none;
}

.carousel-indicators .active{
  background:#F58220;
}
.storry{background: linear-gradient( 180deg, #ededed 0%, #fff 100% ); padding: 40px 0px;}




  .workshop-photo {
    min-height: 255px;
    border-radius: 8px;
    background: url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=900&q=85") center / cover no-repeat;
  }

  .bullet {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--ink);
    font-weight: 600;
    font-size: .95rem;
  }

  .bullet i { color: var(--primary); }

  .calendar-card {
    max-width: 285px;
    margin-left: -45px;
    transform: translateY(18px);
  }

  .course-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
  display:flex;position:relative;
  flex-direction:column;
}

.course-card:hover{
  transform:translateY(-8px);
}

.course-img{
  width:100%;
  height:200px;
  object-fit:cover;
}
.course-card h5{margin-top: 20px;}
.course-icon{
  position:absolute;
  left:20px;
  top:174px;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 5px 15px rgba(0,0,0,.1);
  z-index:2;
}
.course-price-wrap{
  margin:12px 0 18px;
}

.discount-badge {
display: inline-block;
background: #f47b20;
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 4px 8px;
border-radius: 30px;
margin-bottom: 8px;
position: absolute;
top: 10px;
right: 10px;
}

.course-price{
  display:flex;
  align-items:center;
  gap:10px;
}

.course-price del{
  color:#9ca3af;
  font-size:14px;
}

.sale-price{
  color:#F58220;
  font-size:22px;
  font-weight:700;
}
.course-icon i{
  color:#F58220;
  font-size:1.2rem;
}

.course-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  font-size:14px;
  font-weight:500;
  color:#555;
}

.course-meta i{
  color:#F58220;
}

.btn-course{
  position:relative;
  overflow:hidden;
  z-index:1;
  border: 1px #51636D solid;
}

.btn-course::before{
  content:'';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:#F58220;
  transition:.35s ease;
  z-index:-1;
}

.btn-course:hover::before{
  left:0;
}

.btn-course:hover{
  color:#fff;
}

  .ecosystem-wrap{
  padding: 160px 0 160px !important;
  background: linear-gradient(
      180deg,
      #ededed 0%,
      #fff 100%
  );
}

  .loop{
  width:380px;
  height:380px;
  border:2px dashed #d6dde3;
  border-radius:50%;
  position:relative;
  margin:auto;
}

  .loop-center,
  .loop-node {
    position: absolute;
    background: #fff;
    border: 2px solid #dbe3e7;
    box-shadow: 0 8px 22px rgba(30, 48, 59, .12);
    display: grid;
    place-items: center;
    color: var(--deep);
  }

  .loop-center {
    width: 112px;
    height: 112px;
    border-radius: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-24deg);
    font-size: 3rem;
    color: var(--primary);
  }

  .loop-node {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 1.8rem;
    animation: counterSpin 24s linear infinite;
  }

  .node-top { left: 50%; top: -35px; transform: translateX(-50%); }
  .node-right { right: -35px; top: 50%; transform: translateY(-50%); border-color: var(--primary); }
  .node-bottom { left: 50%; bottom: -35px; transform: translateX(-50%); }
  .node-left { left: -35px; top: 50%; transform: translateY(-50%); }

  .step-label {
    position: absolute;
    max-width: 155px;
    font-size: .92rem;
    color: var(--muted);
    animation: counterSpin 24s linear infinite;
  }

  .step-label strong { display: block; color: var(--ink); font-size: 1.05rem; margin-bottom: .25rem; }
  .label-top { top: -120px; left: 50%; transform: translateX(-50%); text-align: center; }
  .label-right { top: 45%; right: -205px; }
  .label-bottom { bottom: -115px; left: 50%; transform: translateX(-50%); text-align: center; }
  .label-left { top: 45%; left: -210px; text-align: right; }
.logoo {
border: 0px;
transform: translate(-50%, -50%) rotate(0deg);
width: 150px;
box-shadow: none;
background: transparent;
}
  .loop-center img{
  width: 80%;
  height: auto;
}

  .join {
    background:
      radial-gradient(circle at right top, rgba(255,255,255,.12), transparent 25%),
      var(--deep);
    color: #fff;
  }

  .join-card{
  background:#fff;
  border-radius:18px;
  padding:25px;
  display:flex;
  align-items:flex-start;
  gap:20px;
  height:100%;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}

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

.join-icon{
  width:80px;
  height:80px;
  min-width:80px;
  border-radius:16px;
  background:#FFF3E8;
  display:flex;
  align-items:center;
  justify-content:center;
}

.join-icon i{
  font-size:40px;
  color:#F58220;
}

.join-content{
  flex:1;
}

.join-content h4{
  margin-bottom:8px;
  font-weight:700;
  color:#1F3A4D;
}

.join-content p{
  margin-bottom:10px;
  color:#6c757d;
}

.join-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 20px;
  border:1px solid #F58220;
  border-radius:8px;
  color:#F58220;
  font-weight:600;
  text-decoration:none;
  background:transparent;
  transition:all .3s ease;
}

.join-btn:hover{
  background:#F58220;
  color:#fff;
}

.join-btn i{
  transition:transform .3s ease;
}

.join-btn:hover i{
  transform:translateX(5px);
}



  .activity-img {
    min-height: 185px;
    background-size: cover;
    background-position: center;
    border-radius: 8px 0 0 8px;
  }

  .quote-mark {
    color: var(--primary);
    font-size: 2rem;
    line-height: 1;
  }

  .avatar {
    width: 76px;
    height: 88px;
    object-fit: cover;
    border-radius: 8px;
  }

  footer {
    background: var(--deep);
    color: rgba(255,255,255,.9);
  }

  footer a { color: rgba(255,255,255,.85); }
  footer a:hover { color: #fff; }

  .footer-brand .brand-mark {
    border-color: #fff;
    color: #fff;
  }

  .social-btn {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,.08);
    color: #fff;
    margin-right: 6px;
  }

#backToTop{
  position:fixed;
  right:25px;
  bottom:25px;
  width:50px;
  height:50px;
  background:#F58220;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  text-decoration:none;
  box-shadow:0 8px 25px rgba(0,0,0,.15);
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
  z-index:9999;
}

#backToTop:hover{
  transform:translateY(-5px);
  color:#fff;
}

#backToTop.show{
  opacity:1;
  visibility:visible;
}

.language-switcher{
  font-size:14px;
}

.lang-link{
  text-decoration:none;
  color:#fff;
  transition:.3s;
}

.lang-link:hover{
  color:#F58220;
}

.lang-link.active{
  color:#F58220;
  font-weight:600;
}

.mega-dropdown{
  position: static;
}

.mega-menu{
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
}

#course-tabs .nav-link{
  color:#243b53;
  text-align:left;
  border-radius:10px;
  margin-bottom:8px;
  font-weight:500;
}

#course-tabs .nav-link.active{
  background:#F58220;
  color:#fff;
}

.tab-content{
  padding-left:20px;
}
/* ==========================
 FULL WIDTH MEGA MENU
========================== */

.mega-dropdown{
  position:static;
}

.mega-menu{
  width:100%;
  left:0 !important;
  right:0 !important;

  border:none;
  border-radius:0;

  padding:30px 0;

  margin-top:0;

  box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Hover Open */

@media(min-width:992px){

  .mega-dropdown:hover .mega-menu{
      display:block;
  }

  .mega-dropdown .dropdown-toggle::after{
      transition:.3s;
  }

  .mega-dropdown:hover .dropdown-toggle::after{
      transform:rotate(180deg);
  }
}

/* Sidebar */

.mega-sidebar{
  border-right:1px solid #edf2f7;
}

.mega-tabs{
  gap:8px;
}

.mega-tabs .nav-link{
  display:flex;
  align-items:center;
  gap:12px;

  color:#23384d;
background: #f2f2f2;
  border:none;
  border-radius:8px;

  padding:8px 16px !important;

  font-weight:600;

  text-align:left;
}

.mega-tabs .nav-link i{
  color:#F58220;
  font-size:18px;
}

.mega-tabs .nav-link:hover{
  background:#fff5ec;
}

.mega-tabs .nav-link.active{
  background:#F58220;
  color:#fff !important;
}

.mega-tabs .nav-link.active i{
  color:#fff;
}

/* Course Card */

.mega-course-card{

  display:flex;
  align-items:center;

  gap:16px;

  background:#fff;

  border:1px solid #edf2f7;

  border-radius:16px;

  padding:15px;

  height:100%;

  transition:.3s;
}

.mega-course-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mega-course-card img{

  width:110px;
  height:90px;

  border-radius:12px;

  object-fit:cover;

  flex-shrink:0;
}

.course-info h6{

  margin-bottom:6px;

  font-weight:700;

  color:#23384d;
}

.course-info p{

  font-size:14px;

  color:#6b7280;

  margin-bottom:10px;
}

.course-info a{

  color:#F58220;

  text-decoration:none;

  font-weight:600;
}

.course-info a i{
  margin-left:5px;
}

/* Mobile */

@media(max-width:991px){
.mega-menu{
      position:static !important;
      width:100% !important;
      transform:none !important;
      box-shadow:none;
      border:none;
      padding:15px;
      display:block;
  }

  .mega-sidebar{
      border-right:none;
      border-bottom:1px solid #eee;
      margin-bottom:20px;
      padding-bottom:15px;
  }

  .mega-tabs{
      flex-direction:row;
      flex-wrap:wrap;
      gap:10px;
  }

  .mega-tabs .nav-link{
      width:auto;
  }

  .mega-course-card{
      flex-direction:column;
      text-align:center;
  }

  .mega-course-card img{
      width:100%;
      height:180px;
  }
  .mega-menu{
      width:100%;
      position:relative !important;
      box-shadow:none;
      padding:15px;
  }

  .mega-sidebar{
      border-right:none;
      border-bottom:1px solid #eee;
      margin-bottom:20px;
      padding-bottom:20px;
  }

  .mega-course-card{
      flex-direction:column;
      text-align:center;
  }

  .mega-course-card img{
      width:100%;
      height:180px;
  }
}
.course-features{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
  margin:10px 0 15px;
}

.course-features span{
  font-size:13px;
  color:#666;
  display:flex;
  align-items:center;
  gap:5px;
}

.course-features i{
  color:#F58220;
}

.course-link{
  color:#F58220;
  font-weight:600;
  text-decoration:none;
}

/************ About*************/
.page-banner{
  position:relative;
  overflow:hidden;
  padding:150px 0;
  background:#344b59;
}

.page-banner::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(255,255,255,.1);
  top:-180px;
  left:-120px;
}

.page-banner::after{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  border-radius:50%;
  background:rgba(245,130,32,.3);
  right:-120px;
  bottom:-150px;
}

.page-banner .container{
  position:relative;
  z-index:2;
}

.page-subtitle{
  display:inline-block;
  color:#fff;
  font-weight:500;
  letter-spacing:2px;
  
  margin-bottom:16px;
}

.page-banner h1{
  font-size:42px;
  font-weight:700;
  color:#F68724;
  margin-bottom:20px;
}

.breadcrumb{
  background:none;
}

.breadcrumb-item{
  font-size:16px;
}

.breadcrumb-item a{
  text-decoration:none;
  color:#fff;
}

.breadcrumb-item.active{
  color:#F68724;
  font-weight:600;
}

.breadcrumb-item+.breadcrumb-item::before{
  content:"›";
  color:#adb5bd;
}

@media(max-width:768px){

.page-banner{
  padding:50px 0;background-position: center left !important;
}
.page-banner::before{display:none}
.page-banner::after{display:none}
.page-banner h1{
  font-size:24px;margin-bottom: 1px;
}

.page-subtitle {
 margin-bottom: 7px;
font-size: 14px;
}


}

.section-subtitle{
display:inline-block;
color:#F68724;
font-weight:700;
letter-spacing:1px;
margin-bottom:15px;
}

.section-titlee{
font-size:42px;
font-weight:700;
margin-bottom:20px;
color:#0D181E;
position: relative;
margin-bottom: 40px;
display: inline-block;
width: 100%;
}

.section-titlee::after {
content: "";
width: 58px;
height: 3px;
background: var(--primary);
border-radius: 99px;
position: absolute;
left: 0%;
bottom: -15px;
}


.story-box{
background:#fff;
padding:25px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
margin-top:20px;
transition:.3s;
height:100%;
}

.story-box:hover{
transform:translateY(-8px);
}

.story-box i{
font-size:34px;
color:#F68724;
margin-bottom:15px;
display:block;
}

.vmv-section{
padding:90px 0;
background:#F8FAFC;
}

.vmv-card{
background:#fff;
padding:40px;
border-radius:22px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
text-align:center;
height:100%;
transition:.35s;
}

.vmv-card:hover{
transform:translateY(-10px);
}

.vmv-icon{
width:80px;
height:80px;
margin:auto;
border-radius:50%;
background:#FFF3E8;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:25px;
}

.vmv-icon i{
font-size:36px;
color:#F68724;
}

.vmv-card ul{
padding-left:18px;
text-align:left;
}

.vmv-card li{
margin-bottom:10px;
}

.why-list{
margin-top:30px;
display:grid;
gap:18px;
}

.why-list div{
font-size:18px;
font-weight:600;
}

.why-list i{
color:#F68724;
margin-right:10px;
}

@media(max-width:991px){

.about-hero{
padding:70px 0;
text-align:center;
}

.about-hero h1{
font-size:38px;
}

.section-title{
font-size:32px;
}

.about-hero img{
margin-top:40px;
}

}

/*************team**********/
.team-section{
  background:#fff;
}

.team-desc{
  max-width:700px;
  margin:auto;
  color:#6c757d;
}

.team-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  transition:.35s;
  height:100%;
}

.team-card:hover{
  transform:translateY(-10px);
}

.team-img{
  overflow:hidden;
}

.team-img img{
  width:100%;
  height:320px;
  object-fit:cover;
  transition:.4s;
}

.team-card:hover img{
  transform:scale(1.08);
}

.team-content{
  padding:25px;
  text-align:center;
}

.team-content h5{
  margin-bottom:6px;
  font-weight:700;
}

.team-content span{
  color:#F68724;
  font-weight:600;
  display:block;
  margin-bottom:15px;
}

.team-content p{
  color:#6c757d;
  font-size:15px;
  min-height:65px;
}

.team-social{
  display:flex;
  justify-content:center;
  gap:10px;
}

.team-social a{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#FFF3E8;
  color:#F68724;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.3s;
  text-decoration:none;
}

.team-social a:hover{
  background:#F68724;
  color:#fff;
}

/***************eco-system***************/
.ecosystem-section{
  background:#fff;
}

.section-desc{
  max-width:750px;
  margin:auto;
  color:#6c757d;
}

.eco-card{
  background:#fff;
  padding:40px 30px;
  text-align:center;
  border-radius:20px;
  height:100%;
  position:relative;
  transition:.35s;
  box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.eco-card:hover{
  transform:translateY(-10px);
}

.eco-icon{
  width:80px;
  height:80px;
  margin:auto;
  margin-bottom:25px;
  border-radius:50%;
  background:#FFF3E8;
  color:#F68724;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
}

.eco-card h4{
  margin-bottom:15px;
  font-weight:700;
}

.eco-card p{
  color:#6c757d;
  line-height:1.8;
}
/**************Courses*********************/
/*========================*/

.course-hero{

  position:relative;

  overflow:hidden;

  padding:60px 0 120px;

  background:linear-gradient(180deg,#F8FAFC 0%,#FFFFFF 100%);

}

/* Top Right Blob */
.course-hero:before{

  content:"";

  position:absolute;

  top:-180px;

  right:-120px;

  width:520px;

  height:520px;

  border-radius:50%;

  background:radial-gradient(circle,
  rgba(246,135,36,.12) 0%,
  rgba(246,135,36,.05) 45%,
  transparent 70%);

}

/* Bottom Left Blob */

.course-hero:after{

  content:"";

  position:absolute;

  bottom:-160px;

  left:-120px;

  width:420px;

  height:420px;

  border-radius:50%;

  background:radial-gradient(circle,
  rgba(15,118,110,.08) 0%,
  rgba(15,118,110,.03) 55%,
  transparent 75%);

}

/* Decorative Circle */

.hero-circle{

  position:absolute;

  width:18px;

  height:18px;

  border:4px solid #F68724;

  border-radius:50%;

  top:120px;

  right:24%;

  opacity:.25;

}

/* Decorative Square */

.hero-square{

  position:absolute;

  width:22px;

  height:22px;

  border:3px solid #0F766E;

  transform:rotate(45deg);

  left:8%;

  bottom:120px;

  opacity:.15;

}

/* Large Outline Circle */

.hero-outline{

  position:absolute;

  width:300px;

  height:300px;

  border:1px dashed rgba(246,135,36,.18);

  border-radius:50%;

  right:8%;

  top:50%;

  transform:translateY(-50%);

}

/* Small Dots */

.hero-dots{

  position:absolute;

  width:130px;

  height:130px;

  background-image:radial-gradient(#F68724 1.8px,transparent 1.8px);

  background-size:18px 18px;

  opacity:.12;

  left:5%;

  top:100px;

}

.course-hero .container{

  position:relative;

  z-index:5;

}







.breadcrumb-wrap{

margin-bottom:35px;

font-size:15px;

}

.breadcrumb-wrap a{

text-decoration:none;

color:#6c757d;

}

.breadcrumb-wrap span{

margin:0 8px;

color:#adb5bd;

}

.course-badge{

display:inline-block;

background:#FFF3E8;

padding:8px 18px;

border-radius:30px;

color:#F68724;

font-weight:700;

margin-bottom:20px;

}

.course-hero h1{

font-size:52px;

font-weight:700;

line-height:1.2;

margin-bottom:15px;

}

.course-subtitle{

color:#F68724;

font-weight:600;

margin-bottom:20px;

}

.course-hero p{

color:#6c757d;

font-size:18px;

line-height:1.8;

}

.course-highlights{

display:flex;

flex-wrap:wrap;

gap:18px;

margin:35px 0;

}

.course-highlights span{

font-weight:600;

}

.course-highlights i{

color:#F68724;

margin-right:8px;

}

.hero-buttons{

display:flex;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.course-hero-price{

margin:0;

}

.course-enroll-row{

display:flex;

align-items:center;

flex-wrap:wrap;

gap:16px;

}

.course-enroll-row .course-price-wrap{

margin:0 0 12px;

}

.course-cta-price{

margin:0 0 18px;

}

.cta-box .course-price del{

color:rgba(255,255,255,.75);

}

.cta-box .sale-price{

color:#fff;

}

.course-preview{

border-radius:24px;

overflow:hidden;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.course-preview img{

width:100%;

height:420px;

object-fit:cover;

}



/*========================*/

.course-info-bar{

  background:#344b59;

  padding:35px 0;

}

.info-box{

  

  align-items:center;

  gap:16px;

  background:rgba(255,255,255,.08);

  border:1px solid rgba(255,255,255,.08);

  border-radius:16px;

  padding:20px;

  transition:.35s;

  height:100%;text-align: center;

}

.info-box:hover{

  transform:translateY(-6px);

  background:rgba(255,255,255,.12);

  border-color:rgba(246,135,36,.35);

}

.info-icon{

  width:60px;

  height:60px;

  min-width:60px;

  border-radius:14px;

  background:#F68724;
display: flex;
  color:#fff;

 margin: 0px auto 20px auto;

  justify-content:center;

  align-items:center;

  font-size:28px;

}

.info-content h4{

  color:#fff;

  font-size:20px;

  font-weight:700;

  margin:0;

}

.info-content p{

  color:rgba(255,255,255,.75);

  margin:4px 0 0;

  font-size:14px;

}

@media(max-width:991px){

.info-box{

  padding:18px;

}

.info-icon{

  width:52px;
  height:52px;
  min-width:52px;

  font-size:24px;

}

.info-content h4{

  font-size:17px;

}

}

@media(max-width:767px){

.course-info-bar{

  padding:25px 0;

}
.breadcrumb-item {
font-size: 13px;
margin-top: 10px;
}
.info-box{

  gap:12px;

  padding:15px;

}

.info-icon{

  width:46px;
  height:46px;
  min-width:46px;

  font-size:20px;

}

.info-content h4{

  font-size:15px;

}

.info-content p{

  font-size:12px;

}

}

.bg-darks{background: #334b58;}
.white{color:#fff !important;}
/*========================*/

/* Sidebar */
.curriculum-section{


}

.curriculum-accordion{

max-width:1000px;

margin:auto;

}

.curriculum-accordion .accordion-item{

border:none;

border-radius:18px;

overflow:hidden;

margin-bottom:18px;

box-shadow:0 10px 35px rgba(0,0,0,.06);

}

.curriculum-accordion .accordion-button{

background:#fff;

padding:15px;

box-shadow:none;

display:flex;

align-items:center;

justify-content:space-between;

}

.curriculum-accordion .accordion-button:not(.collapsed){

background:#fff;

color:#223547;

}

.curriculum-accordion .accordion-button::after{

display:none;

}

.module-head{

display:flex;

align-items:center;

gap:18px;

}

.module-icon{

width:45px;

height:45px;

border-radius:16px;

background:#FFF4EA;

color:#F68724;

display:flex;

align-items:center;

justify-content:center;

font-size:18px;

}

.module-head h5{

margin:0;

font-size:24px;

font-weight:700;

}

.module-head span{

color:#7a8795;

font-size:15px;

}

.module-meta{

  margin-left:auto;

  display:flex;

  align-items:center;

  gap:18px;

}

.module-meta span{

  color:#F68724;
  font-weight:700;
  font-size:15px;

}

.module-arrow{

  width:42px;
  height:42px;

  border-radius:50%;

  background:#FFF4EA;

  display:flex;

  align-items:center;

  justify-content:center;

  transition:.35s;

}

.module-arrow i{

  color:#F68724;

  font-size:18px;

  transition:.35s;

}
.accordion-body{

padding:10px 30px 30px 30px;

background:#fff;

border-top:1px solid #edf1f5;

}
.accordion-body h6{margin:20px 0px 10px 0px !important}
.topic-list{

list-style:none;

padding:0;

margin:0;

}

.topic-list li{

padding:14px 0;

border-bottom:1px solid #edf1f5;

position:relative;

padding-left:34px;

font-weight:500;

}

.topic-list li:last-child{

border:none;

}

.topic-list li::before{

content:"✓";

position:absolute;

left:0;

top:14px;

color:#F68724;

font-weight:700;

font-size:18px;

}

.accordion-button::after{
  display:none;
}

.accordion-button:not(.collapsed) .module-arrow{

  background:#F68724;

}

.accordion-button:not(.collapsed) .module-arrow i{

  color:#fff;

  transform:rotate(180deg);

}

.accordion-button:hover .module-arrow{

  transform:scale(1.08);

}

/* ===================================
 Mobile Curriculum
=================================== */

@media (max-width:767px){
.course-hero p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}




.curriculum-accordion .accordion-button{

  padding:18px;
  align-items:flex-start;
}

.module-head{

  width:100%;
  align-items:flex-start;
  gap:14px;
}

.module-icon{

  width:48px;
  height:48px;
  font-size:22px;
  border-radius:12px;
  flex-shrink:0;
}

.module-info{

  flex:1;
}

.module-info h5{

  font-size:16px;
  line-height:1.3;
  margin-bottom:6px;
}

.module-info span,
.module-info p{

  font-size:14px;
  line-height:1.5;
}

.module-meta{

  margin-top:12px;
  margin-left:22px;

  display:flex;
  justify-content:space-between;
  align-items:center;

  width:auto;
}

.module-meta span{

  font-size:14px;
}

.module-arrow{

  width:36px;
  height:36px;
}

.accordion-body{

  padding:20px;
}

.topic-list li{

  padding:12px 0 12px 28px;
  font-size:15px;
}

}



.info-card{

  background:#fff;
  padding:40px;
  border-radius:22px;
  box-shadow:0 10px 35px rgba(0,0,0,.06);
  border:1px solid #eef2f5;
  transition:.3s;

}

.info-card:hover{

  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.section-icon{

  width:70px;
  height:70px;
  border-radius:18px;

  background:#FFF4EA;
  color:#F68724;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

  margin-bottom:20px;

}

.feature-list{

  list-style:none;
  padding:0;
  margin:0;

}

.feature-list li{

  position:relative;
  padding:10px 0 10px 32px;
  border-bottom:1px solid #edf1f5;

  font-size:15px;
  color:#46596b;

}

.feature-list li:last-child{

  border-bottom:none;

}

.feature-list li::before{

  content:"✓";
  position:absolute;
  left:0;
  top:10px;

  color:#F68724;
  font-weight:700;
  font-size:18px;

}

@media(max-width:768px){

.info-card{

  padding:25px;

}

.section-icon{

  width:56px;
  height:56px;
  font-size:24px;

}

}

.course-sidebar{



}

.sidebar-badge{

  display:inline-block;

  background:#FFF3E7;

  color:#F68724;

  padding:8px 18px;

  border-radius:30px;

  font-size:13px;

  font-weight:700;

  margin-bottom:18px;

}

.course-sidebar h3{

  font-size:30px;

  font-weight:700;

  color:#24384B;

  margin-bottom:15px;

  line-height:1.3;

}

.sidebar-text{

  color:#7A8793;

  line-height:1.8;

  margin-bottom:30px;

}

.sidebar-card{

  background:#fff;

  border-radius:18px;

  padding:25px;

  margin-bottom:22px;

  display:flex;

  gap:18px;

  box-shadow:0 12px 35px rgba(0,0,0,.06);

  border:1px solid #edf1f5;

  transition:.35s;

}

.sidebar-card:hover{

  transform:translateY(-5px);

}

.sidebar-icon{

  width:60px;

  height:60px;

  flex-shrink:0;

  border-radius:16px;

  background:#FFF3E7;

  color:#F68724;

  display:flex;

  justify-content:center;

  align-items:center;

  font-size:28px;

}

.sidebar-card h6{

  font-size:21px;

  font-weight:700;

  margin-bottom:12px;

  color:#24384B;

}

.sidebar-card p{

  color:#6B7785;

  line-height:1.8;

  margin:0;

}

.sidebar-list{

  list-style:none;

  padding:0;

  margin:0;

}

.sidebar-list li{

  position:relative;

  padding-left:30px;

  margin-bottom:12px;

  color:#425466;

}

.sidebar-list li:before{

  content:"✓";

  position:absolute;

  left:0;

  top:0;

  color:#F68724;

  font-weight:700;

}

.cta-box{

  margin-top:30px;

  background:linear-gradient(135deg,#F68724,#FF9F4A);

  border-radius:24px;

  padding:35px;

  color:#fff;

  box-shadow:0 18px 45px rgba(246,135,36,.25);

}

.cta-box small{

  font-weight:700;
  letter-spacing:1px;

}


.cta-box h4{

  font-size:15px;

  line-height:1.35;

  margin:18px 0;

  font-weight:500;

  color:#fff;

}

.cta-box p{

  opacity:.9;

  margin-bottom:25px;

}

.cta-box .btn{

  border-radius:12px;

}

.cta-box .btn-outline-dark{

  background:#fff;

  border:none;

  color:#24384B;

}

.cta-box .btn-outline-dark:hover{

  background:#24384B;

  color:#fff;

}

.contact-locations{

background:#f8fafc;

}

.location-card{

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 15px 45px rgba(0,0,0,.06);

height:100%;

transition:.35s;

}

.location-card:hover{

transform:translateY(-8px);

}

.location-card h4{

font-weight:700;

margin-bottom:30px;

color:#344b59;

}

.location-item{

display:flex;

gap:18px;

margin-bottom:25px;

}

.location-item:last-child{

margin-bottom:0;

}

.location-item .icon{

width:58px;

height:58px;

background:#FFF4E8;

color:#F68724;

display:flex;

align-items:center;

justify-content:center;

border-radius:15px;

font-size:22px;

flex-shrink:0;

}

.location-item h6{

font-weight:700;

margin-bottom:6px;

color:#344b59;

}

.location-item p{

margin:0;

color:#6c7a89;

line-height:1.7;

}

.contact-form-card{

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 55px rgba(0,0,0,.06);

}

.contact-form-card .form-control{

height:55px;

border-radius:12px;

border:1px solid #e8edf2;

padding:15px;

box-shadow:none;

}

.contact-form-card textarea.form-control{

height:auto;

}

.contact-form-card .form-control:focus{

border-color:#F68724;

box-shadow:none;

}

.contact-section img{

border-radius:25px;

min-height:620px;

object-fit:cover;

}





.btn-dark {
color: #fff;
background: #f58220;
border-color: #f58220;
}
@media(max-width:991px){

.course-sidebar{

  position:relative;

  top:0;

  margin-top:40px;

}

.course-sidebar h3{

  font-size:26px;

}

.cta-box{

  padding:28px;

}

.cta-box h4{

  font-size:15px;

}

}
/*========================*/

@media(max-width:991px){
.course-hero{padding: 60px 0 40px;}
.course-hero h1{

font-size:28px;

}

.hero-buttons{

flex-direction:column;

}

.course-preview{margin-top:0px;}
.section-titlee {  font-size: 26px;}
.section-title {  font-size: 26px !important;}
.section-badge {  padding: 5px 18px;    font-size: 15px;}
.whyimg{margin-bottom: 20px;}
.btn-dark {
width: 100%;
}
.course-preview img {

height: auto;

}
.course-info-bar{

margin-top:0px;

}

.course-info-bar .col{

margin-bottom:20px;

}

}

.course-section{

padding:80px 0;

}

.section-badge{

display:inline-block;

background:#FFF4E8;

color:#F68724;

padding:8px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:15px;

}

.section-title{

font-size:42px;

font-weight:700;

margin-bottom:40px;

}

.section-text{

color:#6c757d;

line-height:1.9;

font-size:17px;

}
.btn-register{
  font-size:18px;
  font-weight:700;
  padding:16px 42px;
  border-radius:12px;
}

.mentor-registration{

  background:#f8fafc;

}

.register-card{

  background:#fff;

  padding:45px;

  border-radius:24px;

  box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.register-card .form-control,
.register-card .form-select{

  height:56px;

  border-radius:12px;

  border:1px solid #e6edf4;

  box-shadow:none;

}

.register-card textarea.form-control{

  height:auto;

}

.register-card .form-control:focus,
.register-card .form-select:focus{

  border-color:#F68724;

  box-shadow:none;

}

.btn-register{

  padding:16px 40px;

  font-size:18px;

  font-weight:700;

  border-radius:12px;

}

.mentor-image{

  position:sticky;

  top:120px;

}

.mentor-image img{

  border-radius:24px;

  width:100%;

}

.mentor-info{

  background:#fff;

  margin-top:25px;

  padding:30px;

  border-radius:20px;

  box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.mentor-info h4{

  margin-bottom:20px;

  font-weight:700;

  color:#344b59;

}

.mentor-info ul{

  margin:0;

  padding:0;

  list-style:none;

}

.mentor-info li{

  margin-bottom:14px;

  color:#344b59;

}

.mentor-info i{

  color:#F68724;

  margin-right:10px;

}

@media(max-width:991px){

  .mentor-image{

      position:relative;

      top:0;

  }

  .register-card{

      padding:30px;

  }

}



.highlight-card{

display:flex;

gap:18px;

background:#fff;

padding:22px;

border-radius:18px;

box-shadow:0 12px 35px rgba(0,0,0,.05);

align-items:flex-start;

height:100%;

}

.highlight-card i{

font-size:34px;

color:#F68724;

}

.highlight-card h5{

margin-bottom:6px;

}

.course-sidebar-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

position:sticky;

top:140px;

}

.course-sidebar-card ul{

list-style:none;

padding:0;

margin:25px 0 0;

}

.course-sidebar-card li{

display:flex;

justify-content:space-between;

padding:14px 0;

border-bottom:1px solid #eee;

}

.join-box{

background:#fff;

padding:35px;

text-align:center;

border-radius:18px;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

height:100%;

}

.join-box:hover{

transform:translateY(-8px);

}

.join-box i{

font-size:42px;

color:#F68724;

margin-bottom:20px;

}

.learn-list{

list-style:none;

padding:0;

}

.learn-list li{

padding:15px 0;

border-bottom:1px solid #eee;

font-size:17px;

}

.learn-list li:before{

content:"✓";

color:#F68724;

font-weight:bold;

margin-right:12px;

}

.whyy{

margin-top:0px;
margin-bottom:20px;
}

.whyy div{

padding:5px 0;

font-size:16px;

}

.whyy i{

color:#F68724;

margin-right:6px;

}

.career-item{

  display:flex;

  align-items:center;

  gap:15px;

  background:#fff;

  border:1px solid #e9eef3;

  border-radius:16px;

  padding:18px 22px;

  height:100%;

  transition:.35s;

  box-shadow:0 8px 20px rgba(0,0,0,.04);

}

.career-item:hover{

  transform:translateY(-5px);

  border-color:#F68724;

  box-shadow:0 15px 35px rgba(246,135,36,.12);

}

.career-item i{

  color:#F68724;

  font-size:22px;

  flex-shrink:0;

}

.career-item span{

  font-size:17px;

  font-weight:500;

  color:#344b59;

  line-height:1.6;

}

@media(max-width:767px){

  .career-item{

      padding:15px 18px;

  }

  .career-item span{

      font-size:15px;

  }

}



@media (min-width: 992px) {

  
  .navbar .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.25s ease;
      margin-top: 0;
  }

  .navbar .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
}
  @media (max-width: 1199.98px) {
    .label-right,
    .label-left {
      position: static;
      max-width: none;
      text-align: center;
      margin-top: 1rem;
    }
  }

  @media (max-width: 991.98px) {
    .hero {
      min-height: auto;
      padding: 5rem 0;
     
        
    }

    .calendar-card {
      max-width: none;
      margin-left: 0;
      transform: none;
    }

    
  }

  @media (max-width: 767.98px) {
    .topbar .container {
      justify-content: center !important;
      gap: .75rem !important;
    }
.brand-logo{width: 220px;}
    .hero h1 { font-size: 30px;line-height: 37px; }
.btn-orange{width: 100%;}
.btn-outline-ink{width: 100%;}
    .activity-img {
      border-radius: 8px 8px 0 0;
    }
.loop{
      width:260px;
      height:260px;
      margin-bottom:40px;
  }

  .step-label{
      display:none;
  }
   
  .ecosystem-wrap {
padding: 40px 0 40px !important;}
.join-btn {
  padding: 7px 10px;  
width: 100%;
}

  }

/* Mentor registration form (html/mentor-registration.html) */
main#inner {
background: #f5f7f9;
}

.card-form {
max-width: 1100px;
margin: 40px auto;
background: #fff;
border-radius: 20px;
box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

.card-form .header {
background: linear-gradient(135deg, #51636d, #667b86);
color: #fff;
padding: 40px;
text-align: left;
}

.card-form .section-title {
color: #51636d;
border-left: 5px solid #f68724;
padding-left: 12px;
margin: 35px 0 20px;
font-weight: 700;
font-size: 1.5rem;
text-align: left;
}

.card-form .section-title::after {
display: none;
}

.card-form .form-label span {
color: #f58220;
}

.card-form .form-label {
font-weight: 600;
}

.card-form .form-control,
.card-form .form-select {
border-radius: 12px;
padding: 0.8rem 1rem;
}

.card-form .form-control:focus,
.card-form .form-select:focus {
border-color: #f68724;
box-shadow: 0 0 0 0.2rem rgba(246, 135, 36, 0.15);
}

.card-form .check-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 10px;
}

.card-form .counter {
font-size: 0.85rem;
color: #777;
text-align: right;
}

.card-form .btn-pro {
background: #f68724;
color: #fff;
border: none;
padding: 14px 35px;
border-radius: 50px;
font-weight: 700;
}

.card-form .btn-pro:hover {
background: #dd7418;
color: #fff;
}

.card-form .hidden {
display: none;
}

.card-form .mentor-expertise-feedback,
.card-form .mentor-area-feedback {
display: none;
color: #dc3545;
font-size: 0.875em;
margin-top: 0.25rem;
}

@media (max-width: 768px) {
.card-form .header {
  padding: 28px 20px;
}

.card-form {
  max-width: 90%;
  margin: 20px auto;
}

.card-form .section-title {
  font-size: 22px !important;
  margin: 20px 0 20px;
}
}

/* Courses index (shop-style category tabs) */
.courses-index-page .courses-shop-intro {
max-width: 720px;
font-size: 1.05rem;
}
.courses-shop-tabs {
gap: 10px;
overflow-x: auto;
padding-bottom: 6px;
border-bottom: 1px solid rgba(0,0,0,.08);
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
.courses-shop-tabs .nav-link {
white-space: nowrap;
border: 1px solid #e4e8ec;
border-radius: 999px;
color: #51636d;
background: #fff;
font-weight: 600;
font-size: 0.95rem;
letter-spacing: 0.01em;
padding: 0.5rem 0.55rem 0.5rem 1rem;
display: inline-flex;
align-items: center;
gap: 0.55rem;
transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}
.courses-shop-tabs .nav-link:hover {
border-color: #f39233;
color: #d9781a;
box-shadow: 0 4px 14px rgba(243, 146, 51, 0.12);
}
.courses-shop-tabs .nav-link.active {
background: #f39233;
border-color: #f39233;
color: #fff !important;
box-shadow: 0 6px 16px rgba(243, 146, 51, 0.28);
}
.courses-shop-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 1.65rem;
height: 1.65rem;
padding: 0 0.45rem;
margin-left: 0.1rem;
border-radius: 999px;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1;
font-variant-numeric: tabular-nums;
background: #eef2f5;
color: #51636d;
border: 1px solid #dfe5ea;
}
.courses-shop-tabs .nav-link:hover .courses-shop-count {
background: #fff4e8;
border-color: #f5c48a;
color: #c86a12;
}
.courses-shop-tabs .nav-link.active .courses-shop-count {
background: #fff;
border-color: transparent;
color: #f39233;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}

/* Free course seat availability (hero) */
.course-hero .hero-buttons {
align-items: flex-start;
}

.hero-enroll-stack {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 22px;
flex: 1 1 auto;
width: 100%;
max-width: min(100%, 460px);
margin-top: 4px;
}

.hero-enroll-stack .btn-register {
align-self: flex-start;
margin-top: 2px;
}

.free-course-seats-panel {
background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
border: 1px solid rgba(246, 135, 36, 0.25);
border-radius: 14px;
padding: 16px 18px;
margin-bottom: 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 14px;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.free-course-seats-panel--closed {
border-color: rgba(148, 163, 184, 0.45);
background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

.free-course-seats-panel__icon {
flex: 0 0 auto;
width: 44px;
height: 44px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(246, 135, 36, 0.12);
color: #ea580c;
font-size: 22px;
}

.free-course-seats-panel__icon--info {
background: rgba(246, 135, 36, 0.12);
color: #ea580c;
}

.free-course-seats-panel--closed .free-course-seats-panel__icon {
background: rgba(100, 116, 139, 0.12);
color: #64748b;
}

.free-course-seats-panel__body {
flex: 1 1 auto;
min-width: 0;
}

.free-course-seats-panel__title {
font-size: 13px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #9a3412;
margin-bottom: 10px;
display: block;
width: 100%;
line-height: 1.35;
}

.free-course-seats-panel--closed .free-course-seats-panel__title {
color: #334155;
text-transform: none;
font-size: 16px;
letter-spacing: 0;
}

.free-course-seats-panel__message {
font-size: 14px;
line-height: 1.55;
color: #64748b;
}

.free-course-seats-panel__hint {
font-size: 13px;
line-height: 1.5;
color: #64748b;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(246, 135, 36, 0.15);
}

.free-course-seats-list {
display: block;
width: 100%;
}

.free-course-seats-list__row {
display: flex;
align-items: flex-start;
gap: 10px;
}

.free-course-seats-list__badge {
flex: 0 0 auto;
font-size: 16px;
line-height: 1.5;
margin-top: 2px;
color: #16a34a;
}

.free-course-seats-list__item.is-full .free-course-seats-list__badge {
color: #94a3b8;
}

.free-course-seats-list__text {
flex: 1 1 auto;
min-width: 0;
display: flex;
flex-direction: column;
gap: 3px;
}

.free-course-seats-list__place {
font-size: 15px;
font-weight: 700;
color: #1e293b;
line-height: 1.35;
}

.free-course-seats-list__detail {
font-size: 13px;
font-weight: 500;
color: #64748b;
line-height: 1.45;
}

.free-course-seats-list__item {
display: block;
padding: 0;
line-height: 1.45;
}

.free-course-seats-list__item + .free-course-seats-list__item {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid rgba(246, 135, 36, 0.12);
}

.free-course-seats-list__item.is-full .free-course-seats-list__place,
.free-course-seats-list__item.is-full .free-course-seats-list__detail {
color: #64748b;
}

/* Paid course — enroll card (price + training location) */
.course-hero .hero-buttons:has(.hero-enroll-stack--paid) {
flex-direction: column;
align-items: stretch;
width: 100%;
max-width: min(100%, 480px);
gap: 0;
}

.hero-enroll-stack--paid {
max-width: 100%;
margin-top: 8px;
gap: 20px;
}

.hero-course-enroll-card {
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 16px;
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
overflow: hidden;
width: 100%;
}

.hero-course-enroll-card__price {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 20px;
background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
border-bottom: 1px solid rgba(246, 135, 36, 0.14);
}

.hero-course-enroll-card__price-label {
font-size: 13px;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #9a3412;
flex: 0 0 auto;
}

.hero-course-enroll-card__price .course-price-wrap {
margin: 0;
}

.hero-course-enroll-card__price .sale-price {
font-size: 26px;
font-weight: 800;
line-height: 1.1;
}

.hero-course-enroll-card__price .course-price del {
font-size: 15px;
}

.hero-course-enroll-card .course-training-location-panel {
border: none;
border-radius: 0;
box-shadow: none;
margin: 0;
max-width: none;
background: #ffffff;
padding: 18px 20px;
}

.course-training-location-panel__place {
font-size: 18px;
font-weight: 700;
color: #0f172a;
line-height: 1.35;
margin-bottom: 4px;
}

.course-training-location-panel__detail {
font-size: 13px;
font-weight: 500;
color: #64748b;
line-height: 1.45;
}

.course-training-location-chips {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-top: 2px;
}

@media (max-width: 420px) {
.course-training-location-chips {
grid-template-columns: 1fr;
}
}

.course-training-location-chip {
display: flex;
align-items: center;
gap: 10px;
padding: 12px 14px;
border-radius: 12px;
border: 1px solid rgba(246, 135, 36, 0.2);
background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.course-training-location-chip__icon {
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 8px;
background: rgba(246, 135, 36, 0.12);
color: #ea580c;
font-size: 15px;
line-height: 1;
}

.course-training-location-chip__label {
font-size: 14px;
font-weight: 700;
color: #1e293b;
line-height: 1.3;
}

.hero-enroll-stack--paid .btn-register {
align-self: stretch;
text-align: center;
width: 100%;
max-width: none;
padding-top: 18px;
padding-bottom: 18px;
}

/* Enrollment modal — training location */
.enroll-location-summary {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 16px 18px;
border-radius: 12px;
border: 1px solid #e2e8f0;
background: #f8fafc;
}

.enroll-location-summary__icon {
flex: 0 0 auto;
font-size: 1.5rem;
line-height: 1;
color: #ea580c;
}

.enroll-location-summary__place {
font-size: 16px;
font-weight: 700;
color: #0f172a;
line-height: 1.35;
}

.enroll-location-summary__note {
font-size: 13px;
color: #64748b;
margin-top: 4px;
line-height: 1.45;
}

.enroll-location-picker__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
gap: 12px;
}

.enroll-location-card {
position: relative;
margin: 0;
cursor: pointer;
}

.enroll-location-card__input {
position: absolute;
opacity: 0;
width: 1px;
height: 1px;
pointer-events: none;
}

.enroll-location-card__body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 96px;
padding: 16px 12px;
border: 2px solid #e2e8f0;
border-radius: 12px;
background: #fff;
text-align: center;
transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.enroll-location-card__icon {
font-size: 1.35rem;
line-height: 1;
color: #64748b;
}

.enroll-location-card__label {
font-size: 15px;
font-weight: 600;
color: #1e293b;
line-height: 1.3;
}

.enroll-location-card:hover .enroll-location-card__body {
border-color: rgba(246, 135, 36, 0.45);
}

.enroll-location-card__input:checked + .enroll-location-card__body {
border-color: #f68724;
background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
box-shadow: 0 4px 14px rgba(246, 135, 36, 0.15);
}

.enroll-location-card__input:checked + .enroll-location-card__body .enroll-location-card__icon {
color: #ea580c;
}

.enroll-location-card__input:focus-visible + .enroll-location-card__body {
outline: 2px solid #f68724;
outline-offset: 2px;
}

.enroll-location-card.is-disabled {
pointer-events: none;
cursor: not-allowed;
opacity: 0.55;
}

.enroll-location-card.is-disabled .enroll-location-card__body {
background: #f1f5f9;
border-color: #e2e8f0;
}

/* Training location — validation (custom radio cards) */
.enroll-location-picker__error {
display: none;
font-size: 0.875rem;
color: #dc3545;
margin-top: 0.5rem;
line-height: 1.4;
}

#enrollLocationField.is-location-invalid .enroll-location-field__label {
color: #dc3545;
}

#enrollLocationField.is-location-invalid .enroll-location-picker__error {
display: block;
}

#enrollLocationField.is-location-invalid .enroll-location-card__body.is-invalid,
.was-validated #enrollLocationField.is-location-invalid .enroll-location-card__body {
border-color: #dc3545;
background: #fff5f5;
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.14);
}

#enrollLocationField.is-location-invalid .enroll-location-card__icon {
color: #dc3545;
background: rgba(220, 53, 69, 0.1);
}

.was-validated .enroll-location-card__input:invalid + .enroll-location-card__body {
border-color: #dc3545;
background: #fff5f5;
box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.14);
}

/* ================================
   PROYAAS PRIVACY POLICY
================================ */

.privacy-page {
    padding: 70px 20px 90px;
    background: #f7f5f1;
    color: #0d181e;
}

.privacy-container {
    max-width: 1050px;
    margin: 0 auto;
}

/* Header */

.privacy-header {
    text-align: left;
        margin: 0 auto 55px;
}

.privacy-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #f47b20;
}

.privacy-header h2 {
    margin: 0 0 15px;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: #f47b20 !important;
}

.privacy-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #68747a;
}


/* Main content */

.privacy-content {
    background: #ffffff;
    border: 1px solid #edeae3;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 12px 40px rgba(13, 24, 30, 0.05);
}


/* Sections */

.privacy-section {
    padding: 0 0 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #edeae3;
}

.privacy-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.privacy-section h2 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #0d181e;
}

.privacy-section h2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff1e9;
    color: #ff7a59;
    font-size: 13px;
    font-weight: 700;
}

.privacy-section h3 {
    margin: 28px 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #243943;
}

.privacy-section p {
    margin: 0 0 16px;
    font-size: 15.5px;
    line-height: 1.8;
    color: #5f6c72;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}


/* Lists */

.privacy-section ul {
    margin: 12px 0 20px;
    padding: 0;
    list-style: none;
}

.privacy-section ul li {
    position: relative;
    padding: 7px 0 7px 25px;
    font-size: 15.5px;
    line-height: 1.65;
    color: #5f6c72;
}

.privacy-section ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7a59;
}


/* Contact */

.privacy-contact {
    margin-top: 5px;
}

.contact-card {
    margin-top: 25px;
    padding: 28px 30px;
    background: #f7f5f1;
    border-left: 4px solid #ff7a59;
    border-radius: 12px;
}

.contact-card h3 {
    margin: 0 0 18px;
    font-size: 21px;
    color: #0d181e;
}

.contact-card p {
    margin: 8px 0;
}

.contact-card strong {
    color: #243943;
}

.contact-card a {
    color: #ff7a59;
    text-decoration: none;
    transition: 0.2s ease;
}

.contact-card a:hover {
    color: #e85d3a;
    text-decoration: underline;
}


/* Responsive */

@media (max-width: 767px) {

    .privacy-page {
        padding: 45px 15px 60px;
    }

    .privacy-header {
        margin-bottom: 35px;
    }

    .privacy-header h1 {
        font-size: 34px;
    }

    .privacy-header p {
        font-size: 15px;
    }

    .privacy-content {
        padding: 30px 22px;
        border-radius: 14px;
    }

    .privacy-section {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .privacy-section h2 {
        font-size: 21px;
        gap: 10px;
    }

    .privacy-section h2 span {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .privacy-section p,
    .privacy-section ul li {
        font-size: 14.5px;
    }

    .contact-card {
        padding: 22px;
    }
}

