    :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;
}

.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:55px;
    font-size:45px;
}

.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;

gap:15px;

}

.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{

    display:flex;

    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%;

}

.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;

    color:#fff;

    display:flex;

    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:30px;

background:#fff;

border-top:1px solid #edf1f5;

}

.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){

.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{

    opacity:.8;

    letter-spacing:1px;

}

.cta-box h4{

    font-size:30px;

    line-height:1.35;

    margin:18px 0;

    font-weight:700;

    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:24px;

}

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

@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:20px;

}

.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%;
}

    }
 