
        .internship-header {
           text-align: center;
    margin-bottom: 0px;
    margin-top: 120px;

        }
        body{
            overflow-x: hidden;
        }

        .sub-title {
            font-size: 40px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    margin-top: 38px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 31px;
  padding: 5px 25px;

    justify-content: center;
    display: inline-flex;


}


/* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
  .sub-title {
    font-size: 26px;
    padding: 10px 18px;
    border-width: 2px;
  }

      .internship-header {
        margin-top: 1px;

        display: center;

        justify-content: center;
    }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .sub-title {
    font-size: 1.4rem;
    padding: 11px 20px;
  }

  .internship-header {
    margin-top: 20px;
  }
}
@media ((min-width: 769px) and (max-width: 1200px)) {
.course-header {
    display: flex;
        flex-direction: column;
        margin: 0px auto;

}
 .course-card {

       flex: 0 0 100% !important;
        max-width: 85% !important;
        height: 489px !important;
  }
}
/* 💻 Laptop/Desktop View (769px and above) */
@media (min-width: 769px) {
  .sub-title {
    font-size: 1.8rem;
    padding: 6px 24px;

  }
  .course-card {

       flex: 0 0 100% !important;
        max-width: 85% !important;
        height: 489px !important;
  }

  .internship-header {
    margin-top: 20px;
  }
}
        .courses-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 93px;
            padding: 55px 15px;
        }

        .course-card {

            border: none;
            border-radius: 42px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            min-height: 350px;
            background: linear-gradient(to bottom right,#B6B3C4, #ffffff);
        }


/* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
  .course-card {
    flex: 0 0 100%;
    max-width: 100%;
    height: 389px;
  }
  .para-last-subhd {
    margin-left: 20px !important;
}

  .courses-container {
    gap: 20px;
    padding: 30px 10px;
  }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .course-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .courses-container {
    gap: 30px;
  }
}

/* 💻 Laptop View (769px to 1200px) *@media (min-width: 769px) and (max-width: 1200px) {
  .course-card {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .courses-container {
    gap: 35px;
  }
}

/* 🖥️ Extra Large Screens (1201px and up) *
@media (min-width: 1201px) {
  .course-card {
    flex: 0 0 calc(33.33% - 40px);
    max-width: calc(33.33% - 40px);
  }
}
*/

       .sub-title1
 {  font-size: 21px;
    font-weight: 800;
    color: rgb(25, 25, 71);
    margin-top: 150px;
    border: 3px solid rgb(25, 25, 71);
    border-radius: 31px;
 margin: 120px auto 10px auto;
width: fit-content;
    padding: 14px 24px;

    justify-content: center;
   font-family: 'Josefin Sans';

 }

 /* 📱 Mobile View (up to 480px) */

      /*    @media (max-width: 480px) {
    .sub-title {
        font-size: 2.1rem;
        padding: 10px 18px;
        border-width: 2px;
    }

}*/

/* 📱 Tablet View (481px to 768px) */
@media(max-width: 768px) {
 .sub-title1{
margin: 120px auto 10px auto;
width: fit-content;
 }
   /* .sub-title1 {
    font-size: 21px;
    font-weight: 800;
    color: rgb(25, 25, 71);
    margin-top: 150px;
    border: 3px solid rgb(25, 25, 71);
    border-radius: 31px;
    width: 225px;
    height: 63px;
    padding: 14px 24px;
    /* margin-left: 567px; *
    margin-bottom: -111px;
    margin-top: 133px;
    justify-content: center;
    font-family: 'Inter Regular', sans-serif;
    overflow-x: hidden;
}*/


  }


/* 💻 Laptop View (769px and above) *
@media (min-width: 769px) {
  .sub-title1 {
    font-size: 2rem;
    padding: 12px 36px;
    margin-top: 100px;
    margin-bottom: 30px;
  }*/


        .course-header {
           /* background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));*/
            color: rgb(12, 12, 12);
            padding: 1rem;
            text-align: center;

            position: relative;

            overflow: hidden;

        }

.main-title {
    font-size: 91px;
    margin-left: 22px;
    margin-right: 22px;
    text-align: center;
    font-weight: 800;
    color: white;
    background-color: #9b86eda3;
    /* Add background image properties */
   background-image: url("../image/.png"); /* Plain CSS */
    background-size: cover; /* or 'contain' depending on your needs */
    background-position: center;
    background-repeat: no-repeat;
    height: 500px; /* Set the height to 500px */
    /* Existing properties */
    margin-bottom: 0;
    line-height: -18.8;
    border: 6px solid #4d5245;
    border-radius: 38px;
    /* You might want to add padding to ensure text is visible */
    padding: 20px;
    /* Consider adding a background blend mode if needed */
    background-blend-mode: overlay;
}


.main-title svg {
    fill: #ffffff;
    width: 142px;
    height: 142px;
    margin: -35px;
}

/* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
.course-card {

}
}
@media (max-width: 480px) {
  .main-title {
    text-align: center;
    font-size: 1.8rem;
    padding: 15px;
    line-height: 1.3;
  }
  h1{
  text-align: center;
}
    .main-title svg {
        width: 60px;
        height: 60px;
        margin-top: -41px;
        margin-right: 5px;
        margin-left: 5px;
    }

  .course-header {
    padding: 1rem 0.5rem;
  }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .main-title {
    font-size: 2.5rem;
    padding: 18px;
  }
  .courses-container {
    padding: 55px 65px !important;
  }

  .main-title svg {
    width: 80px;
    height: 80px;
  }

  .course-header {
    padding: 1rem;
  }
}

/* 💻 Laptop View (769px and above) */
@media (min-width: 769px) {
  .main-title {
    font-size: 4rem;
    padding: 25px;
  }

  .main-title svg {
    width: 100px;
    height: 100px;
  }
}

        .course-image {
            width: 517px;
            height: 300px;
           margin-bottom: 20px;
            font-weight: 800;
            padding:4px;
            border-radius: 40px;
        }


        .course-title  {
                       font-size: 39px;
    font-weight: 700;
    color: rgb(25, 25, 71);
    margin-top: 0px;
  font-family: 'Josefin Sans';
    justify-content: center;
    display: inline-flex;
        }

        .course-body {
            padding: 1.5rem;
            background-color: white;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
  .course-image {
    max-width: 100%;
    max-height: 200px;
    padding: 2px;
  }

  .course-title {
    font-size: 22px;

    text-align: left;
  }

  .course-body {
    padding: 1rem;
  }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .course-image {
    max-width: 100%;
    max-height: 250px;
  }

  .course-title {
    font-size: 1.5rem;
  }

  .course-body {
    padding: 1.2rem;
  }
}

/* 💻 Laptop View (769px and above) */
@media (min-width: 769px) {
  .course-image {
    max-width: 517px;
    max-height: 300px;

  }

  .course-title {
    font-size: 2rem;
  }

  .course-body {
    padding: 1.5rem;
  }
}


        .container-last{
            padding-left: 20px;
        }

        .details-btn {
margin: 1px auto;
text-decoration: none;
    border: none;
    padding: 8px 27px !important;
    border-radius: 26px;
    font-weight: 500;
    width: fit-content;
    transition: all 0.3s ease;


    margin-top: 25px;
    display: block;
    color: white;
    background-color:#2C2657;
    align-items: center;
    font-size: 26px;
font-family: 'Josefin Sans';
        }

        .details-btn:hover {
            background-color: #d4d1df;
            transform: scale(1.05);
        }


        /* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
  .container-last {
    padding-left: 10px;
    padding-right: 10px;
  }

  .details-btn {
    font-size: 1rem;
    padding: 10px 16px;
    max-width: 100%;
  }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .container-last {
    padding-left: 15px;
    padding-right: 15px;
  }

  .details-btn {
    font-size: 1.2rem;
    padding: 11px 18px;
    max-width: 100%;
  }
}

/* 💻 Laptop View (769px and above) */
@media (min-width: 769px) {
  .container-last {
    padding-left: 20px;
    padding-right: 20px;
  }

  .details-btn {
    font-size: 1rem;
    padding: 12px 20px;

  }
}

/*down last content*/
  .one h1{
        margin-top: 60px;
        margin-left: 20px;
        font-size: 67px;
        text-align: center;
        font-weight: bold;
        color:#2C2657;
      font-family: 'Josefin Sans';
      }

      .info-box {
        height: 240px;
        margin-left: 20px;
        width: 90%;
        background-color:#2C2657;
        border-radius: 30px;
        color: white;
        padding: 30px;
      }
      .info-box h4{
        font-weight: bold;
        margin-top: 10px;
      }
      .info-box p{
        font-weight: bold;
        margin-top: 20px;
      }
      .para-last p{
        text-align: left;
        margin: 35px 144px;

      }

      .para-last h5{
        margin-bottom: -40px;
      }

      /* 📱 Mobile View (up to 480px) */
@media (max-width: 480px) {
  .one h1 {
    font-size: 1.4rem;
    margin-top: 30px;
  margin-bottom: -20px;
  }
  .circle-container{
    display: none;
  }


  .info-box {
    padding: 20px;
    height: auto;
  }
  .info-box p{

  }


  .para-last p {
    margin: 20px 10px;

    font-size: 0.95rem;
    background-color: antiquewhite;
  }

  .para-last h5 {
    font-size: 1.8rem;
    padding: 4px 20px !important;
  }
}

/* 📱 Tablet View (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .one h1{
    font-size: 3rem;
    margin-top: 40px;
    margin-left: 15px;
  }

  .info-box {
    padding: 25px;
    height: 300px;
  }

  .para-last p {
    margin: 25px 30px;
    font-size: 1.05rem;
  }

  .para-last h5 {
    font-size: 1.2rem;
  }
}

/* 💻 Laptop/Desktop View (769px and above) */
@media (min-width: 769px) {
    .info-box {
    padding: 30px;
    height:310px !important;
  }
}
@media (min-width: 769px) {
  .one h1{
    font-size: 3rem;
    margin-left: 20px;
  }

  .info-box {
    padding: 30px;
    height: 340px;
  }
.para-last{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
  .para-last p {
    margin: 35px auto;
    font-size: 1.2rem;
    max-width: 900px;
    background-color: antiquewhite;
  }

  .para-last h5 {
    font-size: 2.3rem;
    padding: 4px 10px !important;
  }
}
@media (min-width: 1024px) {
.para-last{
    margin-left: 120px !important;
    margin-right: 120px !important;
}
}
 .circle-container {
      position: absolute;
      right: 112px; /* Adjust this value for desired right margin */
      top: 250px;
      transform: translateY(-50%);
      width: 127px;
      height: 125px;
    }

    .phone-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      transform: translate(-50%, -50%);
      z-index: 10;
    }



    .outer-ring-o :nth-child(2) {
      border-top-color: green;
      width: 100px;
      height: 100px;

      animation-delay: -1s;
    }

    .outer-ring-m:nth-child(3) {
      border-top-color: red;
      width: 103px;
      height: 103px;
      top: 10px;
      left: 10px;
      animation-delay: -5s;
    }

    .outer-ring-i:nth-child(4) {
      border-top-color: navy;
      width: 82px;
      height: 82px;
      top: 20px;
      left: 20px;
      animation-delay: -10s;
    }

    .outer-ring-o {
    position: absolute;
    top: 0;
    left: 0;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 3px solid green;
    border-left-color: transparent;
    border-bottom-color: transparent;
    /* transform: rotate(-32deg); */
    z-index: 1;
      animation: step-rotate 6s infinite;
  animation-delay: -4s;
    }

        .outer-ring-m {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 3px solid red;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-58deg);
    z-index: 1;
      animation: step-rotate 6s infinite;
  animation-delay: -7s;
    }

        .outer-ring-i {
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 119px;
    border-radius: 104%;
    border: 3px solid navy;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(267deg);
    z-index: 1;
      animation: step-rotate 6s infinite;
  animation-delay: -2s;
}

@keyframes step-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .circle-container {
    right: 40px;
    top: 200px;
    width: 100px;
    height: 100px;
  }
  .nav-links {
    margin-top: 30px;
  }

  .phone-icon {
    width: 60px;

    height: 60px;
     top: 58% !important;
    left: 57% !important;
  }
}

/* Mobile (less than 768px) */
@media screen and (max-width: 767px) {
  .circle-container {
          right: 17px;
        top: 177px;
               width: 129px;
        height: 126px;
  }

  .phone-icon {
    width: 50px;
    height: 50px;
  }
}
