* {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
}

.navbar {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2222;
    margin-bottom: 15px;
}

.logo-side img {
    width: 150px;
    padding: 5px 20px;
}

@media (max-width : 480px) {
    .logo-side img {
        padding: 0;
    }
}

.nav-pages {
    padding: 0 30px;
}

@media (max-width : 480px) {
    .nav-pages {
        display: none;
    }
}

.nav-pages a {
    text-decoration: none;
    color: #5b6680;
    padding: 0 15px;
    font-size: 14px;
}

.input-nav {
    position: relative;
}

.input-nav img {
    width: 40px;
    position: absolute;
    right: 8px;
    top: 3px;
}

@media (max-width : 480px) {
    .input-nav img {
        left: 175px;
        top: -20px;
    }
}

.input-nav input {
    border-radius: 25px;
    border: 1px solid #2222;
    padding: 15px 280px 15px 10px;
    transition: 0.3s;
}

@media (max-width : 480px) {
    .input-nav input {
        display: none;
    }
}


.input-nav input:hover {
    background-color: #f0f6ff;
}

.right-side-button {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 220px;
}

@media (max-width : 480px) {
    .right-side-button {
        display: none;
    }
}

.right-side-button p {
    color: #0056d3;
}

.right-side-button p:hover {
    text-decoration: underline;
}

.nav-join-btn {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid#0056d3;
    color: #0055d4;
    background-color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s
}

.nav-join-btn:hover {
    background-color: #f0f6ff;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fcfcfc;
    border-radius: 16px;
    min-width: 160px;
    display: none;
    padding: 10px;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    color: #5b6680;
    border-radius: 8px;
}

.dropdown-menu a:hover {
    background: #f0f6ff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.drop-down-atag {
    display: flex;
    align-items: center;
    gap: 3px;
}

.degreeicon {
    display: flex;
    gap: 30px;
    margin-left: 55px;
}



.img-head img {
    height: 300px;
    border-radius: 25px;
    width: 105%;
    margin-bottom: 35px;
}

@media (max-width : 480px) {
    .images-header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.images-header {
    display: flex;
    gap: 45px;
}

.head-card {
    display: flex;
    align-items: center;
    background-color: #f0f6ff;
    border-radius: 25px;
    padding: 35px 45px 35px 20px;
    width: max-content;
    justify-content: space-around;
    gap: 90px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.head-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.head-card-2 {
    padding-right: 70px;
}

.head-card img {
    height: 40px;
}

.company {
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 480px) {
    .company {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: left;
    }
}

.companies h3 {
    padding: 38px;
    width: max-content;
}

@media (max-width: 480px) {
    .companies h3 {
        padding: 38px 0;
    }
}

.companies-icon {
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #2222;
    padding: 8px 12px;
    gap: 10px;
    transition: all 0.3s ease;
}

.companies-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.companies-icon img {
    height: 24px;
}

.companies-icon-2 img {
    height: 10px;
}

.companies-icon-3 img {
    height: 8px;
}

.companies-icon h4 {
    font-size: 12px;
}

.under-tranding {
    background-color: #e3eeff;
    width: max-content;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

@media (max-width: 480px) {
    .box-trend {
        display: flex;
        flex-direction: column;
    }
}


.trending-heading h3 {
    padding: 40px 40px 15px;
}

@media (max-width: 480px) {
    .trending-heading h3 {
        padding: 40px 0;
    }
}


.heading-tranding {
    display: flex;
    gap: 8px;
}

.heading-tranding h5 {
    font-size: 15px;
    padding-bottom: 15px;
}

.heading-tranding img {
    height: 16px;
}

.box-trend {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-radius: 12px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.coursees {
    display: flex;
    gap: 10px;
    background-color: white;
    padding: 10px 160px 10px 12px;
    border-radius: 12px;
    width: max-content;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.coursees:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.course-under h5 {
    font: inherit;
    font-size: 14px;
    padding: 5px 0 10px 0;
}

.ai-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ai-img img {
    height: 15px;
    border-radius: 15px;
}

.ai-img p {
    font-size: 12px;
    color: #5b6680;
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.star-rating p {
    color: #5b6680;
    font-size: 12px;
}

.categories-h3 h3 {
    padding: 40px 40px 15px;
}

@media (max-width: 480px) {
    .categories-h3 h3 {
        padding: 40px 0;
    }
}

.catagerios-1 {
    background-color: #f0f6ff;
    border-radius: 25px;
    padding: 10px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 10px;
}

.catagerios-1 img {
    height: 18px;
}

.category-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 30px;
}

@media (max-width: 480px) {
    .category-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0;
    }
}

.cat-item {
    background: #f0f6ff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.categories-buttom {
    background: #0056D2;
    background: linear-gradient(66deg, rgba(0, 86, 210, 1) 51%, rgba(101, 217, 184, 1) 92%);
    border-radius: 20px;
    width: max-content;
    margin: 25px;
}

.heading-category {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 20px;
    gap: 8px;
}

@media (max-width: 480px) {
    .heading-category {
        padding: 20px 16px;
    }
}

.heading-category h3 {
    color: white;
}

.product-cards {
    display: flex;
    gap: 12px;
}

@media (max-width: 480px) {
    .product-cards {
        display: grid;
        grid-template-columns: revert;
        margin: 0;
    }
}


.product-card {
    background-color: white;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;

}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(222, 216, 216, 0);
}

.product-card img {
    height: 150px;
}

.product-card h3 {
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 14px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.product-card p {
    color: #5b6680;
    font-size: 14px;
}

.logo-gogle {
    display: flex;
    align-items: center;
    gap: 7px;
}

.logo-gogle p {
    color: #5b6680;
    font-size: 14px;
    padding-top: 8px;
}

.logo-gogle img {
    height: 15px;
}

.color-change {
    color: #5b6680;
}

.card-explore-carees {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding-bottom: 50px;
}

@media (max-width: 480px) {
    .card-explore-carees {
        display: grid;
        grid-template-columns: revert;
        justify-content: unset;
    }
}

.Explore-careers h3 {
    padding: 40px 58px 15px;
}

@media (max-width: 480px) {
    .Explore-careers h3 {
        padding: 20px 10px;
    }
}

.under-expore {
    border: 1px solid#dae1ed;
    border-radius: 12px;
    width: max-content;
    padding: 10px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.under-expore:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.under-expore img {
    height: 120px;
    border-radius: 12px;
}

@media (max-width: 480px) {
    .under-expore {
        width: auto;
    }

    .under-expore img {
        height: 150px;
        width: 100%;
    }
}

.under-expore p {
    color: #5b6680;
    font-size: 14px;
    margin-bottom: 10px;
}

.under-expore h5 {
    padding: 15px 0 20px 0;
}

.indown-today {
    align-items: center;
    text-align: center;
    background-color: #f0f6ff;
    padding: 20px;
    border-radius: 20px;
    margin: 0 40px;
}

@media (max-width: 480px) {
    .indown-today {
        padding: 40px;
        margin: 0;
        margin-left: 20px;
        margin-right: 25px;
    }
}

@media (max-width: 480px) {
    .indown-today h3 {
        padding: 10px;
    }
}

.buttons-today {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;
}

@media (max-width: 480px) {
    .buttons-today {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.icon-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: white;
    width: max-content;
    border-radius: 18px;
    border: 1px solid#dae1ed;
    padding: 7px 10px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.icon-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.icon-btn svg {
    background-color: #0055d4;
    border-radius: 7px;
    padding: 6px;
    height: 30px;
    width: 30px;
}

.categories-buttom-22 {
    background: #C22AA9;
    background: linear-gradient(66deg, rgba(194, 42, 169, 1) 14%, rgba(57, 132, 250, 1) 78%);
}

.blog-course {
    background-color: #002761;
    color: white;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 40px;
    border: 1px solid blue;
}

@media (max-width: 768px) {
    .blog-course {
        flex-direction: column;
        padding: 25px;
        margin: 50px 0;
        margin-left: 20px;
        width: 332px;
    }

    .left-side-blog {
        max-width: 100%;
    }

    .blog-img img {
        width: 280px;
        padding-left: 40px;
    }

    .left-side-blog h3 {
        font-size: 20px;
    }

    .left-side-blog p {
        font-size: 14px;
    }
}

.blog-course:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.blog-section {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-blog {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
}

.blog-img img {
    height: 200px;
}

.left-side-blog {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
}

.left-side-blog p {
    font-size: 15px;
}

.left-side-blog h3 {
    margin-top: 12px;
    margin-bottom: 4px;
    text-align: start;
}

.blog-grid {
    display: flex;
    background-color: #f0f6ff;
    width: max-content;
    border-radius: 20px;
    gap: 90px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-grid:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.left-side-blog-2 {
    gap: 15px;
}

.left-side-blog-2 h2 {
    color: #0056d2;
}

.left-side-blog-2 h3 {
    font: 600;
}

.right-side-blog img {
    height: 200px;
    border-radius: 25px;
}

.blog-btn {
    width: max-content;
    background-color: #0057d1;
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}

.blog-btn:hover {
    background-color: #05367a;
}

.blog-grid-2 {
    background-color: #0057d1;
    color: WHITE;
}

.blog-grid-2 H2 {
    color: WHITE;
}

.blog-btn-2 {
    background-color: white;
    color: #0056D2;
}

@media (max-width: 768px) {
    .blog-section {
        align-items: center;
    }

    .blog-grid {
        flex-direction: column;
        text-align: center;
        max-width: 100%;
    }

    .right-side-blog img {
        width: 190px;
        margin-top: 10px;
    }

    .left-side-blog-2 h3 {
        font-size: 18px;
    }

    .blog-btn {
        margin: 0 auto;
        /* center button */
    }
}


.cards-grid-people {
    display: flex;
    gap: 16px;
    justify-content: center;
}

@media (max-width: 480px) {
    .cards-grid-people {
        display: flex;
        flex-direction: column;
    }
}

.people-choose h3 {
    padding: 40px 40px 15px;
}

@media (max-width: 480px) {
    .people-choose h3 {
        padding: 40px 40px 20px 0;
    }
}

.cards-people {
    border: 1px solid #2222;
    width: max-content;
    border-radius: 12px;
    padding: 20px;
}


.cards-people p {
    color: #5b6680;
    padding-top: 10px;
}

.sarah {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sarah img {
    height: 70px;
    border-radius: 40px;
}

.faq-container {
    margin: 40px;
}

@media (max-width : 480px) {
    .faq-container {
        margin: 20px 0;
    }
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-question {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    padding: 12px 40px 12px 30px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.faq-question:hover {
    background-color: #f0f6ff;
}

/* Arrow Icon */
.faq-question::before {
    content: "⌄";
    position: absolute;
    left: 0;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::before {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 30px;
    transition: all 0.35s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 30px 20px;
}

.footer {
    display: flex;
    gap: 120px;
    padding-left: 50px;
    background-color: #f2f5fa;
    padding-bottom: 50px;
    border-bottom: 1px solid #2222;
}

@media (max-width: 480px) {
    .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.foot-1st {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .foot-1st {
        padding-bottom: 20px;
    }
}


.foot-1st h3 {
    color: #0f1114;
}

.foot-1st p {
    color: rgb(16, 16, 16);
    cursor: pointer;
    font-size: 14px;
}

.foot-1st p:hover {
    border-bottom: 1px solid rgb(16, 16, 16);
    width: max-content;
}

.foot-img {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 20px;
}

.foot-img img {
    height: 50px;
}

.foot-bottom {
    padding: 50px;
    background-color: #f2f5fa;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media (max-width: 480px) {
    .foot-bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.foot-bottom p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .foot-bottom p {
        padding-top: 20px;
    }
}


.right-foot-btm img {
    height: 30px;
    padding: 8px;
}

@media (max-width : 400px) {
    .foot-bottom p {
        color: red;
    }

    .footer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.under-head {
    background-color: #002761;
    color: white;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 480px) {
    .under-head {
        border-radius: 20px;
        padding: 48px;
    }
}

.under-head h1 {
    font-size: 42px;
    font-weight: 600;
}

.degree-program h2 {
    font-weight: 600;
    font-size: 26px;
    padding: 50px 50px 0px 50px;
}

.product-card-program {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 50px;
}

.card-grid {
    border: 1px solid #2222;
    width: max-content;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px 20px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.card-grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.card-grid-2 {
    padding: 32px 0px 0 18px;
}

.card-grid img {
    height: 100px;
    width: max-content;
}

.card-grid p {
    color: #5b6680;
    font-size: 14px;
    width: max-content;
}

.program-level h2 {
    padding: 0 50px 50px 50px;
    font-size: 30px;
    font-weight: 600;
}

.cards-level {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.card-level {
    background-color: #f0f6ff;
    border-radius: 8px;
    width: max-content;
    padding: 40px 180px 40px 30px;
    border: 1px solid #2222;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.card-level:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.card-level h3 {
    font-weight: 600;
    font-size: 20px;
}

.degree-subject h2 {
    padding: 50px 50px 50px 50px;
    font-size: 30px;
    font-weight: 600;
}

.grid-cards-subject {
    display: grid;
    margin: 0 50px;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.card-subject {
    background-color: #f0f6ff;
    border-radius: 8px;
    padding: 30px 94px 30px 30px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;

}

.card-subject:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.card-subject h3 {
    font-weight: 600;
    font-size: 20px;
}

.start-marking {
    display: flex;
    margin: 50px 0;
    gap: 16px;
}

.left-side-marking {
    margin: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.left-side-marking h2 {
    font-weight: 600;
    font-size: 28px;
    padding-top: 20px;
}

.left-side-marking p {
    color: #4b5563;
    font-size: 16px;
}

.start-marking-2 {
    background-color: #f2f5fa;
    padding: 50px 0;
}

.card-grid-3 {
    background-color: white;
}

.cards-expert {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0 50px 50px;
}

.expert h2 {
    padding: 0 50px 50px 50px;
    font-size: 30px;
    font-weight: 600;
}

.grid-card-expert h4 {
    font-weight: 600;
    padding-bottom: 6px;
}

.grid-card-expert {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: max-content;
    border: 1px solid #2222;
    border-radius: 17px;
    padding: 14px 90px 20px 14px;
    transition: 0.3s ease;
    transition: 0.3s ease, box-shadow 0.3s ease;
}

.grid-card-expert:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.flex-rap {
    display: flex;
    gap: 5px;
    align-items: center;
}

.flex-rap p {
    color: #5b6680;
}

.flex-rap img {
    border-radius: 6px;
    border: 1px solid#2222;
    height: 30px;
}

.profile-jessica {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-jessica img {
    height: 40px;
    border-radius: 24px;
}

/* .degree-topic h2{
    padding:  50px 50px 50px 50px;
    font-size: 30px;
    font-weight: 600;
} */
.insight-section {
    background: #f5f7fb;
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
    margin: 30px 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    padding: 20px 0;
}

.header a {
    color: #0057d1;
    text-decoration: none;
    font-weight: 500;
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.card span {
    display: block;
    margin-top: 30px;
    font-size: 13px;
    color: #777;
}

.type {
    font-size: 13px;
    margin-top: 5px;
    color: #777;
}

.home-logo {
    margin: 0 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
}

@media (max-width: 480px) {
    .home-logo {
        margin: 0;
        display: grid;
        grid-template-columns: revert;
        padding: 0;
    }
}

.home-logo p {
    color: #4b5563;
}

.blog-1 img {
    border-radius: 8px 8px 0 0;
}

.under-blograp {
    display: flex;
}

.article-section-cetagorypage {
    margin: 0 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 480px) {
    .article-section-cetagorypage {
        margin: 0;
    }
}

.box-article-section-cetagorypage {
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-color: #fff;
}

.box-article-section-cetagorypage:hover {
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    ;
}

.image-box-article-section-cetagorypage {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.image-box-article-section-cetagorypage img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.main-box-article-section-cetagorypage {
    padding: 8px 13px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 480px) {
    .main-box-article-section-cetagorypage {
        width: 270px;
    }
}

.subheading-box-article-section-cetagorypage {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blue-color {
    color: #0D5ACF;
}

.gray-color {
    color: #606060;
}

.heading-box-article-section-cetagorypage {
    font-size: 20px;
    color: black;
    margin: 10px 0;
    font-weight: 550;
    cursor: pointer;
}

.heading-box-article-section-cetagorypage:hover {
    text-decoration: underline;
}


.divider {
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
}

.footer-box-article-section-cetagorypag {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #606060;
    font-size: 12px;
}

.admin-name {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: black;
}

.admin-name span {
    color: #0D5ACF;
}

.numbers-blog {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 50px 0;
}

.number {
    height: 24px;
    background-color: #0d5acf;
    border-radius: 30px;
    padding: 10px;
    width: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.number-2 {
    background-color: white;
    color: black;
    cursor: pointer;
}

.number-2:hover {
    height: 24px;
    background-color: #0d5acf;
    border-radius: 30px;
    padding: 10px;
    width: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

.number-3 {
    color: #05367a;
}

.trending-artical {
    background-color: #f2f5fa;
}

.heading-artical {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 50px;
}

.heading-artical h2 {
    font-weight: 600;
    font-size: 28px;
    padding: 30px 0;
}

.main-section-blogdetail {
    width: 70%;
    margin: 0 auto;
}

.main-section-blogdetail p {
    font-size: 20px;
}

.detail-h2 h2 {
    font-size: 38px;
    font-weight: 600;
}

.write-by {
    padding: 20px 0;
}

.write-by span {
    color: #0056D2;
}

.write-by p {
    font-weight: 600;
    color: #4b5563;
}

.image-section-blog img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.contant {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
}

.explore-btn {
    cursor: pointer;
    border: 1px solid #0056d2;
    padding: 12px;
    color: #0056D2;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-weight: 600;
    background-color: white;
    font-size: 16px;
}

.explore-btn:hover {
    background-color: #0055d4;
    color: white;

}

.explore-btn:hover img {
    filter: brightness(0) invert(1);
}

.btn-blog-explore {
    justify-content: center;
    display: flex;
}

.navbar,
.images-header,
.degreeicon,
.companies,
.trending-course,
.catagerios,
.categories-buttom,
.Explore-careers,
.indown-today,
.categories-buttom,
.categories-buttom-22,
.trending-course,
.blog-course,
.blog-section,
.people-choose,
.faq-container,
.footer,
.foot-bottom {
    padding: 0 25px;
}

.header-degree,
.blog-contant,
.article-section-cetagorypage,
.numbers-blog,
.trending-artical {
    padding: 0 20px;
}

.degree-program,
.program-level,
.degree-subject,
.start-marking,
.start-marking,
.start-marking-2,
.start-marking,
.expert,
.insight-section {
    padding: 0 20px;
}


@media (max-width: 480px) {
    .img-head img {
        width: 100%;
    }

    .degreeicon {
        display: grid;
        grid-template-columns: max-content;
        justify-content: space-around;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .degree-program h2 {
        padding: 50px 0px 0px 0px;
    }
}

@media (max-width: 480px) {
    .product-card-program {
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .program-level h2 {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .cards-level {
        display: grid;
        grid-template-columns: revert;
    }
}

@media (max-width: 480px) {
    .degree-subject h2 {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .grid-cards-subject {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .start-marking {
        display: grid;
        grid-template-columns: revert;
    }
}

@media (max-width: 480px) {
    .left-side-marking {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .cards-expert {
        padding: 0;
        display: grid;
        grid-template-columns: revert;
    }
}

@media (max-width: 480px) {
    .expert h2 {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 480px) {
    .cards {
        display: grid;
        grid-template-columns: revert;
    }
}
/* ==========================================
   RESPONSIVE FIXES & IMPROVEMENTS
   ========================================== */

/* Mobile Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .hamburger { display: flex; }

    .navbar {
        flex-wrap: wrap;
        padding: 10px 15px;
        position: relative;
    }

    .logo-side img { width: 120px; padding: 0; }

    .nav-pages {
        display: none;
        width: 100%;
        flex-direction: column;
        padding: 10px 0;
        order: 3;
        border-top: 1px solid #eee;
        margin-top: 10px;
    }
    .nav-pages.open { display: flex; }
    .nav-pages a { padding: 10px 0; display: block; }

    .input-nav { display: none; }
    .input-nav.open { display: block; width: 100%; margin: 10px 0; order: 2; }
    .input-nav input { display: block !important; width: 100%; padding: 12px 45px 12px 12px; }
    .input-nav img { left: auto; right: 12px; top: 50%; transform: translateY(-50%); }

    .right-side-button {
        display: flex !important;
        margin-left: auto;
        gap: 10px;
        order: 1;
    }
    .right-side-button p { display: none; }
    .nav-join-btn { padding: 8px 14px; font-size: 13px; }
}

/* Fix: Header images on mobile */
@media (max-width: 768px) {
    .images-header {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .img-head img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .img-head:last-child { display: none; }
}

/* Fix: degreeicon section */
@media (max-width: 768px) {
    .degreeicon {
        flex-direction: column;
        align-items: center;
        margin: 0;
        gap: 15px;
        padding: 0 15px;
    }
    .head-card {
        width: 100%;
        gap: 20px;
        padding: 20px;
        justify-content: space-between;
    }
}

/* Fix: companies section */
@media (max-width: 768px) {
    .company {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .companies-icon-2, .companies-icon-3 { display: none; }
}

/* Fix: trending courses - horizontal scroll on mobile */
@media (max-width: 768px) {
    .box-trend {
        flex-direction: column;
        gap: 20px;
    }
    .under-tranding { width: 100%; }
}

/* Fix: Product cards - 2 column on tablet, 1 on mobile */
@media (max-width: 900px) {
    .product-cards {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }
}
@media (max-width: 500px) {
    .product-cards {
        grid-template-columns: 1fr !important;
    }
}

/* Fix: Explore careers */
@media (max-width: 768px) {
    .card-explore-carees {
        flex-direction: column;
        align-items: center;
    }
    .under-expore {
        width: 100%;
        max-width: 350px;
    }
}

/* Fix: people-choose cards */
@media (max-width: 768px) {
    .cards-grid-people {
        grid-template-columns: 1fr !important;
    }
}

/* Fix: blog-section grid */
@media (max-width: 768px) {
    .blog-grid {
        flex-direction: column !important;
    }
    .blog-grid .right-side-blog { display: none; }
}

/* Fix: Footer */
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
    }
    .foot-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 15px 20px;
    }
    .right-foot-btm { justify-content: center; }
}

/* Fix: article-section-cetagorypage on mobile */
@media (max-width: 768px) {
    .article-section-cetagorypage {
        grid-template-columns: 1fr;
        margin: 0 15px;
    }
}

/* Fix: indown-today buttons */
@media (max-width: 768px) {
    .buttons-today {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .icon-btn { flex: 0 0 calc(50% - 10px); }
}

/* Fix: FAQ */
@media (max-width: 768px) {
    .faq-container { padding: 0 15px; }
    .faq-question { font-size: 15px; }
}

/* Fix: blog-detail on mobile */
@media (max-width: 768px) {
    .main-section-blogdetail {
        width: 95%;
    }
    .detail-h2 h2 { font-size: 24px; }
    .main-section-blogdetail p { font-size: 16px; }
}

/* General improvements */
img { max-width: 100%; }
* { box-sizing: border-box; }

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Focus styles for accessibility */
a:focus, button:focus, input:focus {
    outline: 2px solid #0056d3;
    outline-offset: 2px;
}

/* Categories responsove */
@media (max-width: 768px) {
    .category-section {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 400px) {
    .category-section {
        grid-template-columns: 1fr !important;
    }
}

