﻿
        .review-star {
            color: #dfa906 !important;
        }


        @-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.side-nav a {
    display: inline-block;
    color: #fff;
    background-color: #ff6015;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600
}

.side-nav a i {
    display: inline-block;
    margin-left: 3px;
    font-size: 14px;
    -webkit-animation: heart-beat 2s infinite linear;
    animation: heart-beat 2s infinite linear
}

.side-nav a:hover {
    background-color: #302c51
}

@-webkit-keyframes heart-beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heart-beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes border-transform-default {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform-default {
    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

    

    <link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"/>

    
/* SECTION */

.work-system{
    padding:70px 20px 120px;
    overflow:hidden;
}

/* TITLE */

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h2{
    color:#0d2a72;
    /*font-size:52px;*/
    font-weight:700;
    position:relative;
    display:inline-block;
}

.section-title h2::after{
    content:'';
    width:55px;
    height:4px;
    background:#0d2a72;
    position:absolute;
    left:50%;
    bottom:-14px;
    transform:translateX(-50%);
}

/* WRAPPER */

.work-wrapper{
    max-width:1250px;
    margin:auto;
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

/* SVG LINE */

.zigzag-svg{
    position:absolute;
    left:0;
    top:30px;
    width:100%;
    height:220px;
    z-index:0;
}

/* BOX */

.work-box{
    width:210px;
    position:relative;
    z-index:2;
    text-align:center;
}

/* UP DOWN EFFECT */

.work-box.step-2,
.work-box.step-4{
    margin-top:90px;
}

/* CIRCLE */

.circle{
    width:135px;
    height:135px;
    background:#d9e0eb;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* ICON */

.circle i{
    font-size:54px;
    color:#223d7a;
}

/* NUMBER */

.number{
    width:34px;
    height:34px;
    background:#4d4d4d;
    border-radius:50%;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:-8px;
    top:-8px;
}

/* TEXT */

.work-box h4{
    margin-top:28px;
    color:#0d2a72;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

/* RESPONSIVE */

@media(max-width:991px){

    .work-wrapper{
        flex-wrap:wrap;
        gap:40px;
        justify-content:center;
    }

    .zigzag-svg{
        display:none;
    }

    .work-box.step-2,
    .work-box.step-4{
        margin-top:0;
    }
}

@media(max-width:576px){

    .section-title h2{
        /*font-size:34px;*/
    }

    .circle{
        width:110px;
        height:110px;
    }

    .circle i{
        font-size:42px;
    }

    .work-box h4{
        font-size:18px;
    }
}



    
        .internship-importance{
    background: linear-gradient(135deg,#f8faff,#eef4ff);
    position: relative;
    overflow: hidden;
}

.badge-custom{
    background: linear-gradient(45deg,#4f46e5,#06b6d4);
    color:#fff;
    padding:10px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}

.main-title{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
}

.main-title span{
    color:#4f46e5;
}

.subtitle{
    max-width:700px;
    margin:auto;
    color:#64748b;
    font-size:18px;
}

.comparison-card{
    border-radius:25px;
    padding:35px;
    background:#fff;
    height:100%;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.comparison-card:hover{
    transform:translateY(-10px);
}

.positive-card{
    border:2px solid #10b981;
    box-shadow:0 20px 40px rgba(16,185,129,.15);
}

.negative-card{
    border:2px solid #ef4444;
    box-shadow:0 20px 40px rgba(239,68,68,.12);
}

.card-header-custom{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.card-header-custom h3{
    margin:0;
    font-weight:700;
}

.icon-circle{
    width:65px;
    height:65px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.success{
    background:linear-gradient(135deg,#10b981,#22c55e);
}

.danger{
    background:linear-gradient(135deg,#ef4444,#dc2626);
}

.feature-box{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    padding:20px;
    border-radius:18px;
    background:#f8fafc;
    transition:.3s;
}

.feature-box:hover{
    transform:translateX(8px);
}

.feature-icon{
    min-width:60px;
    height:60px;
    border-radius:15px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.feature-box h5{
    font-weight:700;
    margin-bottom:5px;
}

.feature-box h3{
    color:#10b981;
    font-weight:800;
    margin-bottom:5px;
}

.danger-box{
    background:#fff5f5;
}

.warning-footer{
    margin-top:20px;
    padding:25px;
    border-radius:20px;
    background:linear-gradient(135deg,#ef4444,#dc2626);
    color:#fff;
}

.warning-footer h4{
    font-weight:700;
}

@media(max-width:768px){

    .main-title{
        font-size:32px;
    }

    .comparison-card{
        padding:25px;
    }

    .feature-box{
        flex-direction:column;
        text-align:center;
    }

    .feature-icon{
        margin:auto;
    }
}
    
      
    
        .quick-access-section{
    background:#f8faff;
    position:relative;
}

.action-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    padding:40px 25px;
    text-align:center;
    color:#fff;
    min-height:320px;
    transition:all .4s ease;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.action-card:hover{
    transform:translateY(-12px);
}

.action-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    top:-70px;
    right:-70px;
}

.action-card::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    bottom:-40px;
    left:-40px;
}

.card-1{
    background:linear-gradient(135deg,#4f46e5,#7c3aed);
}

.card-2{
    background:linear-gradient(135deg,#06b6d4,#0ea5e9);
}

.card-3{
    background:linear-gradient(135deg,#10b981,#22c55e);
}

.card-4{
    background:linear-gradient(135deg,#f97316,#ef4444);
}

.action-icon{
    width:85px;
    height:85px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    color:#fff;
    transition:.4s;
}

.action-card:hover .action-icon{
    transform:rotateY(180deg);
}

.action-card h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.action-card p{
    color:rgba(255,255,255,.9);
    font-size:15px;
    line-height:1.7;
    margin-bottom:25px;
}

.action-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#fff;
    color:#111827;
    text-decoration:none;
    padding:12px 25px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.action-btn:hover{
    background:#111827;
    color:#fff;
}

.action-btn i{
    font-size:12px;
}

@media(max-width:768px){

    .action-card{
        min-height:auto;
        padding:30px 20px;
    }

    .action-card h3{
        font-size:24px;
    }
}
    

    
        .journey-section{
    background:#f8faff;
}

.journey-badge{
    background:#eef2ff;
    color:#4f46e5;
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
}

.journey-title{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    margin-top:20px;
}

.journey-subtitle{
    max-width:750px;
    margin:auto;
    color:#64748b;
}

.journey-timeline{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

.journey-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.journey-card:hover{
    transform:translateY(-12px);
}

.step-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#4f46e5,#06b6d4);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.duration{
    display:inline-block;
    background:#ecfeff;
    color:#0891b2;
    padding:6px 15px;
    border-radius:30px;
    margin-bottom:15px;
    font-size:14px;
    font-weight:600;
}

.journey-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.journey-card ul{
    padding-left:18px;
}

.journey-card ul li{
    margin-bottom:10px;
    color:#475569;
}

.journey-timeline{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
}

/* Tablet */
@media(max-width:992px){
    .journey-timeline{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }
}

/* Mobile */
@media(max-width:576px){
    .journey-timeline{
        grid-template-columns:1fr;
        gap:20px;
    }
}

    

    
        .doc-card{
    background:#fff;
    text-align:center;
    padding:35px 25px;
    border-radius:25px;
    box-shadow:0 15px 35px rgb(76 185 131);
    transition:.4s;
    height:100%;
}

.doc-card:hover{
    transform:translateY(-10px);
}

.doc-icon{
    font-size:50px;
    margin-bottom:20px;
}

.doc-card h4{
    font-weight:700;
}

.doc-card span{
    display:inline-block;
    margin-top:15px;
    background:#dcfce7;
    color:#15803d;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}
    

    
        .platform-features{
    background:
    linear-gradient(135deg,#eef4ff 0%,#f8faff 50%,#ffffff 100%);
    position:relative;
    overflow:hidden;
}

.platform-features::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:#6366f1;
    opacity:.08;
    border-radius:50%;
    top:-120px;
    left:-120px;
}

.platform-features::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:#06b6d4;
    opacity:.08;
    border-radius:50%;
    bottom:-100px;
    right:-100px;
}

.feature-badge{
    display:inline-block;
    padding:10px 20px;
    background:#eef2ff;
    color:#4f46e5;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.feature-title{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    margin-top:20px;
}

.feature-subtitle{
    max-width:750px;
    margin:auto;
    color:#64748b;
    font-size:18px;
}

.feature-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    height:100%;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(15,23,42,.15);
}

.feature-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#4f46e5,#06b6d4);
}

.feature-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:25px;
}

.blue{
    background:#dbeafe;
    color:#2563eb;
}

.purple{
    background:#ede9fe;
    color:#7c3aed;
}

.green{
    background:#dcfce7;
    color:#16a34a;
}

.orange{
    background:#ffedd5;
    color:#ea580c;
}

.red{
    background:#fee2e2;
    color:#dc2626;
}

.cyan{
    background:#cffafe;
    color:#0891b2;
}

.feature-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.feature-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

    .feature-title{
        font-size:32px;
    }

    .feature-card{
        padding:25px;
    }
}
    

    
        .enterprise-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:
    radial-gradient(circle at top left,#312e81 0%,transparent 35%),
    radial-gradient(circle at bottom right,#0891b2 0%,transparent 35%),
    #0f172a;
}

.enterprise-section .container{
    position:relative;
    z-index:2;
}

.enterprise-badge{
    display:inline-block;
    padding:10px 18px;
    background:rgba(255,255,255,.1);
    color:#93c5fd;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
}

.enterprise-title{
    color:#fff;
    font-size:52px;
    font-weight:800;
    margin-top:20px;
}

.enterprise-desc{
    color:#cbd5e1;
    font-size:18px;
    margin-top:20px;
}

.deployment-box{
    margin-top:30px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    padding:25px;
    border-radius:20px;
    color:#fff;
}

.tech-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.tech-card{
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.08);
    padding:25px;
    border-radius:22px;
    transition:.4s;
}

.tech-card:hover{
    transform:translateY(-8px);
    border-color:#38bdf8;
}

.tech-card h5{
    color:#fff;
    margin-top:15px;
    font-weight:700;
}

.tech-card span{
    color:#94a3b8;
}

.tech-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.blue{background:#dbeafe;color:#2563eb;}
.purple{background:#ede9fe;color:#7c3aed;}
.green{background:#dcfce7;color:#16a34a;}
.cyan{background:#cffafe;color:#0891b2;}
.red{background:#fee2e2;color:#dc2626;}
.orange{background:#ffedd5;color:#ea580c;}

.stats-row{
    margin-top:70px;
}

.stat-box{
    text-align:center;
    background:rgba(255,255,255,.05);
    padding:30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
}

.stat-box h2{
    color:#38bdf8;
    font-size:42px;
    font-weight:800;
}

.stat-box p{
    color:#cbd5e1;
    margin:0;
}

.tech-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

/* Tablet */
@media(max-width:992px){
    .tech-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:576px){
    .tech-grid{
        grid-template-columns:1fr;
    }
}

    

    
        .college-partner-section{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.college-badge{
    display:inline-block;
    background:#eef2ff;
    color:#4f46e5;
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
}

.college-title{
    font-size:48px;
    font-weight:800;
    margin-top:20px;
    color:#0f172a;
}

.college-subtitle{
    max-width:750px;
    margin:auto;
    color:#64748b;
}

.college-feature-card{
    background:#fff;
    padding:35px;
    border-radius:24px;
    height:100%;
    box-shadow:0 15px 35px rgba(15,23,42,.08);
    transition:.4s;
}

.college-feature-card:hover{
    transform:translateY(-10px);
}

.feature-icon{
    font-size:40px;
    margin-bottom:20px;
}

.college-feature-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.college-feature-card p{
    color:#64748b;
}

.benefits-box{
    background:linear-gradient(
    135deg,
    #4f46e5,
    #06b6d4
    );
    border-radius:30px;
    padding:50px;
    color:#fff;
}

.benefits-box h3{
    font-size:36px;
    margin-bottom:30px;
    font-weight:700;
}

.benefit-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.benefit-list div{
    background:rgba(255,255,255,.12);
    padding:15px;
    border-radius:12px;
}

.partnership-cta{
    background:#7f51cf;
    color:#fff;
    text-align:center;
    padding:60px;
    border-radius:30px;
}

.partnership-cta h2{
    font-size:42px;
    font-weight:800;
}

.cta-btn{
    display:inline-block;
    margin-top:20px;
    background:#06b6d4;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.integration-grid{
    margin-top:30px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
}

.integration-item{
    background:#fff;
    padding:18px 30px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    font-weight:600;
}

@media(max-width:768px){

    .benefits-box .row{
        flex-direction:column;
        text-align:center;
    }

    .benefits-box h3{
        font-size:28px;
        margin-bottom:20px;
    }

    .benefit-list{
        grid-template-columns:1fr !important;
        display:grid;
        gap:12px;
        margin-bottom:25px;
    }
}

    