@media (max-width: 1450px) {
    .myContainer {
        width: 1250px;
    }

    .mySliderContainer {
        width: 1350px;
    }
}

@media (max-width: 1350px) {
    .myContainer {
        width: 950px;
    }

    .mySliderContainer {
        width: 1050px;
    }
}

@media (max-width: 1100px) {
    .myContainer {
        width: calc(100vw - 100px);
    }

    .mySliderContainer {

        width: 100vw;
    }

    .sectonTitle {
        gap: 15px;
    }

    .loginCard {
        width: 90vw;
    }

    .loginIamge .loginMainimage {
        height: 268px;
    }

    .dashboardCon {
        grid-template-columns: 2fr 6fr;
        gap: 20px;
        margin-top: 20px;
    }

    .dashCards {
        grid-template-columns: repeat(2, 1fr);
    }

    .sideBar {
        width: fit-content;
        height: fit-content;
    }

    .swiper-navBtn {
        display: none !important;
    }



    .howWorkRight img {
        width: 100%;
        border-radius: 20px;
    }

    .heroRight img {
        width: 100%;
    }

    .profileGrid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dashboardMain {
        width: 100%;
        height: fit-content;
    }

}


@media (max-width: 800px) {
    .grid2 {
        grid-template-columns: 1fr;
    }

    .dashboardCon {
        grid-template-columns: 2fr 5fr;
        gap: 2px;
    }
}

@media (max-width: 580px) {
    .myContainer {
        width: 94vw;
        overflow: hidden;
    }

    .mySliderContainer {
        width: 94vw;
    }

    .button {
        padding: 6px 12px;
        font-size: 12px;
    }

    .buttonOutline {
        padding: 6px 12px;
        font-size: 12px;
    }

    p {
        font-size: 11px;
    }

    .minimizeLine {
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-word;
        height: 45px;
    }

    header {
        height: 60px;
    }

    .slide-content-featured {
        margin: 0;
    }

    .heroSec {
        margin-top: 48px;
    }

    .sectionTLeft h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .logo img {
        height: 36px;
    }

    .heroSec h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .heroSec h4 {
        font-size: 12px;
        gap: 3px;
    }

    .heroSec h4 img {
        height: 16px;
    }

    .heroRight img {
        display: none;
    }

    .footarTop .myContainer {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .footerMain .myContainer {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .footerMain{
        padding: 64px 10px;
    }

    .footarTop{
        padding: 32px 10px;
    }

    .footerBottom .myContainer {
        flex-direction: column;
        gap: 10px;
    }

    .footerBottom .myContainer p {
        text-align: center;
        font-size: 9px;
    }

    .socialIcon img {
        width: 16px;
    }

    .grid2 {
        grid-template-columns: 1fr;
    }

    .sectonTitle {
        flex-direction: column;
        align-items: flex-start;
    }

    .howWorkRight {
        justify-content: center;
    }

    .secPBottom {
        padding-bottom: 0;
    }

    .headC {
        display: none;
    }

    .headGrid {
        display: flex;
        justify-content: space-between;
    }

    .loginCard {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
        border-radius: 0px;
    }

    .loginIamge {
        display: none;
    }

    .loginForm {
        padding: 18px;
    }

    .formItem {
        padding: 10px;
    }

    .formGrid3 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .formGrid2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dashboardCon {
        display: block;
    }

    .sideBar {
        position: fixed;
        top: 48px;
        left: -100%;
        width: 180px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: 0.3s ease;
        padding-top: 20px;
        border-radius: 0;
    }



    .openMenuBtn,
    .closeBtn {
        display: inline-block;
    }

    .openmenuBtn {
        display: flex;
        font-size: 24px;
        cursor: pointer;
    }

    .closeBtn {
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }

    .dashCards {
        grid-template-columns: repeat(2, 1fr);
    }

    .programCards {
        grid-template-columns: 1fr;
    }

    .noPrograms img {
        width: 300px;
    }

    .profileGrid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .dashHeader {
        margin-bottom: 6px;
    }

    .dashHeader h2 {
        font-size: 17px;
    }

    .howWorkBox h5 {
        font-size: 10px;
        margin: 0 20px;
    }

    .slide-content-internships {
        margin: 0;
    }

    .slide-content-testimonial {
        margin: 0;
    }

    .testimonialsCards .minimizeLineTestimonial {
        font-size: 11px;
    }

    .testimonialsCards {
        height: 250px;
    }

    .achivementFlex {
        gap: 12px;
    }

    .achivement {
        padding: 20px 16px;
        width: 100%;
    }

    .achivement h2 {
        font-size: 32px;
    }

    .achivement p {
        font-size: 15px;
    }

    .footarTop .logo {
        height: 50px;
    }

    .otherPageCon {
        padding-top: 48px;
    }

    .applyHeader {
        top: 48px;
    }

    .applicationFormSec {
        background-color: #fff;
    }

    .applicationFormSec .formHead h2 {
        font-size: 20px;
    }

    .applyHeader .myContainer h4 {
        font-size: 12px;
    }

    .applyHeader .myContainer .comanyImg {
        width: 40px;
        height: 40px;
    }

    .applicationFormSec .formHead {
        margin-bottom: 2px;
        padding: 11px;
    }

    .courseImg {
        height: 110px;
    }

    .courseCard {
        height: 285px;
    }

    .courseDes {
        height: 113px;
    }

    .courseDes h3 {
        font-size: 14px;
    }

    .formGridPay {
        gap: 20px;
    }

    .aboutInternship {
        width: 100%;
    }

    .aboutSec {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 65px;
        margin-left: 10px;
        margin-right: 10px;
        
    }

    .listItems {
        gap: 10px;
        width: 50%;
    }

    .aboutInternship ul {
        margin-bottom: 0px;
    }

    .internshipDetails p {
        width: 300px;
    }

    .internshipDetails h1 {
        font-size: 28px;
    }

    .detailsGrid {
        padding: 0px 18px;
    }

    .benefitsSec {
        flex-direction: column;
        gap: 25px;
        margin: 0 10px;
    }

    .benefitsSec h1 {
        font-size: 27px;
    }

    .learnSec {
        width: 100%;
    }

    .divider {
        display: none;
    }

    .skillSec {
        padding-left: 0px;
    }

    .aboutInternship ul li {
        font-size: 11px;
    }

    .detailsGrid .applyButton {
        display: none;
    }

    .vector {
        height: 23px;
    }

    .smallVector {
        display: none;
    }

    .techStack {
        width: 30px;
    }

    .featCard h1 {
        font-size: 16px;
    }

    .cardIcon {
        height: 25px;
        width: 25px;
        font-size: 16px;
    }

    .featCard p {
        font-size: 6px;
    }

    .featCard {
        gap: 0px;
        border-radius: 16px;
        height: 53px;
    }

    .allCards {
        gap: 10px;
        margin: 20px 0;
    }

    .removedP {
        padding-top: 0;
    }

    .aboutInternship ul {
        padding-left: 11px;
    }

    .aboutSec h1 {
        font-size: 27px;
    }

    .topGap {
        padding-top: 25px;
    }

    .internshipCards {
        margin-bottom: 38px;
    }

    .contactGrid {
        grid-template-columns: 1fr;
        margin-bottom: 70px;
        gap: 15px;
    }

    .contactBox {
        border-radius: 15px;
    }

    .contactBg {
        padding-top: 20px;
    }

    .contactBg::before {
        width: 100%;
        background:
            linear-gradient(to right,
                rgba(255, 255, 255, 0.5) 100%,
                /* visible image */
                rgba(255, 255, 255, 1) 100%
                /* fades into bg */
            ),
            url("/frontend/assets/images/contact_vector.jpg");
    }

    .programGrid {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 70px;
        gap: 15px;
    }

    .programsPage {
        padding-top: 30px !important;
    }

    .aboutSecBanner {
        flex-direction: column;
    }

    .intro {
        width: 100%;
    }

    .introImg {
        width: 100%;
    }

    .aboutSecBanner .introImg {
        order: 1;
    }

    .aboutSecBanner .intro {
        order: 2;
    }

    .journey {
        flex-direction: column;
    }

    .ourGoals {
        flex-direction: column;
    }

    .goal1 {
        width: 100%;
    }

    .goal2 {
        width: calc(100% - 40px);
    }

    .goalBox h2 {
        font-size: 20px;
    }

    .aboutSecBanner .intro h3 {
        font-size: 30px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .aboutSecBanner .intro h1 {
        font-size: 30px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .aboutSecBanner .intro h4 {
        width: 88%;
        font-size: 13px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .aboutJourney h1{
        padding: 0 10px;
    }

    .aboutJourney p {
        font-size: 14px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .goalBox .certificate{
        height: 216px;
    }

    .goal2 img{
        bottom: -12px !important ;
        right: -21px !important;
    }

    .goal2 p{
        padding-bottom: 80px;
    }

    .study{
        height: 161px;
    }

    .team{
        height: 160px;
    }

    .goal1-3 img{
        right: -20px !important;
    }

    .winner{
        height: 155px;
    }

    .goal1-4 img{
        right: -53px !important;
    }

    .learn{
        height: 117px;
    }

    .goal1-1 img{
        bottom: -25px !important;
        right: -18px !important;
    }

    .goal1-1{
        padding-bottom: 50px !important;
    }

    .journeySec{
        padding-top: 30px;
    }

    .goalSec{
        padding-bottom: 80px;
    }

    .internshipList{
        grid-template-columns: 1fr;
    }

    .intList{
        padding-top: 20px;
        margin-bottom: 70px ;
    }

    .headTitle{
        margin-bottom: 20px;
    }

    .certificateSec{
        grid-template-columns: 1fr;
    }

    .section-header h2 {
      font-size: 28px;
    }

    .faq-question {
      font-size: 16px;
    }

    .faq-section{
        padding-left:10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 80px;
        
    }
}