.software-about-section {
    padding: 90px 0;
}

.section-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #022279;
    display: inline-block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-title span {
    /* color: #4f6df5; */
    /* background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 50%, #4D51AB 98.15%); */
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-desc {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 25px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #4f6df5;
    font-size: 14px;
}
/*  */

.content-box{
    display:none;
}

.content-box.active{
    display:block;
}

.features-box{
    cursor:pointer;
}

.features-box.active{
    background-color: rgba(211, 211, 211, 0.509);
}

/*  */

.about-features {
    display: flex;
    gap: 30px;
}

.features-box h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: start;
}

.about-features .features-box {
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 10px;
    border-radius: 5px;
}

.about-features .features-box .img {
    max-width: 50px;
    width: 100%;
}

/* IMAGE SIDE */
.about-image-wrapper {
    position: relative;
}

.about-image-wrapper .about-overlay {
    position: absolute;
    width: 80%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border-radius: 20px;
    top: 4%;
    right: 16%;
}

.main-image {
    width: 80%;
    border-radius: 20px;
}

.small-image {
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    max-height: 200px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.experience-badge {
    position: absolute;
    top: 128px;
    right: 50px;
    padding: 20px;
    /* background: linear-gradient(90.15deg, #4D51AB 1.15%, #55CEE3 50%, #4D51AB 98.15%); */
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-badge h3 {
    font-size: 50px;
    font-weight: 600;
    margin: 0;
}

.experience-badge span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}


/* // */


.section-roadmap {
    padding: 90px 0 250px;
}

.road-conatiner {
    margin-top: 50px;
    position: relative;
}

.process-path {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 100%;
    z-index: 0;
}

.road-wraper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.road-wraper.down {
    transform: translateY(140px);
}

.road-num-container {
    max-width: 180px;
    max-height: 180px;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}

.road-num-container img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.road-spinner {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed #022279;
    z-index: -1;
    animation: road_spin 1s infinite linear;
}

@keyframes road_spin {
    0% {}

    100% {
        rotate: -360deg;
    }
}

.road-number {
    max-width: 45px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -2px;
    left: -5px;
}

.road-wraper .road-title {
    color: #022279;
    text-align: center;
}

.road-wraper p {
    text-align: center;
}

@media (max-width: 992px) {

    .process-path {
        display: none;
    }
}

@media (max-width: 991px) {


    .process-path {
        display: none;
    }

    .software-about-section .cont {
        margin-top: 100px;
    }

    .software-about-section {
        padding: 75px 0;
    }

    .road-wraper.down {
        transform: translateY(0px);
    }

    .road-wraper {
        margin-bottom: 30px;
    }

    .section-roadmap {
        padding: 75px 0;
    }

    .testimonials-section {
        padding: 75px 0;
    }

}

@media (max-width: 500px) {

    .experience-badge {
        display: none;
    }

    .small-image {
        display: none;
    }

    .about-image-wrapper .about-overlay {
        display: none;
    }

    .main-image {
        width: 100%;
    }

    .software-about-section .cont {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {

    .software-about-section {
        padding: 50px 0;
    }

    .section-roadmap {
        padding: 50px 0;
    }

    .testimonials-section {
        padding: 50px 0;
    }

}

@media (max-width: 426px) {

    .about-features {
        flex-direction: column;
    }

}

@media (max-width: 1399px) {
    .process-path path {
        d: path("M70 150 C300 80, 260 600, 590 190 S900 900, 1400 0"
            );
    }
}

/* Testimonial */

.testimonials-section {
    padding: 90px 0;
    background-color: rgb(2 34 121);
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
}

.section-header {
    max-width: 750px;
    margin: 0 auto 50px;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #ffb400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.section-header p {
    color: #64748b;
    font-size: 16px;
}

.text-gray {
    color: #7385a0;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.226);
}

.stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}

.client-info .client-img {
    height: 100%;
    max-width: 100px;
    max-height: 70px;
    width: 100%;
    /* border-radius: 50%; */
    object-fit: cover;
}

.client-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
}

.client-info span {
    font-size: 14px;
    color: #64748b;
}

/* Dots wrapper */

.testimonials-section .testimonials-carousel .owl-dots {
    margin-top: 50px !important;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Dot span */
.testimonials-section .testimonials-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #e2e8f0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Active dot */
.testimonials-section .testimonials-carousel .owl-dots .owl-dot.active span {
    background: #2946f3;
    transform: scale(1.4);
}

.testimonials-carousel .owl-dot.active span {
    box-shadow: 0 0 0 4px #2947f34c;
}

/* Hover */
.testimonials-section .testimonials-carousel .owl-dot:hover span {
    background: #aec2dd;
}


/* Testimonial */


/* Contact us */

#register {
    position: relative;
    padding: 0;
    margin: 6rem 0;
    background-image: url("../images/images/software/contact.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    scroll-behavior: smooth;
}


.hackathon-register {
    position: relative;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.hackathon-overlay {
    position: absolute;
    inset: 0;
    /* background:
        radial-gradient(circle at top,
            hsl(185 100% 50% / 0.15),
            transparent 45%),
        linear-gradient(180deg,
            hsl(220 20% 6% / 0.75),
            hsl(220 20% 6% / 0.95)); */
    background-color: #0222795e;
}

.hackathon-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hackathon-tag {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    color: hsl(185, 100%, 50%);
}

.hackathon-content h2 {
    font-size: 44px;
    font-weight: 700;
    color: hsl(210, 40%, 98%);
    margin-bottom: 45px;
}

.hackathon-content h2 span {
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .hackathon-content p {
    color: hsl(215, 20%, 65%);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
} */

.hackathon-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 42px;
    border-radius: 0.75rem;
    background: linear-gradient(90deg,
            hsl(185, 100%, 50%),
            hsl(280, 100%, 65%));
    color: hsl(220, 20%, 6%);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hackathon-btn:hover {
    transform: translateY(-6px);
    box-shadow:
        0 20px 45px hsl(185 100% 50% / 0.25),
        0 0 0 1px hsl(280 100% 65% / 0.3);
}



@media (max-width: 768px) {
    .hackathon-register {
        height: auto;
        padding: 80px 0;
        background-attachment: scroll;
    }

    .hackathon-content h2 {
        font-size: 30px;
    }
}



/* Contact us */

.contact-btn {
    align-items: center;
    border: 2px solid #fff;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border: 0;
    border-radius: 830px;
    box-shadow: rgb(151 65 252 / .2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s
}

.contact-btn:active,
.contact-btn:hover {
    outline: 0
}

.contact-btn span {
    border: 2px solid #fff;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    padding: 12px 22px;
    border-radius: 23px;
    width: 100%;
    height: 100%;
    transition: background-color 300ms, border 300ms;
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-btn:hover span {
    color: #022279;
    background: #fff;
    border: 2px solid #fff
}

.contact-btn:active {
    transform: scale(.9)
}

/* Projects */

.project-section {
    background-image: url('/images/images/software/project.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.projects-container {
    padding: 60px 0 30px;
}


.Project-card {
    max-width: 380px;
    width: 100%;
    height: 480px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-self: center;
    cursor: pointer;
}

.Project-card:hover .main-img {
    scale: 1.1;
}

.Project-card:hover .project-content {
    transform: translateY(0%);
}

.Project-card .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
    
.Project-card .small-main {
    position: absolute;
    top: 4%;
    right: 5%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.Project-card .small-main i {
    font-size: 30px;
    color: #fff;
}

.Project-card .small-img {
    max-width: 45px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.project-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to Bottom, #00000021, #000000cf);
}

.project-content {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 3;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.project-content .project-btn {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

/* Owl Carousel Navigation Arrows */

.projects-carousel .owl-nav {
    position: absolute;
    top: 104%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.projects-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid #ddd !important;  
    font-size: 20px !important;
    color: #022279 !important;
    transition: all 0.3s ease;
}

/* Hover Effect */
.projects-carousel .owl-nav button:hover {
    /* background: #007bff !important; */
    background: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb) !important;
    color: #fff !important;
    border-color: none !important;
}

/* Remove outline */
.projects-carousel .owl-nav button:focus {
    outline: none;
}


/* Projects */


.mobile-banner-bg {
    position: absolute;
    inset: 0;
}

.mobile-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-banner .mobile-bg-black {
    background: linear-gradient(to right, #000000cf, #0000001a);
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* absolute */

.section-soft{
    position: relative;
    padding:120px 0;
}

.soft-title-container{
    position: sticky;
    top:140px; /* adjust based on header height */
}

.section-soft .soft-title-container .title{
    font-size:28px;
    line-height:initial;
    font-weight: 700;
}

.section-soft .soft-title-container .title-bold{
    color:#080847;
    font-weight:700;
}

/*  */

/* SECTION */

.approach-section{
padding:120px 0;
}

/* TITLE */

.approach-title{
font-size:28px;
font-weight:700;
}

.approach-title span{
color:#080847;
}

.approach-desc{
margin-top:10px;
color:#6c757d;
max-width:600px;
}

/* CONTROLS */

.approach-controls{
display:flex;
align-items:center;
gap:15px;
justify-content:flex-end;
}

.step-count{
font-size:22px;
font-weight:600;
}

.nav-btn{
border:none;
background:none;
font-size:22px;
cursor:pointer;
}

/* CARD */

.approach-card{
background:#fff;
border:1px solid #bec9fd;
border-radius:10px;
padding:30px;
transition:.3s;
height:100%;
}

.approach-card img{
width:80px !important;
margin-bottom:15px;
}

.approach-card h4{
font-size:22px;
margin-bottom:10px;
color:#022279;
}

.approach-card p{
color:#555;
line-height:1.6;
}

.approach-card:hover{
background:#eaf3f8;
border-color:#6baed6;
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width:991px){

.approach-section{
padding:90px 0;
}

.approach-title{
font-size:32px;
line-height:42px;
}

.approach-desc{
max-width:100%;
}

.step-count{
font-size:20px;
}

.approach-controls{
justify-content:flex-start;
margin-top:20px;
}

.approach-card{
padding:25px;
}

}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width:767px){

.approach-section{
padding:70px 0;
}

.approach-title{
font-size:26px;
line-height:36px;
}

.approach-desc{
font-size:15px;
}

.step-count{
display:block;
margin-top:15px;
font-size:18px;
}

.approach-controls{
justify-content:flex-start;
margin-top:15px;
}

.nav-btn{
font-size:20px;
}

.approach-card{
padding:22px;
}

.approach-card h4{
font-size:20px;
}

.approach-card p{
font-size:14px;
}

.approach-card img{
width:60px !important;
}

}