@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*-----------------SECTION 1----------------------------*/
.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; 
    left: 0;
    z-index: -1;
}

.cybertext {
    position: absolute;
    top: 49.5%;
    margin-left: 31%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    z-index: 1;
    max-width: 80%; /* Adjust the overall width of the cybertext container if needed */
}

.cybertext h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.cybertext p {
    max-width: 800px; /* Limits the paragraph width */
    margin: 20px auto;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 2vw;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.button-container {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-button {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #5de0e6, #004aad); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #000, #3533cd); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-button:hover {
    background-color: white; /* White hover background */
    color: #070b3a; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #3533cd); /* Keep gradient border */
    border-image-slice: 1;
}
.enquire-button {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #5de0e6, #004aad); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to left, #000, #3533cd); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-button:hover {
    background-color: white; /* White hover background */
    color: #070b3a; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #3533cd); /* Keep gradient border */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-container {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}

.info-icon {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: #070b3a;
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-icon:hover {
    background: linear-gradient(to right, #070b3a, #004aad); /* Gradient background */
}

/* Styles for the thought box */
.info-box {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background: linear-gradient(to left, #004aad, #070b3a); /* Gradient background */
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-box:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-container:hover .info-box {
    display: block;
    opacity: 1;
}
/****************************/
/*------change button style for internationa Business-----*/
.button-business {
    position: absolute;
    top: 74%;
    margin-left: 14.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 1;
}

.cta-business {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #000000,#737373); /* Gradient background */
    padding: 15px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #000, #c89116); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.cta-business:hover {
    background-color: white; /* White hover background */
    color: #0419ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
    border-image-slice: 1;
}
.enquire-business {
    position: absolute;
    right: 5px; /* Distance from the right edge of the section */
    top: 50%; /* Centers the button vertically in the section */
    transform: translateY(-50%) rotate(180deg); /* Rotate the text 180 degrees */    display: inline-block;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background: linear-gradient(to right, #737373, #000000); /* Gradient background */
    border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to left, #000, #c89116); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
    transition: all 0.3s ease;
    writing-mode: vertical-rl; /* Makes the text vertical */
    letter-spacing: 1px;
    z-index: 100; /* Keeps the button above other content */
}

.enquire-business:hover {
    background-color: white; /* White hover background */
    color: #2235ff; /* Change text color */
    border: 3px solid transparent;
    border-image: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
    border-image-slice: 1;
}
/* Styles for the info icon */
.info-icon-business {
    position: absolute;
    top: 5%;
    right: 5px;
    font-size: 32px;
    cursor: pointer;
}
.info-icon-business:hover{
    background: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */ 
}
.info-iconbusiness {
    font-weight: 900;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: white;
    background-color: #737373;
    border: 2px solid white;  /* optional border around the circle */
    transition: background-color 0.3s ease;
}

.info-iconbusiness:hover {
    color: #0419ff;
    background: linear-gradient(to right,  #000, #c89116); /* Keep gradient border */
}

/* Styles for the thought box */
.info-business {
    display: none;
    position: absolute;
    margin-top: -1vw;
    right: 25px;
    width: 550px;
    padding: 15px;
    border: 2px solid white;  /* optional border around the circle */
    background: linear-gradient(to left,  #000, #c89116); /* Keep gradient border */
    color: white;
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info-business:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

/* Show the info-box on hover */
.info-icon-business:hover .info-business {
    display: block;
    opacity: 1;
}
@media (max-width: 768px) { /* Adjust the max-width as needed */
    .cybertext {
        margin-top:5vw;
        text-align: left; /* Align text to the left */
        margin-left: 38%; /* Decrease margin to fit better on small screens */
        margin-right: -7%; /* Add margin-right for symmetry */
        max-width: 90%; /* Set max-width for better fit */
    }

    .cybertext h1 {
        font-size: 2.3rem; /* Adjust heading size */
    }

    .cybertext p {
        font-size: medium; /* Adjust paragraph font size */
        width: 100%; /* Set width to 100% to fill the container */
        margin: 0 auto; /* Center the paragraph */
    }
    .button-container {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-button, .enquire-button {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }

    .enquire-button {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon-container{
       margin-top: 10vw;
    }
    .info-box {
        width: 390px; /* Shrink the width of the info box */
    }
}
/*-------------------------*/
@media (max-width: 1140px) { /* Adjust the max-width as needed */
    .cybertext {
        margin-top:5vw;
        text-align: left; /* Align text to the left */
        margin-left: 38%; /* Decrease margin to fit better on small screens */
        margin-right: -7%; /* Add margin-right for symmetry */
        max-width: 90%; /* Set max-width for better fit */
    }

    .cybertext h1 {
        font-size: 2.3rem; /* Adjust heading size */
    }

    .cybertext p {
        font-size: medium; /* Adjust paragraph font size */
        width: 100%; /* Set width to 100% to fill the container */
        margin: 0 auto; /* Center the paragraph */
    }
    .button-container {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-button, .enquire-button {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }

    .enquire-button {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon{
        margin-top: 10vw;
        margin-left: 10px;
    }
    
}
/*-----------------------------------------*/
@media (max-width: 344px) { /* Adjust the max-width as needed */
    .cybertext{
        margin-top:5vw;
        text-align: left; /* Align text to the left */
        margin-left: 38%; /* Decrease margin to fit better on small screens */
        margin-right: -9%; /* Add margin-right for symmetry */
        max-width: 95%; /* Set max-width for better fit */
    }

    .cyber-text h1{
        font-size: 1.3rem; /* Adjust heading size */
    }

    .cybertext p{
        font-size:smaller; /* Adjust paragraph font size */
        width: 100%; /* Set width to 100% to fill the container */
        margin-left: 3vw;

    }
    .button-container {
        position: absolute;
        top: 88%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-button, .enquire-button {
        font-size: .8rem;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 9px 11px; /* Adjust padding as needed */
        margin-top: 3vw;
    }

    .enquire-button {
        top: 85%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 9px 11px; /* Adjust padding as needed */
        font-size: .8rem; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon{
        margin-top: 18vw;
    }
    .info-box {
        max-width: 250px; /* Shrink the width of the info box */
        font-size: .8rem;
    }
}
/*-----------------SECTION 2----------------------------*/
/* Styles for the overview section */
.overview-section {
    background-color: white;
    padding: 20px;
    padding: 10px 20px;
    font-family: 'Montserrat';
}

.overview-section h1 {
    margin-top: 2vw;
    text-align: left;
    font-size: 3rem;
    color: #010144;
}

.program-overview-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;

}

.program-overview {
    width: 70%;
    text-align: left;
}

.program-overview h3 {
    color: #000000;
    margin-bottom: 10px;
}

.program-overview p {
    color: #000000;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 950px;
}


/*----------------video alignment--------*/
.overview-video {
    width: 43%;
    position: relative;
}

.overview-video video {
    width: 100%;
}
/* Media queries */

/* For 1220px screens */
@media (max-width: 1220px) {
    .program-overview-container {
        gap: 20px;
    }

    .program-overview {
        width: 65%;
    }

    .overview-video {
        width: 30%;
    }

    .overview-section h1 {
        font-size: 2.5rem;
    }

    .program-overview p {
        font-size: 1rem;
    }
}

/* For tablets (between 768px and 1024px) */
@media (max-width: 1024px) {
    .program-overview-container {
        flex-direction: column;
        gap: 15px;
    }

    /* Video comes after the text content in a single column layout */
    .overview-video {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .program-overview {
        width: 100%;
    }

    .overview-section h1 {
        text-align: center;
        font-size: 2.5rem;
    }

    .program-overview h3 {
        font-size: 1.8rem;
    }

    .program-overview p {
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

/* For screens smaller than 768px (mobile) */
@media (max-width: 768px) {
    .program-overview-container {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Move video under the h1 heading */
    .overview-video {
        order: -1; /* Move video to the top of the container */
        width: 100%; /* Video takes full width on smaller screens */
        margin-bottom: 20px;
    }

    /* Text content takes full width */
    .program-overview {
        width: 100%;
    }

    /* Center-align the "Overview" heading */
    .overview-section h1 {
        text-align: center;
        font-size: 2rem;
    }

    .program-overview h3 {
        font-size: 1.5rem;
    }

    .program-overview p {
        font-size: 1rem;
        line-height: 1.4;
    }
}
/*-------------picture part-------------*/
/* General section styling */
.program-section {
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    margin-top: -2vw;
    width: auto;
}

.program-section .Heading {
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    padding: 20px 40px;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #000238;
    font-weight: bold;
   
}

/* Timeline container for the boxes */
.timeline-container {
    background-color: white;
    margin: 0 auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 30px 40px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000;
    z-index: 0;
}

/* Each timeline box */
.timeline-box {
    text-align: center;
    width: 420px;
    height: 250px;
    background-color: transparent;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.icon-circle {
    margin-left: 9vw;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
    width: 80px;
    height: 80px;
    background-color: white;
    border: 2px solid black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle .icon {
    width: 50px;
    height: 50px;
}

/* Headings inside the boxes */
.timeline-box h3 {
     text-align: center;
    margin-left: 2vw;
    font-size: 20px;
    color: #002f69;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

/* Underline below headings */
.timeline-box h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: black;
    margin: 8px auto 0;
}

.timeline-box p {
    font-weight: bolder;
    font-size: 1.2em;
    color: #000000;
    margin: 10px 0;
    text-align:left;
    margin-left: 7vw;

}

/* Bullet points for the intake */
.timeline-box ul {
    padding: 0;
    margin: 10px 0;
    font-size: 1em;
    color: #000238;
    text-align: left;
    font-weight: bolder;
}
.timeline-box li{
    margin-left: 10vw;
    list-style: decimal;
}
.timeline-box ul li::before {
    color: #002f69;
    margin-right: 8px;
    line-height: 1.6;
}
/* Media Queries */

/* Tablets */
@media (max-width: 1024px) {
    .timeline-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .timeline-container::before {
        content: none;
        height: 0; /* Ensures the line is not visible */
        background-color: transparent; /* Optional, just in case */
    }

    .timeline-box {
        width: 60%; /* Increase width for tablets */
        border-bottom: 1px solid black ;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
        margin-left: auto;
        margin-right: auto;

    }

    .icon-circle .icon {
        width: 45px;
        height: 45px;
    }

    .timeline-box h3 {
        font-size: 18px;
    }
    .timeline-box p {
        font-size: 1em;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .timeline-box ul {
        text-align: center; /* Center the text */
        padding: 0;
         margin-left: auto;
        margin-right: auto;
        font-size:1rem;
    }

    .timeline-box li {
        font-size: 0.9em;
        margin-left: 0; /* Remove the left margin */
        list-style-position: inside; /* Ensure the number is close to the text */
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .program-section .Heading{
        font-size: 16px;
    }
    .timeline-container::before {
        content: none;
        height: 0; /* Ensures the line is not visible */
        background-color: transparent; /* Optional, just in case */
    }
    .timeline-box {
        width: 80%;
        border-bottom: 1px solid black ;
        margin-left: -2vw;
    }

    .timeline-box h3 {
        font-size:16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
    }

    .icon-circle .icon {
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .timeline-box p {
        font-size: 0.9em;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .timeline-box ul {
        text-align: center; /* Center the text */
        padding: 0;
    }

    .timeline-box li {
        font-size: 0.9em;
        margin-left: 0; /* Remove the left margin */
        list-style-position: inside; /* Ensure the number is close to the text */
    }
}

/*-------------------------*/
@media (max-width: 1140px) { /* Adjust the max-width as needed */
    .cybertext {
        margin-top:5vw;
        text-align: left; /* Align text to the left */
        margin-left: 38%; /* Decrease margin to fit better on small screens */
        margin-right: -7%; /* Add margin-right for symmetry */
        max-width: 90%; /* Set max-width for better fit */
    }

    .cybertext h1 {
        font-size: 2.3rem; /* Adjust heading size */
    }

    .cybertext p {
        font-size: medium; /* Adjust paragraph font size */
        width: 100%; /* Set width to 100% to fill the container */
        margin: 0 auto; /* Center the paragraph */
    }
    .button-container {
        position: absolute;
        top: 85%;
        left: 5%; /* Align to the left side */
        display: flex; /* Use flexbox to align buttons side by side */
        gap: 10px; /* Space between buttons */
    }

    .cta-button, .enquire-button {
        font-size: small;
        margin: 0; /* Reset margin for buttons */
        transform: none; /* Reset any transformations */
        padding: 10px 15px; /* Adjust padding as needed */

    }

    .enquire-button {
        top: 82%;
        left: 50%; /* Align to the left side */
        display: inline-block; /* Make sure it's inline with the apply button */
        padding: 10px 15px; /* Adjust padding as needed */
        font-size: small; /* Keep the font size */
        position: relative; /* Reset position */
        writing-mode: horizontal-tb; /* Horizontal text */
        text-transform: none; /* Reset text transformation */
    }
    .info-icon{
        margin-top: 8vw;
    }
    .info-box {
        width: 390px; /* Shrink the width of the info box */
    }
}
/*-----------------------------------------*/
@media (max-width: 344px) { /* Adjust the max-width as needed */
           .program-section .Heading{
        font-size: 14px;
    }
    .timeline-container::before {
        content: none;
        height: 0; /* Ensures the line is not visible */
        background-color: transparent; /* Optional, just in case */
    }
    .timeline-box {
        width: 80%;
        border-bottom: 1px solid black ;
        margin-left: -3.5vw;
    }

    .timeline-box h3 {
        font-size:14px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        margin-left: 1vw;

    }

    .icon-circle .icon {
        width: 40px;
        height: 40px;
       
    }

    .timeline-box p {
        font-size: 0.8em;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .timeline-box ul {
        text-align: center; /* Center the text */
        padding: 0;
    }

    .timeline-box li {
        font-size: 0.7em;
        margin-left: 0; /* Remove the left margin */
        list-style-position: inside; /* Ensure the number is close to the text */
    }
}
/*--------ACCREDENTIONS section----------*/
.acc-req{
    background-color: #010144;
    padding: 10px 20px;
    margin: 0 auto;
}
.program-section .req{
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    padding: 20px 40px;
    color: #000238;
    width: auto;
    text-align: center;
    margin-top: 2vw;

}
.icon-flashcards-section {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.icon-flashcard {
    margin-top: 3vw;
    background-color: #ffffff;
    padding: 30px;
    width: 45%;
    text-align: left;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.flashcard-icon {
    margin-top: -5vw;
    width: 80px; /* Adjust the size of the icon */
    height: 80px; /* Adjust the size of the icon */
    margin-bottom: 15px;
    z-index: 1;
}

.icon-flashcard h3 {
    margin-top: -2vw;
    background-color: #010144;
    color: #ffffff;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 15px;
}
.icon-flashcard ul{
    text-align: left;
    margin-left: 1vw;
}
.icon-flashcard li{
    line-height: 1.7;
}
.icon-flashcard p{
    color: #000;
}
@media screen and (max-width: 768px) {
    .acc-req .req{
        margin-left: 4vw;
        text-align:center;
        width: 90%;
        padding: 10px 20px;
        font-size: 20px;
    }
    .icon-flashcards-section {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .icon-flashcard {
        width: 90%;
        margin-bottom: 20px;
    }
    .icon-flashcard h3{
        text-align: center;
    }
}

/*-------slider part-------------*/
.slider-section {
    padding: 20px;
    background-color: #010144;
    text-align: center;
}

.slider-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: left;
    border: 1px solid white;
    padding: 10px 20px;
    width: 450px;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logo-track img {
    height: 100px; /* Adjust this to your desired logo size */
    margin-right: 20px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 768px) {
    .slider-heading {
   
    font-size: 18px;
    text-align: left;
    width: 95%;
}
}
/*-----------structure section-----*/
.structure {
    padding: 10px 20px;
    background-color: white;
}
.structure  h1{
    text-align: left;
    color: #010144;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.structure .content{
    text-align: left;
    max-width: 1100px;
    margin-top: 1vw;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
    margin-bottom: 2.5vw;
}

/*---------------three videos-------------*/
.videos-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 18px;
}

.video-box {
    width: 35%; /* Adjust width as needed */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-box video {
    width: 100%;
    height: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-box p {
    color: #010144;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    padding: 10px 20px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}
/* Media Queries for Responsiveness */

/* For tablets and small devices */
@media (max-width: 1024px) {
    .structure h1{
        text-align: center;
    }
    .videos-container {
        flex-direction: column;
        align-items: center;
    }
    .video-box {
        width: 70%; /* Make the videos larger on smaller screens */
        margin-bottom: 20px;
    }
}

/* For mobile devices */
@media (max-width: 600px) {
    .structure h1{
        text-align: center;
    }
    .video-box {
        width: 100%; /* Make videos take up full width */
    }
    .video-box p {
        font-size: 18px; /* Adjust text size for smaller screens */
        padding: 5px 15px;
    }
    .video-box video {
        height: 200px; /* Reduce video height on mobile */
    }
}

/*--------------------*/
.flashcards-section {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    font-weight: 600;
}

.flashcard {
    background-color: #ffffff;
    border: 2px solid #000238; /* Blue border */
    padding: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.flashcard h2{
    background-color: #010144;
    border: 1px solid black;
    color: #ffffff;
    padding: 15px;
    margin: -20px -20px 20px -20px; /* Make the heading cover the full width */
    text-align: left;
}
.flashcard h3 {
    background-color: #010144;
    color: #ffffff;
    padding: 15px;
    margin: -20px -20px 20px -20px; /* Make the heading cover the full width */
    text-align: left;
}
.flashcard table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.flashcard table td {
    padding: 8px;
    border-bottom: 1px solid #323232;
    color: #000000;
    font-weight: 600;
    border-left: 1px solid #323232; /* Add left border for separation */
}

.flashcard table td:first-child {
    border-left: none; /* Remove the left border on the first column */
}

.flashcard table tr:last-child td {
    border-bottom: 1px solid #323232;
}


/*------------------------*/    
/* Button container */
.course-btn {
    text-align: center;
    margin-top: 20px;
    padding: 30px 40px; 
    width:auto;
}

.course-button {
    border: 5px solid #c16477;
    background-color: rgba(128, 128, 128, 0.078);
    color: #9c0b24;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.course-button:hover {
    font-weight: 700;
    background: #f4a3b0;
    color: #3533cd;
}
/*----------------------------*/
/* For tablets and small devices */
@media (max-width: 1024px) {
    .flashcards-section {
        flex-direction: column;
        align-items: center;
    }

    .flashcard {
        width: 80%;
        margin-bottom: 20px;
    }
    .course-button{
        font-size: 25px;
    }
}
@media screen and (max-width: 768px) {
    .flashcards-section {
        flex-direction: column;
        align-items: center;
    }

    .flashcard {
        width: 90%;
        margin-bottom: 20px;
    }
    .course-button{
        font-size: 15px;
    }
}
/*------------------------*/
/*-----------articles section-----*/
.articles-section {
    margin: 0 auto;
    text-align: center;
    padding: 20px 40px;
    background-color: white;
    width: auto;
    height: 100%;
}

.articles-section h1 {
    margin-bottom: 20px;
    font-weight: bold;
    color: #010144;
}

.articles-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.article-box {
    border: 1px solid #c1c1c1;  
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 30%;
}

.article-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.article-box h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #010144;
}

.article-box p {
    margin-top: 5px;
    font-size: 14px;
    color: #000000;
}
/* Style for the button */
.styled-button {
    margin-top: 2vw;
    background-color: #004aad; /* Primary blue color */
    border: none;
    padding: 10px 20px;
    border-radius: 5px; /* Rounded corners */
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover effects */
}

/* Remove default link styles and make it look like part of the button */
.styled-button a {
    text-decoration: none;
    color: white; /* White text color */
    font-size: 1.1em;
    font-weight: bold;
}
.styled-button h3{
        margin-bottom: 2vw;
}
/* Hover effect for button */
.styled-button:hover {
    background-color: #002f69; /* Darker blue on hover */
    transform: translateY(-3px); /* Slight lift on hover */
}

/* Focus effect for button (keyboard accessibility) */
.styled-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5); /* Add focus shadow */
}

/* Optional: add hover effect for the link to look part of the button */
.styled-button a:hover {
    color: #ffeb3b; /* Change text color on hover */
}
/* For tablets and small devices */
@media (max-width: 1024px) {
    .articles-container {
        flex-direction: column;
        align-items: center;
    }

    .article-box {
        width: 80%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .articles-container{
        flex-direction: column;
        align-items: center;
    }

    .article-box{
        width: 100%;
        margin-bottom: 20px;
    }
}
/*--------------------------*/
.apply-button-container {
    margin-top: 30px;
    text-align: center;
}

.apply-now-button {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;  border: 9px solid transparent;
    background-clip: padding-box;
    border-image: linear-gradient(to right, #000, #3533cd); /* Border gradient */
    border-image-slice: 1; /* Ensures the gradient covers the full border */
}

.apply-now-button:hover {
    background-color: white; /* White hover background */
    color: #070b3a; /* Change text color */
    border: 5px solid transparent;
    border-image: linear-gradient(to right,  #000, #3533cd); /* Keep gradient border */
    border-image-slice: 1;
}