

/* why-section */

.why-section {
    text-align: center;
}

.why-section .feature-card {

    border-radius: 14px;
    padding: 30px;
    text-align: left;
    background: #FCFBF8;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.why-section .border-green {
    border-top: 4px solid #19b7a6;
}

.why-section .border-blue {
    border-top: 4px solid #2d6cdf;
}

.why-section .border-cyan {
    border-top: 4px solid #6fd3f4;
}

.why-section .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 20px;
}

.why-section .icon-green {
    background: #19b7a6;
}

.why-section .icon-blue {
    background: #2d6cdf;
}

.why-section .icon-cyan {
    background: #6fd3f4;
}

.why-section .card-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}


.why-section .card-text {
    color: #6b7280;
    font-size: 15px;
}

.why-section .bottom-note {
    color: #6b7280;
}


/* batch-section */

.batch-section .batch-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: 0.3s;
}

.batch-section .batch-card:hover {
    transform: translateY(-5px);
}


.batch-section .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    margin: 0 auto 12px;
}

.batch-section .border-red {
    border-bottom: 4px solid #ff4d4d;
}

.batch-section .border-teal {
    border-bottom: 4px solid #1abc9c;
}

.batch-section .border-blue {
    border-bottom: 4px solid #2d6cdf;
}

.batch-section .border-pink {
    border-bottom: 4px solid #ff66cc;
}

.batch-section .border-yellow {
    border-bottom: 4px solid #ffb400;
}

.batch-section .border-green {
    border-bottom: 4px solid #28a745;
}

.batch-section .border-cyan {
    border-bottom: 4px solid #5bc0de;
}

.batch-section .bg-red {
    background: #ff4d4d;
}

.batch-section .bg-teal {
    background: #1abc9c;
}

.batch-section .bg-blue {
    background: #2d6cdf;
}

.batch-section .bg-pink {
    background: #ff66cc;
}

.batch-section .bg-yellow {
    background: #ffb400;
}

.batch-section .bg-green {
    background: #28a745;
}

.batch-section .bg-cyan {
    background: #5bc0de;
}


/* build-section */

.build-section .build-item {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    transition: 0.3s;
}

.build-section .build-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.build-section .build-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e7e8f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 16px;
}

.build-section .build-text {
    font-size: 15px;
    color: #1f2937;
}

.build-section .build-note {
    background: #d1fae5;
    color: #047857;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}

/* placement-section */

.placement-section .placement-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.placement-section .placement-card:hover {
    transform: translateY(-4px);
}

.placement-section .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d1fae5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 20px;
    margin: 0 auto 15px;
}

.placement-section .card-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}

.placement-section .card-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

/* claim-banner */

.claim-banner {
    background: var(--primarycolor);
    text-align: center;
    color: white;
}

.claim-banner .offer-badge {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 14px;
}

.claim-banner h1 {
    font-weight: 700;
    font-size: 48px;
}

.claim-banner h1 span {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
}

.claim-banner p {
    font-size: 16px;
    opacity: 0.9;
}

.claim-banner .claim-btn {
    padding: 10px 35px;
    border-radius: 8px;
    background: white;
    color: #333;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.claim-banner .claim-btn:hover {
    background: #f2f2f2;
}

/* footer-section */

.footer-section {
    background: #0F1729;
    color: #fff;
}

.footer-section .footer-left h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-section .location {
    color: #c7c7c7;
    font-size: 14px;
}

.footer-section .location i {
    margin-right: 5px;
}

.footer-section .footer-stats {
    display: flex;
    gap: 20px;
}

.footer-section .stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #e0e0e0;
}

.footer-section .stat-item i {
    font-size: 18px;
}

.footer-section hr {
    border-color: #2c3b55;
}

.footer-section .copyright {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px;
}

/* curriculumsection */

.curriculumsection .course-card {
    border-radius: 16px;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-91, #E1E7EF);
    background: var(--color-grey-98, #FCFBF8);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.curriculumsection .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.curriculumsection .card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.curriculumsection .card-body {
    padding: 15px;
}

.curriculumsection .module-label {
    color: var(--primarycolor);
    font-weight: 500;
}

.curriculumsection .lesson {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.curriculumsection .lesson svg {
    margin-top: 5px;
}

.curriculumsection .lesson p {
    color: #6b7280;
}

.curriculumsection hr {
    margin: 14px 0;
    background: #E1E7EF;
}

/* hero-section */

.hero-section {
    background: #f5f7fb;
}

.hero-section .hero-badge {
    display: inline-flex;
    align-items: center;
    background: #e1f1ff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    color: var(--primarycolor);
    margin-bottom: 20px;
}

.hero-section .hero-badge .dot {
    width: 8px;
    height: 8px;
    background: var(--primarycolor);
    border-radius: 50%;
    margin-right: 8px;
}

.hero-section .hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}

.hero-section .gradient-text {
     color: var(--primarycolor);
}

.hero-section .hero-subtitle {
    margin-top: 20px;
    font-weight: 600;
}

.hero-section .hero-desc {
    color: #6b7280;
    margin-top: 10px;
}

.hero-section .hero-stats {
    margin-top: 20px;
}

.hero-section .stat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4b5563;
}

.hero-section .hero-btn {
    padding: 12px 22px;
    border-radius: 10px;
    background: var(--primarycolor);
    border: none;
}

.hero-section .hero-btn-outline {
    padding: 12px 22px;
    border-radius: 10px;
    margin-left: 10px;
}

.hero-section .hero-image {
    position: relative;
}



@keyframes floatShake {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-6px) rotate(-2deg);
    }

    50% {
        transform: translateY(0px) rotate(2deg);
    }

    75% {
        transform: translateY(6px) rotate(-1deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.hero-section .tech-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 11px;
    border: 1px solid #000;


    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;

    /* animation */
    animation: floatShake 4s ease-in-out infinite;
}

.hero-section .tech-icon img {
    width: 28px;
}

.hero-section .tech-icon:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.hero-section .react {
    top: 30px;
    left: 60px;
    animation-delay: 0s;
}

.hero-section .github {
    top: 150px;
    left: 0;
    animation-delay: 1s;
}

.hero-section .cube {
    top: 20px;
    right: 60px;
    animation-delay: 1.5s;
}

.hero-section .java {
    top: 160px;
    right: 20px;
    animation-delay: 2s;
}

.hero-section .spark {
    bottom: 46%;
    left: 26%;
    animation-delay: 2.5s;
}

/* ourstudentsyas */

.ourstudentsyas .SwiperLeft .swiper-slide {
    width: 400px;
}

.ourstudentsyas .testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-bottom: 4px solid var(--primarycolor);
}

.ourstudentsyas .testimonial-text {
    color: #5a6b83;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
}

.ourstudentsyas .profile-section {
    display: flex;
    align-items: center;
}

.ourstudentsyas .profile-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    /* Optional: slight grayscale if you want to match the image exactly */
    filter: grayscale(20%);
}

.ourstudentsyas .user-name {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
    font-size: 1.1rem;
}

.ourstudentsyas .user-title {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0;
}


/* Nav Link Styling */
.nav-link {
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #1A6EF4 !important;
}

/* The "Enroll Now" Gradient Border Button */
.btn-enroll {
    position: relative;
    padding: 5px 18px;
    font-weight: 600;
    font-size: 15px;
    color: var(--primarycolor);
    border-radius: 10px;
    border: 2px solid var(--primarycolor);
    border-radius: 12px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: transform 0.2s ease;
}

.btn-enroll:hover {
    transform: scale(1.03);
    color: #1A6EF4;
}

/* Remove default bootstrap border on bottom of nav if needed */
.navbar {
    border-bottom: 1px solid #f0f0f0 !important;
}

@media (max-width:766.5px) {
    .hero-section .hero-title {
        font-size: 37px;
    }

    .hero-section .hero-btn-outline {
        padding: 12px 14px;
        font-size: 13px;
    }

    .hero-section .hero-btn {
        padding: 12px 14px;
        font-size: 13px;
    }

    .hero-section .tech-icon {
        width: 45px;
        height: 45px;
    }

    .hero-section .hero-badge {
        font-size: 12px;
    }
}


.counter-section .counter-box {
    position: relative;
    background: var(--primarycolor);
    border-radius: .5rem;
    padding: 2.3em 1.5em;
    box-shadow: 0 8px 20px rgb(0 0 0 / .08);
    transition: 0.3s ease-in-out;
    overflow: hidden;
    color: white;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.counter-section .counter-box::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px dotted white;
    border-radius: .5rem;
    pointer-events: none
}

.counter-section .counter-box .display-number {
    font-size: 2rem!important;
    font-weight: 700;
    margin-bottom: 5px
}

.counter-section .counter-box:hover {
    transform: translateY(-5px);
    color: var(--primarycolor);
    background: white
}

.counter-section .counter-box:hover::before {
    border: 3px dotted var(--primarycolor)
}

.candidate-placement {
    max-height: 110px;
    max-width: 110px;
    border-radius: 5px;
    margin: 0 auto
}

.candidate-placement img {
    display: block;
    margin: -50px auto 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    border: 4px solid white;
    background-color: white;
    transition: .3s;
    margin-bottom: 5px
}

.candidate-placement-round {
    max-height: 110px;
    max-width: 110px;
    border-radius: 100px;
    margin: 0 auto
}

.candidate-placement-round img {
    display: block;
    margin: -50px auto 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
    border: 4px solid white;
    background-color: white;
    transition: .3s;
    margin-bottom: 5px
}
