  .popup1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 999999;
    justify-content: center;
    width: 950px;
    max-width: 100%;
    transform: translate(-50%, -50%);
}
        /* Popup content */
        .popup1-content {
            position: relative;
            background: #fff;
            padding: 25px 25px 0px 25px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        /* Close icon */
        .close-icon {
            position: absolute;
            top: -2px;
            right: 20px;
            background: transparent;
            border: none;
            font-size: 35px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
        }

        .close-icon:hover {
            color: #280e57;
        }

        .mypop h3 {
            font-size: 25px;
            padding: 8px 20px;
        }

        .mypop {
            margin: auto;
            width: 100%;
        }
.formcdetail textarea#message {
    height: 60px;
}
       .formctitle {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 111px;
    align-items: center;
}

        .formctitle img {
            width: 325px;
        }

        .formcdetail {
    float: right;
    width: 50%;
    margin-top: 50px;
}

        .formcdetail input,
        .formcdetail select,
        .formcdetail textarea {
            width: 100%;
            padding: 6px 12px;
            border-radius: 30px;
            border: 1px solid #ccc;
            margin-bottom: 10px;
        }

        .formcdetail p {
    margin-bottom: 10px;
    line-height: 12px;
}
       .formcdetail input[type="submit"] {
    background-color: #280e57;
    color: white;
    border: none;
    cursor: pointer;
    padding: 14px !important;
    width: 125px !important;
}
select#course {
    -webkit-appearance: none;
    font-size: 14px;
    padding: 10px;
}
        .clear {
            clear: both;
        }

        @media screen and (max-width: 600px) {
            .formctitle {
                display: none;
            }

            .formcdetail {
                float: none;
                width: 100%;
            }

            .popup1 {
                width: 400px;
                max-width:100%;
            }
        }

button#openPopup {
    border: unset !important;
    background: unset !important;
}

.recruit p {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.unique-swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .unique-swiper .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .unique-swiper .swiper-slide img {
      display: block;
      width: 100%;
    }
    .Placement-list li {
    margin-top: 15px;
    list-style: square;
    font-size: 18px;
}
     .accordion {
      margin: 20px auto;
    }
    .accordion-item {
      border-bottom: 1px solid #ddd;
    }
    .accordion-header {
      background-color: #280e57;
      color: #fff;
      padding: 15px;
      font-size: 18px;
      cursor: pointer;
      user-select: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .accordion-header:hover {
      background-color: #3a167d;
    }
    .accordion-header::after {
      content: '+';
      font-size: 20px;
      transition: transform 0.3s;
    }
    .accordion-header.active::after {
      content: '-';
      transform: rotate(180deg);
    }
    .accordion-content {
      display: none;
      padding: 15px;
      background-color: #f9f9f9;
      font-size: 16px;
      color: #333;
    }
    .apply-now-butto{
        border:unset !important;
        margin:0 !important;
        padding:0 !important;
    }
    .placement-process h5 {
    font-weight: 700;
}
.gallery-right {
    margin-top: 200px;
}
@media(max-width:768px){
  .gallery-left {
    margin-top: 40px;
}  
}
   .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.1);
    }

    /* Lightbox Modal */
    .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .lightbox.active {
      display: flex;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
    }
    .gallery-left h5,  .gallery-right h5 {
    text-align: center;
} 

    .lightbox .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
      opacity:1;
    }

    .lightbox .close:hover {
   opacity:1;
}
.single_page_blog_post img {
    max-height: 220px;
    object-fit: inherit;
    height: 200px;
    width: 200px !important;
    border-radius: 50%;
    border: 1px solid #cfc7c7;
    margin: 0 auto;
}
.single_blog_content p {
    text-align: center !important;
    font-size: 14px;
    margin: 0;
}
.blog_post_list {
    /*background: #f8f9fb;*/
    padding-top: 15px;
}

  .content-section {
      position: relative;
    }

    .content-section img {
      float: left; 
      margin: 10px 20px 10px 0; 
      border-radius: 10px; 
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    }

    .content-section p {
      text-align: justify;
    }
 .text-center.apply-now-btn {
    width: 145px;
    height: 145px;
    background: #fcd82a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 10px auto 0;
    box-shadow: 0px 5px 0px #280e57;
        cursor: grabbing;
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         position:relative;
}
.apply-now-btn:hover {
    transform: translateY(-2px); 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.text-center.apply-now-btn a {
    font-size: 24px;
    font-weight: 600;
    color: #280e57;
     position:relative;
}
.notice-box {
    text-align: center;
    padding: 20px;
    height: 400px;
    background: #f9f0cb;
    border-bottom: 3px solid #280e57;
    border-right: 3px solid #280e57;
    box-shadow: 10px 10px 0px #e0d5b2;
    position:relative;
}
.box-inside-text h3 {
    font-weight: 700;
}
.overlay1 {
    position: absolute;
    content: "";
    background: #fff6cf;
    border-radius: 0% 0% 100% 0% / 0% 0% 100% 00%;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.notice-box::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: red;
    z-index: 1;
    border-radius: 50%;
    left: 10px;
    top: 10px;
}
.notice-box::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: red;
    z-index: 1;
    border-radius: 50%;
    right: 10px;
    top: 10px;
}
.d-flex.list-box ul {
    border: 1px solid #626a77;
    padding: 10px 20px 10px 30px;
}
.logo-sec img {
    height: 150px;
    object-fit: contain;
}
.logo-sec .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    opacity: 1;
    background: transparent;
    border: 0;
}
.contact-detail-num {
    background: #f6f7fa;
    padding: 55px 30px;
    border-radius: 30px;
}
  .popup-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-content {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            width: 90%;
            max-width: 400px;
            position: relative;
        }

        .close-popup {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
        }

        .form-title h3 {
            margin-bottom: 20px;
            color: #333;
        }

      .open-popup-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid;
}
        .open-popup-btn:hover {
            background-color: #3e2072;
        }
button#course-details-id, #brochure-id {
    background: #280e57;
    border: 2px solid #280e57;
}
button#course-details-id:hover,#brochure-id:hover{
    color:#280e57;
    background:transparent;
}
button#top-brochure {
    background: unset;
    border: unset;
    color: unset;
}


  .marquee-container {
      height: 300px;
      overflow: hidden;
    }

    marquee {
      width: 100%;
      height: 100%;
      display: block;
      direction: up;
      behavior: scroll;
      scrollamount: 3; /* Adjust the speed */
    }

    marquee p {
      margin: 0;
      padding: 10px;
      font-size: 18px;
      color: #333;
    }
    .marquee-container img {
    width: 30px;
}


/*comment post */
 .comment-box {
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .comment-box {
    position: sticky;
    top: 90px;
}
        .comments-container {
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
            overflow-y: auto;
        }
        div#commentSection {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    }
    .title-comm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
        .comment {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }
        .comment:last-child {
            border-bottom: none;
        }
        .hidden {
            display: none;
        }