@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  font-family: "Poppins", serif;
  margin: 0;
  background: #f0f2f5;
}

.popupBoxTop {
  font-family: "Poppins", serif;
}

.popheadTitle {
  margin: 0;
  margin-top: -10px;
  text-align: center;
  margin-top: -48px;
}

.popheadTitle h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  font-family: "Bree Serif", serif;
  color: #fff;
}

.contactArea {
  background-color: #FFD600;
  min-width: 200px;
  max-width: 290px;
  padding: 5px;
  margin: 1px auto 10px auto;
  /* clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 0% 50%); */
  border-radius: 20px;
}

.contactArea h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/school.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: rgba(0, 0, 0, 0.3); */
  /* backdrop-filter: blur(12px); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popupBoxTop {
  width: 50vw;
  max-width: 1100px;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  transition: transform .22s ease, opacity .22s ease;
}

/* Popup Box */
.popup-box {
  /* display: flex;
  flex-wrap: wrap; */
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  /* max-width: 1100px; */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  animation: popup-fade 0.4s ease-in-out;
}

@keyframes popup-fade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Left Content */
.popup-left {
  width: 100%;
  padding: 20px;
  color: #fff;
  background-image: linear-gradient(135deg, #64b3f4 0%, #c2e59c 100%);

}

/* .logoSessionArea {
  display: flex;
  justify-content: space-between;
} */

.logoArea {
  width: 290px;
  display: flex;
  gap: 15px;
}

.innerLg {
  width: 150px;
}

.innerLg:after {
  content: '';
  position: absolute;
  height: 75px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFD600;
  left: 98px;

}

.logoArea img {
  width: 100%;
  height: 85px;
}

.schoolTitle h4 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 4px;
  text-transform: uppercase;
  line-height: 20px;
  color: #025923;
  border-bottom: 1px solid #025923;
  margin-top: 5px;
}

.schoolTitle p {
  margin: 5px 0 !important;
  font-size: 8px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #025923;
  text-align: center !important;
}

.leftItems{
  width: 100%;
}

.sessionInnerBox{
  background-color: #d9333f;
  padding: 5PX 10px;
  width: 250px;
  float: right;
  border-radius: 20px;
}
.sessionInnerBox h4{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.Sessiondiv{
  padding: 2PX 10px;
  width: 250px;
  float: right;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  margin-top: 5px;
}

.sessionArea P{
  margin: 0px!important;
   font-size: 16px !important;
   font-weight: 500 !important;
   color: #515151;
   text-align: center;
}

/* .rightImgbox{
  display: flex;
  gap: 10px;
} */

.rightImgbox1 img{
  width: 100%;
  height: 150px;
  border: 2px solid #FFD600;
  margin-bottom: 0px;
}
.rightImgbox2 img{
  width: 100%;
  height: 150px;
  border: 2px solid #FFD600;
}

.img1st{
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.img2nd{
  border-radius: 15px;
}
.rightImgbox2 .img3rd{
  border-radius: 15px;
}
.rightImgbox2 .img4th{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.popup-left h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

.popup-left p {
  margin: 5px 0 15px;
  font-size: 14px;
  font-weight: 500;
}

.popup-left ul {
  margin: 10px 0 20px;
  padding-left: 18px;
  line-height: 1.6;
  font-size: 12px;
  color: #000;
  font-weight: 600;
}

.popup-left ul li {
  margin-bottom: 0px;
}

.helpline {
  background: #FFD600;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 12px;
}

.popup-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 15px;
}

.popup-images img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.footerAreaBox{
  background-color: #025923;
  margin-top: 10px;
  border: 2px solid #FFD600;
  padding: 4px 10px;
}

.footerAreaBox p{
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.footerIcons{
  display: flex;
  gap: 4px;
  height: 26px;
  justify-content: center;
}
.footerIcons i{
  font-size: 25px;
  margin-top: 0px;
}
/* .footerAreaBox i{
  font-size: 14px;
  font-weight: 600;
  margin: 5px;
  color: #fff;
} */

/* Right Form */
.popup-right {
  width: 100%;
  padding: 20px;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(15px) saturate(160%);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  transition: transform .22s ease, opacity .22s ease;
  height: 100%;
}

.popup-right h2 {
  /* color: #0f55bb; */
  color: #0a3d62;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.popup-right p {
  font-size: 14px;
  color: #ffbab3;
  /* color: #c0392b; */
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

.popup-right input,
.popup-right select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #64B3F4;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.subBtn {
  background: #004aad;
  color: #fff !important;
  padding: 8px 12px;
  width: 100% !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  float: right;
  text-align: center;
}

.subBtn:hover {
  background: #003080;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.gutters-2{
    padding: 2px;
}


@media only screen and (max-width: 768px) {
  .popupBoxTop {
    width: 100%;
    max-width: 1100px;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    transition: transform .22s ease, opacity .22s ease;
  }
  .innerLg:after {
    content: '';
    position: absolute;
    height: 75px;
    width: 2px;
    top: 48%;
    transform: translateY(-50%);
    background: #FFD600;
    left: 97px;
 }
 .sessionInnerBox {
    background-color: #d9333f;
    padding: 5PX 10px;
    width: 250px;
    float: none;
    border-radius: 20px;
    margin: 5px auto;
 }
 .sessionArea{
  margin-top: 10px;
 }
 .Sessiondiv {
    padding: 2PX 10px;
    width: 250px;
    float: none;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    margin: 5px auto;
  } 
  .rightImgbox1 img {
    width: 100%;
    height: 220px;
    border: 2px solid #FFD600;
    margin-bottom: 0px; 
  }
  .rightImgbox2 img {
    width: 100%;
    height: 220px;
    border: 2px solid #FFD600;
  }
  .popup-right {
  width: 100%;
  padding: 30px;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(15px) saturate(160%);
  -webkit-backdrop-filter: blur(15px) saturate(160%);
  transition: transform .22s ease, opacity .22s ease;
  height: 100%;
}
.subBtn {
    background: #004aad;
    color: #fff !important;
    padding: 8px 12px;
    width: 100% !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    float: right;
    text-align: center;
    margin-bottom: 50px;
}
}