@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

.program-content {
    position: relative;
    /* background-image: url("../../../images/marketing-background.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 662px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}
.hidden {
    display: none !important;
}

/* Overlay for background color */
.program-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 52, 139, 0.99); /* dark purple with opacity */
    z-index: 1;
}

/* Ensures all content is above the overlay */
.program-content > * {
    position: relative;
    z-index: 2;
    color: white; /* or your text color */
}

.program-content-title h1 {
    width: 1293px;
    height: 198px;
    font-family: "Teachers";
    font-size: 82px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-top:167px;
    line-height: 99px;
    letter-spacing: 0;
}
.span-type-1 {
    color: #3d348b;
    background-color: #ffffff;
    padding: 2px 10px;
    margin-left: 10px;
}

.program-content-description {
    margin-top: 32px;
    width: 852px;
    height: 56px;
}

.program-content-description p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}
.marketing-content-button-container {
    display: flex;
    gap: 20px;
    margin-top: 44px;
}
.program-content-button-1 {
    font-family: "Quicksand";
    width: 328px;
    height: 54px;
    border-radius: 16px;
    border: 1.5px solid #FF930A;
    background-color: #FFAA3E;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.program-content-button-1:hover{
    cursor: pointer;
    background-color: #413894;
    border: 1.5px solid #FFFFFF;
    color: #ffffff;
}

.journals-content-section{
    width: 1360px;
    margin-top: 48px;
}
.journals-search-bar-container{
    display: flex;
    position: relative;
}

.journals-search-bar{
  max-width: 1360px;
    width: 100%;
    height: 52px;
    border-radius: 32px;
    background-color: #F3F3F5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 53px;
    margin: 0 auto;
    border: none;
}

.search-icon {
    position: absolute;
    flex-shrink: 0;
    top: 16px;
    left: 20px;
}

.journals-search-input input {
    flex: 1; /* Takes up all remaining space */
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important; /* Removes mobile-specific inner shadows */
    -webkit-appearance: none !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.journals-search-input input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.table-container {
        /* This wrapper ensures the radius is visible and clipped */
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eee;
        font-family: 'poppins', sans-serif;
        margin-top: 20px;
        margin-bottom: 55px;
    }

    .journal-table {
        width: 100%;
        border-collapse: separate; /* Required for border-radius to work */
        border-spacing: 0;
        font-size: 14px;
        color: #333;
    }

    .journal-table thead {
        background-color: #483D8B; /* Dark Purple from your screenshot */
        color: white;
    }

    .journal-table th {
        padding: 16px 16px;
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    /* Target specific corners of the header */
    .journal-table th:first-child {
        border-top-left-radius: 12px;
        padding:16px 0px 16px 24px ;
        width: 80px;
        height: 24px;
    }
    .journal-table th:last-child {
        border-top-right-radius: 12px;
    }

    .journal-table td {
        font-family: quicksand, sans-serif;
        padding: 15px;
        text-align: left;
        border-bottom: 1px solid #eee;
        line-height: 1.5;

    }

    .journal-table tr:last-child td {
        border-bottom: none;
    }

    .journal-name {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .journal-desc{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #4A4A4A;
    }

    .sno {
        
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .sno1{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;

    }

    .last-program-content{
        flex-direction: column;
        align-items: center;
        display: flex;
        width: 100%;
        min-height:376px;
        background-color: #3D348B;
        color: white;
    }
    .last-program-content-title h1{
        margin-top: 82px;
        width: 803px;
        height: 48px;
        font-weight: 700;
        font-size: 48px;
        line-height: 48px;
        text-align: center;
        font-family: "Poppins", sans-serif;
    }
    .last-program-content-description{
        margin-top: 30px;
        width: 646px;
        height: 56px;
        text-align: center;
    }
    .last-program-content-description p {
        font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
}







@media screen and (max-width: 767px) {
    .hidden{
        display: none;
    }
    .span-type-1{
        display: inline !important;
        padding: 0px 10px;

    }

    .program-content-title h1 {
    width: 345px;
    height: auto;
    font-size: 42px;
    margin-top:171px;
    line-height: 52px;
}

.program-content-description {
    margin-top: 30px;
    width: 345px;
    height: auto;
}
.program-content-description p {
    line-height: 22px;
}
.marketing-content-button-container {
    margin-top: 30px;
    width: 286px;
}
.program-content-button-1 {
    width: 286px;
}
.program-content-button-2 {
    width: 286px;
}
.journals-content-section {
        width: 92%;
        margin-top: 20px;
    }

.journal-table thead {
        display: none; /* Hide table headers */
    }
    .journal-table, 
    .journal-table tbody, 
    .journal-table tr, 
    .journal-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .table-container {
        border: none;
        overflow: visible;
        margin-top: 25px;
    }

    /* The Card Container */
    .journal-table tr {
        background: #ffffff;
        border: 1px solid #EAEAEA;
        border-radius: 20px; /* Smooth rounded corners from image */
        margin-bottom: 24px;
        padding: 16.53px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        box-sizing: border-box;

        display: flex;
        flex-wrap: wrap; 
        align-items: center;
    }

    /* The Purple Number Square */
    .sno1 {
        background-color: #3F3684 !important; /* Specific Dark Purple */
        color: white !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 18px !important;
        font-weight: 700 !important;
        margin-bottom: 16px;
        padding: 0 !important;
        border-bottom: none !important;
        margin-right: 15px; 
        flex-shrink: 0;
    }

    /* Journal Title */
    .journal-name {
        flex: 1;
        font-family: 'Poppins', sans-serif;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #1A1A1A;
        line-height: 22px !important;
        margin-bottom: 11px;
        padding: 0 !important;
        border-bottom: none !important;
    }

    /* Journal Description */
    .journal-desc {
        font-family: 'Quicksand', sans-serif;
        font-size: 14px !important;
        color: #666666 !important;
        line-height: 1.6 !important;
        padding: 0 !important;
        border-bottom: none !important;
    }

    .last-program-content{
        width: 100%;
        min-height: 338px;
    }
    .last-program-content-title h1{
        width: 345px;
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    .last-program-content-description {
        width: 345px;
    margin-top: 25px;
    height: 42px;
    text-align: center;
    }
    .last-program-content-description p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
#last-button{
    font-size: 14px;
    width: 268px;
    height: 44px;
}





}