/* -------------------------------------------form-------------------------- */

.ContactusSection2{
    padding: 70px 60px;
    background: rgb(222, 222, 240);
    overflow: hidden;
}

.ContactusSection2Main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ContactusSection2MainContainer1{
    width: 50%;
}

/* .CS2MC1Img {
    padding-right: 60px;
    
}

.CS2MC1Img img{
    width: 100%;
    max-width: 640px;
} */


.CS2MC1FormMain{
    color: white;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    background: #151B54;
    border-radius: 25px;
}

.CS2MC1FormMain form{
    width: 100%;
    font-size: 24px;
}

.CS2MC1FMContext {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}

.CS2MC1FMCInput input {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 40px;
    border-radius: 5px;
    border: 1px solid gray;
}

.CS2MC1FMCInput input[type="text"],input[type="tel"],input[type="email"]{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

.CS2MC1FMCLabel span{
    color: red;
}

.CS2MC1FMSR {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.CS2MC1FMCTextArea textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    border: 1px solid gray;
    resize: vertical;
    border-radius: 5px;
}

#CS2MC1FMSBtn button {
    height: 50px;
    width: 120px;
    background-color: #ffffff;
    color: black;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
}

#CS2MC1FMSBtn button:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
    cursor: pointer;
}

.okieThanks{
    color: white;
    margin-left: 15px;
    display: none;
}

.okieThanks .fa-solid{
    font-size: 36px;
}

.CS2MC1FMSRSubmit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#successIcon {
    animation: 3s fadeInOut linear;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}


.ContactusSection2MainContainer2{
    width: 50%;
    opacity: 1;
}

.ContactusSection2MainContainer2Titles{
    color: black;
    padding: 60px;
    padding-right: 0px;
}

.CS2MC2TH1 h1{
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #151B54;
    text-shadow: 0 0 1px #151B54;
}

.CS2MC2TPara span {
    font-size: 24px;
    font-weight: 400;
    color: #151B54;
    text-shadow: 0 0 1px #151B54;
}

.CS2MC2TPara p{
    font-size: 22px;
    color: #151B54;
    text-shadow: 0 0 1px #151B54;
}

.plspopup.active .ContactusSection2MainContainer2{
    animation: 2.3s clouds linear;
    opacity: 1;
}

@media (width<1024px) {
    .ContactusSection2MainContainer1,.ContactusSection2MainContainer2{
        width: auto;
    }
    .ContactusSection2MainContainer2Titles{
        padding: 0px;
    }
    .ContactusSection2{
        padding: 70px 30px;
    }
}



#GCTitleText{
    font-size: 50px;
    padding-top: 30px;
    text-align: center;
    color: #151B54;
    text-shadow: 0 0 1px #151B54;
}

.GalleryContainer{
    padding: 100px 60px;
    background: white;
    overflow: hidden;
}

.GalleryItems{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.GalleryItems img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border: 5px solid rgb(255, 255, 255);
    border-radius: 10px;
    opacity: 0.8;
    z-index: 100;
}

.GalleryItems img:hover{
    opacity: 1;
    cursor: pointer;
    /* transform: scale(1.15); */
    /* transition: 1.5s; */
}

.addedclass {
    min-width: 50% !important;
    max-width: 55% !important;
    height: auto !important;
    max-height: 535px !important;
    position: fixed !important;
    top: 15% !important;
    transform: scale(1.2) !important;
    z-index: 2500 !important;
    opacity: 1 !important;
    transition: transform 6.5s ease;
    display: inline-block;
}

.disappear {
    opacity: 0 !important;
    transition: none !important;
}

@media (width<=769px) {
    .GalleryContainer{
        padding: 70px 30px;
    }
    .GalleryItems img{
        width: 100%;
        height: 246px;
        object-fit: cover;
    }
    .GalleryItems img:hover {
        transform: scale(1.05);
    }
}

.gallery-section {
  padding: 60px 10%;
  background: #ffffff;
  text-align: center;
  color: #151B54;
  margin-top: 80px;
}

.gallery-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.gallery-tabs {
  margin-bottom: 40px;
}

.tab-btn {
  background: none;
  border: 2px solid #151B54;
  color: #151B54;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active,
.tab-btn:hover {
  background: #151B54;
  color: #fff;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery-container img,
.gallery-container video {
  width: 350px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.gallery-container img:hover,
.gallery-container video:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-container img,
  .gallery-container video {
    width: 100%;
    height: auto;
  }
}


.faculty-section {
  padding: 60px 10%;
  text-align: center;
  background: #fff;
  color: #151B54;
  margin-top: 100px;
}

.faculty-heading {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.faculty-profile {
  max-width: 850px;
  margin: 0 auto;
}

.faculty-img {
  width: 650px;
  height: 400px;
  object-fit: cover;
  max-width: -webkit-fill-available;
  border-radius: 10%;
  border: 0px solid #151B54;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}

.faculty-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.faculty-degrees {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
}

.faculty-contact {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #151B54;
}

.faculty-text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.faculty-extra-images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.faculty-extra-images img {
  width: 440px;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.faculty-extra-images img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .faculty-extra-images {
    flex-direction: column;
    gap: 15px;
  }

  .faculty-extra-images img {
    width: 100%;
    height: auto;
  }
}
