@import url('https://fonts.googleapis.com/css2?family=Proxima+Nova:wght@700&display=swap');
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "proxima", sans-serif;
}

body {
    width: 100%;
    height: 100%;
}

/* Style for top navigation */
.header_footer_section .topNav {
    position: relative;
    z-index: 1000;
    background-color: white;
}

.header_footer_section .mainNav {
    transition: top 0.3s ease;
}

/* Sticky style for mainNav */
.header_footer_section .mainNav.sticky {
    position: fixed;
    top:0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds shadow when sticky */
}



.header_footer_section .details {
    padding: 0px !important;
}

.header_footer_section .course-name,
.header_footer_section .course-duration,
.header_footer_section .fee-link {
    padding: 10px;
}

.header_footer_section span.material-symbols-outlined {
    color: #6C4327;
}



.header_footer_section .hero {
    width: 100%;
    height: 100vh;
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: center top 90px;
    background-attachment: fixed;
}

.header_footer_section a.active.apply {
    color: #ffffff !important;
}


.header_footer_section .features {
    width: 100%;
    background-color: #F6F0E6;
    color: #333333;
    padding: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    max-height: 459px;
}

.header_footer_section .features h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
}

.header_footer_section .featureContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.header_footer_section .featureItem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    z-index: 10;
    position: relative;
}

.header_footer_section .featureItem img {
    position: absolute;
    z-index: -1;
    top: -10px;
    opacity: 0.8;
    width: 50px;
}

.header_footer_section .featureItem h3 {
    font-size: 24px;
}



.header_footer_section .courses {
    width: 100%;
    background-color: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 72px 0;
}

.header_footer_section .affordable {
    background-color: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
}

.header_footer_section .courses .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.header_footer_section .courses .top h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
}

/* .courses .top span{
font-size: 16px;
} */


.header_footer_section .courseContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.header_footer_section .courseSelect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 50px 0;
}

.header_footer_section .courseSelect span {
    font-size: 28px;
    font-weight: 600;
    padding: 10px;
    color: #9F937F;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: solid 1px #6c432749;
    
}

.header_footer_section .active-under {
    border-bottom: solid 2px #A06C2E !important;
    color: #A06C2E !important;
}


.header_footer_section #select {
    font-weight: 500;
    border-bottom: solid 1px #6C4327;
}

.header_footer_section .courseItemContainer {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    /* background-image: linear-gradient(90deg, #dbf3ff, rgba(219, 243, 255, 0)); */
    z-index: 2;
}

.header_footer_section .courseItem {
    /* background: rebeccapurple; */
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    border-top: 1px solid #008294;
    border-bottom: 1px solid #008294;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    color: #008294;
    padding: 20px 100px;
    gap: 50px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.header_footer_section .courseItem>.gradient {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, #DBF3FF 52.94%, rgba(219, 243, 255, 0) 100%);
    /* background: #008099; */
    width: 100%;
    height: 100%;
    z-index: -1;
}


.header_footer_section .courseItem>img {
    width: 80px;
}

.header_footer_section .hoverImage {
    /* padding: 10px; */
    content: "";
    position: absolute;
    right: -100px;
    height: 100%;
    transition: right 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    width: 40%;
    z-index: -5;
    /* background-color: #DBF3FF1A; */
    background: linear-gradient(0deg, rgba(219, 243, 255, 0.1), rgba(219, 243, 255, 0.1))
}

.header_footer_section .hoverImage img {
    object-fit: cover;
    object-position: 50% 20%;
    height: 100%;
    /* border-radius: 10px; */
    width: 100%;
    scale: 1.3;
}

.header_footer_section .courseItem:hover .hoverImage {
    right: 0px;
    /* Move it into view on hover */
    opacity: 1;
    /* Make it visible */
}

.header_footer_section .joinContainer {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px;
}

.header_footer_section .join {
    display: flex;
    flex-direction:row;
    width: 100%;
    background-color: #008099;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 72px 64px;
    border-radius: 24px;
    gap: 84px;
}

.header_footer_section .join .j-left {
    width: 60%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.header_footer_section .join .j-left h1 {
    font-size: 40px;
    font-weight: 700;
    color: #F6F0E6;
}

.header_footer_section .join .j-left span {
    font-size: 1.5em;
    color: #F6F0E6;
    
    text-align: left;
}

.header_footer_section .join .j-left img {
    width: 100%;
    height: 453px;
    border-radius: 24px;
    margin-top: 20px;
}

.header_footer_section .join .j-right {
    width:40%;
    display: flex;
    
    flex-direction: column;
    gap: 48px;
}

.header_footer_section .point {
    display: flex;
    align-items: start;
    gap: 20px;
}

.header_footer_section .point img {
    width: 40px;
}

.header_footer_section .point p {
    font-size: 32px;
    font-weight: 600;
    color: #F6F0E6;
    width: 83%;
}

.header_footer_section .eligibility {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 72px;
    gap: 20px;
    
}

.header_footer_section .explore {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 50px;
    gap: 20px;
}

.header_footer_section .left-content {
    max-width: 668px;
    max-height: 677px;
    display: grid;
    gap: 52px;
}

.header_footer_section .left-heading h1 {
    
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
}

.header_footer_section .eligibility .left {
    gap: 23px;
    display: grid;
}

.header_footer_section .explore .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 20px;
}

.header_footer_section .eligibility .left h1 {
    font-size: 4em;
    font-weight: 700;
    line-height: 76.8px;
    color: #333333;
}

.header_footer_section .explore .left h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    width: 291px;
}

.header_footer_section .eligibility .left>span {
    margin-bottom: 20px;
}

.header_footer_section .explore .left>span {
    margin-bottom: 20px;
}

.header_footer_section .eligibility .left span,
.header_footer_section .eligibility span {
    /* font-size: 24px;
    color: #3D3D3D;
    font-weight: 400; */
}

.header_footer_section .explore .left span,
.header_footer_section .explore span {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.header_footer_section .eligibility .left p {
    font-weight: 700;
    color: #333333;
}



.header_footer_section .eligibilityPoint {
    display: flex;
    align-items: start;
    gap: 20px;
}
.header_footer_section span.sizec-24 {
    margin-top: -8px;
}

.header_footer_section .explorePoint {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_footer_section .eligibility .right {
    
    display: flex;
    max-height: 697px;
    gap: 13px;
    justify-content: flex-end;
}

.header_footer_section .explore .right {
    width: 30%;
    display: flex;
}

.header_footer_section .eligibility .right .l {
    flex: 2;
    display: flex;
    justify-content: end;
    align-items: start;
}

.header_footer_section .explore .right .l {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header_footer_section .eligibility .right .r {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.header_footer_section .explore .right .r {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.header_footer_section .eligibility .right .l img,
.header_footer_section .eligibility .right .r img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #CDA452;
}

.header_footer_section .explore .right .l img,
.header_footer_section .explore .right .r img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.header_footer_section .eligibility .right .l img {
    width: 300px;
    height: 608px;
}

.header_footer_section .explore .right .l img {
    width: 90%;
    height: 90%;
}

.header_footer_section .magin-top-30 {
    margin-top: -30px;
}

.header_footer_section .img-upper img {
    width: 239px !important;
    height: 284px !important;
}

.header_footer_section .img-lower img {
    width: 203px !important;
    height: 239px !important;
}

.header_footer_section .masked-image{
    width:25vw;
    height:28vw;
}

@media (max-width: 480px) {
    .header_footer_section .left-heading {
        text-align: center; 
    }
    
    .header_footer_section .left-heading h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
    }
    .header_footer_section .left-content {
        max-width: 100%;
        max-height: 100% ;
    }
}
/* Mobile layout (for screens up to 480px wide) */
@media (max-width: 480px) {
    .header_footer_section .eligibility {
        display: flex;
        flex-direction: column;
    }
    
    .header_footer_section .left-heading {
        order: 1; /* Display first on mobile */
        text-align: center;
        margin-bottom: 20px;
    }
    
    .header_footer_section .right {
        order: 2; /* Display second on mobile */
        width: 100%; /* Make full width on mobile */
        margin-bottom: 20px;
    }
    
    .header_footer_section .left {
        order: 3; /* Display last on mobile */
    }
}
/* Desktop layout (for screens wider than 768px) */
@media (min-width: 768px) {
    
    .header_footer_section .eligibility {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal-width columns */
        gap: 20px; /* Spacing between columns */
    }
    
    .header_footer_section .left-heading {
        grid-column: 1 / 2; /* Position in the first column */
        grid-row: 1; /* First row */
    }
    
    .header_footer_section .left {
        grid-column: 1 / 2; /* Stay in the first column */
        grid-row: 2; /* Second row, directly below .left-heading */
    }
    
    .header_footer_section .right {
        grid-column: 2 / 3; 
        grid-row: 1 / span 2; 
        display: flex;
        justify-content: flex-end;
    }
    
    
}


.header_footer_section .stories {
    width: 100%;
    background-color: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    margin-top: 20px;
}

.header_footer_section .stories h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.header_footer_section .storiesContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.header_footer_section .storiesSelect {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;
}

.header_footer_section .storiesSelect span {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    color: #6C4327;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: solid 1px #6c432749;
}

.header_footer_section #select {
    font-weight: 500;
    border-bottom: solid 1px #6C4327;
}

.header_footer_section .storiesCard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.header_footer_section .card {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_footer_section .textCard {
    background-image: url(./assets/img/582c1a422e221bd9e6b4b227c6bb5b13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.header_footer_section .card .content {
    width: 100%;
    height: 100%;
    padding: 45px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 10;
    color: #fff;
}

.header_footer_section .overlay {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #008394c4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.header_footer_section .card .content span {
    font-size: 16px;
}

.header_footer_section .card .content .buttons {
    display: flex;
    gap: 16px;
    margin: 50px 0 10px 0;
}

.header_footer_section .card .content .buttons a {
    font-size: 12px;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 20px;
    color: #333333;
}

.header_footer_section .nameFlag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_footer_section .name {
    display: flex;
    flex-direction: column;
}

.header_footer_section .name h4 {
    font-size: 24px;
    font-weight: 500;
}

.header_footer_section .nameFlag img {
    width: 40px;
}

.header_footer_section .card>img {
    width: 100%;
}



.header_footer_section .recruiters {
    width: 100%;
    background-color: #fff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 72px 0;
}

.header_footer_section .recruiters h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 50px;
}

.header_footer_section .marquee {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.header_footer_section .companyLogos {
    display: flex;
    gap: 40px;
    animation: scroll 20s linear infinite;
    -webkit-animation: scroll 20s linear infinite;
}

.header_footer_section .companyLogos2 {
    display: flex;
    gap: 40px;
    animation: scrollOpposite 20s linear infinite;
}

.header_footer_section .companyLogos:hover {
    animation-play-state: paused;
    /* Pause animation on hover */
}

.header_footer_section .companyLogos2:hover {
    animation-play-state: paused;
    /* Pause animation on hover */
}

.header_footer_section .marquee .logo {
    flex: 0 0 auto;
    /* Prevent shrinking */
    padding: 10px;
    /* Add some spacing between logos */
}

.header_footer_section .marquee .logo img {
    object-fit: contain;
    height: 60px;
    width: 180px;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    
    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollOpposite {
    from {
        transform: translateX(-50%);
    }
    
    to {
        transform: translateX(0%);
    }
}


.header_footer_section.footer {
    background-color: #f7f3ea;
    padding-top: 50px;
    color: #333;
}

.header_footer_section .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0 50px 0px 50px;
}

.header_footer_section .footer-column {
    flex: 1 1 200px;
}

.header_footer_section .footer-column h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #444;
}

.header_footer_section .footer-column ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    gap: 16px;
    padding-left: 0;
    opacity: 80%;
}
.header_footer_section .info-opacity {
    opacity: 80%;
}
.header_footer_section .info-email {
    border-bottom:1px solid #333333;
}

.header_footer_section .footer-column ul li a {
    text-decoration: none;
    color: #666;
    transition: color 0.2s;
}

.header_footer_section #downloadButton a {
    width: 80px;
}

.header_footer_section #downloadButton a img {
    width: 100%;
    height: 28px;
}

.header_footer_section #downloadButton {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 10px;
}

.header_footer_section .footer-column ul li a:hover {
    color: #000;
}

.header_footer_section .footer-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 20px 50px;
    background-color: #E0D8CB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.header_footer_section .social-icons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.header_footer_section .social-icons a {
    text-decoration: none;
    color: #444;
    font-size: 18px;
}

.header_footer_section .social-icons a img {
    width: 25px;
}

.header_footer_section .info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-top: 10px;
}

.header_footer_section .info img {
    width: 20px;
}


@media (max-width: 768px) {
    .header_footer_section .material-symbols-outlined1{
        width: 20px;
        height: 24px;
        margin-right: 22px;
    }
    .header_footer_section .material-symbols-outlined1 img{
        width:24px;
        height:23px;
    }
    .header_footer_section .mainNav .logo{
        margin-right:auto;
    }
    .header_footer_section .menuIcon{
        width: 24px;
        height: 18px;
    }
    .header_footer_section .join-first-line{
        font-size:20px;
        color:white;
        line-height:24px;
        text-align:center;
    }
    .header_footer_section .mainNav .logo img{
        width:141.21px;
    }
    .header_footer_section .stories-parent{
        padding:24px !important;
    }
    .header_footer_section .topNav {
        display: none !important;
    }
    
    .header_footer_section nav {
        padding: 20px 20px;
    }
    
    .header_footer_section .nav-links {
        display: none;
        flex-direction: column;
        gap: 20px;
        background-color: #E0D8CB;
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        padding: 20px 50px;
        z-index: 10;
        border-radius: 0px;
        height:100vh;
        justify-content: flex-start;
    }
    
    .header_footer_section .menuIcon {
        display: block;
    }
    
    
    */
    
    .header_footer_section .hero {
        background-size: 100%;
        background-position: center top 76px;
    }
    
    .header_footer_section .hero h1 {
        margin-top: 0;
        padding-top: 0px;
        line-height: 5rem;
    }
    
    .header_footer_section .features {
        padding: 48px 24px!important;
        max-height: none;
    }
    .header_footer_section .courses {
        padding: 48px 0;
    }
    
    .header_footer_section h5 {
        font-size: 32px;
        font-weight: 800;
    }
    
    .header_footer_section .size-16 {
        font-size: 16px;
        
        line-height: 19.5px;
    }
    
    .header_footer_section .features h2 {
        font-size: 32px;
        line-height: 38.4px;
    }
    
    .header_footer_section .featureContainer {
        flex-direction: column;
    }
    
    .header_footer_section .courses .top {
        padding: 0 50px;
    }
    
    .header_footer_section .courses .top h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
    }
    
    .header_footer_section .courses .top span {
        text-align: center;
        font-size: 17px;
        font-weight: 400;
        line-height: 21.6px;
    }
    
    .header_footer_section .courseContainer {
        gap: 10px;
    }
    
    .header_footer_section .courseSelect {
        /* gap: 20px; */
        display: none;
    }
    
    .header_footer_section .courseItemContainer {
        margin-top: 30px;
    }
    
    .header_footer_section .courseItem {
        justify-content: space-between;
        font-size: 20px;
        padding: 20px;
        font-weight: 700;
        line-height: 24px;
        gap: 50px;
    }
    
    .header_footer_section .hoverImage {
        display: none;
    }
    
    .header_footer_section .joinContainer {
        padding: 0;
        
    }
    
    .header_footer_section .join {
        flex-direction: column;
        gap: 50px;
        border-radius: 0px;
        padding: 48px 24px;
    }
    
    .header_footer_section .join .j-left {
        width: 90%;
        align-items: center;
    }
    
    .header_footer_section .join .j-left h2 {
        font-size: 32px;
        font-weight: 700;
    }
    
    .header_footer_section .join .j-left span {
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        text-align: center;
        color: #FFFFFF;
    }
    
    .header_footer_section .join .j-left img {
        width: 100%;
        height: 280px;
    }
    
    
    .header_footer_section .join .j-right {
        width: 100%;
        padding-left: 0px;
    }
    
    .header_footer_section .point {
        display: flex;
        align-items: start;
        gap: 20px;
    }
    
    .header_footer_section .point img {
        width: 40px;
    }
    
    .header_footer_section .point p {
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    
    .header_footer_section .eligibility {
        flex-direction: column;
        padding: 48px 24px;
    }
    
    .header_footer_section .eligibility .left {
        width: 100%;
        align-items: center;
        padding-right: 0px;
    }
    
    .header_footer_section .eligibility .left h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
    }
    
    .header_footer_section .eligibility .left>span {
        margin-bottom: 18px !important;
        font-weight: 400;
        text-align: center;
    }
    
    .header_footer_section .eligibility .right .l img {
        width: 100%;
        height: 363px;
    }
    
    .header_footer_section .img-upper img {
        width: 100% !important;
        height: 170px !important;
        object-fit: cover;
        object-position: -35px;
    }
    
    .header_footer_section .img-lower img {
        width: 120px !important;
        height: 140px !important;
    }
    
    .header_footer_section .eligibility .right .r {
        margin-left: 10px;
    }
    
    .header_footer_section .sizec-24 {
        font-size: 18px;
    }
    
    .header_footer_section .eligibility .right {
        margin-top: 20px;
        width: 100%;
    }
    
    .header_footer_section .stories h2 {
        font-size: 32px;
        font-weight: 700;
        width: 114%;
    }
    
    .header_footer_section .storiesSelect {
        width: 110%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .header_footer_section .storiesSelect span {
        width: 100%;
    }
    
    .header_footer_section .storiesCard {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
    }
    
    .header_footer_section .card {
        width: 100%;
        min-width: 80%;
        flex: 0 0 auto;
        scroll-snap-align: start;
        background: #fff;
    }
    
    .header_footer_section .recruiters h2 {
        font-size: 32px;
        font-weight: 700;
    }
    
    .header_footer_section .eligibility .left p {
        font-size: 20px;
        font-weight: 700;
        max-width: 110%;
    }
    
    .header_footer_section .magin-top-30 {
        margin-top: -20%;
        
    }
    .header_footer_section .mainNav {
        position: fixed;
        z-index: 999;
    }
    
    
}



/* Optional: To handle opacity when you need it */
.header_footer_section .hidden {
    opacity: 0;
    /* Use this class to hide the button */
}

.header_footer_section .button-container {
    display: flex;
    justify-content: flex-start;
    /* Aligns the button to the left */
}

.header_footer_section .apply-button {
    width: 130px;
    height: 31px;
    gap: 0;
    /* Note: gap is not applicable to buttons */
    opacity: 1;
    /* Set to 1 to make the button visible */
    font-family: 'Proxima Nova', sans-serif;
    /* Ensure the font is imported */
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    border: none;
    /* Remove default border */
    background-color: transparent;
    /* Optional: set background color */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

.header_footer_section a.btn.btn-primary.btn-block.custom-button {
    background-color: #FFFFFF;
    text-align: left;
    border-color: #E5D4A3;
}

.header_footer_section .apply-now-text {
    font-family: 'Proxima Nova';
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    color: #BA8938;
}

.header_footer_section .video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center align items */
    justify-content: center;
    /* Center content vertically */
    /* Left and right padding */
    width: 100%;
    height: auto;
    /* Height for desktop view */
    max-width: 100%;
    background-color: #FFFFFF;
    color: #333333;
    border-radius: 15px;
    overflow: hidden;
    /* Hide overflow */
    position: relative;
    /* Positioning context for absolute elements */
    width: -webkit-fill-available;
}

.header_footer_section .video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    width: 100%;
}

.header_footer_section .video-container iframe {
    position: absolute;
    /* Absolute positioning */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* Remove default border */
    border-radius: 16px;
    /* Match border radius */
}

/* Media query for mobile adjustments */
@media (max-width: 480px) {
    .header_footer_section .video-container {
        height: 187.75px;
        /* Fixed height for mobile view */
        padding: 0 24px;
        /* Adjust padding for mobile */
    }
    
    .header_footer_section .video-container::before {
        padding-top: 75%;
        /* 4:3 Aspect Ratio for smaller devices */
    }
}




.header_footer_section .affordable .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    /* Add padding for some space around content */
    text-align: center;
    /* Center text inside the flex container */
}

.header_footer_section .affordable .top h2 {
    font-size: 4em;
    /* 65px in em (assuming base font size of 16px) */
    font-weight: 700;
    line-height: 1.2;
    /* Adjust line height for better readability */
    margin: 0;
    /* Remove default margin for better control */
    color: #333333;
    /* Ensure good contrast */
}

.header_footer_section .affordable .top span {
    font-size: 1em;
    /* 16px in em (assuming base font size of 16px) */
    color: #3D3D3D;
    /* Lighter color for the description */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header_footer_section .affordable .top h2 {
        font-size: 2.5em;
        /* Responsive size for smaller screens */
        line-height: 1.3;
        /* Adjust line height for smaller text */
    }
    
    .header_footer_section .affordable .top span {
        font-size: 0.875em;
        /* 14px for better readability */
    }
}

@media (max-width: 480px) {
    .header_footer_section .affordable .top {
        padding: 0;
    }
    .header_footer_section .affordable .top h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        padding: none;
    }
    
    .header_footer_section .affordable .top span {
        font-size: 18px;
        line-height: 21.6px;
        font-weight: 400;
        /* 12px for smaller screens */
    }
}

.header_footer_section .affordable-box {
    border: 1px solid #E5D4A3;
    border-radius: 5px;
    padding: 0px;
}

/* Custom styles for mobile responsiveness */
.header_footer_section .head {
    background-color: #F9F6ED;
}

.header_footer_section .bordered-column {
    border: 1px solid #E5D4A3;
    border-radius: 5px;
    padding: 10px;
}

.header_footer_section .border-end {
    border-right: 1px solid #E5D4A3;
}

.header_footer_section .text-warning {
    color: #BA8938;
}

@media (max-width: 576px) {
    .header_footer_section .fs-5 {
        font-size: 1.25rem;
        /* Adjust font size for small screens */
    }
}

@media (min-width: 768px) {
    .header_footer_section .mb-4 {
        margin-bottom: 1.5rem;
        /* Adjust bottom margin for medium screens and up */
    }
    .header_footer_section .material-symbols-outlined1{
        display: none;
    }
}


/* Carousel Container */
.header_footer_section .custom-carousel {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

/* Arrows */
.header_footer_section .custom-left-arrow,
.header_footer_section .custom-right-arrow {
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 10px;
}

.header_footer_section .custom-left-arrow {
    left: 10px;
    display: none;
    /* Hide left arrow initially */
}

.header_footer_section .custom-right-arrow {
    right: 10px;
}

/* Image Container */
.header_footer_section .custom-carousel-images {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

.header_footer_section .custom-image-container {
    position: relative;
    min-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.header_footer_section .custom-image-container img {
    width: 100%;
    display: block;
    height: 500px;
}

/* Overlay Text */
.header_footer_section .custom-overlay-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    background: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 4rem;
    font-weight: 800;
}

/* Responsive */
@media (max-width: 600px) {
    
    .header_footer_section .custom-left-arrow,
    .header_footer_section .custom-right-arrow {
        font-size: 1.5rem;
    }
    
    .header_footer_section .custom-overlay-text {
        font-size: 2rem;
        font-weight: 600;
    }
}

/* Hide the mobile dropdown by default */
.header_footer_section .storiesSelectMobile {
    display: none;
}

.header_footer_section .stories-select {
    
    border-bottom: 2px solid #CEA655 !important;
    padding-bottom: 10px;
    
}

.header_footer_section span#select {
    margin-top: 20px;
}

/* Show the desktop version by default */
.header_footer_section .storiesSelectDesktop {
    display: flex;
    gap: 10px;
    /* Adds spacing between items */
    align-items: center;
}

/* Mobile styles for the dropdown */
.header_footer_section .dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_footer_section .arrow-stories {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.header_footer_section .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
}

.header_footer_section .dropdown-menu span {
    display: block;
    padding: 8px 10px;
    cursor: pointer;
}

.header_footer_section .dropdown-menu span:hover {
    background-color: #f1f1f1;
}


.header_footer_section .storiesSelectMobile.active .dropdown-menu {
    display: block;
}

.header_footer_section .storiesSelectMobile.active .arrow-stories {
    transform: rotate(180deg);
}

/* Mobile-specific styling */
@media (max-width: 768px) {
    .header_footer_section .storiesSelectMobile {
        display: inline-block;
        width: 110%;
        color: #BA8938;
    }
    
    .header_footer_section .storiesSelectDesktop {
        display: none;
    }
}

.header_footer_section .courseItemContainer {
    display: none;
}

.header_footer_section .courseItemContainer.active-under {
    display: flex;
    border-bottom: 0 !important;
}



/*//////////////  stories carousel ////////*/
.header_footer_section .carousel-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.header_footer_section .carousel {
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    gap: 0px;
    align-items: center;
    scroll-behavior: smooth;
    /* margin-top: -1rem; */
}

.header_footer_section .carousel-item {
    flex: 1;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 1s ease;
    box-sizing: border-box;
    /* padding: 10px; */
}

.header_footer_section .carousel-item-right {
    justify-content: left;
    padding-left: 25px;
}

.header_footer_section .carousel-item-left {
    justify-content: right;
    padding-right: 25px;
}

/* #mid-div-img {
max-width: 461px;
max-height: 426px;
object-fit: cover;
border-radius: 16px;
} */

.header_footer_section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    transition: opacity 0.5s ease;
}

.header_footer_section .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.header_footer_section .arrow {
    cursor: pointer;
    opacity: 0.8;
}

.header_footer_section .dots {
    display: flex;
    gap: 8px;
}

.header_footer_section .dot {
    width: 10px;
    height: 10px;
    background-color: #e5d4a3;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.header_footer_section .dot.activee {
    background-color: #ba8938;
}

.header_footer_section .story-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #10687ab2;
    left: 0;
    z-index: 20;
    border-radius: 16px;
}

.header_footer_section #img2 {
    border-radius: 16px;
    width: 40vw;
    height: 28vw;
}

.header_footer_section .overlay-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    z-index: 30;
}

.header_footer_section .content-overlay-inside {
    padding: 28px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.header_footer_section .content-overlay-inside p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

.header_footer_section .content-overlay-inside div p {
    opacity: 0.6;
}

.header_footer_section .tags-container {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.header_footer_section .tags {
    background-color: #f6f6f6;
    padding: 6px 10px;
    border-radius: 20px;
    color: #073742;
    font-size: 12px;
}

.header_footer_section .profile-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header_footer_section .profile-info img {
    height: 35px;
    width: 35px;
}

.header_footer_section .profile-info h1 {
    font-size: 32px;
}

.header_footer_section .testimonial-name {
    opacity: .8;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.header_footer_section .testimonial-degree {
    margin: 0;
    font-size: 16px;
}
.header_footer_section #mid-div-img{
    width:40vw;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .header_footer_section .profile-info h1 {
        font-weight: 400;
        font-size: 18px;
    }
    
    .header_footer_section .carousel-item:nth-child(1),
    .header_footer_section .carousel-item:nth-child(3) {
        display: none;
    }
    
    .header_footer_section .tags {
        padding: 5px 7px;
        font-size: 12px;
        opacity: 0.8;
    }
    
    .header_footer_section #mid-div-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 8.7px;
        margin-top: 22px;
        max-width: 480px !important;
        max-height:370px !important;
    }
    
    .header_footer_section .stories-title h1 {
        font-size: 32px !important;
        line-height: 38.4px;
    }
    
    
    
    .header_footer_section .carousel {
        flex-direction: column;
    }
    
    .header_footer_section .carousel-item {
        max-width: 100%;
        height: auto;
        padding: 5px;
    }
    
    .header_footer_section #img2 {
        border-radius: 8.7px;
        /* width: 100%;
        height: 100%; */
    }
    .header_footer_section #mid-div-img{
        width:100%;
        padding:0px;
    }
    
    .header_footer_section .content-overlay-inside p {
        font-size: 16px;
    }
    
    .header_footer_section .testimonial-degree {
        font-size: 13px !important;
    }
    
    .header_footer_section .profile-info img {
        height: 26px;
        width: 26px;
    }
    
}

@media (max-width: 1150px) {
    .header_footer_section #mid-div-img {
        width: 100%;
        height: auto;
        max-width: 670px;
        max-height: 350px;
        object-fit: cover;
    }
    
    .header_footer_section .carousel {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .header_footer_section .stories-title h1 {
        font-size: 32px !important;
        line-height: 38.4px !important;
        font-weight: 700 !important;
    }
    
    .header_footer_section .carousel-item {
        max-width: 100%;
        padding: 5px;
    }
    
    .header_footer_section .content-overlay-inside {
        padding: 27px 22px;
    }
    
    .header_footer_section .content-overlay-inside p {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 100;
        /* opacity: 0.9; */
        line-height: 22px;
    }
    
    .header_footer_section .tags-container {
        gap: 2px;
    }
    
    .header_footer_section .tags {
        padding: 8px 10px;
        font-size: 12px;
    }
    
    
    .header_footer_section .stories-title {
        margin-bottom: 0px !important;
    }
    .header_footer_section #mid-div-img{
        width:100%;
        padding:0px;
        width: 83vw;
        height: 370px;
    }
}


/* ------------------------------------ stories -------------------------------- */
.header_footer_section .stories-parent {
    
    padding: 72px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.header_footer_section .stories-container {
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_footer_section .stories-container button {
    color: #cda452;
}

.header_footer_section .stories-title {
    margin-bottom: 2.5rem;
}

.header_footer_section .stories-title h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    color: #333333;
}

.header_footer_section #nextBtn {
    margin-left: 2rem;
    height: 32px;
}

.header_footer_section #prevBtn {
    margin-right: 2rem;
    height: 32px;
}



/* tab */

.header_footer_section .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 20px;
}

.header_footer_section .tab-btn {
    padding: 12px 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
    border-bottom: 1px solid #e0d8cb;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #9f937f;
    text-transform: uppercase;
}

.header_footer_section .tab-btn.activee {
    color: #a06c2e;
    border-bottom: 2px solid #a06c2e;
    font-weight: 600;
}

.header_footer_section .tab-dropdown {
    display: none;
    width: 100%;
}

.header_footer_section .tab-content {
    /* display: none; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header_footer_section .tab-content.activee {
    display: flex;
    align-items: stretch;
}


@media (max-width: 768px) {
    .header_footer_section #img2{
        width: 83vw;
        height: 370px;
    }
    .header_footer_section .step-container h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
    }
    
    .header_footer_section .programs-heading {
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: center;
        margin-bottom: auto;
    }
    
    .header_footer_section .program-grid {
        grid-template-columns: 46.5% 46.5%;
        width: 100%;
        /* 1 column on small screens */
    }
    
    /* .program-card{
    width: 45%;
    } */
    
    /* Hide image on large and medium screens */
    .header_footer_section .program-img {
        display: none;
    }
    
    /* Dropdown replaces tabs on small screens */
    .header_footer_section .tabs {
        display: none;
        /* Hide tabs */
    }
    
    .header_footer_section .tab-dropdown {
        display: block;
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;
        padding: 10px 15px 10px 0;
        border: none;
        background-color: transparent;
        outline: none;
        text-transform: capitalize;
        color: #a06c2e;
        border-bottom: 2px solid #a06c2e;
        width: 100%;
        margin-bottom: 20px;
        font-family: "Proxima Nova";
    }
    
    .header_footer_section select {
        appearance: auto;
        font-size: 30px;
        font-weight: 600;
    }
    
    .header_footer_section .menu-item-has-children .dropdown-menu-toggle {
        font-size: 20px;
    }
    .header_footer_section .recruiters {
        padding: 48px 24px;
    }
    .header_footer_section #dropdown-about .tab {
        flex-direction: column !important;
        gap: 20px !important;
    }
}





/* online_course css start */
.header_footer_section .video-container.my-4 {
    margin-left: 52px;
    margin-right: 52px;
    margin-top: 52px;
    margin-bottom: 1.5rem;
    height: 650px;
}

.header_footer_section .video-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center align items */
    justify-content: center;
    /* Center content vertically */
    /* Left and right padding */
    width: 100%;
    height: auto;
    /* Height for desktop view */
    max-width: 100%;
    background-color: #FFFFFF;
    color: #333333;
    border-radius: 15px;
    overflow: hidden;
    /* Hide overflow */
    position: relative;
    /* Positioning context for absolute elements */
    width: -webkit-fill-available;
}

.header_footer_section .video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    width: 100%;
}

.header_footer_section .video-container iframe {
    position: absolute;
    /* Absolute positioning */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* Remove default border */
    border-radius: 16px;
    /* Match border radius */
}

/* Media query for mobile adjustments */
@media (max-width: 480px) {
    .header_footer_section .video-container {
        height: 192.75px !important;
        margin: 24px 24px 0px 24px !important;
        padding: 0 24px;
        /* Adjust padding for mobile */
    }
    
    .header_footer_section .video-container::before {
        padding-top: 75%;
        /* 4:3 Aspect Ratio for smaller devices */
    }
    .header_footer_section #img2{
        width: 83vw;
        height: 310px;
    }
}


.header_footer_section .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 52px 72px 72px 72px;
    margin: 20px auto;
    font-family: "Proxima Nova";
    width: 100%;
    background-color: #FFFFFF;
    color: #333333;
    line-height: 1.6;
}

.header_footer_section .description h2 {
    font-size: 62px;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 76.8px;
}

.header_footer_section .description p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 1rem;
    text-align: justify;
    color: #3D3D3D;
    font-family: "Proxima Nova" !important;
}


@media (max-width: 480px) {
    .header_footer_section .description {
        padding: 1rem;
        /* Further reduced padding for mobile */
    }
    
    .header_footer_section .description h2 {
        font-size: 32px;
        line-height: 38.4px;
        margin-bottom: 1rem;
        /* Space below heading */
    }
    
    .header_footer_section .description p {
        font-size: 18px;
        line-height: 21.6px;
        margin-bottom: 1rem;
        /* Space below paragraphs */
    }
}

.header_footer_section .advanced {
    width: 100%;
    padding: 72px;
    background-color: #F6F0E6;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header_footer_section .advanced h2 {
    font-size: 67px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
    font-family: "Proxima Nova" !important;
}

.header_footer_section .advanced {
    text-align: center;
}

.header_footer_section .advanced h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}



.header_footer_section .carousel-advanced {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.header_footer_section .carousel-advanced-images {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%; /* Ensure full container width */
    margin-bottom: 76px;
}

.header_footer_section .carousel-advanced-image {
    flex: 0 0 auto; /* Prevent images from shrinking */
}

.header_footer_section .carousel-advanced-image img {
    width: 100%;
    display: block;
    object-fit: cover; /* Maintain aspect ratio without distortion */
}

/* Button container for next and previous buttons */
.header_footer_section .button-container-advanced {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    position: absolute;
    top: 50%; /* Center vertically */
    width: 100%;
    transform: translateY(-50%); /* Center the buttons vertically */
}

/* Button positioning */
.header_footer_section .prev-advanced, .header_footer_section .next-advanced {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.header_footer_section .prev-advanced {
    position: absolute;
    left: 40%; /* Adjust for more space on the left */
    z-index: 10;
}

.header_footer_section .next-advanced {
    position: absolute;
    right: 40%; /* Adjust for more space on the right */
    z-index: 10;
}

/* Dots container for pagination */
.header_footer_section .dots-advanced {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.header_footer_section .dot-advanced {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #E5D4A3; /* Default dot color */
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.header_footer_section .dot-advanced.active-advanced {
    background-color: #BA8938; /* Active dot color */
}

/* Default settings for larger screens */
@media (min-width: 1025px) {
    .header_footer_section .carousel-advanced-image {
        width: 16.66%; /* Show 6 images at a time on larger screens */
    }
}

/* Mobile and tablet styles */
@media (max-width: 768px) {
    .header_footer_section .button-container-advanced {
        display: flex; /* Show the buttons on mobile and tablet */
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%); /* Center the buttons vertically */
        justify-content: space-between; /* Align buttons to the left and right */
    }
    
    /* Flexbox container for images */
    .header_footer_section .carousel-advanced-images {
        display: flex;
        flex-wrap: wrap; /* Wrap the images to new rows */
    }
    
    .header_footer_section .carousel-advanced-image {
        width: 50%; /* Show 2 images per row */
        box-sizing: border-box; /* Ensures padding or margins don't affect width */
    }
    
    .header_footer_section .prev-advanced {
        position: absolute;
        left: 28%; /* Adjust for more space on the left */
        z-index: 10;
    }
    
    .header_footer_section .next-advanced {
        position: absolute;
        right: 28%; /* Adjust for more space on the right */
        z-index: 10;
    }
    .header_footer_section .button-container-advanced {
        display: none; /* Hide buttons on smaller screens */
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .header_footer_section .carousel-advanced-image {
        width: 33.33%; /* Show 3 images at a time on tablets */
    }
}

@media (max-width: 480px) {
    
    .header_footer_section .advanced {
        padding: 42px;
    }
    .header_footer_section .advanced h2 {
        padding: 1rem;
        /* Further reduced padding for mobile */
    }
    
    .header_footer_section .advanced h2 {
        font-size: 32px;
        line-height: 38.4px;
        margin-bottom: 1rem;
        /* Space below heading */
    }
    
    
}



/* cources */



.header_footer_section .next-step {
    text-align: center;
}

.header_footer_section .next-step h2 {
    font-size: 64px;
    margin-bottom: 20px;
}

.header_footer_section .next-step .row {
    justify-content: space-between;
    
}

.header_footer_section .next-step .col-md-4 {
    border-radius: 20px;
}

.header_footer_section .next-step .custom-button {
    width: -webkit-fill-available;
    text-align: left;
    border-color: #e5d4a3;
    border-radius: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_footer_section .next-step .custom-button img {
    margin-right: 10px;
}

.header_footer_section .next-step .apply-now-text {
    text-transform: uppercase;
}
.header_footer_section .apply-now{
    max-width: 692px !important;
}
.header_footer_section .apply-span{
    margin-left: 12px;
}
.header_footer_section .next-step h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    
}
.header_footer_section .next-step {
    padding: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #F9F6ED;
}
@media (max-width: 768px) {
    .header_footer_section .next-step h2 {
        font-size: 32px;
        line-height: 58px;
        margin-left: 0;
        text-align: center;
    }
    .header_footer_section .custom-button {
        font-size: 16px;
        padding: 0.8rem 1.2rem;
    }
    .header_footer_section .apply-now-text {
        font-size: 18px;
        line-height: 23.4px;
        margin-left: 3px;
    }
    .header_footer_section .explore .left p {
        font-size: 18px;
        
    }
}

/* form css  */

.header_footer_section button.btn-close {
    position: relative;
    margin-top: 25px !important;
}

.header_footer_section h1#exampleModalLabel {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 36px;
    width: 406px;
    height: 36px;
}

.header_footer_section button.btn.btn-primary.submit-btn {
    position: relative;
    margin-top: 40px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 12px 16px;
    color: #6C4327;
    border: 1px solid #CDA452;
    background: linear-gradient(90deg, #DABF7C 6.68%, #E4D0A0 79.14%);
}
.header_footer_section input#exampleCheck1 {
    
    background-color: #CDA452;
    border-color: #CDA452;
    
}
.header_footer_section select#courses {
    padding-top: unset;
    padding-bottom: unset;
}
.header_footer_section select#qualification {
    padding-top: unset;
    padding-bottom: unset;
}
.header_footer_section .modal-header {
    border-bottom: 0 !important;
}
.header_footer_section .modal-content {
    padding: 20px;
}
/* Mobile view adjustments */
@media (max-width: 576px) {
    .header_footer_section h1#exampleModalLabel {
        font-size: 19px !important;
        line-height: 28px;
        width: 100%;
        height: auto;
        
    }
    .header_footer_section button.btn.btn-primary.submit-btn{
        margin-top: 34px;
    }
}

.header_footer_section .explore .left h2{
    font-size: 64px;
    font-weight: 700;
    color: #333333;
    text-align: left;
}

.header_footer_section .take-the {
    width: 623px !important;
}

.header_footer_section span.apply-now-text.text-uppercase {
    margin-left: 10px;
}


.header_footer_section .next-step {
    text-align: center;
}

.header_footer_section .next-step h2 {
    font-size: 64px;
    margin-bottom: 20px;
}

.header_footer_section .next-step .row {
    justify-content: space-between;
    
}

.header_footer_section .next-step .col-md-4 {
    border-radius: 20px;
}

.header_footer_section .next-step .custom-button {
    width: -webkit-fill-available;
    text-align: left;
    border-color: #e5d4a3;
    border-radius: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_footer_section .next-step .custom-button img {
    margin-right: 10px;
}

.header_footer_section .next-step .apply-now-text {
    text-transform: uppercase;
}
.header_footer_section .apply-now{
    max-width: 692px !important;
}
.header_footer_section .apply-span{
    margin-left: 12px;
}



/* Basic navigation styles */
.header_footer_section .mainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}




.header_footer_section li.nav-img {
    display: flex;
    align-items: center;
}



.header_footer_section li.nav-img a {
    text-decoration: none;
    font-size: 16px !important;
    color: #333;
    font-family:  "proxima Nova", sans-serif;
    /* margin-right: 8px; */
}


/* Make the carousel responsive */
@media (max-width: 1200px) {
    
    
    .header_footer_section li.nav-img img{
        width:2vw;
    }
    .header_footer_section li.nav-img a {
        text-decoration: none;
        font-size: 1.2vw !important;
        color: #333;
        /* margin-right: 8px; */
    }
    
}
@media (max-width: 992px) {
    .header_footer_section .join .j-right,.join .j-left{
        width:100%
    }
    .header_footer_section .topNav ul a {
        font-size: 11px !important;
    }
    .header_footer_section .featureItem h5{
        font-size:24px !important;
    }
    .header_footer_section .featureItem img{
        width:50px;
    }
    .header_footer_section .size-20{
        font-size:20px;
    }
}

@media only screen and (min-width:1500px){
    .header_footer_section .content-overlay-inside p{
        font-size:20px;
    }
    
}
/* online_course css end */
/* completed */




/* navbar menu */

.header_footer_section .topNav {
    width: 100%;
    background-color: #F6F0E6;
    color: #333333;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.header_footer_section .topNav ul a {
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 600;
}
.header_footer_section .topNav .active {
    color: #FFFFFF !important;    
}

.header_footer_section ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transition: all 0.3s ease-in-out;
}

.header_footer_section a {
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 16px !important;
}

.header_footer_section .topNav .active {
    background-color: #6C4327;
    padding: 6px 10px;
    color: #F6F0E6 !important;
    border-radius: 50px;
}

.header_footer_section nav {
    width: 100%;
    background-color: #E0D8CB;
    padding: 16px 50px;
    
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}


.header_footer_section nav a {
    color: #6C4327 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19.2px;
}

.header_footer_section li.nav-img {
    display: flex;
    align-items: center;
}

.header_footer_section ul.nav-links {
    gap: 24px;
    margin-top: unset !important;
}

.header_footer_section .menuIcon {
    display: none;
    width: 40px;
    cursor: pointer;
}

.header_footer_section .nav-links {
    display: flex;
    margin-bottom: 0px !important;
}

.header_footer_section .fee-link {
    color: #BA8938;
    
}

.header_footer_section h2 {
    font-size: 4em;
    font-weight: 700;
    line-height: 76.8px;
    text-align: center;
}

.header_footer_section h5 {
    font-size: 2em;
    font-weight: 700;
    line-height: 38.4px;
}

.header_footer_section .text-white {
    color: #FFFFFF;
}

.header_footer_section .size-24 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.header_footer_section .sizec-24 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 36px;
}

.header_footer_section .size-2436 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    
}

.header_footer_section .size-28 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    color: var(--Brand-PrestigeGold-06, #A06C2E);
    
}

.header_footer_section .size-32 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
}

.header_footer_section .size-32700 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
}


/* Course_MainPage */




/* .hero{
width: 100%;
height: 685px;
background-image: url(./asset/heroBanner.png);
background-repeat: no-repeat;
background-position: center 170px;
background-attachment: fixed;
} */


/* Basic navigation styles */
.header_footer_section .mainNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background-color: #E0D8CB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}




.header_footer_section li.nav-img {
    display: flex;
    align-items: center;
}



.header_footer_section li.nav-img a {
    text-decoration: none;
    font-size: 16px !important;
    color: #333;
    /* margin-right: 8px; */
}

.header_footer_section .nav-links {
    display: flex
    ;
    margin-bottom: 0px !important;
}
.header_footer_section .nav-links {
    list-style-type: none;
    display: flex;
    gap: 20px;
}
.header_footer_section .nav-links li {
    position: relative;
    font-family: 'proxima Nova',sans-serif;
}
.header_footer_section .nav-links li a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    position: relative;
    bottom:6px;
}
.header_footer_section nav a {
    color: #6C4327 !important;
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19.2px;
    font-family: "Proxima Nova",sans-serif;
}

.header_footer_section li.nav-img {
    display: flex;
    align-items: center;
}

/* ul.nav-links {
gap: 24px;
} */

.header_footer_section .nav-links .nav-img {
    position: relative;
}
.header_footer_section .topNav .active{
    color: #F6F0E6 !important;
}


/* Make the carousel responsive */
@media (max-width: 1200px) {
    .header_footer_section .advanced-carousel {
        width: calc(100% - 24px); /* Adjust for container padding/gap */
    }
    .header_footer_section .advanced-carousel-image img {
        width: 180px; /* Resize the images slightly smaller on large screens */
        height: 180px;
    }
    .header_footer_section .advanced-carousel-images {
        gap: 16px; /* Reduce the gap between images on larger screens */
    }
    /* .mainNav ul.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap:2vw;
    } */
    .header_footer_section li.nav-img img{
        width:2vw;
    }
    .header_footer_section li.nav-img a {
        text-decoration: none;
        font-size: 1.1vw !important;
        color: #333;
        /* margin-right: 8px; */
    }
}

@media (max-width: 992px) {
    .header_footer_section .advanced-carousel-image img {
        width: 160px; /* Smaller images for tablets */
        height: 160px;
    }
    .header_footer_section .advanced-carousel-images {
        gap: 12px; /* Smaller gap for tablets */
    }
    .header_footer_section .topNav ul a {
        font-size: 11px !important;   
    }
    .header_footer_section .custom-carousel{
        max-width:420px;
    }
    
}

@media (max-width: 768px) {
    .header_footer_section .menuIcon {
        display:block;
        width:auto;
        cursor: pointer;
    }
    .header_footer_section .advanced-carousel-image img {
        width: 140px; /* Even smaller images for mobile screens */
        height: 140px;
    }
    .header_footer_section .advanced-carousel-images {
        gap: 8px; /* Smaller gap for mobile screens */
    }
    .header_footer_section .custom-carousel{
        max-width:353px;
    }
    /* .mainNav ul.nav-links {display:none;} */
    
    .header_footer_section .nav-links {
        
        display: none;
        flex-direction: column;
        gap: 20px;
        background-color: #F9F6ED;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        padding: 24px;
        z-index: 10;
        border-radius: 0px;
    }
    .header_footer_section .nav-links.active {
        display: flex;
        align-items: flex-start;
    }
    .header_footer_section .dropdown-container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height:auto;
    }
}

@media (max-width: 480px) {
    .header_footer_section .advanced-carousel-image img {
        width: 120px; /* Smaller images for very small screens (e.g. phones) */
        height: 120px;
    }
    .header_footer_section .advanced-carousel-images {
        gap: 4px; /* Very tight gap for small screens */
    }
}

.header_footer_section .owl-carousel .owl-stage {
    padding-left: 0 !important;  /* Remove left padding */
    padding-right: 30px !important; /* Apply padding only to the right side */
}
.header_footer_section .owl-item .active{
    background-color:#fff !important;
}
.header_footer_section .owl-item .item{
    width:365px;
}
/* Set opacity of all images to 0.5 */
.header_footer_section .owl-carousel .item img {
    opacity: 0.5;
    transition: opacity 0.3s ease; /* Smooth transition */
}

/* Set opacity of the active image to 1 */
.header_footer_section .owl-carousel .owl-item.active .item img {
    opacity: 1;
}

@media (max-width: 767px) {
    .header_footer_section .owl-item .item {
        width: 100%; /* Make the items fill the screen width on mobile */
    }
    
}

.header_footer_section .nav-links .dropdown-content {
    display: none;
    position: absolute;
    /* Style as needed */
}
.header_footer_section .nav-links .dropdown-content1 {
    display: none;
    position: absolute;
    /* Style as needed */
}
.header_footer_section .nav-links .dropdown-content2 {
    display: none;
    position: absolute;
    /* Style as needed */
}

.header_footer_section .nav-links li:hover .dropdown-content {
    display: block;
}
.header_footer_section .nav-links li:hover .dropdown-content1 {
    display: block;
}
.header_footer_section .nav-links li:hover .dropdown-content3 {
    display: block;
}
/* Dropdown styling */
.header_footer_section .dropdown-content {
    position: absolute;
    left: 0;
    top: 100%; /* Show right below the nav link */
    width: -webkit-fill-available;
    height:409px;
    background-color: #f9f9f9;
    /* padding: 40px 50px 12px 40px; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
/* Dropdown styling */
.header_footer_section .dropdown-content1 {
    position: absolute;
    left: 0;
    top: 100%; /* Show right below the nav link */
    width: -webkit-fill-available;
    height:409px;
    background-color: #f9f9f9;
    /* padding: 40px 50px 12px 40px; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.header_footer_section .dropdown-content2 {
    position: absolute;
    left: 0;
    top: 100%; /* Show right below the nav link */
    width: -webkit-fill-available;
    height:409px;
    background-color: #f9f9f9;
    /* padding: 40px 50px 12px 40px; */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.header_footer_section .dropdown-content p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header_footer_section .dropdown-content1 p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header_footer_section .dropdown-content2 p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header_footer_section .dropdown-content a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
.header_footer_section .dropdown-content1 a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
.header_footer_section .dropdown-content2 a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
/* Nested dropdown hidden by default */
.header_footer_section .nested-dropdown-content {
    display: none;
    position: absolute;
    margin-left: 30px;
    padding: 10px 0;
    width: 83%;
    
    
}
.header_footer_section .nested-dropdown-content a {
    size: 16px !important;
    font-weight: 600 !important;
    line-height: 19.2px !important;
    color: #333333 !important;
    display: block;
    padding: 8px 0px; /* Add padding around each link */
    margin-bottom: 10px; /* Add space between the links */
    text-decoration: none;
    text-transform: none;
}
/* Add a white line below the last link */
.header_footer_section .nested-dropdown-content a:last-child {
    margin-bottom: 0; /* Remove the bottom margin from the last item */
}

.header_footer_section .nested-dropdown-content a::after {
    content: "";
    display: block;
    margin-top: 10px; /* Add a little space before the line */
    border-bottom: 1px solid #fff; /* White line beneath the links */
}
/* Mobile adjustments */
@media (max-width: 768px) {
    .header_footer_section .dropdown-content {
        position: relative;
        display: block; /* Display by default on mobile */
    }
    .header_footer_section .dropdown-content1 {
        position: relative;
        display: block; /* Display by default on mobile */
    }
    .header_footer_section .dropdown-content2 {
        position: relative;
        display: block; /* Display by default on mobile */
    }
}
.header_footer_section .dropdown-container{
    display: flex;
    justify-content: space-between;
    
}

.header_footer_section .undergraduate-text {
    flex: 1; /* This allows the text to take up the available space */
    color:#333333;
    font-size:16px !important;
    line-height:24px;
    width:285.58px;
    font-family:'proxima Nova',sans-serif;
}

.header_footer_section .program-description {
    display: block; /* Forces it to appear on the next line */
    width: 100%;
    font-size: 14px !important;
    color: #8C8C8C;
    margin-top: 5px; /* Adds some space above the description */
    font-size: 14px;
    line-height:21px;
    font-family:'proxima Nova',sans-serif;
}
.header_footer_section .dropdown-content p{
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header_footer_section .dropdown-content1 p{
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header_footer_section .dropdown-content2 p{
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header_footer_section .tab-container {
    width: 757px;
    height: 327px;
    gap: 16px;
    display: flex;
    margin: 24px 72px;
    flex-direction: column;
}
.header_footer_section .tab-container p {
    margin: 0;
    padding: 0;
}
.header_footer_section .new-tab{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.header_footer_section .tabcontent{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.header_footer_section .tabcontent1{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.header_footer_section .tabcontent2{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.header_footer_section .tablinks{
    flex-direction: column;
    padding: 0px;
    gap: 2px;
    padding: 8px;
}
.header_footer_section .tablinks1{
    flex-direction: column;
    padding: 0px;
    gap: 2px;
    padding: 8px;
}
.header_footer_section .tablinks2{
    flex-direction: column;
    padding: 0px;
    gap: 2px;
    padding: 8px;
}
.header_footer_section .undergraduate-img {
    width: 20px; /* Adjust the size of the image as needed */
}

.header_footer_section .menurightarrow-img {
    margin-left: auto; /* Pushes the arrow to the right */
}
.header_footer_section .menurightarrow-img {
    width: 10px;
    
}

.header_footer_section .tab {
    float: left;
    width: 369px;
    height: 327px;
    
}

/* Style the buttons inside the tab */
.header_footer_section #dropdown-life-at-university .tab{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:12px;
}
.header_footer_section #dropdown-admission .tab,.header_footer_section #dropdown-placement .tab{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:20px;
}

.header_footer_section .tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header_footer_section .tablinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    border: none;
    background-color: inherit;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: left;
    font-size: 16px;
    padding-right:8px;
}
.header_footer_section .tablinks1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    border: none;
    background-color: inherit;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: left;
    font-size: 16px;
    padding-right:8px;
}
.header_footer_section .tab button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    border-radius:8px !important;
    gap:2px;
}
.header_footer_section .tab button {
    display: block;
    background-color: inherit;
    color: black;
    width: 369px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}
.header_footer_section .tab button.active {
    background-color: #F4EBD3;
    padding:8px;
}

.header_footer_section .alwaysimproving{
    padding:24px 72px 24px 24px;
}
.header_footer_section .dropdown-content {
    position: absolute;
    top: 152px; /* Position it just below the "Programs & Courses" */
    left: 0;
    width: -webkit-fill-available;
    height: 409px;
    /* padding: 40px 50px 12px 50px; */
    gap: 8px;
    opacity: 1;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Optional shadow */
    z-index: 10;
}
.header_footer_section .dropdown-content1,.header_footer_section .dropdown-content2 {
    position: absolute;
    top: 152px; /* Position it just below the "Programs & Courses" */
    left: 0;
    width: -webkit-fill-available;
    height: 409px;
    /* padding: 40px 50px 12px 50px; */
    gap: 8px;
    opacity: 1;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Optional shadow */
    z-index: 10;
}
.header_footer_section .programs{
    font-family:"proxima Nova", sans-serif;
}
.header_footer_section .dropdown-content span {
    color: #BA8938;
}
.header_footer_section .dropdown-content1 span {
    color: #BA8938;
}
.header_footer_section .dropdown-content2 span {
    color: #BA8938;
}
.header_footer_section .alwaysimproving h2 {
    
    font-family: 'Proxima Nova',sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    margin-top:12px;
    margin-bottom:0.5rem;
    
}
.header_footer_section .alwaysimproving p {
    font-family: 'proxima Nova',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem;
    
}
.header_footer_section .alwaysimproving span {
    
    font-family: 'proxima Nova',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    
}
.header_footer_section .alwaysimproving img {
    width: 289px;
    height: 150px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
background-color: #ddd;
} */
.header_footer_section .alwaysimproving {
    width: 377px;
    height: 409px;
    gap: 16px;
    background-color: #F9F6ED;
    
}
.header_footer_section .tabcontent {
    float: left;
    padding: 12px;
    width: 296px;
    border-left: none;
    height: 315px;
    display: none; /* Hide content by default */
}
.header_footer_section .tabcontent1 {
    float: left;
    padding: 12px;
    width: 296px;
    border-left: none;
    height: 315px;
    display: none; /* Hide content by default */
}
.header_footer_section .tabcontent2 {
    float: left;
    padding: 12px;
    width: 296px;
    border-left: none;
    height: 315px;
    display: none; /* Hide content by default */
}

.header_footer_section .tabcontent {
    padding: 0px;
    margin: -10px;
    height: 100%;
    
}
.header_footer_section .tabcontent1 {
    padding: 0px;
    margin: -10px;
    height: 100%;
    
}
.header_footer_section .tabcontent2 {
    padding: 0px;
    margin: -10px;
    height: 100%;
    
}
.header_footer_section .dropdown-content a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
.header_footer_section .dropdown-content1 a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
.header_footer_section .dropdown-content2 a {
    color: #8C8C8C;
    width: 100%;
    display: flex;
    position: relative;
}
.header_footer_section .tabcontent a {
    display: block;
    padding: 0px 0px 6px 0px; /* Space above and below each link */
    font-size: 16px !important;
    color: #333; /* Text color */
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none; /* Remove underline */  
    border-bottom: 1px solid #F4EBD3
}
.header_footer_section .tabcontent1 a,.header_footer_section .tabcontent2 a {
    display: block;
    padding: 0px 0px 6px 0px; /* Space above and below each link */
    font-size: 16px !important;
    color: #333; /* Text color */
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none; /* Remove underline */  
    border-bottom: 1px solid #F4EBD3
}
.header_footer_section .alwaysimproving span img {
    width: 13.6px;
    height: 13.6px;
    top: 4.8px;
    left: 5.6px;
    gap: 0px;
    opacity: 0px;
}
.header_footer_section .menurightarrownew-img{
    transform:rotate(180deg);
}
@media only screen and (min-width:768px){
    .header_footer_section .tabcontent-mob{
        display: none !important;
    }
    .header_footer_section .tabcontent-mob1{
        display: none !important;
    }
    .header_footer_section .tabcontent-mob2{
        display: none !important;
    }
    .header_footer_section .backtonavbar{
        display:none;
    }
}

@media only screen and (max-width:768px){
    .header_footer_section .backtonavbar{
        display:flex;flex-direction:row;gap:8px;cursor:pointer;
    }
    .header_footer_section .tabcontent{
        display: none !important;
    }
    .header_footer_section .tabcontent1{
        display: none !important;
    }
    .header_footer_section .tabcontent2{
        display: none !important;
    }
    .header_footer_section .tabcontent-mob a:last-child{
        border-bottom:none;
    }
    .header_footer_section .tabcontent-mob1 a:last-child{
        border-bottom:none;
    }
    .header_footer_section .tabcontent-mob2 a:last-child{
        border-bottom:none;
    }
    .header_footer_section .tabcontent-mob{
        /* padding-top: 20px; */
        display: flex;
        flex-direction: column;
        gap: 12px;
        /* margin: 0px -10px; */
        height: 100%;
        padding:0px 17px 0px 42px;
    }
    .header_footer_section .tabcontent-mob1{
        /* padding-top: 20px; */
        display: flex;
        flex-direction: column;
        gap: 12px;
        /* margin: 0px -10px; */
        height: 100%;
        padding:0px 17px 0px 42px;
    }
    .header_footer_section .tabcontent-mob2{
        /* padding-top: 20px; */
        display: flex;
        flex-direction: column !important;
        gap: 12px !important;
        /* margin: 0px -10px; */
        height: 100% !important;
        padding:0px 17px 0px 42px !important;
    }
    .header_footer_section .tabcontent-mob a{
        padding:0px 0px 6px 0px;
        font-size: 16px !important;
        color: #333;
        font-weight: 600;
        line-height: 19.2px;
        text-decoration: none;
        border-bottom: 1px solid #F9F6ED;
        color:#333333 !important;
        padding-top: 20px;
        display: flex;
    }
    .header_footer_section .tabcontent-mob1 a{
        padding:0px 0px 6px 0px;
        font-size: 16px !important;
        color: #333;
        font-weight: 600;
        line-height: 19.2px;
        text-decoration: none;
        border-bottom: 1px solid #F9F6ED;
        color:#333333 !important;
        padding-top: 20px;
        display: flex;
    }
    .header_footer_section .tabcontent-mob2 a{
        padding:0px 0px 6px 0px;
        font-size: 16px !important;
        color: #333;
        font-weight: 600;
        line-height: 19.2px;
        text-decoration: none;
        border-bottom: 1px solid #F9F6ED;
        color:#333333 !important;
        padding-top: 20px;
        display: flex;
    }
    .header_footer_section .dropdown-content{
        height:95vh;
        width: 100% !important;
        margin: 0px 0px;
        padding: 24px 24px;
        display:none;
        position:fixed;
        left: 0;
        top: 68px; /* Show right below the nav link */
        width: -webkit-fill-available;
        background-color: #fff;
        /* padding: 40px 50px 12px 40px; */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        overflow-y: scroll;
    }
    .header_footer_section .dropdown-content1{
        height:95vh;
        width: 100% !important;
        margin: 0px 0px;
        padding: 24px 24px;
        display:none;
        position:fixed;
        left: 0;
        top: 68px; /* Show right below the nav link */
        width: -webkit-fill-available;
        background-color: #fff;
        /* padding: 40px 50px 12px 40px; */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        overflow-y: scroll;
    }
    .header_footer_section .dropdown-content2{
        height:95vh;
        width: 100% !important;
        margin: 0px 0px;
        padding: 24px 24px;
        display:none;
        position:fixed;
        left: 0;
        top: 68px; /* Show right below the nav link */
        width: -webkit-fill-available;
        background-color: #fff;
        /* padding: 40px 50px 12px 40px; */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        overflow-y: scroll;
    }
    .header_footer_section .tab-container{
        margin:0px;
        height:auto;
        width:100%;
    }
    .header_footer_section .dropdown-container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height:auto;
    }
    .header_footer_section .new-tab,.tab{
        width:100%;
        gap:10px !important;
        height:auto
    }
    .header_footer_section .tablinks{
        width:100% !important;
    }
    .header_footer_section .tablinks1{
        width:100% !important;
    }
    .header_footer_section .tablinks12{
        width:100% !important;
    }
    .header_footer_section .program-btn-div{
        padding:8px 8px 8px 0px;
    }
    .header_footer_section .alwaysimproving{
        display:none;
    }
    .header_footer_section .nav-links img{
        transform: rotate(270deg);
    }
    .header_footer_section .nav-links li{
        display: flex;
        justify-content: space-between;
        width:100%;
        cursor:pointer;
    }
    .header_footer_section .menurightarrow-img{
        transform:rotate(90deg);
    }
    
    /* Rotate arrow when tab is active */
    .header_footer_section .tablinks.active .menurightarrow-img {
        transform: rotate(270deg);
        transition: transform 0.3s ease;
    }
    .header_footer_section .tablinks1.active .menurightarrow-img {
        transform: rotate(270deg);
        transition: transform 0.3s ease;
    }
    .header_footer_section .tablinks2.active .menurightarrow-img {
        transform: rotate(270deg);
        transition: transform 0.3s ease;
    }
    
    /* You may also want to ensure the arrow is positioned correctly */
    .header_footer_section .menurightarrow-img {
        transition: transform 0.3s ease;
    }
    .header_footer_section .nav-links li a{
        position:relative;
        bottom:0px !important;
    }
    
}