    #headermenu {
        visibility: initial;
    }
    #headermenu ul.navbar-nav li a.nav-link {
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
    }
    .font-serif {
        font-family: 'Inter', sans-serif !important;
    }
    a.btn.btn-secondary .icon {
        margin-top: 3px;
    }
    body {
        font-family: 'Poppins', sans-serif;
        color: #444;
        background-color: #d1fae5;
    }

    .section {
        padding: 80px 0;
    }

    .service-heading h2 {
        font-weight: 700;
        font-size: 2.5rem;
    }

    .service-heading .text-color {
        color: blue !important;
        font-weight: 600;
    }

    /* Internship Cards */
    .internship-card {
        background-color: #fff;
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 30px;
        height: 100%;
        border: 1px solid #e9ecef;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: transform .3s, box-shadow .3s;
        border-top: 4px solid;
        display: flex;
        flex-direction: column;
    }
    .internship-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 28px rgba(0,0,0,.1);
    }
    .internship-card.marketing {
        border-color: #0f90a1;
    }
    .internship-card.hr {
        border-color: blue;
    }
    .internship-card.operations {
        border-color: #f9a964;
    }

    .internship-card h3 {
        font-size: 1.6rem;
        color: #333;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .internship-card h3 i {
        margin-right: 10px;
    }
    .internship-card.marketing h3 i {
        color: #0f90a1;
    }
    .internship-card.hr h3 i {
        color: blue;
    }
    .internship-card.operations h3 i {
        color: #f9a964;
    }

    .internship-card h4 {
        font-size: 1.1rem;
        color: #343a40;
        margin-top: 25px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .internship-card ul {
        padding-left: 0;
        list-style: none;
    }
    .internship-card ul li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
        color: #555;
    }
    .internship-card ul li::before {
        content: '\f00c';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #28a745;
        position: absolute;
        left: 0;
        top: 2px;
    }
    .internship-card .certificate-info {
        margin-top: 20px;
        font-weight: 500;
        color: green;
        background: #f8f9fa;
        padding: 10px;
        border-radius: 5px;
    }
    .internship-card .career-restart {
        margin-top: 15px;
        background-color: #f0d487;
        color: #333;
        padding: 12px;
        border-radius: 8px;
        font-size: 0.9rem;
        text-align: center;
        font-weight: 500;
    }
    .internship-card .btn-apply {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #075ab3;
        color: #fff !important;
        padding: 12px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        margin-top: auto; /* Pushes button to the bottom */
        transition: background-color 0.3s ease;
    }
    .internship-card .btn-apply:hover {
        background-color: #075ab3;
        text-decoration: none;
    }


    /* Why Intern With Us? */
    .why-us-section {
        background-color: #7ce7f7;
    }
    .why-us-card {
        background: #fff;
        padding: 30px 20px;
        border-radius: 15px;
        text-align: center;
        border: 1px solid #eef0f2;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        transition: all 0.3s ease-in-out;
        height: 100%;
    }
    .why-us-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        border-color: #0f90a1;
    }
    .why-us-card .icon-container {
        width: 80px;
        height: 80px;
        margin: 0 auto 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 2rem;
        transition: all 0.3s ease-in-out;
    }
    .why-us-card:hover .icon-container {
        transform: scale(1.1) rotate(15deg);
    }

    .why-us-card .icon1 {
        background: linear-gradient(45deg, #0f90a1, #0f738f);
    }
    .why-us-card .icon2 {
        background: linear-gradient(45deg, #ec3c24, #d62828);
    }
    .why-us-card .icon3 {
        background: linear-gradient(45deg, #f9a964, #f77f00);
    }
    .why-us-card .icon4 {
        background: linear-gradient(45deg, #93a265, #7f8b52);
    }

    .why-us-card h4 {
        font-weight: 600;
        margin-bottom: 10px;
    }
    .why-us-card p {
        color: #666;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* --- New Success Story Section Design --- */
    .success-story-section-v2 {
        background-color: #f0f9ff; /* Light blue background */
    }

    .story-card-v2 {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 40px 25px;
        text-align: center;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        border: 1px solid #e0f2fe;
    }

    .story-card-v2:hover {
        transform: translateY(-12px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

    .story-img-circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin: -80px auto 20px;
        overflow: hidden;
        border: 6px solid #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        position: relative;
    }

    .story-img-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .story-card-v2 h4 {
        font-weight: 700;
        font-size: 1.5rem;
        color: #0c4a6e; /* Darker blue */
        margin-bottom: 8px;
    }

    .role-path-v2 {
        font-weight: 500;
        color: #38bdf8; /* Bright blue */
        margin-bottom: 20px;
        font-size: 0.9rem;
    }

    .role-path-v2 .arrow {
        color: #94a3b8; /* Slate color */
        margin: 0 8px;
    }

    .story-card-v2 .quote-v2 {
        font-style: italic;
        color: #475569; /* Slate gray */
        font-size: 1rem;
        line-height: 1.6;
        padding-top: 20px;
        border-top: 1px solid #f1f5f9; /* Light gray border */
    }

    /* New: Success Story Section */
    .success-story-section {
        background-color: #e6f7ff;
    }

    .story-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.07);
        transition: transform 0.3s, box-shadow 0.3s;
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border: 1px solid #d0e9f5;
    }

    .story-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    }

    .story-card-img {
        height: 220px;
        overflow: hidden;
    }

    .story-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .story-card-body {
        padding: 25px;
        text-align: center;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .story-card-body h4 {
        font-weight: 700;
        font-size: 1.4rem;
        color: #04215b;
        margin-bottom: 15px;
    }

    .role-path {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
        font-weight: 500;
        flex-wrap: wrap;
    }

    .role-path .intern-role {
        color: #0f90a1;
        background-color: #e0f7fa;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .role-path .current-role {
        color: #28a745;
        background-color: #eafaf1;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .role-path .arrow {
        color: #6c757d;
        font-size: 1.2rem;
    }

    .role-path i {
        margin-right: 5px;
    }

    .story-card .quote {
        font-style: italic;
        color: #555;
        font-size: 0.95rem;
        margin-top: auto;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }
    .story-card .quote::before {
        content: '“';
        font-size: 1.5rem;
        margin-right: 2px;
        color: #ccc;
    }
    .story-card .quote::after {
        content: '”';
        font-size: 1.5rem;
        margin-left: 2px;
        color: #ccc;
    }


    /* New Testimonial Styles */
    .testimonials-section {
        background-color: #f8fafc; /* A very light gray background */
        padding: 80px 0;
    }

    .testimonial-card {
        background: #cffae7;
        border-radius: 1rem; /* 16px */
        padding: 2.5rem; /* 40px */
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 380px;
        justify-content: space-between;
    }

    .testimonial-card::before {
        content: '“';
        position: absolute;
        top: 1rem;
        left: 1.5rem;
        font-size: 5rem;
        color: black;
        font-weight: 900;
        line-height: 1;
        z-index: 1;
    }

    .testimonial-card .testimonial-content {
        font-size: 1.05rem;
        color: black; /* slate-600 */
        line-height: 1.75;
        position: relative;
        z-index: 2;
        margin-bottom: 1.5rem;
    }

    .testimonial-author {
        display: flex;
        align-items: center;
        margin-top: auto; /* Pushes author to the bottom */
        position: relative;
        z-index: 2;
    }

    .testimonial-author .avatar img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 1rem;
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .testimonial-author .info .name {
        font-weight: 600;
        font-size: 1.1rem;
        color: #1e293b; /* slate-800 */
    }

    .testimonial-author .info .position {
        font-size: 0.9rem;
        color: #64748b; /* slate-500 */
    }

    .testimonial-navigation {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .testimonial-navigation .swiper-button-prev,
    .testimonial-navigation .swiper-button-next {
        position: static;
        margin: 0;
        width: 48px;
        height: 48px;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        color: #04215b;
        transition: all 0.3s ease;
    }
    .testimonial-navigation .swiper-button-prev:hover,
    .testimonial-navigation .swiper-button-next:hover {
        background-color: #04215b;
        color: #fff;
    }
    .testimonial-navigation .swiper-button-prev::after,
    .testimonial-navigation .swiper-button-next::after {
        font-size: 1.2rem;
        font-weight: 900;
    }

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


    /* FAQ - Simple Layout */
    .faq-section {
        background: #94eaf7;
    }
    .faq-item {
        background-color: #fff;
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }
    .faq-item h5 {
        font-size: 1.2rem;
        font-weight: 600;
        color: blue;
        margin-bottom: 10px;
    }
    .faq-item p {
        font-size: 1rem;
        color: #555;
        line-height: 1.7;
        margin-bottom: 0;
    }


    /* CTA */
    .cta .btn-main-2 {
        background: #ec3c24;
        color: #fff;
        font-weight: 600;
        padding: 15px 30px;
        border-radius: 50px;
        transition: background-color .3s;
    }
    .cta .btn-main-2:hover {
        background: #d12a14;
    }

    /* New Hero Styles */
    #hero-section body {
        font-family: 'Inter', sans-serif;
    }
    .mySwiper .swiper-wrapper {
        transition-timing-function: linear;
        align-items: center; /* Vertically align logos */
    }
    .logo-block .subTitle {
        color: #a7bce8;
        font-size: 1rem;
        margin-bottom: 2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #hero-section #typing-effect {
        color: #f59e0b !important; /* A rich yellow for visibility */
    }
    
    .typ_text {
        background-color: transparent;
    }
    .cta {
        background: url(<?php echo SITE_URL; ?>resources/assets/interns/css/assets/blog-2.jpg) 50% 50% no-repeat;
        background-size: auto;
        position: relative;
        background-size: cover;
        padding: 70px 0;
    }
    .cta:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(23, 33, 130, 0.95);
    }
    .cta .text-color {
        color: #fff;
    }
    .cta .cta-content h2 {
        color: #fff;
    }
    .terms{
        color: #fff;
    }
    .terms a{
        color: rgb(255, 234, 0) !important;
    }
    .terms :hover{
        text-decoration: underline !important;
    }