/* Start custom CSS for html, class: .elementor-element-5a78356 *//*=========================================
            LEARN HERO
=========================================*/

.learn-hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    overflow:hidden;

    padding:150px 6% 120px;

    background:linear-gradient(180deg,#050b17 0%,#081320 100%);

}

/*=========================================
            BACKGROUND
=========================================*/

.learn-grid{

    position:absolute;

    inset:0;

    background-image:

        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),

        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);

    background-size:70px 70px;

    mask-image:radial-gradient(circle at center,black 45%,transparent 100%);

    opacity:.45;

}

.learn-glow{

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    filter:blur(120px);

    opacity:.25;

}

.glow-one{

    top:-180px;

    left:-150px;

    background:#7d3cff;

}

.glow-two{

    right:-150px;

    bottom:-180px;

    background:#ff00cc;

}

/*=========================================
            CONTAINER
=========================================*/

.learn-container{

    position:relative;

    z-index:2;

    width:100%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    align-items:center;

    gap:80px;

}

/*=========================================
            CONTENT
=========================================*/

.learn-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 24px;

    border-radius:50px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    color:#d6b5ff;

    font-size:14px;

    font-weight:700;

    letter-spacing:.8px;

    margin-bottom:28px;

}

.learn-content h1{

    color:#fff;

    font-size:72px;

    font-weight:800;

    line-height:1.08;

    margin-bottom:28px;

}

.learn-content h1 span{

    display:block;

    margin-top:10px;

    background:linear-gradient(90deg,#ffffff,#d49fff,#7d3cff);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.learn-content p{

    max-width:650px;

    color:#b8bfd2;

    font-size:19px;

    line-height:1.9;

    margin-bottom:40px;

}

/*=========================================
            BUTTONS
=========================================*/

.learn-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:55px;

}

.learn-buttons a{

    text-decoration:none;

    padding:18px 34px;

    border-radius:50px;

    font-size:16px;

    font-weight:700;

    transition:.35s;

}

.learn-buttons .btn-primary{

    color:#fff;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    box-shadow:0 18px 45px rgba(125,60,255,.35);

}

.learn-buttons .btn-primary:hover{

    transform:translateY(-5px);

}

.learn-buttons .btn-secondary{

    color:#fff;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.10);

}

.learn-buttons .btn-secondary:hover{

    transform:translateY(-5px);

    border-color:#7d3cff;

}

/*=========================================
            STATS
=========================================*/

.learn-stats{

    display:flex;

    gap:50px;

    flex-wrap:wrap;

}

.learn-stats .stat h3{

    color:#fff;

    font-size:34px;

    margin-bottom:8px;

}

.learn-stats .stat span{

    color:#9fa9c2;

    font-size:15px;

}

/*=========================================
            DASHBOARD
=========================================*/

.learn-visual{

    position:relative;

}

.learn-dashboard{

    position:relative;

    padding:30px;

    border-radius:32px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    box-shadow:

    0 25px 80px rgba(0,0,0,.35),

    0 0 80px rgba(125,60,255,.08);

}

.dashboard-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:30px;

    color:#fff;

    font-weight:600;

}

.dots{

    display:flex;

    gap:8px;

}

.dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#7d3cff;

}

.course-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.course-card{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px;

    border-radius:18px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.05);

}

.course-icon{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    font-size:28px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

}

.course-card strong{

    display:block;

    color:#fff;

    margin-bottom:6px;

    font-size:17px;

}

.course-card span{

    color:#9fa9c2;

    font-size:14px;

}

/*=========================================
            PROGRESS
=========================================*/

.progress-card{

    margin-top:28px;

    padding:22px;

    border-radius:20px;

    background:rgba(255,255,255,.04);

}

.progress-title{

    display:flex;

    justify-content:space-between;

    color:#fff;

    margin-bottom:14px;

}

.progress-bar{

    height:10px;

    border-radius:50px;

    overflow:hidden;

    background:rgba(255,255,255,.08);

}

.progress-fill{

    width:78%;

    height:100%;

    border-radius:50px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

}

/*=========================================
        FLOATING CARDS
=========================================*/

.floating-card{

    position:absolute;

    padding:16px 24px;

    border-radius:18px;

    background:rgba(255,255,255,.07);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    color:#fff;

    font-weight:600;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

    animation:floatCard 5s ease-in-out infinite;

}

.card-one{

    top:-25px;

    right:-35px;

}

.card-two{

    bottom:-30px;

    left:-35px;

    animation-delay:2.5s;

}

@keyframes floatCard{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1100px){

.learn-container{

grid-template-columns:1fr;

gap:70px;

}

.learn-content{

text-align:center;

}

.learn-content p{

margin-left:auto;

margin-right:auto;

}

.learn-buttons{

justify-content:center;

}

.learn-stats{

justify-content:center;

}

}

@media(max-width:768px){

.learn-hero{

padding:120px 20px 80px;

}

.learn-content h1{

font-size:46px;

}

.learn-content p{

font-size:16px;

}

.learn-dashboard{

padding:22px;

}

.course-card{

padding:15px;

}

.course-icon{

width:52px;

height:52px;

font-size:24px;

}

.floating-card{

display:none;

}

.learn-stats{

gap:25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8d234b *//*=========================================
        LEARNING CATEGORIES
=========================================*/

.learning-categories{

    position:relative;

    padding:120px 6%;

    background:#050b17;

    overflow:hidden;

}

.learning-categories::before{

    content:"";

    position:absolute;

    inset:0;

    background:

        radial-gradient(circle at top left,
        rgba(125,60,255,.12),
        transparent 35%),

        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 35%);

    pointer-events:none;

}

/*=========================================
            HEADER
=========================================*/

.categories-header{

    position:relative;

    z-index:2;

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.categories-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.categories-header h2{

    color:#fff;

    font-size:52px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:20px;

}

.categories-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            GRID
=========================================*/

.categories-grid{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*=========================================
            CARD
=========================================*/

.category-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:38px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    overflow:hidden;

    transition:all .35s ease;

}

.category-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    135deg,

    rgba(255,255,255,.04),

    transparent 60%

    );

    pointer-events:none;

}

.category-card:hover{

    transform:translateY(-8px);

    border-color:#7d3cff;

    box-shadow:

    0 20px 60px rgba(125,60,255,.18);

}

.category-card.featured{

    border-color:#7d3cff;

    background:

    linear-gradient(

    180deg,

    rgba(125,60,255,.14),

    rgba(255,255,255,.05)

    );

}

/*=========================================
            ICON
=========================================*/

.category-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    margin-bottom:25px;

    font-size:34px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 15px 35px rgba(125,60,255,.30);

}

/*=========================================
            CONTENT
=========================================*/

.category-label{

    display:inline-block;

    margin-bottom:16px;

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.category-card h3{

    color:#fff;

    font-size:28px;

    line-height:1.3;

    margin-bottom:18px;

}

.category-card p{

    color:#b8bfd2;

    font-size:16px;

    line-height:1.9;

    margin-bottom:35px;

    flex:1;

}

/*=========================================
            FOOTER
=========================================*/

.category-meta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-top:24px;

    border-top:1px solid rgba(255,255,255,.08);

}

.category-meta span{

    color:#9fa9c2;

    font-size:14px;

    font-weight:600;

}

.category-meta a{

    color:#dcb6ff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.category-meta a:hover{

    color:#fff;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1100px){

.categories-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.learning-categories{

padding:90px 20px;

}

.categories-header{

margin-bottom:50px;

}

.categories-header h2{

font-size:38px;

}

.categories-header p{

font-size:16px;

}

.categories-grid{

grid-template-columns:1fr;

gap:24px;

}

.category-card{

padding:30px;

}

.category-card h3{

font-size:24px;

}

.category-icon{

width:64px;

height:64px;

font-size:30px;

}

.category-meta{

flex-direction:column;

align-items:flex-start;

gap:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f40e6f5 *//*=========================================
        CHICAIM LIVE PROJECTS
=========================================*/

.live-projects{

    position:relative;

    padding:120px 6%;

    background:#081320;

    overflow:hidden;

}

.live-projects::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);

    pointer-events:none;

}

/*=========================================
            HEADER
=========================================*/

.projects-header{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.projects-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:20px;

}

.projects-header h2{

    color:#fff;

    font-size:52px;

    line-height:1.15;

    margin-bottom:20px;

    font-weight:800;

}

.projects-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            GRID
=========================================*/

.projects-grid{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*=========================================
            CARD
=========================================*/

.project-card{

    position:relative;

    padding:36px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    overflow:hidden;

    transition:.35s;

}

.project-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(
    135deg,
    rgba(255,255,255,.04),
    transparent 65%
    );

    pointer-events:none;

}

.project-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:

    0 25px 70px rgba(125,60,255,.20);

}

.project-card.featured{

    background:

    linear-gradient(

    180deg,

    rgba(125,60,255,.16),

    rgba(255,255,255,.05)

    );

    border-color:#7d3cff;

}

/*=========================================
            BADGE
=========================================*/

.project-badge{

    position:absolute;

    top:20px;

    right:20px;

    padding:8px 14px;

    border-radius:30px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

}

/*=========================================
            ICON
=========================================*/

.project-icon{

    width:74px;

    height:74px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    margin-bottom:24px;

    font-size:34px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 18px 35px rgba(125,60,255,.28);

}

/*=========================================
            CONTENT
=========================================*/

.project-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

}

.project-card p{

    color:#b8bfd2;

    line-height:1.9;

    margin-bottom:25px;

    font-size:16px;

}

.project-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.project-card li{

    color:#d5d9e6;

    padding:12px 0;

    border-top:1px solid rgba(255,255,255,.08);

    font-size:15px;

}

/*=========================================
            PROCESS
=========================================*/

.projects-process{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:90px auto 0;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.process-step{

    text-align:center;

    padding:35px 28px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.process-step:hover{

    transform:translateY(-6px);

    border-color:#7d3cff;

}

.process-step span{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 22px;

    border-radius:50%;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    color:#fff;

    font-size:24px;

    font-weight:700;

    box-shadow:

    0 15px 35px rgba(125,60,255,.28);

}

.process-step h4{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}

.process-step p{

    color:#b8bfd2;

    font-size:15px;

    line-height:1.8;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1200px){

.projects-grid{

grid-template-columns:repeat(2,1fr);

}

.projects-process{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.live-projects{

padding:90px 20px;

}

.projects-header{

margin-bottom:50px;

}

.projects-header h2{

font-size:38px;

}

.projects-header p{

font-size:16px;

}

.projects-grid{

grid-template-columns:1fr;

gap:24px;

}

.projects-process{

grid-template-columns:1fr;

gap:24px;

margin-top:60px;

}

.project-card{

padding:30px;

}

.project-card h3{

font-size:24px;

}

.project-icon{

width:64px;

height:64px;

font-size:30px;

}

.process-step{

padding:30px 24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64f3566 *//*=========================================
        LEARNING TRACKS
=========================================*/

.learning-tracks{

    position:relative;

    padding:120px 6%;

    background:#050b17;

    overflow:hidden;

}

.learning-tracks::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);

    pointer-events:none;

}

/*=========================================
            HEADER
=========================================*/

.tracks-header{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.tracks-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.tracks-header h2{

    color:#fff;

    font-size:52px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:20px;

}

.tracks-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            GRID
=========================================*/

.tracks-grid{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*=========================================
            CARD
=========================================*/

.track-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:36px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    overflow:hidden;

    transition:all .35s ease;

}

.track-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    135deg,

    rgba(255,255,255,.04),

    transparent 65%

    );

    pointer-events:none;

}

.track-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:

    0 22px 65px rgba(125,60,255,.20);

}

.track-card.featured{

    background:

    linear-gradient(

    180deg,

    rgba(125,60,255,.15),

    rgba(255,255,255,.05)

    );

    border-color:#7d3cff;

}

/*=========================================
            ICON
=========================================*/

.track-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    margin-bottom:24px;

    font-size:34px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 18px 35px rgba(125,60,255,.28);

}

/*=========================================
            CONTENT
=========================================*/

.track-level{

    display:inline-flex;

    align-items:center;

    width:max-content;

    padding:8px 16px;

    border-radius:30px;

    background:rgba(125,60,255,.12);

    color:#d8b4ff;

    font-size:12px;

    font-weight:700;

    letter-spacing:.6px;

    margin-bottom:18px;

}

.track-card h3{

    color:#fff;

    font-size:28px;

    line-height:1.35;

    margin-bottom:18px;

}

.track-card p{

    flex:1;

    color:#b8bfd2;

    font-size:16px;

    line-height:1.9;

    margin-bottom:30px;

}

/*=========================================
            FOOTER
=========================================*/

.track-footer{

    padding-top:22px;

    border-top:1px solid rgba(255,255,255,.08);

}

.track-footer span{

    display:inline-block;

    color:#c992ff;

    font-size:14px;

    font-weight:600;

    line-height:1.7;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1100px){

.tracks-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.learning-tracks{

padding:90px 20px;

}

.tracks-header{

margin-bottom:50px;

}

.tracks-header h2{

font-size:38px;

}

.tracks-header p{

font-size:16px;

}

.tracks-grid{

grid-template-columns:1fr;

gap:24px;

}

.track-card{

padding:30px;

}

.track-card h3{

font-size:24px;

}

.track-icon{

width:64px;

height:64px;

font-size:30px;

}

.track-level{

font-size:11px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4baf27 *//*=========================================
        MENTORS & INDUSTRY EXPERTS
=========================================*/

.mentors{

    position:relative;

    padding:120px 6%;

    background:#081320;

    overflow:hidden;

}

.mentors::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);

    pointer-events:none;

}

/*=========================================
            HEADER
=========================================*/

.mentors-header{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.mentors-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.mentors-header h2{

    color:#fff;

    font-size:52px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:20px;

}

.mentors-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            GRID
=========================================*/

.mentors-grid{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/*=========================================
            CARD
=========================================*/

.mentor-card{

    position:relative;

    padding:36px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    overflow:hidden;

    transition:all .35s ease;

}

.mentor-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    135deg,

    rgba(255,255,255,.04),

    transparent 65%

    );

    pointer-events:none;

}

.mentor-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:

    0 25px 70px rgba(125,60,255,.20);

}

.mentor-card.featured{

    border-color:#7d3cff;

    background:

    linear-gradient(

    180deg,

    rgba(125,60,255,.16),

    rgba(255,255,255,.05)

    );

}

/*=========================================
            AVATAR
=========================================*/

.mentor-avatar{

    width:80px;

    height:80px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    margin-bottom:24px;

    font-size:38px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 18px 35px rgba(125,60,255,.30);

}

/*=========================================
            CONTENT
=========================================*/

.mentor-role{

    display:inline-block;

    padding:8px 16px;

    border-radius:30px;

    background:rgba(125,60,255,.12);

    color:#d8b4ff;

    font-size:12px;

    font-weight:700;

    letter-spacing:.8px;

    margin-bottom:18px;

    text-transform:uppercase;

}

.mentor-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

    line-height:1.35;

}

.mentor-card p{

    color:#b8bfd2;

    font-size:16px;

    line-height:1.9;

    margin-bottom:25px;

}

.mentor-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.mentor-card li{

    color:#d5d9e6;

    font-size:15px;

    padding:12px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

/*=========================================
        BOTTOM HIGHLIGHT
=========================================*/

.mentor-bottom{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:70px auto 0;

}

.mentor-highlight{

    display:flex;

    align-items:center;

    gap:30px;

    padding:45px;

    border-radius:30px;

    background:

    linear-gradient(

    135deg,

    rgba(125,60,255,.12),

    rgba(255,255,255,.05)

    );

    border:1px solid rgba(125,60,255,.25);

    backdrop-filter:blur(18px);

}

.highlight-icon{

    width:90px;

    height:90px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:24px;

    flex-shrink:0;

    font-size:40px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 20px 40px rgba(125,60,255,.30);

}

.mentor-highlight h3{

    color:#fff;

    font-size:34px;

    margin-bottom:16px;

}

.mentor-highlight p{

    color:#b8bfd2;

    font-size:17px;

    line-height:1.9;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1200px){

.mentors-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.mentors{

padding:90px 20px;

}

.mentors-header{

margin-bottom:50px;

}

.mentors-header h2{

font-size:38px;

}

.mentors-header p{

font-size:16px;

}

.mentors-grid{

grid-template-columns:1fr;

gap:24px;

}

.mentor-card{

padding:30px;

}

.mentor-card h3{

font-size:24px;

}

.mentor-avatar{

width:70px;

height:70px;

font-size:32px;

}

.mentor-highlight{

flex-direction:column;

text-align:center;

padding:35px 25px;

}

.highlight-icon{

width:80px;

height:80px;

font-size:34px;

}

.mentor-highlight h3{

font-size:28px;

}

.mentor-highlight p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b77451c *//*=========================================
    CERTIFICATIONS & CAREER GROWTH
=========================================*/

.certifications{

    position:relative;

    padding:120px 6%;

    background:#050b17;

    overflow:hidden;

}

.certifications::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);

    pointer-events:none;

}

/*=========================================
            HEADER
=========================================*/

.cert-header{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.cert-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#c992ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.cert-header h2{

    color:#fff;

    font-size:52px;

    line-height:1.15;

    font-weight:800;

    margin-bottom:20px;

}

.cert-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*=========================================
            GRID
=========================================*/

.cert-grid{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*=========================================
            CARD
=========================================*/

.cert-card{

    position:relative;

    display:flex;

    flex-direction:column;

    padding:38px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    overflow:hidden;

    transition:all .35s ease;

}

.cert-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    135deg,

    rgba(255,255,255,.04),

    transparent 65%

    );

    pointer-events:none;

}

.cert-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:

    0 24px 70px rgba(125,60,255,.20);

}

.cert-card.featured{

    border-color:#7d3cff;

    background:

    linear-gradient(

    180deg,

    rgba(125,60,255,.16),

    rgba(255,255,255,.05)

    );

}

/*=========================================
            ICON
=========================================*/

.cert-icon{

    width:76px;

    height:76px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:22px;

    margin-bottom:25px;

    font-size:36px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    box-shadow:

    0 18px 35px rgba(125,60,255,.30);

}

/*=========================================
            CONTENT
=========================================*/

.cert-card h3{

    color:#fff;

    font-size:28px;

    line-height:1.35;

    margin-bottom:18px;

}

.cert-card p{

    flex:1;

    color:#b8bfd2;

    font-size:16px;

    line-height:1.9;

    margin-bottom:25px;

}

.cert-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.cert-card li{

    padding:12px 0;

    border-top:1px solid rgba(255,255,255,.08);

    color:#d5d9e6;

    font-size:15px;

}

/*=========================================
        LEARNING JOURNEY
=========================================*/

.journey-section{

    position:relative;

    z-index:2;

    max-width:1400px;

    margin:90px auto 0;

    text-align:center;

}

.journey-section h3{

    color:#fff;

    font-size:38px;

    margin-bottom:50px;

    font-weight:700;

}

.journey-flow{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

.journey-step{

    width:170px;

    padding:30px 20px;

    border-radius:24px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.journey-step:hover{

    transform:translateY(-8px);

    border-color:#7d3cff;

    box-shadow:

    0 15px 40px rgba(125,60,255,.18);

}

.step-icon{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 18px;

    border-radius:20px;

    background:

    linear-gradient(

    135deg,

    #7d3cff,

    #ff00cc

    );

    color:#fff;

    font-size:32px;

    box-shadow:

    0 15px 30px rgba(125,60,255,.28);

}

.journey-step span{

    display:block;

    color:#fff;

    font-size:18px;

    font-weight:600;

}

.journey-arrow{

    color:#7d3cff;

    font-size:34px;

    font-weight:700;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1100px){

.cert-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.certifications{

padding:90px 20px;

}

.cert-header{

margin-bottom:50px;

}

.cert-header h2{

font-size:38px;

}

.cert-header p{

font-size:16px;

}

.cert-grid{

gap:24px;

}

.cert-card{

padding:30px;

}

.cert-card h3{

font-size:24px;

}

.cert-icon{

width:68px;

height:68px;

font-size:30px;

}

.journey-section{

margin-top:60px;

}

.journey-section h3{

font-size:30px;

margin-bottom:35px;

}

.journey-flow{

flex-direction:column;

gap:20px;

}

.journey-arrow{

transform:rotate(90deg);

font-size:30px;

}

.journey-step{

width:100%;

max-width:320px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56bf683 *//*====================================================
                COMMUNITY SECTION
====================================================*/

.community-section{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.community-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.10),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.community-header{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.community-tag{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.community-header h2{
    color:#ffffff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.community-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                COMMUNITY GRID
====================================================*/

.community-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:90px;
}

.community-card{
    padding:38px;
    border-radius:28px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s ease;
}

.community-card:hover{
    transform:translateY(-8px);
    border-color:rgba(125,60,255,.45);
    box-shadow:0 20px 40px rgba(125,60,255,.18);
}

.community-card.featured{
    background:linear-gradient(
        145deg,
        rgba(125,60,255,.18),
        rgba(255,255,255,.05)
    );
}

.community-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:28px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    box-shadow:0 15px 35px rgba(125,60,255,.30);
}

.community-card h3{
    color:#ffffff;
    font-size:24px;
    margin-bottom:18px;
    font-weight:700;
}

.community-card p{
    color:#b8bfd2;
    line-height:1.8;
    font-size:16px;
}

/*====================================================
            ECOSYSTEM FLOW
====================================================*/

.community-ecosystem{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:70px 60px;
    border-radius:32px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.community-ecosystem h3{
    color:#ffffff;
    font-size:42px;
    margin-bottom:60px;
    font-weight:800;
}

.ecosystem-flow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:50px;
}

.flow-step{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:150px;
}

.flow-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    box-shadow:0 20px 40px rgba(125,60,255,.30);
    margin-bottom:18px;
}

.flow-step h4{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
}

.flow-line{
    flex:1;
    max-width:90px;
    height:2px;
    background:linear-gradient(
        to right,
        rgba(125,60,255,.7),
        rgba(255,0,204,.6)
    );
}

.community-ecosystem p{
    max-width:850px;
    margin:auto;
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.community-grid{
grid-template-columns:repeat(2,1fr);
}

.ecosystem-flow{
flex-wrap:wrap;
gap:35px;
}

.flow-line{
display:none;
}

.community-header h2{
font-size:48px;
}

}

@media(max-width:768px){

.community-section{
padding:90px 20px;
}

.community-header h2{
font-size:36px;
}

.community-header p{
font-size:16px;
}

.community-grid{
grid-template-columns:1fr;
gap:20px;
}

.community-card{
padding:30px;
}

.community-ecosystem{
padding:45px 25px;
}

.community-ecosystem h3{
font-size:30px;
margin-bottom:40px;
}

.flow-icon{
width:75px;
height:75px;
font-size:30px;
}

.flow-step{
min-width:120px;
}

.community-ecosystem p{
font-size:16px;
}

}

@media(max-width:480px){

.ecosystem-flow{
flex-direction:column;
}

.flow-step{
width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8b0b40 *//*====================================================
                COMMUNITY SECTION
====================================================*/

.community-section{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.community-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.10),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.community-header{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.community-tag{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.community-header h2{
    color:#ffffff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.community-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                COMMUNITY GRID
====================================================*/

.community-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:90px;
}

.community-card{
    padding:38px;
    border-radius:28px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s ease;
}

.community-card:hover{
    transform:translateY(-8px);
    border-color:rgba(125,60,255,.45);
    box-shadow:0 20px 40px rgba(125,60,255,.18);
}

.community-card.featured{
    background:linear-gradient(
        145deg,
        rgba(125,60,255,.18),
        rgba(255,255,255,.05)
    );
}

.community-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:28px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    box-shadow:0 15px 35px rgba(125,60,255,.30);
}

.community-card h3{
    color:#ffffff;
    font-size:24px;
    margin-bottom:18px;
    font-weight:700;
}

.community-card p{
    color:#b8bfd2;
    line-height:1.8;
    font-size:16px;
}

/*====================================================
            ECOSYSTEM FLOW
====================================================*/

.community-ecosystem{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:70px 60px;
    border-radius:32px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.community-ecosystem h3{
    color:#ffffff;
    font-size:42px;
    margin-bottom:60px;
    font-weight:800;
}

.ecosystem-flow{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:50px;
}

.flow-step{
    display:flex;
    flex-direction:column;
    align-items:center;
    min-width:150px;
}

.flow-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    box-shadow:0 20px 40px rgba(125,60,255,.30);
    margin-bottom:18px;
}

.flow-step h4{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
}

.flow-line{
    flex:1;
    max-width:90px;
    height:2px;
    background:linear-gradient(
        to right,
        rgba(125,60,255,.7),
        rgba(255,0,204,.6)
    );
}

.community-ecosystem p{
    max-width:850px;
    margin:auto;
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.community-grid{
grid-template-columns:repeat(2,1fr);
}

.ecosystem-flow{
flex-wrap:wrap;
gap:35px;
}

.flow-line{
display:none;
}

.community-header h2{
font-size:48px;
}

}

@media(max-width:768px){

.community-section{
padding:90px 20px;
}

.community-header h2{
font-size:36px;
}

.community-header p{
font-size:16px;
}

.community-grid{
grid-template-columns:1fr;
gap:20px;
}

.community-card{
padding:30px;
}

.community-ecosystem{
padding:45px 25px;
}

.community-ecosystem h3{
font-size:30px;
margin-bottom:40px;
}

.flow-icon{
width:75px;
height:75px;
font-size:30px;
}

.flow-step{
min-width:120px;
}

.community-ecosystem p{
font-size:16px;
}

}

@media(max-width:480px){

.ecosystem-flow{
flex-direction:column;
}

.flow-step{
width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecfe932 *//*====================================================
                LEARNING OUTCOMES
====================================================*/

.learning-outcomes{
    position:relative;
    padding:120px 8%;
    background:#050b17;
    overflow:hidden;
}

.learning-outcomes::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,
        rgba(125,60,255,.10),
        transparent 35%),
        radial-gradient(circle at bottom left,
        rgba(255,0,204,.06),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.outcomes-header{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.outcomes-tag{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.outcomes-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.outcomes-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
    max-width:720px;
    margin:auto;
}

/*====================================================
                OUTCOMES GRID
====================================================*/

.outcomes-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:90px;
}

.outcome-card{
    position:relative;
    padding:40px 35px;
    border-radius:28px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s ease;
}

.outcome-card:hover{
    transform:translateY(-8px);
    border-color:rgba(125,60,255,.45);
    background:rgba(125,60,255,.06);
    box-shadow:0 20px 40px rgba(125,60,255,.18);
}

.outcome-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:65px;
    height:65px;
    margin-bottom:28px;
    border-radius:18px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    color:#fff;
    font-size:22px;
    font-weight:800;
    box-shadow:0 15px 35px rgba(125,60,255,.28);
}

.outcome-card h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.outcome-card p{
    color:#b8bfd2;
    font-size:16px;
    line-height:1.8;
}

/*====================================================
                SUMMARY
====================================================*/

.outcomes-summary{
    position:relative;
    z-index:2;
    max-width:1000px;
    margin:auto;
    padding:70px 60px;
    border-radius:32px;
    text-align:center;
    background:linear-gradient(
        145deg,
        rgba(125,60,255,.12),
        rgba(255,255,255,.04)
    );
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
}

.outcomes-summary h3{
    color:#fff;
    font-size:42px;
    font-weight:800;
    margin-bottom:24px;
}

.outcomes-summary p{
    max-width:760px;
    margin:auto;
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media (max-width:1100px){

.outcomes-grid{
    grid-template-columns:repeat(2,1fr);
}

.outcomes-header h2{
    font-size:48px;
}

.outcomes-summary{
    padding:55px 40px;
}

}

@media (max-width:768px){

.learning-outcomes{
    padding:90px 20px;
}

.outcomes-header{
    margin-bottom:60px;
}

.outcomes-header h2{
    font-size:36px;
}

.outcomes-header p{
    font-size:16px;
}

.outcomes-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.outcome-card{
    padding:30px;
}

.outcome-number{
    width:55px;
    height:55px;
    font-size:18px;
}

.outcome-card h3{
    font-size:22px;
}

.outcomes-summary{
    padding:40px 25px;
}

.outcomes-summary h3{
    font-size:30px;
}

.outcomes-summary p{
    font-size:16px;
}

}

@media (max-width:480px){

.outcomes-header h2{
    font-size:30px;
}

.outcome-card{
    padding:25px;
}

.outcome-number{
    width:50px;
    height:50px;
    border-radius:14px;
}

.outcomes-summary{
    border-radius:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b75df01 *//*=========================================
        COMMUNITY CTA SECTION
=========================================*/

.community-cta{

    position:relative;

    width:100%;

    padding:120px 6%;

    background:#081320;

    overflow:hidden;

}

.community-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);

    pointer-events:none;

}

/*=========================================
        INNER CONTAINER
=========================================*/

.community-cta{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:70px;

}

.community-cta-content{

    flex:1;

    min-width:320px;

    position:relative;

    z-index:2;

}

.community-members{

    width:420px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    position:relative;

    z-index:2;

}

/*=========================================
        LABEL
=========================================*/

.community-small{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    margin-bottom:25px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#b86cff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

/*=========================================
        TITLE
=========================================*/

.community-cta-content h3{

    color:#fff;

    font-size:58px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:25px;

}

.community-cta-content p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

    max-width:650px;

    margin-bottom:40px;

}

/*=========================================
        BUTTONS
=========================================*/

.community-actions{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.community-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    padding:16px 34px;

    border-radius:50px;

    transition:.35s;

    font-weight:600;

}

.community-btn-primary{

    color:#fff;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    box-shadow:0 18px 40px rgba(125,60,255,.28);

}

.community-btn-primary:hover{

    transform:translateY(-5px);

}

.community-btn-secondary{

    color:#fff;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.10);

}

.community-btn-secondary:hover{

    background:rgba(125,60,255,.10);

}

/*=========================================
        MEMBER BOX
=========================================*/

.member-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(16px);

    border-radius:24px;

    padding:30px 22px;

    text-align:center;

    transition:.35s;

}

.member-box:hover{

    transform:translateY(-8px);

    border-color:#7d3cff;

    box-shadow:0 18px 40px rgba(125,60,255,.18);

}

.member-box h2{

    color:#fff;

    font-size:36px;

    margin-bottom:10px;

    font-weight:800;

}

.member-box span{

    color:#b8bfd2;

    font-size:15px;

    line-height:1.7;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1100px){

.community-cta{

padding:100px 30px;

}

.community-members{

width:100%;

max-width:700px;

}

}

@media(max-width:768px){

.community-cta{

padding:80px 20px;

text-align:center;

}

.community-cta-content h3{

font-size:38px;

}

.community-cta-content p{

font-size:16px;

}

.community-actions{

justify-content:center;

}

.community-btn{

width:100%;

}

.community-members{

grid-template-columns:1fr 1fr;

width:100%;

}

}

@media(max-width:500px){

.community-members{

grid-template-columns:1fr;

}

}/* End custom CSS */