    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-style: normal
    }

    .about-hero-title,
    .hero-title,
    .price {
        letter-spacing: -.02em
    }

    .blogs-section-title:after,
    .partners-title:after,
    .section-title:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        content: ''
    }

    .p-1,
    td,
    th {
        padding: 1rem
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-display: fallback;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2')
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-display: fallback;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2')
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-display: fallback;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2')
    }

    :root {
        --primary-color: #23217c;
        --primary-color-darker: #0f0e4d;
        --secondary-color: #ffb607;
        --primary-color-light: #3b82f6;
        --background-light: #fafafa;
        --orange-color: #f5a80a;
        --orange-light: #FFFFF5
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    body {
        font-family: Poppins, sans-serif;
        line-height: 1.6;
        color: #1f1f1f;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-top: 110px
    }

    .cta-button:hover,
    a {
        color: var(--primary-color)
    }

    a {
        text-decoration: none
    }

    .cursor-effect,
    .star {
        position: fixed;
        pointer-events: none;
        z-index: 9999
    }

    .star {
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: opacity .1s ease-out
    }

    .mb-1 {
        margin-bottom: 1rem
    }

    .mb-2 {
        margin-bottom: 2rem
    }

    .mb-3 {
        margin-bottom: 3rem
    }

    .mb-4 {
        margin-bottom: 4rem
    }

    .mb-5 {
        margin-bottom: 5rem
    }

    .mt-1 {
        margin-top: 1rem
    }

    .mt-2 {
        margin-top: 2rem
    }

    .mt-3 {
        margin-top: 3rem
    }

    .mt-4 {
        margin-top: 4rem
    }

    .mt-5 {
        margin-top: 5rem
    }

    .mx-1 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .mx-2 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .mx-3 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .mx-4 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .mx-5 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .p-2 {
        padding: 2rem
    }

    .p-3 {
        padding: 3rem
    }

    .p-4 {
        padding: 4rem
    }

    .p-5 {
        padding: 5rem
    }

    .pt-1 {
        padding-top: 1rem
    }

    .pt-2 {
        padding-top: 2rem
    }

    .pt-3 {
        padding-top: 3rem
    }

    .pt-4 {
        padding-top: 4rem
    }

    .pt-5 {
        padding-top: 5rem
    }

    .pr-1 {
        padding-right: 1rem
    }

    .pr-2 {
        padding-right: 2rem
    }

    .pr-3 {
        padding-right: 3rem
    }

    .pr-4 {
        padding-right: 4rem
    }

    .pr-5 {
        padding-right: 5rem
    }

    .pl-1 {
        padding-left: 1rem
    }

    .pl-2 {
        padding-left: 2rem
    }

    .pl-3 {
        padding-left: 3rem
    }

    .pl-4 {
        padding-left: 4rem
    }

    .pl-5 {
        padding-left: 5rem
    }

    .pb-1 {
        padding-bottom: 1rem
    }

    .pb-2 {
        padding-bottom: 2rem
    }

    .pb-3 {
        padding-bottom: 3rem
    }

    .pb-4 {
        padding-bottom: 4rem
    }

    .pb-5 {
        padding-bottom: 5rem
    }

    .mr-1 {
        margin-right: 1rem
    }

    .mr-2 {
        margin-right: 2rem
    }

    .mr-3 {
        margin-right: 3rem
    }

    .mr-4 {
        margin-right: 4rem
    }

    .mr-5 {
        margin-right: 5rem
    }

    .ml-1 {
        margin-left: 1rem
    }

    .ml-2 {
        margin-left: 2rem
    }

    .ml-3 {
        margin-left: 3rem
    }

    .ml-4 {
        margin-left: 4rem
    }

    .ml-5 {
        margin-left: 5rem
    }

    .fa-star {
        color: #ff7800
    }
    
    
    
        /* Course Description Box - Desktop */
    .course-description-box {
        background: #f8f9fa;
        border-left: 5px solid var(--primary-color);
        padding: 20px 25px;
        margin: 20px 0;
        border-radius: 0 8px 8px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .course-description-box p {
        margin: 0;
        color: #333;
        font-size: 1.05em;
        line-height: 1.7;
        font-weight: 400;
        text-align: left;
    }
    
    /* Tablet View (768px and below) */
    @media (max-width: 768px) {
        .course-description-box {
            padding: 15px 20px;
            margin: 15px 0;
            border-left-width: 4px;
        }
        
        .course-description-box p {
            font-size: 0.95em;
            line-height: 1.6;
        }
    }
    
    /* Mobile View (480px and below) */
    @media (max-width: 480px) {
        .course-description-box {
            padding: 12px 15px;
            margin: 12px 0;
            border-left-width: 3px;
            border-radius: 0 6px 6px 0;
        }
        
        .course-description-box p {
            font-size: 0.9em;
            line-height: 1.5;
        }
    }


    .hero {
        background-color: var(--background-light);
        padding: 30px 0 0;
        display: flex;
        align-items: center;
        margin-top: 110px
    }

    .cta-button,
    .cta-button:hover {
        background-color: var(--secondary-color)
    }

    .hero-container {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center
    }

    .hero-content {
        max-width: 600px;
        padding: 20px 0
    }

    .footer-logo,
    .hero-logo {
        margin-bottom: 20px
    }

    .hero-logo img {
        height: 32px;
        width: auto
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
        color: var(--primary-color-darker);
        margin-bottom: 5px;
        font-weight: 600
    }

    .hero-subtitle {
        font-size: 18px;
        line-height: 1.4;
        color: #1f1f1f;
        margin-bottom: 24px;
        font-weight: 400
    }

    .about-hero-title {
        font-size: 2rem;
        line-height: 1.2;
        color: #1f1f1f;
        margin-bottom: 16px;
        font-weight: 600
    }

    .about-hero-subtitle {
        font-size: .9rem;
        line-height: 1.4;
        color: #1f1f1f;
        margin-bottom: 10px;
        font-weight: 400
    }

    .about-hero-section,
    .margin-top-80 {
        margin-top: 0
    }

    .pricing-info {
        margin-bottom: 24px
    }

    .about-hero-pricing,
    .featured-cert-showcase,
    .form-group {
        margin-bottom: 10px
    }

    .price {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1f1f1f;
        margin-bottom: 8px
    }

    .price-detail {
        font-size: 1rem;
        color: #000;
        font-weight: 400
    }

    .cta-button,
    .cta-button2 {
        display: inline-block;
        padding: 10px 10px;
        border-radius: 4px;
        font-weight: 600;
        transition: .2s;
        margin-bottom: 16px;
        letter-spacing: -.02em;
        text-decoration: none;
        font-size: 1.125rem
    }

    .cta-button {
        color: #000
    }

    .cta-button2,
    .cta-button2:hover {
        background-color: var(--primary-color)
    }

    .cta-button2 {
        color: #fff
    }

    .cta-button2:hover {
        color: var(--secondary-color)
    }

    @media (max-width:1400px) {
        .hero {
            padding: 7px 0 0
        }

        .hero-container {
            max-width: 1100px
        }

        .student-image {
            position: relative;
            width: 90%;
            height: 90%
        }

        .hero-title {
            font-size: 2rem
        }

        .hero-subtitle,
        .price {
            font-size: 1rem
        }

        .cta-button {
            padding: 8px 20px;
            font-size: 1rem
        }
    }

    .guarantee {
        font-size: .875rem;
        color: #6f6f6f;
        font-weight: 400
    }

    .partners-title,
    .section-title {
        font-weight: 600;
        color: #000;
        position: relative
    }

    .hero-image {
        position: relative;
        width: 100%;
        height: 100%
    }

    .image-container {
        position: relative;
        width: 100%;
        height: 400px;
        justify-items: right
    }

    .student-image {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px;
        z-index: 2
    }

    .partners {
        padding: .4rem 0;
        background-color: #fff
    }

    .partners-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1rem
    }

    .partners-title {
        text-align: center;
        margin-bottom: .5rem;
        font-size: 2rem;
        letter-spacing: -.03em;
        line-height: 1.2;
        padding-bottom: 1rem;
        /*margin-top: 70px !important;*/
    }

    .partners-title:after {
        bottom: 0;
        background-color: var(--orange-color)
    }

    .cr-title{
        padding-top: 25px;
    }
    .partners-swiper {
        padding: 20px 0
    }

    @media (max-width:1400px) {
        .partners-title {
            font-size: 1.5rem
        }

        .partners-subtitle {
            font-size: .8rem
        }

        .partners-container {
            max-width: 1100px
        }
    }

    .client-img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        padding: .5rem;
        background: 0 0;
        transition: .3s
    }

    .client-img img {
        max-width: 160px;
        max-height: 100%;
        object-fit: contain;
        transition: .3s
    }

    .client-img:hover img {
        filter: grayscale(0%);
        opacity: 1
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: #000
    }

    .swiper-pagination-bullet {
        background: #000
    }

    .swiper-pagination-bullet-active {
        background: #007bff
    }

    @media (max-width:768px) {

        .mx-1,
        .mx-2,
        .mx-3,
        .mx-4,
        .mx-5 {
            margin-left: 1rem;
            margin-right: 1rem
        }

        .partners {
            padding: 3rem 0
        }

        .partners-title {
            font-size: 2rem;
            margin-bottom: 2rem
        }

        .client-img {
            height: 60px
        }

        .client-img img {
            max-width: 120px
        }
    }

    @media (max-width:480px) {
        .partners {
            padding: 2rem 0
        }

        .partners-title {
            font-size: 1.75rem;
            margin-bottom: 1.5rem
        }

        .client-img {
            height: 80px
        }

        .client-img img {
            max-width: 130px
        }
    }

    @media screen and (max-width:1200px) {
        .partners-grid {
            grid-template-columns: repeat(4, 1fr)
        }

        .hero-title {
            font-size: 2.25rem
        }

        .image-container {
            height: 350px
        }

        .partners-title {
            font-size: 1.75rem
        }
    }

    @media screen and (max-width:992px) {
        .hero {
            min-height: auto;
            padding: 30px 24px
        }

        .hero-container {
            grid-template-columns: 1fr;
            text-align: center;
            gap: 24px
        }

        .hero-content {
            margin: 0 auto;
            padding: 0
        }

        .image-container {
            height: 300px;
            max-width: 500px;
            margin: 0 auto
        }

        .hero-title {
            font-size: 2rem
        }

        .hero-subtitle {
            font-size: 1.125rem
        }

        .price {
            font-size: 1.25rem
        }
    }

    @media screen and (max-width:768px) {
        .hero {
            padding: 24px 20px
        }

        .hero-title {
            font-size: 1.75rem
        }

        .hero-subtitle {
            font-size: 1rem
        }

        .image-container {
            height: 250px
        }

        .partners {
            padding: 10px 0
        }

        .partners-title {
            font-size: 1.5rem;
            margin-bottom: 24px
        }

        .partners-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 20px
        }

        .partner-logo {
            max-width: 120px;
            height: 50px
        }

        .cta-button {
            padding: 12px 24px;
            font-size: 1rem
        }
    }

    .blogs-courses,
    .courses,
    .highlights-courses {
        padding: 20px 24px;
        background-color: #fff;
        position: relative
    }

    .blogs-courses-container,
    .courses-container,
    .highlights-courses-container {
        max-width: 1400px;
        margin: 0 auto
    }

    .blogs-section-header,
    .highlights-section-header,
    .section-header {
        text-align: center;
        margin-bottom: 60px
    }

    .section-title {
        font-size: 2.5rem;
        letter-spacing: -.02em;
        margin-bottom: 16px
    }

    .blogs-section-title:after,
    .section-title:after {
        bottom: -8px;
        background-color: var(--orange-color)
    }

    .highlights-section-subtitle,
    .section-subtitle {
        font-size: 1rem;
        color: #000;
        font-weight: 400;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 1.5
    }

    .courses-grid {
        display: grid;
        grid-template-columns: 2fr 0.3fr 2fr 0.3fr 2fr 0.3fr 2fr;
        gap: 16px;
        margin-bottom: 60px;
        align-items: center
    }

    .course-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
        transition: .3s;
        border: 1px solid #f1f5f9;
        position: relative
    }

    .blogs-course-card:hover,
    .course-card:hover,
    .highlights-course-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
    }

    .blogs-course-image,
    .course-image,
    .highlights-course-image {
        position: relative;
        height: 200px;
        overflow: hidden
    }

    .course-image img {
        width: 100%;
        height: 100%;
        transition: transform .3s
    }

    .blogs-course-card:hover .blogs-course-image img,
    .course-card:hover .course-image img,
    .highlights-course-card:hover .highlights-course-image img {
        transform: scale(1.05)
    }

    .course-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        background: #fff;
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        padding: 6px 12px;
        border-radius: 20px;
        font-size: .75rem;
        font-weight: 600;
        z-index: 2;
        letter-spacing: .025em
    }

    .blogs-course-content,
    .course-content,
    .highlights-course-content {
        padding: 24px
    }

    .course-title {
        font-size: 1rem;
        color: #1f1f1f;
        font-weight: 600;
        margin-bottom: 12px;
        line-height: 1.3;
        letter-spacing: -.02em
    }

    .course-description {
        color: #000;
        font-size: .8rem;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .course-details {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f5f9
    }

    .course-duration,
    .course-level {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #000;
        font-size: .875rem;
        font-weight: 400
    }

    .blogs-course-duration .icon-clock:before,
    .blogs-course-level .icon-level:before,
    .course-duration .icon-clock:before,
    .course-level .icon-level:before,
    .highlights-course-duration .icon-clock:before,
    .highlights-course-level .icon-level:before {
        content: "⏱️";
        font-size: 1rem
    }

    .blogs-course-level .icon-level:before,
    .course-level .icon-level:before,
    .highlights-course-level .icon-level:before {
        content: "📊"
    }

    .blogs-course-footer,
    .course-footer,
    .highlights-course-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px
    }

    .blogs-course-btn,
    .course-btn,
    .highlights-course-btn {
        background: var(--primary-color);
        color: #fff;
        text-decoration: none;
        padding: 12px 32px;
        border-radius: 6px;
        font-size: .95rem;
        font-weight: 600;
        transition: .2s;
        letter-spacing: -.01em;
        width: 100%;
        text-align: center
    }

    .footer-social a,
    .promo-btn-primary {
        text-decoration: none;
        transition: .3s
    }

    .blogs-course-btn:hover,
    .course-btn:hover,
    .highlights-course-btn:hover {
        background: #0052cc;
        transform: translateY(-2px)
    }

    .blogs-course-separator,
    .course-separator,
    .highlights-course-separator {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 200px
    }

    .blogs-separator-line,
    .highlights-separator-line,
    .separator-line {
        width: 2px;
        height: 80px;
        background: linear-gradient(to bottom, transparent, var(--primary-color), transparent);
        margin: 8px 0
    }

    .blogs-separator-text,
    .highlights-separator-text,
    .separator-text {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: .875rem;
        font-weight: 600;
        color: var(--primary-color);
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 8px 0;
        background: rgba(6, 30, 145, .1);
        border-radius: 12px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .blogs-courses-cta,
    .courses-cta,
    .highlights-courses-cta {
        text-align: center;
        padding: 40px 0;
        border-top: 1px solid #e5e7eb
    }

    .courses-cta p {
        color: #000;
        font-size: 1.125rem;
        margin-bottom: 20px;
        font-weight: 400
    }

    .blogs-view-all-btn,
    .highlights-view-all-btn,
    .view-all-btn {
        display: inline-block;
        background: 0 0;
        color: var(--primary-color);
        text-decoration: none;
        padding: 14px 32px;
        border: 2px solid var(--primary-color);
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 600;
        transition: .3s;
        letter-spacing: -.01em
    }

    .blogs-view-all-btn:hover,
    .footer-social a:hover,
    .highlights-view-all-btn:hover,
    .view-all-btn:hover {
        background: var(--primary-color);
        color: #fff;
        transform: translateY(-2px)
    }

    @media (max-width:1400px) {

        .blog-card,
        .course-image {
            height: auto
        }

        .course-title,
        .view-all-btn {
            font-size: .8rem
        }

        .view-all-btn {
            padding: 10px
        }

        .courses-container {
            max-width: 1100px
        }

        .course-description,
        .course-duration,
        .course-level {
            font-size: .7rem
        }

        .course-card {
            height: 100%
        }
    }

    @media screen and (max-width:1200px) {
        .courses-grid {
            grid-template-columns: 1fr;
            gap: 20px
        }

        .course-separator {
            flex-direction: row;
            min-height: auto;
            margin: 20px 0
        }

        .separator-line {
            width: 60px;
            height: 2px;
            background: linear-gradient(to right, transparent, var(--primary-color), transparent);
            margin: 0 12px
        }

        .separator-text {
            writing-mode: horizontal-tb;
            text-orientation: mixed;
            width: auto;
            padding: 4px 12px;
            height: 28px
        }

        .section-title {
            font-size: 2.25rem
        }
    }

    @media screen and (max-width:992px) {
        .courses {
            padding: 60px 24px
        }

        .section-header {
            margin-bottom: 40px
        }

        .section-title {
            font-size: 2rem
        }

        .section-subtitle {
            font-size: 1.125rem
        }
    }

    @media screen and (max-width:768px) {
        .courses {
            padding: 50px 20px
        }

        .section-title {
            font-size: 1.75rem
        }

        .section-subtitle {
            font-size: 1rem
        }

        .course-details {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f1f5f9
        }

        .course-btn {
            text-align: center;
            width: 100%
        }

        .courses-cta {
            padding: 30px 0
        }

        .separator-text {
            font-size: .75rem;
            padding: 3px 8px;
            height: 24px
        }

        .separator-line {
            width: 40px;
            margin: 0 8px
        }
    }

    .brand-accent,
    .brand-name {
        font-weight: 700;
        font-size: 1.1rem;
        letter-spacing: 1px
    }

    .promo-cta {
        background: linear-gradient(135deg, #1e40af 0, #3b82f6 100%);
        padding: 30px 24px;
        text-align: left;
        position: relative;
        overflow: hidden;
        display: flex
    }

    .promo-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="0.3" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.4" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: .3
    }

    .promo-container {
        margin: 0 auto;
        position: relative
    }

    .promo-content {
        max-width: 600px;
        margin: 0 auto
    }

    .promo-badge {
        display: inline-block;
        background: rgba(255, 255, 255, .2);
        border: 2px solid rgba(255, 255, 255, .3);
        border-radius: 25px;
        padding: 8px 24px;
        margin-bottom: 32px;
        backdrop-filter: blur(10px)
    }

    .brand-name {
        color: #fff
    }

    .brand-accent {
        color: #fbbf24
    }

    .promo-title {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 16px;
        letter-spacing: -.02em
    }

    .promo-subtitle {
        color: rgba(255, 255, 255, .9);
        font-size: 1.25rem;
        font-weight: 400;
        margin-bottom: 40px;
        line-height: 1.5
    }

    .promo-actions {
        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 16px;
        width: 350px
    }

    .promo-btn-primary {
        background: #fff;
        color: #1e40af;
        padding: 16px 40px;
        border-radius: 8px;
        font-size: 1.125rem;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
        letter-spacing: -.01em
    }

    .promo-btn-primary:hover {
        background: #f8fafc;
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
    }

    .promo-offer {
        color: rgba(255, 255, 255, .8);
        font-size: 1rem;
        font-weight: 400;
        margin: 0
    }

    @media (max-width:1400px) {
        .promo-title {
            font-size: 2rem
        }

        .promo-subtitle {
            font-size: 1rem
        }

        .promo-image {
            height: auto
        }
    }

    @media screen and (max-width:768px) {
        .promo-cta {
            padding: 60px 20px
        }

        .promo-title {
            font-size: 2rem
        }

        .promo-subtitle {
            font-size: 1.125rem
        }

        .promo-btn-primary {
            padding: 14px 32px;
            font-size: 1rem
        }

        .brand-accent,
        .brand-name {
            font-size: 1rem
        }
    }

    .footer {
        background: #000;
        color: #e5e7eb;
        padding-top: 60px
    }

    .footer-container {
        margin: 0 auto;
        padding: 0 24px
    }

    .footer-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1.5fr;
        gap: 40px;
        margin-bottom: 40px
    }

    .footer-section {
        display: flex;
        flex-direction: column
    }

    .footer-logo-img {
        height: 70px;
        width: auto
    }

    .footer-description {
        color: #9ca3af;
        line-height: 1.6;
        margin-bottom: 24px;
        font-size: .95rem
    }

    .footer-social {
        display: flex;
        gap: 16px
    }

    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, .1);
        border-radius: 50%;
        color: #e5e7eb
    }

    .contact-item a,
    .footer-legal a,
    .footer-links a {
        transition: color .3s;
        text-decoration: none
    }

    .footer-title {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: -.02em
    }

    .footer-links,
    .tab-content ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .footer-links li {
        margin-bottom: 8px
    }

    .footer-links a {
        color: #9ca3af;
        font-size: .9rem;
        line-height: 1.5
    }

    .btn-12:hover,
    .contact-item a:hover,
    .footer-legal a:hover,
    .footer-links a:hover {
        color: #fff
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .contact-item {
        display: flex;
        gap: 12px;
        align-items: flex-start
    }

    .contact-item i {
        color: var(--primary-color);
        margin-top: 2px;
        font-size: 1rem;
        min-width: 16px
    }

    .contact-item div,
    .flex2-right,
    .flex3-left,
    .flex3-right {
        flex: 1
    }

    .contact-item strong {
        color: #fff;
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
        font-size: .9rem
    }

    .contact-item p {
        color: #9ca3af;
        margin: 0;
        font-size: .85rem;
        line-height: 1.4
    }

    .contact-item a,
    .copyright,
    .footer-legal a {
        color: #9ca3af;
        font-size: .9rem
    }

    .contact-item a {
        display: block;
        margin-bottom: 2px
    }

    .footer-bottom {
        border-top: 1px solid #374151;
        padding: 24px 0
    }

    .footer-bottom-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px
    }

    .copyright {
        margin: 0
    }

    .footer-legal {
        display: flex;
        gap: 24px
    }

    @media screen and (max-width:1024px) {
        .footer-content {
            grid-template-columns: 1fr 1fr;
            gap: 32px
        }
    }

    @media screen and (max-width:768px) {
        .footer {
            padding-top: 40px
        }

        .footer-container {
            padding: 0 20px
        }

        .footer-content {
            grid-template-columns: 1fr;
            gap: 32px;
            margin-bottom: 32px
        }

        .footer-bottom-content {
            flex-direction: column;
            text-align: center;
            gap: 16px
        }

        .footer-legal,
        .footer-social {
            justify-content: center
        }

        .contact-item {
            gap: 8px
        }
    }

    .infinite-testimonial-section {
        text-align: center;
        margin: 0 auto;
        padding: 0 100px 40px;
        color: #000;
        position: relative
    }

    .testimonial-heading {
        font-size: 2.5rem;
        margin-bottom: 30px;
        color: #2a73cc;
        font-weight: 700
    }

    .testimonial-carousel-container {
        overflow: hidden;
        position: relative;
        padding: 0 50px
    }

    .testimonial-carousel-track {
        display: flex;
        transition: transform .5s ease-in-out
    }

    .testimonial-card-item {
        background: #fff;
        border-radius: 8px;
        padding: 25px;
        margin: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
        border: 1px solid var(--primary-color);
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left
    }

    .testimonial-card-item p {
        font-size: 1.1rem;
        color: #000;
        line-height: 1.6;
        margin-bottom: 20px;
        font-style: italic
    }

    .testimonial-card-item span {
        display: block;
        margin-top: auto;
        font-weight: 600;
        color: #2a73cc;
        font-size: 1rem
    }

    .carousel-nav-btn {
        background-color: transparent;
        color: #2a73cc;
        border: none;
        padding: 10px;
        font-size: 3rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 10;
        transition: color .3s
    }

    .carousel-nav-btn:hover {
        color: #1a5bb0
    }

    .prev-btn {
        left: 0
    }

    .next-btn {
        right: 0
    }

    .faq-container,
    .featured-cert-showcase,
    .form-card,
    .impact-metrics-card {
        box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
    }

    @media screen and (min-width:769px) {
        .testimonial-card-item {
            flex: 0 0 calc(33.33% - 30px)
        }
    }

    .impact-section,
    .service-impact-section {
        text-align: center;
        padding: 0 60px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #000
    }

    .impact-title,
    .service-impact-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #212529;
        margin-bottom: 40px;
        position: relative;
        display: inline-block
    }

    .impact-title .impact-underline,
    .service-impact-title .service-impact-underline {
        display: block;
        width: 80%;
        height: 4px;
        background-color: #ffc107;
        margin: 8px auto 0;
        border-radius: 2px
    }

    .impact-metrics-card {
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid var(--primary-color);
        padding: 10px 20px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        gap: 0px
    }

    .metric-item,
    .service-metric-item {
        flex: 1;
        min-width: 180px;
        padding: 15px;
        text-align: center
    }

    .metric-number {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        color: var(--primary-color);
        margin-bottom: 8px
    }

    .metric-description {
        font-size: 1.1rem;
        color: #343235;
        line-height: 1.4
    }

    .left-column,
    .right-column {
        min-width: 300px;
        box-sizing: border-box
    }

    .combined-contact-faq-section {
        padding: 10px 20px;
        color: #000;
        text-align: center
    }

    .contact-form,
    .faq-answer,
    .faq-container,
    .featured-cert-info-card h3,
    .form-heading {
        text-align: left
    }

    .combined-section-heading {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2a73cc;
        margin-bottom: 40px
    }

    .two-column-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 1400px;
        margin: 0 auto;
        align-items: flex-start
    }

    .btn-enroll-now i,
    .faq-toggle-icon {
        margin-left: 15px;
        transition: transform .3s
    }

    .left-column {
        flex: 1 1 calc(30% - 15px)
    }

    .right-column {
        flex: 1 1 calc(70% - 15px)
    }

    .form-card {
        background-color: #fff;
        border-radius: 8px;
        padding: 30px;
        border-top: 4px solid var(--primary-color)
    }

    .form-heading {
        margin-bottom: .5rem;
        font-size: 1.5rem;
        color: #000;
        font-weight: 600;
        letter-spacing: -.03em;
        line-height: 1.2;
        position: relative
    }

    .form-subheading {
        font-size: 1rem;
        color: var(--primary-color);
        margin-bottom: 15px;
        line-height: 1.5;
        text-align: left
    }

    .form-group label {
        display: block;
        font-size: .9rem;
        font-weight: 400;
        color: #000
    }

    .form-group input[type=email],
    .form-group input[type=tel],
    .form-group input[type=text] {
        width: 100%;
        padding: 5px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: .9rem;
        color: #000;
        box-sizing: border-box;
        transition: border-color .3s, box-shadow .3s
    }

    .form-dropdown {
        display: flex;
        gap: 10px
    }

    .select-course,
    .select-location {
        width: 100%;
        padding: 6px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: .89rem;
        color: #000;
        box-sizing: border-box;
        transition: border-color .3s, box-shadow .3s
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: #2a73cc;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(42, 115, 204, .2)
    }

    .form-group textarea {
        resize: vertical
    }

    .submit-button {
        display: block;
        background-color: var(--secondary-color);
        color: #000;
        padding: 10px 25px;
        border: none;
        border-radius: 5px;
        font-size: 1.1rem;
        font-weight: 400;
        cursor: pointer;
        transition: background-color .3s, transform .2s;
        width: 50%;
        place-self: center
    }

    .submit-button:hover {
        background-color: var(--primary-color);
        transform: translateY(-2px)
    }

    .faq-container {
        background-color: #fff;
        border-radius: 8px;
        padding: 30px;
        border-top: 4px solid var(--primary-color)
    }

    .faq-column-heading {
        margin-bottom: .5rem;
        font-size: 1.5rem;
        color: var(--primary-color);
        font-weight: 600;
        letter-spacing: -.03em;
        line-height: 1.2;
        position: relative;
        padding-bottom: 1rem
    }

    .faq-item {
        border-bottom: 1px solid var(--primary-color-light);
        margin-bottom: 5px;
        padding-bottom: 5px
    }

    .faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        font-size: 1.05rem;
        font-weight: 600;
        color: #000;
        transition: color .3s
    }

    .clinical-research-pricing-info ul li i,
    .course-info-heading-title span,
    .faq-item.active .faq-question,
    .faq-toggle-icon {
        color: var(--primary-color)
    }

    .faq-question:hover {
        color: #2a73cc
    }

    .faq-toggle-icon {
        font-size: 1.8rem;
        font-weight: 300
    }

    .accordion-item.active .accordion-icon,
    .faq-item.active .faq-toggle-icon {
        transform: rotate(45deg)
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease-in-out, padding .4s ease-in-out
    }

    .faq-answer p {
        font-size: .95rem;
        color: #000;
        line-height: 1.6;
        padding-bottom: 15px
    }

    .faq-item.active .faq-answer {
        max-height: 500px
    }

    @media (max-width:992px) {
        .two-column-wrapper {
            flex-direction: column;
            gap: 20px
        }

        .left-column,
        .right-column {
            flex: 1 1 100%;
            max-width: 100%;
            padding: 30px
        }

        .faq-column-heading,
        .form-heading {
            font-size: 2rem
        }

        .faq-answer p,
        .faq-question,
        .form-group input,
        .form-group label,
        .form-group textarea,
        .form-subheading,
        .submit-button {
            font-size: 1rem
        }
    }

    .certifications-section-pro{
        margin-bottom: 70px;
    }
    
    .certifications-section-pro,
    .clinical-research-hero-form .form-heading,
    .read-more-btn-container,
    .text-center {
        text-align: center;
    }

    .section-title-pro {
        font-size: 2.8em;
        font-weight: 800;
        color: #1a237e;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 20px;
        display: inline-block
    }

    .section-title-pro::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 5px;
        background-color: #3f51b5;
        border-radius: 3px
    }

    .section-subtitle-pro {
        font-size: 1.1em;
        color: #000;
        margin-bottom: 70px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.7
    }

    .featured-cert-showcase {
        display: flex;
        flex-wrap: wrap;
        background-color: #f0f4f8;
        border-radius: 15px;
        overflow: hidden
    }

    .featured-cert-info-card {
        flex: 1;
        min-width: 400px;
        padding: 50px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left
    }

    .btn-enroll-now,
    .cert-partner-tag {
        display: inline-flex;
        border-radius: 4px
    }

    .cert-partner-tag {
        background-color: var(--background-light);
        color: var(--primary-color);
        padding: 10px 20px;
        align-items: center;
        font-size: .9em;
        font-weight: 600;
        margin-bottom: 25px;
        box-shadow: 0 3px 10px rgba(255, 193, 7, .15)
    }

    .btn-enroll-now,
    th {
        background-color: var(--primary-color)
    }

    .cert-partner-tag i {
        margin-right: 10px;
        color: var(--primary-color)
    }

    .featured-cert-info-card h3::after {
        left: 5%
    }

    .featured-cert-info-card p {
        font-size: 1em;
        color: #000;
        line-height: 1.7;
        margin-bottom: 30px
    }

    .featured-cert-info-card ul {
        list-style: none;
        padding: 0;
        margin-bottom: 40px
    }

    .featured-cert-info-card ul li {
        font-size: 1em;
        color: #000;
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start
    }

    .featured-cert-info-card ul li i {
        color: #4caf50;
        margin-right: 15px;
        font-size: 1.2em;
        padding-top: 3px
    }

    .btn-enroll-now {
        align-items: center;
        color: #fff;
        padding: 13px 25px;
        width: 200px;
        text-decoration: none;
        font-size: 1.15em;
        font-weight: 700;
        transition: background-color .3s, transform .3s, box-shadow .3s;
        border: none;
        box-shadow: 0 5px 15px rgba(255, 193, 7, .3)
    }

    .btn-enroll-now:hover {
        background-color: #e0a800;
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(255, 193, 7, .4)
    }

    .btn-enroll-now:hover i {
        transform: translateX(5px)
    }

    .featured-cert-mockup-wrapper {
        border: 1px solid var(--orange-color);
        border-radius: 0px 20px 20px 0px;
        flex: 1;
        min-width: 400px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px;
        background-color: var(--background-light);
        overflow: hidden
    }

    .cert-mockup-badge,
    .highlights-section-title:after {
        position: absolute;
        background-color: var(--primary-color)
    }

    .cert-mockup-img {
        width: 100%;
        max-width: 550px;
        height: auto;
        display: block;
        border-radius: 10px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
        transform: rotate(3deg) scale(.95);
        transition: transform .5s
    }

    .featured-cert-showcase:hover .cert-mockup-img {
        transform: rotate(0) scale(1)
    }

    .cert-mockup-badge {
        top: 0;
        left: 0;
        color: #fff;
        padding: 10px 25px 10px 35px;
        font-weight: 600;
        font-size: .9em;
        border-bottom-right-radius: 15px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, .2)
    }

    @media (max-width:1024px) {
        .section-title-pro {
            font-size: 2.2em
        }

        .section-subtitle-pro {
            font-size: 1em;
            margin-bottom: 50px
        }

        .featured-cert-showcase {
            flex-direction: column;
            border-radius: 10px
        }

        .featured-cert-info-card,
        .featured-cert-mockup-wrapper {
            min-width: unset;
            padding: 40px
        }

        .featured-cert-info-card {
            border-bottom: 1px solid #e0e0e0
        }

        .featured-cert-mockup-wrapper {
            padding: 30px
        }

        .cert-mockup-img {
            transform: rotate(0) scale(1)
        }

        .featured-cert-showcase:hover .cert-mockup-img {
            transform: scale(1.02)
        }

        .cert-grid-layout {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px
        }

        .cert-program-card {
            padding: 25px
        }

        .card-icon-bg {
            width: 60px;
            height: 60px
        }

        .card-icon-bg i {
            font-size: 2em
        }

        .cert-program-card h4 {
            font-size: 1.4em
        }
    }

    .blogs-section-title,
    .highlights-section-title {
        font-size: 2.5rem;
        color: #1f1f1f;
        font-weight: 600;
        letter-spacing: -.02em;
        margin-bottom: 16px;
        position: relative
    }

    .highlights-section-title:after {
        content: '';
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px
    }

    .blogs-courses-grid,
    .highlights-courses-grid {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
        gap: 16px;
        margin-bottom: 60px;
        align-items: center
    }

    .blogs-course-card,
    .highlights-course-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
        transition: .3s;
        border: 1px solid var(--primary-color);
        position: relative
    }

    .blogs-course-image img,
    .highlights-course-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s
    }

    .blogs-course-badge,
    .highlights-course-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        background: var(--primary-color);
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: .75rem;
        font-weight: 600;
        z-index: 2;
        letter-spacing: .025em
    }

    .blogs-course-title,
    .highlights-course-title {
        font-size: 1rem;
        color: var(--primary-color);
        font-weight: 600;
        margin-bottom: 12px;
        line-height: 1.3;
        letter-spacing: -.02em;
        text-align: center
    }

    .blogs-course-description,
    .highlights-course-description {
        color: #6f6f6f;
        font-size: .8rem;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .blogs-course-details,
    .highlights-course-details {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f5f9
    }

    .blogs-course-duration,
    .blogs-course-level,
    .highlights-course-duration,
    .highlights-course-level {
        gap: 8px;
        color: #6f6f6f;
        font-size: .875rem;
        font-weight: 400;
        justify-self: center
    }

    .blogs-course-level,
    .highlights-course-level {
        font-size: 3rem;
        margin-bottom: 20px
    }

    .blogs-course-level i,
    .highlights-course-level i {
        color: var(--secondary-color)
    }

    .blogs-courses-cta p,
    .highlights-courses-cta p {
        color: #6f6f6f;
        font-size: 1.125rem;
        margin-bottom: 20px;
        font-weight: 400
    }

    @media screen and (max-width:1200px) {
        .highlights-courses-grid {
            grid-template-columns: 1fr 1fr;
            gap: 20px
        }

        .blogs-course-separator,
        .highlights-course-separator {
            flex-direction: row;
            min-height: auto;
            margin: 20px 0
        }

        .blogs-separator-line,
        .highlights-separator-line {
            width: 60px;
            height: 2px;
            background: linear-gradient(to right, transparent, var(--primary-color), transparent);
            margin: 0 12px
        }

        .blogs-separator-text,
        .highlights-separator-text {
            writing-mode: horizontal-tb;
            text-orientation: mixed;
            width: auto;
            padding: 4px 12px;
            height: 28px
        }

        .blogs-section-title,
        .highlights-section-title {
            font-size: 2.25rem
        }

        .blogs-courses-grid {
            grid-template-columns: 1fr;
            gap: 20px
        }
    }

    @media screen and (max-width:992px) {
        .highlights-courses {
            padding: 60px 24px
        }

        .highlights-section-header {
            margin-bottom: 40px
        }

        .highlights-section-title {
            font-size: 2rem
        }

        .highlights-section-subtitle {
            font-size: 1.125rem
        }
    }

    @media screen and (max-width:768px) {
        .testimonial-carousel-track {
            gap: 3px
        }

        .infinite-testimonial-section {
            padding: 40px 32px
        }

        .testimonial-card-item {
            margin: 10px 0;
            width: 100%;
            box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
            border: 1px solid var(--primary-color)
        }

        .testimonial-carousel-container {
            padding: 0 20px
        }

        .carousel-nav-btn {
            font-size: 2.5rem;
            top: calc(50% - 10px)
        }

        .highlights-courses {
            padding: 50px 20px
        }

        .highlights-section-title {
            font-size: 1.75rem
        }

        .highlights-section-subtitle {
            font-size: 1rem
        }

        .highlights-course-details {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f1f5f9
        }

        .highlights-course-btn {
            text-align: center;
            width: 100%
        }

        .highlights-courses-cta {
            padding: 30px 0
        }

        .highlights-separator-text {
            font-size: .75rem;
            padding: 3px 8px;
            height: 24px
        }

        .highlights-separator-line {
            width: 40px;
            margin: 0 8px
        }
    }

    .blogs-section-subtitle {
        font-size: 1rem;
        color: #6f6f6f;
        font-weight: 400;
        max-width: 1000px;
        margin: 0 auto;
        line-height: 1.5
    }

    @media screen and (max-width:992px) {
        .blogs-courses {
            padding: 60px 24px
        }

        .blogs-section-header {
            margin-bottom: 40px
        }

        .blogs-section-title {
            font-size: 2rem
        }

        .blogs-section-subtitle {
            font-size: 1.125rem
        }
    }

    @media screen and (max-width:768px) {
        .blogs-courses {
            padding: 50px 20px
        }

        .blogs-section-title {
            font-size: 1.75rem
        }

        .blogs-section-subtitle {
            font-size: 1rem
        }

        .blogs-course-details {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 24px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f1f5f9
        }

        .blogs-course-btn {
            text-align: center;
            width: 100%
        }

        .blogs-courses-cta {
            padding: 30px 0
        }

        .blogs-separator-text {
            font-size: .75rem;
            padding: 3px 8px;
            height: 24px
        }

        .blogs-separator-line {
            width: 40px;
            margin: 0 8px
        }
    }

    @media screen and (max-width:576px) {
        .hero {
            padding: 20px 16px;
            margin-top: 105px
        }

        .hero-title {
            font-size: 1.7rem;
            margin-bottom: 12px
        }

        .hero-subtitle {
            font-size: 1rem;
            margin-bottom: 20px
        }

        .image-container {
            height: 100%
        }

        .partners-title {
            font-size: 1.25rem;
            margin-bottom: 20px
        }

        .partners-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 16px
        }

        .partner-logo {
            max-width: 100px;
            height: 40px
        }

        .price {
            font-size: 1.125rem
        }

        .blogs-course-btn,
        .blogs-course-description,
        .course-btn,
        .course-description,
        .highlights-course-description,
        .price-detail {
            font-size: .875rem
        }

        .guarantee {
            font-size: .75rem
        }

        .blogs-courses,
        .courses,
        .footer-container,
        .highlights-courses {
            padding: 0 16px
        }

        .blogs-section-header,
        .highlights-section-header,
        .section-header {
            margin-bottom: 32px
        }

        .blogs-section-title,
        .highlights-section-title,
        .section-title {
            font-size: 1.5rem
        }

        .blogs-section-subtitle,
        .highlights-section-subtitle,
        .section-subtitle {
            font-size: .95rem
        }

        .blogs-course-content,
        .course-content {
            padding: 20px
        }

        .blogs-course-title,
        .course-title {
            font-size: 1.25rem
        }

        .blogs-course-btn,
        .course-btn {
            padding: 10px 20px
        }

        .blogs-view-all-btn,
        .highlights-view-all-btn,
        .view-all-btn {
            padding: 12px 24px;
            font-size: .95rem
        }

        .promo-cta {
            padding: 50px 16px;
            display: grid;
            gap: 25px
        }

        .promo-title {
            font-size: 1.75rem
        }

        .promo-subtitle {
            font-size: 1rem
        }

        .promo-btn-primary {
            padding: 12px 28px;
            font-size: .95rem
        }

        .highlights-course-title,
        .promo-offer {
            font-size: .9rem
        }

        .footer-legal {
            flex-direction: column;
            gap: 8px
        }

        .footer-social a {
            width: 36px;
            height: 36px
        }

        .highlights-course-content {
            padding: 0
        }

        .highlights-courses-grid {
            margin-bottom: 30px
        }

        .highlights-course-level {
            margin-bottom: 0
        }

        .highlights-course-btn {
            padding: 10px 20px;
            font-size: .875rem
        }

        .mobile-none {
            display: none
        }

        .featured-cert-info-card h3::after {
            left: 10%
        }

        .about-hero-subtitle {
            text-align: justify
        }
    }

    .tb-popup-overlay {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        justify-content: center;
        align-items: center;
        padding: 20px;
        box-sizing: border-box
    }

    .tb-popup-content {
        background-color: #fff;
        padding: 0 30px 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgb(0 255 135);
        width: 90%;
        max-width: 550px;
        text-align: center;
        position: relative;
        color: #000;
        animation: .3s ease-out forwards fadeInScale
    }

    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(.95)
        }

        to {
            opacity: 1;
            transform: scale(1)
        }
    }

    .tb-popup-logo {
        max-width: 150px
    }

    .tb-popup-content h2 {
        color: #fff;
        background: var(--primary-color);
        border-radius: 10px;
        padding: 6px;
        font-size: 25px;
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: 400
    }

    .tb-popup-content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 25px;
        color: #000
    }

    .tb-popup-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center
    }

    .tb-popup-form input[type=email] {
        width: calc(100% - 20px);
        padding: 12px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        outline: 0;
        transition: border-color .3s
    }

    .tb-popup-form input[type=email]:focus {
        border-color: #007bff
    }

    .tb-popup-form button[type=submit] {
        background-color: #007bff;
        color: #fff;
        padding: 12px 25px;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        cursor: pointer;
        transition: background-color .3s;
        width: 100%;
        max-width: 250px;
        font-weight: 700
    }

    .readmore-btn:hover,
    .tb-popup-form button[type=submit]:hover {
        background-color: #0056b3
    }

    .tb-popup-small-text {
        font-size: 13px;
        color: #888;
        margin-top: 20px
    }

    .tb-popup-close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        color: var(--primary-color);
        font-size: 25px;
        font-weight: 700;
        cursor: pointer;
        transition: color .3s
    }

    .tb-popup-close-btn:focus,
    .tb-popup-close-btn:hover {
        color: #000;
        text-decoration: none
    }

    .clinical-research-hero {
        background: linear-gradient(50deg, #fff 64%, var(--orange-color) 64%, red)
    }

    .clinical-research-hero .hero-content {
        max-width: 100%;
        margin-top: 0
    }

    .clinical-research-hero-title {
        font-size: 24px
    }

    .clinical-research-hero-form {
        width: 70%;
        justify-self: right
    }

    .clinical-research-pricing-info ul {
        list-style: none
    }

    .clinical-research-pricing-info ul li {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .pricing-info-list {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .pricing-info-list ul {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .top-strip-hero-content {
        background: linear-gradient(90deg, var(--secondary-color) 70%, transparent 100%);
        width: 300px;
        padding: 5px 0 5px 10px;
        margin-bottom: 5px
    }

    .top-strip-hero-content p {
        font-size: 15pxrem;
        font-weight: 600;
        color: #000
    }

    .clinical-research-hero-subtitle {
        margin-bottom: 3px
    }

    .service-impact-metrics-card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
        border: 1px solid var(--orange-color);
        padding: 10px 20px;
        margin: -25px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        gap: 20px
    }

    .service-metric-number {
        display: block;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--primary-color);
        margin-bottom: 8px
    }

    .service-metric-description {
        font-size: 1rem;
        color: #000;
        line-height: 1.4
    }

    @media (max-width:1400px) {

        .metric-number,
        .service-metric-number {
            display: block;
            font-size: 2rem
        }

        .metric-description,
        .service-metric-description {
            font-size: 1rem
        }

        .metric-item,
        .service-metric-item {
            padding: 0
        }

        .tb-popup-content {
            max-width: 450px;
            height: 100%;
            padding: 10px 50px
        }

        .tb-popup-content h2 {
            font-size: 20px
        }

        .form-group label {
            font-size: .9rem
        }

        .form-group input[type=email],
        .form-group input[type=tel],
        .form-group input[type=text] {
            padding: 3px 15px
        }

        .submit-button {
            padding: 5px 19px;
            width: 50%;
            place-self: center
        }

        .tb-popup-content p {
            font-size: 11px;
            margin-bottom: 5px
        }
    }

    .service-hero-subtitle,
    .tab-content ul li {
        font-size: 16px;
        text-align: justify
    }

    .service-hero {
        background-color: #fff
    }

    .service-hero-container {
        display: flex
    }

    .service-hero-container .hero-content {
        max-width: 100%
    }

    .service-hero-subtitle a {
        text-decoration: underline;
        font-weight: 700;
        color: #0f0e4d
    }

    .course-info-section {
        gap: 40px;
        max-width: 100%;
        padding: 30px 0;
        margin: 0 auto;
        background: #fff;
        border-radius: 24px;
        align-items: flex-start;
        position: relative
    }

    .course-info-left {
        flex: 1;
        max-width: 340px;
        display: flex;
        margin: 0 30px;
        flex-direction: column;
        gap: 32px;
        position: sticky;
        top: 95px;
        align-self: flex-start;
        height: fit-content
    }

    .course-info-form {
        background: #fafbfc;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
        padding: 24px 20px 18px;
        display: flex;
        flex-direction: column;
        gap: 14px
    }

    .course-info-form h3 {
        margin: 0 0 8px;
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--primary-color);
        letter-spacing: .5px
    }

    .course-info-form input {
        padding: 10px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        font-size: 1rem;
        margin-bottom: 4px;
        outline: 0;
        transition: border .2s
    }

    .course-info-form input:focus {
        border: 1.5px solid var(--primary-color)
    }

    .course-info-form button {
        background: var(--primary-color);
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 10px 0;
        font-size: 1rem;
        font-weight: 600;
        cursor: pointer;
        margin-top: 6px;
        transition: background .2s
    }

    .course-info-form button:hover {
        background: #b71c1c
    }

    .course-info-tabs {
        display: flex;
        flex-direction: row;
        gap: 14px
    }

    .tab-btn {
        text-align-last: center;
        background: #fff;
        border: 1.5px solid var(--orange-color);
        border-radius: 40px;
        padding: 10px 1px;
        font-size: 1rem;
        color: var(--primary-color);
        text-align: left;
        font-weight: 400;
        cursor: pointer;
        transition: background .2s, color .2s, border .2s;
        outline: 0;
        width: 10%
    }

    .accordion-header,
    tr:hover {
        transition: background-color .3s
    }

    .accordion-header,
    table {
        width: 100%;
        background: #fff
    }

    .tab-btn.active,
    .tab-btn:hover {
        background: var(--orange-color);
        color: #fff;
        border: 1.5px solid var(--orange-light)
    }

    .course-info-right,
    .flex2-left {
        flex: 2
    }

    .tab-content {
        animation: .3s fadeIn;
        padding: 0px 80px
    }

    .tab-content h2::after {
        content: '';
        display: block;
        width: 100px;
        height: 7px;
        background-color: var(--orange-color);
        margin-top: 10px;
        border-radius: 10px
    }

    .tab-content.active {
        display: block
    }

    .tab-content h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 18px;
        color: var(--primary-color-darker)
    }

    .tab-content ul li {
        color: #000;
        margin-bottom: 14px;
        position: relative;
        padding-left: 28px
    }

    .accordion-content ul li:before,
    .tab-content ul li:before {
        content: '\2714';
        color: var(--primary-color);
        font-size: 1.2rem;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1.2
    }

    .tab-content p {
        text-align: justify;
        margin-bottom: 10px
    }

    .course-info-heading {
        margin: 0 auto 0px;
        text-align: center;
        padding: 15px 0
    }

    .course-info-heading-label {
        font-size: 1rem;
        color: #000;
        font-weight: 600;
        margin-bottom: 6px;
        letter-spacing: .01em
    }

    .course-info-heading-title {
        font-size: 2.5rem;
        font-weight: 800;
        color: #181818;
        margin: 0;
        line-height: 1.15
    }

    @media (max-width:600px) {
        .tb-popup-content {
            padding: 20px;
            height: auto
        }

        .tb-popup-content h2 {
            font-size: 18px
        }

        .tb-popup-form button[type=submit],
        .tb-popup-form input[type=email] {
            width: 100%;
            max-width: unset
        }

        .tab-btn,
        .tab-content ul li:before {
            font-size: 1rem
        }

        .course-info-section {
            padding: 12px 2px;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
        }

        .course-info-form {
            padding: 16px 8px 10px;
            border-radius: 10px
        }

        .tab-btn {
            padding: 10px 12px;
            border-radius: 8px
        }

        .tab-content h2 {
            font-size: 1.1rem;
            margin-bottom: 12px
        }

        .tab-content ul li {
            font-size: .98rem;
            margin-bottom: 10px;
            padding-left: 22px
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    @media (max-width:900px) {
        .course-info-section {
            flex-direction: column;
            flex-direction: column;
            padding: 20px 4vw;
            gap: 24px;
            border-radius: 16px
        }

        .course-info-left,
        .course-info-right {
            max-width: 100%;
            padding: 0
        }

        .course-info-left {
            position: static;
            top: auto;
            align-self: auto;
            height: auto
        }

        .course-info-right {
            padding-left: 0
        }
    }

    @media (max-width:700px) {

        .tab-btn,
        .tab-content ul li:before {
            font-size: .98rem
        }

        .course-info-section {
            padding: 10px 0;
            gap: 18px
        }

        .course-info-form {
            padding: 12px 6px 8px;
            border-radius: 8px;
            font-size: .98rem
        }

        .course-info-tabs {
            gap: 8px
        }

        .tab-btn {
            padding: 10px;
            border-radius: 7px
        }

        .tab-content h2 {
            font-size: 1.05rem;
            margin-bottom: 10px
        }

        .tab-content ul li {
            font-size: .97rem;
            margin-bottom: 8px;
            padding-left: 20px
        }
    }

    @media (max-width:500px) {
        .course-info-section {
            padding: 4px 0;
            gap: 10px;
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, .04)
        }

        .course-info-form {
            padding: 8px 2px 6px;
            border-radius: 6px;
            font-size: .95rem
        }

        .course-info-form h3 {
            font-size: 1rem
        }

        .tab-btn,
        .tab-content ul li,
        .tab-content ul li:before {
            font-size: .95rem
        }

        .course-info-form button,
        .course-info-form input {
            font-size: .95rem;
            padding: 8px
        }

        .tab-btn {
            padding: 8px;
            border-radius: 6px
        }

        .tab-content h2 {
            font-size: 1.4rem;
            margin-bottom: 8px;
            margin-top: 30px
        }

        .tab-content ul li {
            margin-bottom: 6px;
            padding-left: 16px
        }
    }

    .desktop-none,
    .mobile-accordion {
        display: none
    }

    .accordion-item {
        border: 1px solid #eee
    }

    .accordion-header {
        border: none;
        text-align: left;
        font-size: 1.08rem;
        font-weight: 400;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .accordion-icon {
        font-size: 1.5rem;
        color: var(--primary-color);
        transition: transform .3s
    }

    .accordion-content {
        background: #fff
    }

    .accordion-content h4 {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 20px 20px 18px;
        color: #181818
    }

    .accordion-content ul {
        list-style: none;
        padding: 0 20px 20px;
        margin: 0
    }

    .accordion-content ul li {
        font-size: 1.08rem;
        color: #000;
        margin-bottom: 14px;
        position: relative;
        padding-left: 28px
    }

    .accordion-item.active .accordion-header {
        background-color: var(--background-light);
        color: var(--primary-color)
    }

    @media (max-width:768px) {

        .combined-section-heading,
        .impact-title,
        .service-impact-title {
            font-size: 2rem
        }

        .impact-metrics-card,
        .service-impact-metrics-card {
            flex-direction: row;
            padding: 5px 0
        }

        .metric-item,
        .service-metric-item {
            padding: 0;
            min-width: 40%;
            margin-bottom: 10px
        }

        .metric-item:last-child,
        .service-metric-item:last-child {
            margin-bottom: 0;
            width: 0
        }

        .metric-number {
            font-size: 1.8rem
        }

        .metric-description,
        .service-metric-number {
            font-size: 1rem
        }

        .impact-section {
            padding: 0 10px;
            margin-bottom: 25px
        }

        .left-column,
        .right-column {
            padding: 25px
        }

        .faq-column-heading,
        .form-heading {
            font-size: 1.3rem
        }

        .faq-answer p,
        .faq-question {
            font-size: .8rem
        }

        .faq-toggle-icon {
            font-size: 1.4rem
        }

        .faq-item.active .faq-answer {
            padding: 10px
        }

        .section-title-pro {
            font-size: 1.8em;
            padding-bottom: 15px
        }

        .section-title-pro::after {
            width: 60px;
            height: 4px
        }

        .section-subtitle-pro {
            margin-bottom: 40px
        }

        .featured-cert-info-card {
            padding: 30px
        }

        .cert-partner-tag {
            font-size: .8em;
            padding: 8px 15px
        }

        .featured-cert-info-card h3 {
            font-size: 2em
        }

        .btn-enroll-now {
            width: 100%;
            justify-content: center;
            font-size: 1.05em;
            padding: 15px 25px
        }

        .grid-section-title {
            font-size: 2em;
            margin-bottom: 40px
        }

        .cert-grid-layout {
            grid-template-columns: 1fr;
            gap: 20px
        }

        .btn-view-all-programs {
            width: 90%;
            max-width: 300px;
            justify-content: center;
            font-size: 1em;
            padding: 12px 20px
        }

        .service-metric-description {
            font-size: .7rem
        }

        .service-impact-section {
            display: none;
            padding: 0 10px;
            margin-bottom: 25px
        }

        .mobile-accordion {
            display: block
        }

        .course-info-left {
            display: none
        }

        .course-info-right {
            padding-left: 0
        }
    }

    @media (min-width:769px) {
        .mobile-accordion {
            display: none
        }

        .course-info-tabs {
            display: flex;
            justify-content: center;
            padding: 15px 0
        }

        .tab-content.active {
            display: block
        }

        .course-info-section {
            gap: 40px
        }

        .course-info-left {
            display: block;
            max-width: 100%;
            border-radius: 50px;
            z-index: 2;
            background: var(--orange-light);
            border: 1px solid var(--orange-color)
        }

        .course-info-right {
            flex: 2
        }
    }

    .accordion-header:hover,
    .accordion-item {
        background-color: var(--background-light)
    }

    .table-responsive {
        overflow-x: auto;
        box-shadow: 0 0 20px rgba(35, 33, 124, .1);
        border-radius: 8px;
        border: 1px solid var(--primary-color);
        background: var(--background-light)
    }

    table {
        border-collapse: collapse
    }

    td,
    th {
        text-align: left;
        border-bottom: 1px solid var(--orange-color)
    }

    th {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: .9rem;
        letter-spacing: .5px
    }

    tr:hover {
        background-color: var(--orange-light)
    }

    tr:last-child td {
        border-bottom: none
    }

    .accordion-container {
        display: flex;
        gap: 20px
    }

    .column {
        flex: 1;
        min-width: 300px
    }

    .accordion-item {
        border: 1px solid var(--primary-color);
        border-radius: 35px;
        margin-bottom: 10px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        color: var(--primary-color-darker);
        background-color: #fff
    }

    .btn,
    .sub-item {
        align-items: center
    }

    .btn-6 i,
    .dropdown-icon {
        transition: transform .3s
    }

    .accordion-item.expanded .dropdown-icon {
        transform: rotate(180deg)
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-out
    }

    .accordion-item.expanded .accordion-content {
        max-height: 500px;
        transition: max-height .3s ease-in
    }

    .sub-item {
        padding: 10px 20px;
        border-top: 1px solid #eee;
        color: #000;
        display: flex
    }

    .sub-item i {
        color: #28a745;
        margin-right: 8px;
        font-size: .9em
    }

    @media (max-width:768px) {
        .table-responsive {
            margin: 1rem 0;
            border-radius: 6px
        }

        td,
        th {
            padding: .75rem;
            font-size: .9rem
        }

        .clinical-research-hero-form,
        .clinical-research-hero-subtitle {
            display: none
        }
        
            /* Make subtitle visible on mobile */
            /*.clinical-research-hero-subtitle {*/
            /*    display: block !important;*/
            /*    font-size: 14px;*/
            /*    text-align: center;*/
            /*    margin-bottom: 10px;*/
            /*}*/

        .clinical-research-hero-title {
            font-size: 1.4rem
        }

        .top-strip-hero-content {
            background: linear-gradient(90deg, var(--secondary-color) 70%, transparent 100%);
            width: 100%;
            padding: 5px 0 5px 10px;
            margin-bottom: 5px
        }

        .pricing-info-list {
            display: grid;
            place-self: anchor-center
        }

        .pricing-info-list ul {
            margin-bottom: 10px
        }

        .clinical-research-pricing-info ul li {
            font-size: 18px
        }

        .service-impact-metrics-card {
            gap: 2px
        }

        .accordion-container,
        .tab-content {
            display: block
        }

        .course-info-heading-title {
            font-size: 1.6rem
        }

        .course-info-heading {
            margin: 0 auto;
            text-align: center;
            padding: 0
        }
    }

    .admission-process-section {
        max-width: 100%;
        padding: 30px 60px;
        border-radius: 12px;
        margin: auto
    }

    .admission-process-section h4 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #000
    }

    .admission-process-section p {
        font-size: 16px;
        color: #000;
        margin-bottom: 25px
    }

    .admission-steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px
    }

    .step-card {
        border: 1px solid var(--orange-color);
        display: flex;
        align-items: flex-start;
        background: #fff;
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
        transition: transform .2s
    }

    .step-card:hover {
        transform: translateY(-3px)
    }

    .step-icon {
        background: var(--orange-color);
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        margin-right: 15px;
        flex-shrink: 0
    }

    .step-content h5 {
        margin: 0 0 5px;
        font-size: 18px;
        color: #000
    }

    .step-content p {
        margin: 0;
        font-size: 15px;
        color: #000
    }

    @media (min-width:600px) {
        .admission-steps {
            grid-template-columns: 1fr 1fr
        }
    }

    @media (min-width:900px) {
        .admission-steps {
            grid-template-columns: 1fr 1fr 1fr
        }
    }

    .key-features-section {
        background: var(--background-light);
        max-width: 1400px;
        margin: 10px auto;
        padding: 30px 20px;
        border-radius: 16px
    }

    .key-features-section h2 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
        color: #036
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px
    }

    .feature-card {
        background: #fff;
        border: 1px solid var(--orange-color);
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: transform .3s, box-shadow .3s;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .06)
    }

    .read-more-btn,
    .read-more-btn:hover {
        background-color: var(--orange-color)
    }

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, .1)
    }

    .feature-icon {
        font-size: 32px;
        margin-bottom: 12px;
        display: block;
        color: #07c
    }

    .feature-card p {
        font-size: 16px;
        color: #000;
        margin: 0;
        text-align: center
    }

    .flex2,
    .flex3 {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .more-content,
    .morecontent {
        display: block;
        overflow: hidden;
        height: 40px;
        opacity: .5
    }

    .show-more .more-content {
        display: block;
        height: auto;
        opacity: 1;
        overflow: visible
    }

    .read-more-btn {
        color: #fff;
        border: none;
        padding: 10px 30px;
        font-size: 18px;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px
    }

    .image-center {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .gradient-button {
        background: linear-gradient(to right, #6f42c1, #007bff);
        color: #fff;
        padding: 12px 25px;
        border: none;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
        transition: .3s
    }

    .btn,
    .btnstyle {
        font-weight: 600;
        transition: .3s;
        display: inline-flex;
        gap: 8px;
        text-decoration: none;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        cursor: pointer
    }

    .gradient-button:hover {
        background: linear-gradient(to right, #007bff, #6f42c1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
        transform: translateY(-2px)
    }

    .gradient-button:active {
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
        transform: translateY(0)
    }

    .btn-1:hover,
    .btn-2:hover {
        transform: translateY(-2px)
    }

    .btn {
        padding: 18px 44px;
        border: none;
        border-radius: 8px;
        font-size: 22px;
        justify-content: center
    }

    .btnstyle,
    .card {
        align-items: center
    }

    .btnstyle {
        padding: 10px 18px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        justify-content: center;
        margin-left: 10px;
    }

    .btn-1 {
        background-color: #007bff;
        color: #fff;
        box-shadow: 0 4px 8px rgba(0, 123, 255, .2)
    }

    .btn-1:hover {
        background-color: #0056b3;
        box-shadow: 0 6px 12px rgba(0, 123, 255, .3)
    }

    .btn-2 {
        background-color: transparent;
        color: #007bff;
        border: 2px solid #007bff
    }

    .btn-2:hover {
        background-color: #007bff;
        color: #fff
    }

    .btn-3 {
        background-color: rgba(255, 255, 255, .1);
        color: #000;
        border: 1px solid #ccc;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px)
    }

    .btn-4,
    .btn-5,
    .btn-6,
    .btn-7,
    .btn-8 {
        color: #fff;
        margin-bottom: 15px;
    }

    .btn-3:hover {
        background-color: rgba(255, 255, 255, .3);
        border-color: #999;
        transform: scale(1.02)
    }

    .btn-4 {
        background-color: #28a745;
        /*border-radius: 50px;*/
        box-shadow: 0 4px 8px rgba(40, 167, 69, .2)
    }

    .btn-4:hover {
        background-color: #218838;
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(40, 167, 69, .3)
    }

    .btn-5 {
        background-color: #6c757d
    }

    .btn-5:hover {
        background-color: #5a6268;
        padding-right: 35px
    }

    .btn-6 {
        background-color: #dc3545;
        border-radius: 5px
    }

    .btn-6:hover i {
        animation: .7s infinite alternate heartBeat
    }

    @keyframes heartBeat {
        from {
            transform: scale(1)
        }

        to {
            transform: scale(1.2)
        }
    }

    .btn-7 {
        background: linear-gradient(135deg, #fd1a1a, #ffb200);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
    }

    .btn-7::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, .3);
        transform: skewX(-20deg);
        transition: left .5s ease-out
    }

    .btn-7:hover::before {
        left: 125%
    }

    .btn-8 {
        background-color: #00363e
    }

    .btn-8::after {
        content: '';
        position: absolute;
        top: 2px;
        right: 2px;
        width: 10px;
        height: 10px;
        background-color: #ffc107;
        border-radius: 50%;
        animation: 1.5s ease-out infinite pulsate;
        box-shadow: 0 0 0 rgba(255, 193, 7, .4)
    }

    .btn-11::before,
    .btn-12::before {
        top: 0;
        left: 0;
        height: 100%;
        z-index: -1;
        content: '';
        position: absolute
    }

    @keyframes pulsate {
        0% {
            transform: scale(.8);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, .7)
        }

        50% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(255, 193, 7, 0)
        }

        100% {
            transform: scale(.8);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0)
        }
    }

    .btn-9 {
        background-color: #6610f2;
        color: #f54b0a;
        -webkit-background-clip: text;
        background-clip: text;
        background-image: linear-gradient(to right, #fff 50%, #fff 50%);
        background-size: 200% 100%;
        background-position: right;
        transition: background-position .5s;
        border: 2px solid #6610f2
    }

    .btn-9:hover {
        background-position: left;
        border-color: #884dff;
        transform: translateY(-2px)
    }

    .btn-10 {
        background-color: #fff;
        color: #23217c;
        border: 1px solid #23217c;
        border-radius: 10px;
        box-shadow: 0 0 10px #23217c, 0 0 20px #23217c, 0 0 40px #23217c;
        animation: 1.5s infinite alternate neon-flicker
    }

    .btn-10:hover {
        background-color: var(--background-light);
        box-shadow: 0 0 15px #23217c, 0 0 30px #23217c, 0 0 60px #23217c;
        transform: scale(1.02)
    }

    @keyframes neon-flicker {

        0%,
        100% {
            opacity: 1;
            box-shadow: 0 0 10px #23217c, 0 0 20px #23217c, 0 0 40px #23217c
        }

        50% {
            opacity: .9;
            box-shadow: 0 0 5px #23217c, 0 0 10px #23217c, 0 0 20px #23217c
        }
    }

    .btn-11 {
        background-color: #f44336;
        color: #fff;
        position: relative;
        z-index: 1
    }

    .btn-11::before {
        width: 0;
        background-color: #d32f2f;
        transition: width .3s ease-out;
        border-radius: 8px
    }

    .btn-11:hover::before,
    .btn-14:hover::after {
        width: 100%
    }

    .btn-12 {
        background-color: transparent;
        color: var(--primary-color);
        border: 2px solid var(--primary-color);
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    .btn-12::before {
        width: 100%;
        background-color: var(--primary-color);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s ease-out
    }

    .btn-12:hover::before {
        transform: scaleX(1)
    }

    .btn-13 {
        background-color: #23217c;
        color: #fff;
        position: relative;
        overflow: hidden
    }

    .btn-13::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background-color: rgba(255, 255, 255, .2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: .4s ease-out;
        z-index: 0
    }

    .btn-14::after,
    .btn-15::before {
        content: '';
        position: absolute;
        left: 0
    }

    .btn-13:hover::before {
        width: 250px;
        height: 250px
    }

    .btn-13 span {
        position: relative;
        z-index: 1
    }

    .btn-14 {
        background-color: transparent;
        color: #3f51b5;
        border: none;
        padding-bottom: 8px
    }

    .btn-15,
    .btn-16 {
        background-color: #ff9800
    }

    .btn-14::after {
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #3f51b5;
        transition: width .3s ease-out
    }

    .btn-15 {
        color: #fff;
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    .btn-15::before {
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fb8c00;
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
        transform-origin: top left;
        transition: transform .4s ease-out;
        z-index: -1
    }

    .btn-19::after,
    .timeline::after {
        left: 50%;
        content: '';
        position: absolute
    }

    .btn-19 span,
    .btn-19::after {
        transition: opacity .3s
    }

    .btn-15:hover::before {
        transform: translateX(0) translateY(0) rotate(45deg)
    }

    .btn-16 {
        color: #000;
        border: 1px solid #424242
    }

    .btn-16:hover {
        color: #ffee58;
        text-shadow: 0 0 5px #ffee58, 0 0 10px #ffee58;
        border-color: #ffee58;
        box-shadow: 0 0 15px rgba(255, 238, 88, .4)
    }

    .btn-17 {
        background-color: #1511b1;
        color: #fff;
        border-bottom: 4px solid #000;
        border-right: 4px solid #000;
        transition: transform .1s, border-bottom .1s, border-right .1s
    }

    .card,
    .timeline-box {
        transition: transform .3s, box-shadow .3s
    }

    .btn-17:active {
        transform: translate(2px, 2px);
        border-bottom: 2px solid #455a64;
        border-right: 2px solid #455a64
    }

    .btn-18 {
        background: linear-gradient(45deg, gold, #ffa07a);
        color: #000;
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
        animation: 3s ease-in-out infinite alternate blob-morph;
        box-shadow: 0 5px 15px rgba(255, 160, 122, .4)
    }

    .btn-18:hover {
        transform: scale(1.05);
        border-radius: 70% 30% 50% 50%/30% 60% 40% 70%
    }

    @keyframes blob-morph {

        0%,
        100% {
            border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
        }

        50% {
            border-radius: 30% 70% 70% 30%/70% 40% 60% 30%
        }
    }

    .btn-19 {
        background-color: #00bcd4;
        color: #fff;
        position: relative
    }

    .btn-19::after {
        border: 3px solid rgba(255, 255, 255, .3);
        border-top: 3px solid #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: 1s linear infinite spin;
        opacity: 0
    }

    .btn-19.loading span {
        opacity: 0
    }

    .btn-19.loading::after {
        opacity: 1
    }

    @keyframes spin {
        0% {
            transform: translate(-50%, -50%) rotate(0)
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg)
        }
    }

    .btn-20 {
        background: rgba(255, 255, 255, .2);
        color: #23217c;
        border: 1px solid rgb(35 33 124);
        border-radius: 10px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
        font-weight: 400;
        text-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }

    .btn-20:hover {
        background: rgba(255, 255, 255, .3);
        border-color: rgba(255, 255, 255, .5);
        transform: translateY(-3px);
        box-shadow: 0 6px 40px rgba(0, 0, 0, .15)
    }

    .timeline {
        position: relative;
        max-width: 800px;
        margin: auto;
        padding: 20px 0
    }

    .timeline::after {
        width: 4px;
        background: var(--primary-color);
        top: 0;
        bottom: 0;
        transform: translateX(-50%)
    }

    .timeline-item {
        position: relative;
        width: 50%;
        padding: 0 20px 3px;
        box-sizing: border-box
    }

    .mini-star,
    .zooming-star-img {
        position: fixed;
        opacity: .9;
        pointer-events: none
    }

    .timeline-item:nth-child(odd) {
        left: 0;
        text-align: right
    }

    .timeline-item:nth-child(2n) {
        left: 50%;
        text-align: left;
        padding: 0 40px 3px 20px
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        top: 8px;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 4px solid var(--orange-color);
        border-radius: 50%;
        z-index: 1
    }

    .timeline-item:nth-child(odd)::before {
        right: -8px
    }

    .timeline-item:nth-child(2n)::before {
        left: -8px
    }

    .timeline-box {
        background: #fff;
        padding: 6px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(97, 97, 97, .1);
        border: 1px solid var(--orange-color)
    }

    .timeline-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, .2)
    }

    @media screen and (max-width:768px) {

        .flex3 ul li,
        .timeline-item {
            text-align: left
        }

        .timeline::after {
            left: 20px
        }

        .timeline-item {
            width: 100%;
            padding-left: 60px !important;
            padding-right: 20px !important;
            margin-bottom: 30px
        }

        .timeline-item::before {
            left: 25px !important;
            right: auto
        }

        .flex2 {
            display: flex;
            margin-top: 0;
            flex-flow: column-reverse
        }

        .flex2-left{
            width: 100%;
            margin-bottom: 20px
        }
        
        .flex2-right{
            display: none;
        }

        .flex3 {
            display: block
        }

        .timeline-item:nth-child(2n),
        .timeline-item:nth-child(odd) {
            left: 0;
            text-align: left
        }

        .accordion-content ul li {
            font-size: 1rem
        }
    }

    .card-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 20px;
        margin: 20px auto 40px
    }

    .card {
        background: #fff;
        border-radius: 10px;
        padding: 24px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        display: flex
    }

    .card:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
    }

    .card-icon {
        width: 48px;
        height: 48px;
        background: #007bff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        margin-right: 16px;
        flex-shrink: 0
    }

    .card-text {
        font-size: 1rem;
        font-weight: 600;
        color: #000
    }

    .with-background {
        background: var(--background-light);
        padding: 30px 80px;
        margin: 20px 0
    }

    @media (max-width:480px) {
        .section-title-pro {
            font-size: 1.5em
        }

        .featured-cert-info-card ul li,
        .section-subtitle-pro {
            font-size: .9em
        }

        .featured-cert-info-card {
            padding: 20px
        }

        .featured-cert-info-card h3 {
            font-size: 1.4em
        }

        .grid-section-title {
            font-size: 1.6em
        }

        .card {
            padding: 18px
        }

        .card-icon {
            width: 40px;
            height: 40px;
            font-size: 18px;
            margin-right: 12px
        }

        .clinical-research-hero {
            background: linear-gradient(180deg, #fff 0, #fffbf4 96%, #ffbdbd)
        }

        .tab-content {
            padding: 0 10px
        }

        .with-background {
            background: var(--background-light);
            padding: 10px
        }

        .course-button {
            display: flex;
            gap: 10px;
            justify-content: center
        }

        .course-button .clinical-research-cta-button {
            padding: 10px 14px;
            font-size: .8rem
        }

        .admission-process-section {
            max-width: 100%;
            padding: 10px
        }

        .combined-contact-faq-section {
            padding: 10px
        }

        .tb-popup-logo {
            display: none
        }

        .tb-popup-content {
            margin-top: 20%
        }

        .select-course {
            font-size: .79rem;
            border: 1px solid #ccc;
            background: #fff;
            padding: 6px 4px
        }

        .tb-popup-close-btn {
            margin-top: -19px;
            margin-right: -16px;
            color: var(--primary-color);
            font-size: 18px
        }

        .tb-popup-overlay {
            align-items: start;
            padding: 0
        }

        .feature-grid {
            grid-template-columns: 1fr 1fr
        }

        .feature-card {
            padding: 7px 6px
        }

        .feature-card p {
            font-size: 14px
        }
    }

    .zooming-star-img {
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%) scale(.2);
        width: 50px;
        height: auto;
        z-index: 9999;
        animation: 1s ease-out forwards zoomStarImage
    }

    @keyframes zoomStarImage {
        0% {
            transform: translateX(-50%) translateY(0) scale(.2);
            opacity: .9
        }

        70% {
            transform: translateX(-50%) translateY(-50vh) scale(3);
            opacity: 1
        }

        100% {
            transform: translateX(-50%) translateY(-100vh) scale(8);
            opacity: 0
        }
    }

    .mini-star {
        margin-top: 100px;
        margin-left: -20px;
        color: var(--orange-color);
        font-size: 30px;
        z-index: 9998;
        animation: .5s ease-out forwards miniFade
    }

    @keyframes miniFade {
        0% {
            transform: scale(1);
            opacity: .9
        }

        25% {
            transform: scale(1);
            opacity: .7
        }

        50% {
            transform: scale(1);
            opacity: .5
        }

        70% {
            transform: scale(1);
            opacity: .3
        }

        100% {
            transform: scale(.3);
            opacity: 0
        }
    }

    .pricing-info-list {
        overflow: hidden
    }

    @keyframes slideInLeft {
        from {
            transform: translateX(-100%);
            opacity: 0
        }

        to {
            transform: translateX(0);
            opacity: 1
        }
    }

    .slide-left {
        animation: .7s ease-out forwards slideInLeft
    }

    @keyframes slideInRight {
        from {
            transform: translateX(100%);
            opacity: 0
        }

        to {
            transform: translateX(0);
            opacity: 1
        }
    }

    .slide-right {
        animation: .7s ease-out forwards slideInRight
    }

    @keyframes rotateIn {
        from {
            transform: rotate(-360deg);
            opacity: 0
        }

        to {
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes pulse {

        0%,
        100% {
            transform: scale(1)
        }

        50% {
            transform: scale(1.05)
        }
    }

    .pulse {
        animation: 1.5s infinite pulse
    }

    @media (max-width:780px) {
        .mobile-none {
            display: none
        }

        .desktop-none {
            display: block
        }

        .promo-content {
            max-width: 100%
        }
    }

    .readmore-btn {
        cursor: pointer;
        padding: 8px 15px;
        background-color: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .floating-contact {
        position: fixed;
        bottom: 1.25rem;
        left: 1rem;
        right: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        padding: 0 1rem;
        pointer-events: none;
    }

    .fees-btn,
    .whatsapp-btn {
        align-items: center;
        transition: .3s;
        color: #fff;
        display: flex
    }

    .whatsapp-btn {
        pointer-events: auto;
        justify-content: center;
        width: 3.75rem;
        height: 3.75rem;
        background-color: #25d366;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(37, 211, 102, .3)
    }

    .whatsapp-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(37, 211, 102, .4)
    }

    .whatsapp-btn i {
        font-size: 2rem
    }

    .fees-btn {
        gap: .5rem;
        padding: .75rem 1.5rem;
        background-color: var(--primary);
        border-radius: 2rem;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(37, 99, 235, .3)
    }

    .fees-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(37, 99, 235, .4)
    }

    .fade-in {
        animation: .8s cubic-bezier(.4, 0, .2, 1) forwards fadeIn
    }

    .course-info-heading-title::after {
        display: none !important;
    }



/* Floating Call Button - Centered Bottom for Mobile & Desktop */
.floating-call-btn {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.floating-call-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(255, 152, 0, 0.4);
    transition: all 0.3s ease;
    animation: phone-ring 2s ease-in-out infinite;
}

.floating-call-btn a:hover {
    transform: scale(1.15);
    background: linear-gradient(135deg, #F57C00 0%, #E65100 100%);
    box-shadow: 0 6px 30px rgba(255, 152, 0, 0.6);
}

.floating-call-btn a i {
    font-size: 26px;
    transform: rotate(100deg); /* Adjust icon to be upright */
    animation: phone-shake 2s ease-in-out infinite;
}

.floating-call-label {
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
}

.floating-call-btn:hover .floating-call-label {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Ring animation */
@keyframes phone-ring {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(255, 152, 0, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(255, 152, 0, 0.7), 0 0 0 10px rgba(255, 152, 0, 0.2);
    }
}

/* Adjusted shake animation - maintains 100deg angle */
@keyframes phone-shake {
    0%, 100% {
        transform: rotate(100deg);
    }
    10%, 30% {
        transform: rotate(95deg);
    }
    20%, 40% {
        transform: rotate(105deg);
    }
    50% {
        transform: rotate(100deg);
    }
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .floating-call-btn {
        bottom: 20px;
    }
    
    .floating-call-btn a {
        width: 60px;
        height: 60px;
    }
    
    .floating-call-btn a i {
        font-size: 24px;
    }
    
    .floating-call-label {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
}

@media (min-width:768px){
    .floating-call-btn{
        display: none;
    }
}





/* ============================================
   MOBILE-ONLY FORM ABOVE PLACEMENT CARDS
   ============================================ */

/* Hide mobile form on desktop */
.mobile-only-form {
    display: none;
}

/* Desktop - Keep fees section form visible */
@media (min-width: 769px) {
    #tab-fees .flex2-right {
        display: block;
    }
    
    .mobile-only-form {
        display: none;
    }
}

/* Mobile - Show form above placement, hide in fees section */
@media (max-width: 768px) {
    /* Hide the fees section form on mobile */
    #tab-fees .flex2-right {
        display: none !important;
    }
    
    /* Show the mobile form */
    .mobile-only-form {
        display: block;
        width: 100%;
        margin: 30px auto 20px;
        padding: 0 15px;
    }
    
    /* Match the exact styling from fees section form */
    .mobile-only-form .left-column {
        flex: 1 1 calc(30% - 15px);
        min-width: 100%;
        box-sizing: border-box;
    }
    
    .mobile-only-form .form-card {
        background-color: #fff;
        border-radius: 8px;
        padding: 30px;
        border-top: 4px solid var(--primary-color);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        max-width: 600px;
        margin: 0 auto;
    }
    
    .mobile-only-form .form-heading {
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        color: #000;
        font-weight: 600;
        letter-spacing: -0.03em;
        line-height: 1.2;
        position: relative;
        text-align: center;
    }
    
    .mobile-only-form .form-group {
        margin-bottom: 10px;
    }
    
    .mobile-only-form .form-group label {
        display: block;
        font-size: 0.9rem;
        font-weight: 400;
        color: #000;
    }
    
    .mobile-only-form .form-group input[type="text"],
    .mobile-only-form .form-group input[type="email"],
    .mobile-only-form .form-group input[type="tel"] {
        width: 100%;
        padding: 5px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 0.9rem;
        color: #000;
        box-sizing: border-box;
        transition: border-color 0.3s, box-shadow 0.3s;
    }
    
    .mobile-only-form .form-group select {
        width: 100%;
        padding: 6px 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 0.89rem;
        color: #000;
        box-sizing: border-box;
    }
    
    .mobile-only-form .form-group input:focus,
    .mobile-only-form .form-group select:focus,
    .mobile-only-form .form-group textarea:focus {
        border-color: #2a73cc;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(42, 115, 204, 0.2);
    }
    
    .mobile-only-form .submit-button {
        display: block;
        background-color: var(--secondary-color);
        color: #000;
        padding: 10px 25px;
        border: none;
        border-radius: 5px;
        font-size: 1.1rem;
        font-weight: 400;
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
        width: 50%;
        place-self: center;
        margin: 0 auto;
    }
    
    .mobile-only-form .submit-button:hover {
        background-color: var(--primary-color);
        transform: translateY(-2px);
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .mobile-only-form {
        padding: 0 10px;
        margin: 20px auto;
    }
    
    .mobile-only-form .form-card {
        padding: 20px 15px;
    }
}




















