html,
body {
  scroll-behavior: smooth;
}

body {
  background: #232424;
  overflow-x: hidden;

}

.innerpage_top_padd {
  padding-top: 113px;
}

.individuals_top {
  padding-top: 80px;
}

.middle_section {
/*  background: url(../../assets/img/clipimg.png);*/
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
  top: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.whiteblue_Box {
  background: url(../../assets/img/cruvd_Mask.png) #ffffff;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  padding: 12px;
  margin-bottom: 0px;
  text-align: center;
  height: 100%;
}
.whiteblue_Box h4 {
    color: #283A60;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.whiteblue_Box:hover {
  box-shadow: 0px 0px 11px #0000001f;
}

.whiteblue_Box:hover .blue_icon {
  background: #FA8F21;
}

.whiteblue_Box figure img {
    width: 80px;
    height: 100%;
    aspect-ratio: 1 / 1;
}
.ab_bottom h2{
      font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    color: #000;
}
.ab_bottom h2:after{
  bottom: -56px;
} 
.ab_bottom h2:before{
  bottom: -70px;
}
.whiteblue_Box p:last-child {
  margin-bottom: 0px;
}

/*
.spotlight_box {
    height: auto;
}
*/
/*
.spotlight_box figure img {
    height: 100%;
}
*/

/* --------------------------pritee- added style----------------------------------- */

.h3 {
  margin-top: 0px;
  margin-bottom: 0.4em;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}

.paragraph-l {
  font-size: 1rem;
  font-weight: 200;
  color: #676767;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.steps.active .paragraph-l {
  opacity: 1;
}

.stick-text_detail {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;

}

.circle-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.steps.steps .circle-number {
  background: #ffffff;
  color: #ADADAD;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.steps.steps.active .circle-number {
  background: #0044F5;
  color: white;

}

.phone-mock img {
  padding: 30px;
}

.howedgebox {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.howedgebox figure {

  display: flex;

  align-items: center;

  justify-content: center;
}

.howedgebox img {
  width: 150px;
  height: 150px;
}

.howedgebox h3 {

  color: #000;

  font-size: 20px;
}

.howedgebox p {

  color: #676767;

  font-size: 14px;
}

.accordion-container {
  width: 100%;
  margin: 10px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 40px;
}

.accordion-container .accordion-item {
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.6s ease, transform 0.3s ease;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.accordion-container .accordion-item.active {
  max-height: 600px;
  transform: scale(1.01);
  background: #fafafa;
}

.accordion-container .accordion-header {
  padding: 16px 20px;
  font-weight: 600;
  background: #ececec;
  font-size: 1.1em;
  transition: background 0.3s;
}

.accordion-container .accordion-item.active .accordion-header {
  background: #c4c4c4;
}

.accordion-container .accordion-content {
  padding: 20px 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.accordion-container .accordion-item.active .accordion-content {
  opacity: 1;
  transform: translateY(0);
}

.phone-mock1 img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin-bottom: 20px;
}

.paragraph {
  font-size: 14px;
  font-weight: 200;
  color: #676767;
}


.student .swiper-controls .swiper-pagination-bullet{
   background: #565656;
 width: 12px;
  transition-delay: 0s;
    height: 12px;
    opacity: .8;
}
.student .swiper-slide {
  display: flex; /* Let the card stretch */
  height: auto !important;
  margin-bottom: 20px;
}
.student .swiper-pagination {
  text-align: center;
  bottom: 0px !important;
}
.student .swiper-controls .swiper-pagination-bullet-active {
  opacity: 1;
  background: #283A60;
  width: 13px;
  transition-delay: 0s;
    height: 13px;
}
 .student-card {
  background: #fff;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.student-card img {
  max-width: 184px;
  height: auto;
}

.student-card h5 {
  font-weight: 700;
  color: #1a2b5c;
}

.student-card p {
  font-size: 0.95rem;
  color: #555;
}

.boxs{
    text-align: center;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
background: #FFF;
}
.boxs h3 {
 color: #283A60;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 118.182% */
}
.boxs img{
  
height: 200px;
  
object-fit: contain;
}
.calltoaction1 h2{
  color: #283A60;
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: 47px; /* 106.818% */
}
@media screen and (max-width: 768px) {
  .h3 {
    font-size: 20px;
    margin-bottom: 0;
  }

.student-card {
    flex-direction: column;
}
.calltoaction1 h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}
}

@media only screen and (max-width:767px){
.spotlight_box {
    height: 100%;
}
}

