
    
    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {
    
        .dropdown-menu li{
            position: relative;
        }
        .dropdown-menu .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        .dropdown-menu .submenu-left{ 
            right:100%; left:auto;
        }
    
        .dropdown-menu > li:hover{ background-color: #f1f1f1 }
        .dropdown-menu > li:hover > .submenu{
            display: block;
        }
    }   
    /* ============ desktop view .end// ============ */
    
    /* ============ small devices ============ */
    @media (max-width: 991px) {
    
    .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    
    }   
    /* ============ small devices .end// ============ */
    
   /* Custom styling for the collapsed (toggled) state of the navigation */
    @media (max-width: 768px) {
        #navbarCollapse {
            max-height: 200px; /* Set a fixed height for the menu */
            overflow-y: auto; /* Enable vertical scrolling */
        }
    }
    
    


  /* Custom CSS to remove the border from .screen-slider .swiper-slide */
  .screen-slider .swiper-slide {
    border: none !important;
  }






.portfolio-hub-section{

    padding:100px 0;

    background:#f8fafc;

}



.portfolio-header{

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

}



.portfolio-header h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

    color:#222;

}



.portfolio-header p{

    font-size:18px;

    color:#6c757d;

    line-height:1.8;

}



.portfolio-card{

    display:block;

    background:#fff;

    padding:35px;

    border-radius:20px;

    height:100%;

    text-decoration:none;

    color:inherit;

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

    transition:.3s ease;

    position:relative;

    overflow:hidden;

}



.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

    text-decoration:none;

}



.portfolio-card::before{

    content:'';

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#0d6efd,#5c8dff);

}



.portfolio-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#eef4ff;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}



.portfolio-icon i{

    font-size:46px;

    color:#0d6efd;

}



.portfolio-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:15px;

    color:#222;

}



.portfolio-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:20px;

}



.portfolio-link{

    color:#0d6efd;

    font-weight:600;

    font-size:16px;

}



.portfolio-count{

    display:inline-block;

    background:#eef4ff;

    color:#0d6efd;

    padding:6px 14px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}



.portfolio-footer{

    margin-top:60px;

    text-align:center;

}



.portfolio-footer .btn{

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

}



@media(max-width:991px){



.portfolio-header h2{

    font-size:36px;

}



.portfolio-card{

    margin-bottom:25px;

}



}






 .section .title{
    font-weight:700;
}

.section .text-muted{
    line-height:1.8;
}

.voice-section{
    background:linear-gradient(180deg,#f8faff 0%,#ffffff 100%);
    padding:80px 0;
}

.voice-card{
    background:#fff;
    border:1px solid #eef1f6;
    border-radius:20px;
    padding:35px;
    height:100%;
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}

.voice-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#4e7cff;
    transform:scaleX(0);
    transition:.35s;
}

.voice-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.voice-card:hover::before{
    transform:scaleX(1);
}

.voice-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eef4ff;
    color:#4e7cff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
}

.voice-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

.voice-card p{
    color:#6c757d;
    margin-bottom:20px;
}

.voice-btn{
    border-radius:30px;
    padding:10px 24px;
}

.voice-stats{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
    margin:40px 0 60px;
}

.voice-stat{
    text-align:center;
}

.voice-stat h3{
    color:#4e7cff;
    font-weight:700;
    margin-bottom:5px;
}

.voice-stat span{
    color:#777;
    font-size:14px;
}




.process-hub-section{
    background:#f8fafc;
    padding:90px 0;
}

.process-hub-header{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.process-hub-header h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
}

.process-hub-header p{
    font-size:18px;
    color:#6c757d;
    line-height:1.8;
}

.process-cards{
    margin-top:20px;
}

.process-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
    position:relative;
    overflow:hidden;
}

.process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.process-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#0d6efd,#5c8dff);
}

.process-label{
    display:inline-block;
    background:#eef4ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.process-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.process-icon i{
    font-size:46px;
    color:#0d6efd;
}

.process-card h3{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.process-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.process-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.process-features li{
    display:flex;
    align-items:center;
    margin-bottom:12px;
    color:#555;
    font-size:16px;
}

.process-features li i{
    color:#0d6efd;
    margin-right:10px;
    font-size:16px;
}

.process-btn{
    margin-top:auto;
}

.process-btn .btn{
    border-radius:50px;
    padding:12px 30px;
    font-weight:600;
}

.process-card-footer{
    margin-top:30px;
    padding-top:25px;
    border-top:1px solid #eef2f7;
}

.process-highlight{
    font-size:14px;
    color:#6c757d;
}

.process-highlight strong{
    color:#0d6efd;
}

@media(max-width:991px){

.process-hub-header h2{
    font-size:34px;
}

.process-card{
    margin-bottom:30px;
}

}




        #why-explainer-videos{
            background:#f8fafc;
        }

        .benefit-card{
            background:#fff;
            border-radius:16px;
            padding:30px 25px;
            text-align:center;
            height:100%;
            transition:all .3s ease;
            box-shadow:0 4px 20px rgba(0,0,0,.06);
        }

        .benefit-card:hover{
            transform:translateY(-5px);
            box-shadow:0 12px 30px rgba(0,0,0,.12);
        }

        .benefit-icon{
            width:70px;
            height:70px;
            margin:0 auto 18px;
            border-radius:50%;
            background:#eef4ff;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .benefit-icon i{
            font-size:32px;
            color:#0d6efd;
        }

        .benefit-card h5{
            font-weight:600;
            margin-bottom:10px;
        }

        .benefit-card p{
            color:#6c757d;
            margin-bottom:0;
            line-height:1.7;
        }

        .explainer-link{
            display:inline-flex;
            align-items:center;
            gap:8px;
            font-weight:600;
            font-size:18px;
            text-decoration:none;
            color:#0d6efd;
            transition:.3s ease;
        }

        .explainer-link:hover{
            gap:14px;
            color:#0a58ca;
        }
    


        .error {
            color: red;
            font-size: 0.875em;
        }
    