/* CSS For Achievements and Why Choose Us & Testimonial section of Hero Page*/
.ssacommon-top-sec{
  height: 35vh !important;
  min-height:222.25px !important ;

}
.phonegotach{
  padding-left: clamp(1.25rem, 0.8333rem + 1.8519vw, 2.5rem) !important;
  padding-right: clamp(1.25rem, 0.8333rem + 1.8519vw, 2.5rem) !important;  
}
.wcus{
  width: 100vw !important;
  display: grid !important;
  place-content: center !important;
}
.curriculum-section > div{
    width:100% !important;
}
.clpfh{
  /* font-weight: 600; */
  font-size: clamp(1.375rem, 1.1667rem + 0.9259vw, 2rem) !important;
}
  
  .phone{
    padding-left: clamp(1.25rem, 0.8333rem + 1.8519vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.8333rem + 1.8519vw, 2.5rem);;  
    
    /* //40px to 15px */
  }
  .spfht{
    font-weight: 600;
    text-wrap:balance !important;
    text-align:center;
  }
.taji {
  overflow: hidden ;
  text-align: justify ; 
  text-justify: inter-word ;
  padding: 1rem  0rem;
  min-height: 50px;
}
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.swiper-slide{
  box-shadow: 2px 2px 5px #ccc;
  border: none !important;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  width: 100%; 
  height: 280px;
}
.card-image{
  width: 100%; 
  height: 100%;
}
.card-img{
  object-fit: cover;
  height: 100%; 
  width: 100%;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  padding: 5px;
  text-align: center;
  font-size: 14px;
  color: #707070;
}

.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-button-lock{
  display: flex !important;
}
@media screen and (min-width:769px){
    .taji{
    text-align: center;
    width: 85% ;
  }
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
}
/* TestTimonial  */
.Testimonials{
  background-color: white !important;
}
.test-content{
  margin-top: 80px;
  margin-bottom: 20px;
  background-color: skyblue;
  border-radius: 10px;
  position: relative;
  box-shadow: 2px 2px 10px #ddd;
}
.test-content > img{
  position: absolute;
  top: -40%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.test-content > p{
  padding-right: 10px;
  height: 100px;
}
.test-content::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 50px;
	bottom: -14%;
	left: 10%;
	background-color: skyblue;
	clip-path: polygon(10% 0%, 100% 0, 0 100%);
}
.test-content > h5::after{
  content: '“';
  font-size: 1.3rem;
  color: var(--theme-color);
}
.test-content > h5::before{
  content: '”';
  font-size: 1.3rem;
  color: var(--theme-color);
}
.Tswiper > .test-b-prev{
  left: 2.5%;
}
/*Achievements Section Css*/
.pmbazo{
  padding-bottom: 0;
  margin-bottom: 0;
}
.nvbr a {
  text-decoration: none;
  font-weight: bolder;
  font-size: clamp(1rem, 0.8333rem + 0.7407vw, 1.5rem);
  color:  #41354b;
  text-shadow: 2px 2px 2px rgba(255 , 255, 255, 0.5);     
  cursor: pointer;
}
.flcr{
  color:  #41354b;
}
.nvbr a.active {
  color: #0b0bb8;
}
.sub{
  font-weight: bold;
}
.nvbr a:hover {
  color: #6269b4;
  transition: color 0.2s ease;
}
.achconbg{
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../Assets/Images/Aboutus.jpg");
}

.photos-container {
  display: grid;
  justify-content: space-between;
  place-items: center;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap: 40px;
}
.dfph{
  display: flex;
  flex-direction: column;
}
.cards{
  border-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height:19rem;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  box-shadow:-0.1rem -0.1rem 0.3rem #868686,
  0.1rem 0.1rem 0.3rem #868686 ;
  /* overflow: scroll; */
}
.profile-img{
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}
.profile-img > .inner-are{
  box-shadow:-0.1rem -0.1rem 0.3rem #868686,
  0.1rem 0.1rem 0.3rem #868686 ;
}
.inner-are{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
