@font-face{
    font-family: 'gilroy';
    src: url(gilroy/Gilroy-Regular.ttf);
    
}
@font-face{
    font-family: 'gilroy-bold';
    src: url(gilroy/Gilroy-Bold.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'gilroy',sans-serif;
    
}
html{
    scroll-behavior: smooth;
}
:root{
    --text: #1f1f29;
    --black: #1f1f29;
    --box: #f5f5fa;
    --color: #ED1C24;
}
.loader-spin-wrapper{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9;
}

.loader-spin-wrapper svg{
    display: block;margin: 0;
    animation: rot-1 2s linear infinite;
}
.loader-spin-wrapper svg circle{
    stroke: #fff;
    fill: none;
    stroke-dashoffset: 0;
    animation: rot-2 1.5s ease-in-out infinite;
}
@keyframes rot-1{
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rot-2{
    0%{
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 100,150;
        stroke-dashoffset: -20;
    }
    100%{
        stroke-dasharray: 100,150;
        stroke-dashoffset: -124;
    }
}
.header{
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    transition: .5s ease-in-out;
    padding: 0 20px;
    z-index: 100;
    top: 0;
    align-items: center;
 }
.call-to-action{
    padding: 12px 0;
    background-color: var(--black);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    width: 120px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.call-to-action-content{
    padding: 12px 0;
    background-color: var(--black);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    width: 120px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
@media(max-width: 400px){
    .call-to-action-content{
       width: 100%;
    }
}
.header .header-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.header .header-content .logo-img{
    width: 100px;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width: 400px){
    .header .header-content .logo-img{
        margin-left: -20px;
        width: 70px;
    }
}
.header .header-content .logo-img img{    
    object-fit: contain;
    height: 50px;
}
.header .header-content .links{
    display: flex;
    gap: 15px;
}
.header .header-content .links .link{
    display: flex;
    color: #fff;
    transition: ease .4s;
}
.header .header-content .links .link .sign-in{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 15px;
}
.header .header-content .links .link .sign-in a{
    text-decoration: none;
    color: #fff !important;
    border-radius: 4px;
    background-color: #00cc66;
    font-weight: bold;
    width: 100px;
    height: 40px;
}
.header .header-content .links .link- img{
    display: none;
}
.header .header-content .links .link a{
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: ease .4s;
}
.header .header-content .links .link a span{
    font-size: 12px;
    padding: 0 5px;
}
.header .header-content .links .link a::after{
    content: '';
    width: 0;
    left: 0;
    bottom: -10px;
    height: 3px;
    transition: ease .4s;
    position: absolute;
    background-color: var(--text);
}
 
.header .header-content .links .link a:hover::after{
    width: 100%;
}
.header .header-content .menu-{
    display: none;
}
.header .header-content .links .link- .closing{
    display: none;
}
@media (max-width: 800px){
    .header .header-content .links{
        flex-direction: column;
        position: fixed;
        align-items: left;
        padding: 0 20px;
        width: 280px;
        left: -300px;
        top: 0;
        height: 100vh;
        background: #fff;
        gap: 10px;
        transition: .3s ease;
        border-right: 1px solid #06063c;
    }
    .header .header-content .links .active-page{
        border-left: 3px solid #00cc66;
        border-radius: 6px;
        background: rgba(255, 255, 255, .12);
        padding: 0 10px;
    }
    .header .header-content .links .link a{
        color: #222;
        font-size: 18px;
        margin: 20px 0;
        flex-direction: row-reverse;
        justify-content: start;
        align-items: center;
        width: 150px;
        position: relative;
    }
    .header .header-content .links .link a span{
        padding: 0;
    }
    .header .header-content .links .link a i{
        position: absolute;
        margin: -5px 0;
        right: 0;
    }
    .header .header-content .links .link .sign-in a{
         color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 40px;
    }
    .header .header-content .links .link a:hover::after{
        color: #fff;
    }
    .header .header-content .links .link-{
        background: #fff;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .header .header-content .links .link- img{
        display: flex;
        width: 150px;
        margin: 10pxx 0;
        object-fit: cover;
        height: 50px;
        aspect-ratio: 16 / 9;
    }
    .header .header-content .links .link- .closing{
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--text);
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }
    .header .header-content .menu-{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        color: var(--text);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header{
        padding: 0 5px;
    }
}
.progress{
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(78, 78, 78, 0.5);
    cursor: pointer;
    z-index: 5;
}
.progress .progress-value{
    display: block;
    height: 50px;
    width:  50px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 15px;
    color: var(--text);
}

.page-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.page-container .cover-top{
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/salem-background.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    height: 600px;
    width: 100%;
}
.page-container .cover-top .content-tab{
    width: 100%;
   
    display: flex;
    flex-direction: column;
}
.page-container .glass-card{
    margin: -100px 0 100px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    gap: 20px;
}
.page-container .glass-card .cards{
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(4px);
    height: auto;
    width: 400px;
}
.page-container .glass-card .cards{
    display: flex;
    align-items: center;
    flex-direction: column;
 }
 .page-container .glass-card .cards .shadow{
    display: none;
 }
 .page-container .glass-card .cards .anchor{
    background-color: #00cc66;
    text-decoration: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    margin: 30px 0;
 }
.page-container .glass-card .cards h1{
    color: #fff;
    font-size: 22px;
    padding: 30px 0;
}
.page-container .glass-card .cards p{
    color: #767676;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    width: 80%;
}
@media(max-width: 800px){
    .page-container .glass-card{
        flex-direction: column;
        gap: 20px;
        position: relative;
        align-items: center;
        justify-content: center;
    }
    .page-container .glass-card .cards{
        width: 90%;
        height: auto;
        overflow: hidden;
      }
     .page-container .glass-card .cards:nth-child(2),
     .page-container .glass-card .cards:nth-child(3){
        background-color: var(--black);
      }
    .page-container .glass-card .cards .shadow
    {
        display: flex;
        background: rgba(255, 255, 255, .12);
        width: 300px;
        height: 300px;
        border-radius: 50%;
        left: -150px;
        top: -150px;
        position: absolute;
     }
     .page-container .glass-card .cards .shadow::after{
        content: '';
        position: absolute;
          display: flex;
        background: rgba(255, 255, 255, .12);
        width: 300px;
        height: 300px;
        border-radius: 50%;
        right: 50px;
        bottom: 0px;
     }
   
}
.page-container .cover-top .content-tab .text-tab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-container .cover-top .content-tab .text-tab h1{
    font-size: 70px;
    line-height: 85px;
    color: #fff;
     text-align: center;
    text-transform: uppercase;
    font-family: 'gilroy-bold',sans-serif;
}
.page-container .cover-top .content-tab .text-tab p{
    color: #e2e1e2;
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0 40px 0;
}
.page-container .cover-top .content-tab .text-tab .link-tab{
    padding: 16px 25px;
    text-decoration: none;
    background-color: #00cc66;
    color: #ffff;
    font-weight: bold;
    border-radius: 4px;
}
@media(min-width: 1000px) and (max-width: 1160px){
    .page-container .cover-top .content-tab .text-tab h1{
        font-size: 60px;
        line-height: 75px;
    }
}
@media(min-width: 800px) and (max-width: 1000px){
     .page-container .cover-top .content-tab .text-tab h1{
        font-size: 50px;
        line-height: 65px;
    }
    .page-container .cover-top .content-tab .text-tab{
        margin-left: 50px;
    }
    .header .header-content .logo-img{
        margin-left: 20px;
    }
}
@media(min-width: 700px) and (max-width: 799px){
     .page-container .cover-top .content-tab .text-tab h1{
        font-size: 40px;
        line-height: 55px;
        text-align: center;
    }
    .page-container .cover-top .content-tab .text-tab{
        margin-left: 10px;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
   .page-container .cover-top .content-tab .text-tab p{
        text-align: center;
    
   }
   .header-content .logo-img{
        margin-left: 10px;
    }
}
@media(max-width: 699px){
    .page-container .cover-top .content-tab .text-tab h1{
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .page-container .cover-top .content-tab .text-tab{
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .header .header-content .logo-img{
        margin-left: 0;
    }
    .page-container .cover-top .content-tab .text-tab p{
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 20px;
        margin: 10px;
    }
    .page-container .cover-top .content-tab .text-tab .link-tab{
        padding: 15px 50px;
    }
}
.hover-cards-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.hover-cards-container .hover-card{
    width: 80%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    color: #111827;
}
.hover-cards-container .hover-card .flex-cards{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.hover-cards-container .hover-card .flex-cards .cards-wrapper-row{
    width: 350px;
    height: 280px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    transition: .3s ease-in-out;
}
.hover-cards-container .hover-card .flex-cards .cards-wrapper-row:hover{
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.hover-cards-container .hover-card .flex-cards .cards-wrapper-row .icon{
    width: 50px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00cc66;
    color: #fff;
    margin: 20px 0 30px;
}
.hover-cards-container .hover-card .flex-cards .cards-wrapper-row h1{
    font-size: 1rem;
    font-family: 'gilroy-bold',sans-serif;
    margin-bottom: 10px;
    
}
.hover-cards-container .hover-card .flex-cards .cards-wrapper-row p{
    font-size: 16px;
    line-height: 22px;
    color: #222;
}
@media (max-width: 1150px){
    .hover-cards-container .hover-card{
        width: 90%;
    }
    .hover-cards-container .hover-card .flex-cards{
        flex-direction: column;
    }
    .hover-cards-container .hover-card .flex-cards .cards-wrapper-row{
        width: 100%;
    }
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  height: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0 0 0;
}
@media(min-width: 500px) and (max-width: 899px){
    .image-wrapper {
        height: auto;
    }
}
.scroll-zoom-img {
  width: 102%;
  height: auto;
  object-fit: cover;
  transition: transform 0.1s;
  transform: scale(0.9);
  will-change: transform;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.section{
    height: auto;
    width: 100%;
    background-color: var(--black);
    padding: 120px 0 0 ;
}
.section .focus{
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
}
.section .focus .texts{
    padding: 30px 10px;
}
.section .focus .focus-data-wrapper{
    width: 50%;
    display: flex;
    position: relative;
}
.section .focus .texts h1{
    font-size: 2rem;
    color: #ccc;
    margin-bottom: 30px;
}
.section .focus .texts p{
    color: #ccc;
    font-size: 16px;
    line-height: 25px;
}
.section .focus .focus-data-wrapper .details{
    position: absolute;
    bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section .focus .focus-data-wrapper .details .details-data{
    color: #fff;
    font-family: 500;
    font-size: 14px;
}
.section .focus .focus-data-wrapper .details .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
}
.section .focus .focus-data-wrapper .details .icon img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
}
.section .focus .focus-data-wrapper img{
    height: 500px;
    object-fit: contain;
    z-index: 1;
}
.section .focus .focus-data-wrapper::before{
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background: 
    linear-gradient(rgba(0, 204, 102, 0.85), rgba(0, 102, 51, 0.85)), /* green overlay */
    url("image/123.png") no-repeat center center/cover;
    border-top-right-radius: 150px;
    z-index: 0;
}
@media (max-width: 1220px){
   .section .focus{
    flex-direction: column;
   } 
   .section .focus .focus-data-wrapper{
    width: 100%;
   }
}
@media (max-width: 520px){
        .section .focus .focus-data-wrapper img{
     height: 300px;   
    }
}
.title-cls{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.cnt{
    width: 80%;
    max-width: 1200px;
}
.cnt h1{
    margin: 20px 0;
    color: var(--text);
    font-size: 60px;
}
.cnt p{
    height: 16px;
    line-height: 22px;
}
.hld-up{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 50px 0;
}
.card-container-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 80%;
  max-width: 1200px;
}
.card-2{
  width: 250px;
  height: 280px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: white;
  display: flex;
  align-items: self-end;
  justify-content: first baseline;
  border-radius: 12px;
  opacity: 0;
  transform: translateX(100px);
  animation: slide 0.6s ease-out forwards;
  position: relative;
  overflow: hidden;
}
.card-2.show {
  animation: slideIn-2 0.6s ease-out forwards;
}
@keyframes slideIn-2 {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media(min-width: 501px) and (max-width: 760px){
  .card-container-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}
@media (max-width: 500px){
    .card-container-2 {
        flex-direction: column;
        width: 100%;
        padding: 10px ;
        margin: 0;
    }
    .card-2{
        width: 100%;
        height: 180px;
    }
    .cnt h1{
        font-size: 30px;
    }
    .cnt p{
        width: 100%;
        font-size: 20px;
        line-height: 26px;
    }
    .title-cls{
       margin: -60px 0 0 0;
    }
    .cnt{
        min-height: 200px;
        width: 90%;
    }
}
.card-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  height: 100px;
  padding: 20px 10px;
  width: 100%;
  backdrop-filter: blur(2px);
  transform: translateY(100px);
  transition: .3s ease-in;
}
.card-content h1{
    font-size: 16px;
    margin: 10px 0;
}
.card-content p{
    font-size: 12px;
    line-height: 16px;
}
.card-2:hover .card-content{
    transform: translateY(0);
}
/* Staggered delay */
.card-2:nth-child(1) { animation-delay: 0.2s; background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/child-1.jpg);}
.card-2:nth-child(2) { animation-delay: 0.4s; background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/child-2.webp);}
.card-2:nth-child(3) { animation-delay: 0.6s; background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/child-3.jpg);}
.card-2:nth-child(4) { animation-delay: 0.8s; background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/child-4.jpg);}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}









  .spacer {
      height: 450px;
      width: 400px;
      padding: 20px;
      border-radius: 16px;
      background: linear-gradient(to bottom, #fff, #ddd);
    }
    .cards-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 10px;
      padding: 30px;
    }
   .cards-container .card {
      opacity: 0;
      transform: translateX(100px);
      transition: transform 0.8s ease, opacity 0.8s ease;
      background: white;
      border-radius: 16px;
      padding: 20px;
      width: 400px;
      height: 200px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    .card.show {
      opacity: 1;
      transform: translateX(0);
    }
    h2 {
      margin-top: 0;
    }

@media(max-width: 700px){
    .image-wrapper {
        margin: 40px 0 0 0;
        height: auto;
    }
    .section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cards-container {
        padding: 0;
        display: flex;
        gap: 5px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .spacer {
        width: 90%;
    }
    .cards-container .card {
        width: 90%;
    }
}

/* testimonial */
.testimonial-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

 .carousel-container {
      background: white;
      width: 90%;
      max-width: 1100px;
      padding: 2rem 0;
      border-radius: 16px;
      text-align: center;
      overflow: hidden;
      position: relative;
    }

    .carousel-title {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 50px;
      color: #555;
    }

    .carousel {
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.4s ease;
      gap: 1.5rem;
    }

    .testimonial {
      background: #f9f9f9;
      border-radius: 20px;
      overflow: hidden;
      padding: 1rem;
      width: 280px;
      transition: all 0.4s ease;
      flex-shrink: 0;
      transform: scale(0.9);
      opacity: 0.6;
    }

    .testimonial.active {
      transform: scale(1.1);
      opacity: 1;
      background: #fff;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .testimonial img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 16px;
      margin-bottom: 1rem;
    }

    .testimonial-name {
      font-weight: bold;
      font-size: 1.1rem;
      margin-top: 0.5rem;
    }

    .testimonial-role {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 1rem;
    }

    .testimonial-text {
      font-size: 1rem;
      color: #222;
      margin-bottom: 0.5rem;
    }

    .testimonial-subtext {
      font-size: 0.95rem;
      color: #888;
    }

    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #eee;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 1rem;
      cursor: pointer;
      z-index: 1;
    }

    .nav-left { left: 10px; }
    .nav-right { right: 10px; }



.page-container .first-section{
    width: 90%;
    height: 400px;
    margin: 65px 0;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/tanzania-dar-es-salaam-84169.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}
.page-container .first-section .content-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page-container .first-section .content-container .details{
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
}
.page-container .first-section .content-container .details h1{
    color: #fff;
    font-size: 3.5em;
    letter-spacing: 3px;
    padding: 20px 0;
    position: relative;
    font-family: 'gilroy-bold',sans-serif;
}
.page-container .first-section .content-container .details h1{
    color: #fff;
    font-size: 3.5em;
    letter-spacing: 3px;
    font-family: 'gilroy-bold',sans-serif;
}
.page-container .first-section .content-container .details h1::after{
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg,transparent,rgba(255, 255, 255, .4),transparent);
    animation: moves 1.3s ease;
}
@keyframes moves{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(200%);
    }
}
.page-container .first-section .content-container .details .text-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.page-container .first-section .content-container .details .text-details span.text-in{
    display: block;
    text-wrap: nowrap;
    animation: textIn .5s ease;
}
.page-container .first-section .content-container .details .text-details span.text-out{
    animation: textOut .5s ease;
}
@keyframes textIn{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes textOut{ 
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}

.page-container .first-section .content-container .details .joining{
    line-height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-container .first-section .content-container .details .joining p{
    color: #fff;
    font-size: 1em;
}
.page-container .first-section .content-container .details .joining a{
    text-decoration: none;
    color: var(--text);
    background-color: #fff;
    width: 120px;
    padding: 6px 25px;
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 4px;
    align-items: center; 
    transition: ease .3s;
    font-family: 'gilroy-bold',sans-serif;
}
.page-container .first-section .content-container .details .joining a:hover{
    transform: scale(1.1);
}
.page-container .first-section .content-container .details .text-details span{
    display: none;
    line-height: 46px;
    font-size: 1.5em;
    color: #fff;
}
.page-container .first-section .bottom-console{
    display: flex;
    position: absolute;
    width: 60%;
    height: 60px;
    transform: translateY(20px);
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
}
.page-container .first-section .bottom-console .item{
    width: 200px;   
}
.page-container .first-section .bottom-console .item button{
    width: 90%;
    height: 40px;
    padding: 10px;
    background-color: #f0f0f5;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    text-wrap: wrap;
}
@media(max-width: 700px){
    .page-container .first-section{
        width: 100%;
        height: 400px;
    }
    .page-container .first-section .content-container .details{
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        width: 95%;
    }

    .page-container .first-section .content-container .details h1{
        font-size: 1.5em;
        text-wrap: nowrap;
    }
    .page-container .first-section .content-container .details .text-details{
        font-size: .8rem;
        width: 98%;
        margin-left: 1%;
    }
    .page-container .first-section .bottom-console{
        width: 90%;
        flex-wrap: wrap;
        height: auto;
        transform: translateY(50px);
    }
    .page-container .first-section .bottom-console .item{
        width: 50%;
        padding: 10px;
    }
    .page-container .first-section .bottom-console .item button{
        width: 100%;
        text-wrap: wrap;
    }
}
   
.row-display{
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--box);
    height: 400px;
    padding: 10px;
}
.row-display .row-display-holder{
    max-width: 1200px;
    width: 90%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row-display .row-display-holder .rows--{
    width: 50%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.row-display .row-display-holder .rows--:nth-child(1){
    flex-direction: column;
    align-items: start;
}

.row-display .row-display-holder .rows-- h1{
    font-family: 'gilroy-bold',sans-serif;
    padding: 20px 0;
    text-align: start;
    font-size: 3rem;
}
.row-display .row-display-holder .rows-- p{
    font-size: 1em;
    line-height: 30px;
}
.row-display .row-display-holder .rows-- img{
    width: 500px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}
@media(max-width: 700px){
    .row-display{
        height: auto;
        flex-direction: column;
    }
    .row-display .row-display-holder{
        width: 100%;
        flex-direction: column;
        padding: 0;
    }
    .row-display .row-display-holder .rows--{
        width: 100%;
        height: 330px;
        margin: 10px 0;
    }
    .row-display .row-display-holder .rows-- img{
        width: 100%;
        height: 250px;
        border-radius: 32px;
    }
    .row-display .row-display-holder .rows-- h1{
        text-align: center;
        font-size: 2rem;
    }

} 
.provinsion-box-holder{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--box);
}
.provinsion-box-holder .provinsion-header{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.provinsion-box-holder .provinsion-header h1{
    font-family: 'gilroy-bold',sans-serif;
    color: var(--text);
    font-size: 2.5em;
    padding: 30px 0 20px;
}
.provinsion-box-holder .new-box-holder{
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.provinsion-box-holder .new-box-holder .provinion-box{
    position: relative;
    z-index: 1;
    perspective: 1000px;
    transform: perspective(1000px);
    height: 320px;
    margin: 0 20px;
    width: 250px; 
    color: #fff;
    animation: rotate  ease.2s;
    border-radius: 40%;
}
.provinsion-box-holder .provinsion-header p{
    font-size: 1em;
    width: 90%;
    line-height: 30px;
    text-align: center;
}
@media(max-width: 900px){
.provinsion-box-holder .new-box-holder{
    flex-direction: column;
}
.provinsion-box-holder .new-box-holder .provinion-box{
    margin: 10px 0;
}
}
@media(max-width: 700px){
    .provinsion-box-holder .provinsion-header h1{
        font-size: 1.5em;
        text-wrap: wrap;
        text-align: center;
    }
    .provinsion-box-holder .provinsion-header p{
        font-size: 1em;
        width: 90%;
        line-height: 30px;
        text-align: center;
    }
    .provinsion-box-holder .new-box-holder{
        flex-direction: column;
    }
    .provinsion-box-holder .new-box-holder .provinion-box{
        width: 280px;
        height: 350px;
        margin: 18px 0;
    }
    .provinsion-box-holder .new-box-holder .provinion-box .back-page p{
        line-height: 30px;
        font-size: 1em;
    }
}
/*
@keyframes rotate {
    0%{
        transform: rotateY(-180deg);
    }
    100%{
        transform: rotateY(0deg);
    }
}*/
.provinsion-box-holder .new-box-holder .provinion-box .front-page{
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    transition: transform 0.8s ease;
    background: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 40%;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    position: relative;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition:nth-child(2){
    background-color: #fff;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    flex-direction: column;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition:nth-child(2) p{
    color: var(--text);
    font-size: 18px;
}.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition .icon-box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition .icon-box{
    display: flex;
    margin-top: -80px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    
    color: var(--text);
    top: -20px;
    border-radius: 50%;
}
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition .click{
    padding: 5px;
    background-color: var(--text);
    color: #fff;
    margin: 5px 0;
    border-radius: 5px;
    display: none;
}
 
.provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition .icon-box p{
    color: var(--text);
    height: -50px;
}
.provinsion-box-holder .new-box-holder .provinion-box .back-page{
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    transition: transform 0.8s ease;
    background: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40%;
}
.provinsion-box-holder .new-box-holder .provinion-box .back-page h1{
    display: block;
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.provinsion-box-holder .new-box-holder .provinion-box .back-page p{
    text-align: center;
    width: 80%;
}















.half-galley{
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 150px 0 50px;
    background-color: var(--box);
}

.half-galley .galley-flex{
    max-width: 1200px;
    width: 90%;
    display: flex;
    padding: 50px 10px;
}

.half-galley .galley-flex .galley{
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 420px;
}
.half-galley .galley-flex .galley img{
transition: .4s ease-in;
}
.half-galley .galley-flex .galley img:hover{
    transform: scale(1.03);
}

.half-galley .galley-flex .galley .galley-text{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
}
.half-galley .galley-flex .galley .galley-text h1{
    font-size: 3.2em;
    padding: 10px 0;
}
.half-galley .galley-flex .galley .galley-text p{
    line-height: 28px;
    font-size: 1em;
}
.low-height,.middle-height,.high-height{
    height: 400px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1000px){
    .half-galley .galley-flex .galley .galley-text h1{
        font-size: 2em;
        padding: 40px 0 0 0;
    }
    .half-galley .galley-flex .galley .galley-text p{
        padding: 40px 0;
    }
    .half-galley{
        height: auto;
    }
    .half-galley .galley-flex{
        flex-direction: column-reverse;
        gap: 28px;
    }
    .half-galley .galley-flex .galley{
        height: auto;
        width: 100%;
    }
    .half-galley .galley-flex{
        width: 100%;
        padding: 20px 0; 
    }
}
.low-height img{
    width: 100%;
    height: 40%;
    margin: 5px 0;
    border-radius: 12px;
    object-fit: cover;
}
.low-height img:nth-child(1){
    height: 30%;
}
.middle-height img{
    width: 100%;
    height: 40%;
    margin: 5px 0;
    border-radius: 12px;
    object-fit: cover;
}
.middle-height img:nth-child(1){
    height: 60%;
}
.high-height img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* carousel index */

   .container-index {
      max-width: 1200px;
      margin: 150px auto;
      background: white;
      border-radius: 20px;
      padding: 40px;
      position: relative;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    @media (min-width: 900px) and (max-width: 1200px){
    .container-index {
      max-width: 900px;}
    }
    .container-index .header-index {
      display: flex;
      justify-content: space-between;
      align-items: start;
      padding: 20px 0;
    }
   .container-index .header-index h1 {
      font-size: 3rem;
      color: #0a0a5a;
    }
     .container-index .header-right{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
     }
     .container-index .header-right p {
      font-size: 14px;
      color: gray;
      max-width: 300px;
      text-align: right;
    }
    .container-index  .header-right a {
      margin-top: 10px;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      background: #00cc66;
      text-decoration: none;
      color: white;
      cursor: pointer;
    }

    .carousel-wrapper-index {
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
    }
    .carousel-text-index {
      width: 50%;
    }
    .carousel-text-index h2 {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #06063c;
    }
    .carousel-text-index p {
      color: #555;
    }
    @media (max-width: 520px){
        .container-index .header-index h1 {
            font-size: 2rem;
        }
          .carousel-text-index h2 {
            font-size: 1.5rem;
          }
    }

    .carousel-index {
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .carousel-track-index {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .carousel-item-index {
      min-width: 100%;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      gap: 20px;
      background-color: #f0f0f0;
      padding: 20px;
    }

    .carousel-item-index .top-line{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
     .carousel-item-index .top-line .round{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
     }
    .carousel-item-index .top-line .right{
        font-size: 14px;
        color: #ccc;
    }
    .carousel-index-image{
        background-color: #fff;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        height: 300px;
    }
     .carousel-index-image .cards-rotate{
        border-radius: 22px;
        padding: 10px 5px;
        width: 250px;
        background-color: #cccccc7e;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transition: .4s ease-in-out;
     }
     .carousel-index-image .cards-rotate:hover{
        z-index: 2;
        transform: rotate(0deg) !important;
        height: 280px;
        width: 100%;
     }
  
     .carousel-index-image .cards-rotate:first-child{
        transform: rotate(-15deg);
        margin-left: 50px;
     }
    .carousel-index-image .cards-rotate:nth-child(2){
        transform: rotate(5deg);
        margin-left: -150px;
        margin-top: 50px;
        z-index: 1;
        backdrop-filter: blur(5px);
     }
 
      .carousel-index-image .cards-rotate img{
        height: 200px;
        border-radius: 15px;
        object-fit: cover;
        flex: 1;
      }
    .carousel-item-index img {
      
      border-radius: 15px;
      object-fit: cover;
    }

    /* Navigation buttons */
    .nav-buttons-index {
      position: absolute;
      top: 50px;
      right: 30px;
      display: flex;
      gap: 10px;
      transform: translateY(-50%);
    }
    .nav-buttons-index button {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border: 1px solid #ccc;
      color: #000;
    }

    /* Loader (dots) */
    .loader {
      position: absolute;
      bottom: 20px;
      left: 20px;
      display: flex;
      gap: 6px;
    }
    .loader span {
      width: 30px;
      height: 4px;
      background: #ccc;
      border-radius: 2px;
      transition: background 0.3s;
    }
    .loader span.active {
      background: black;
    }

    @media (max-width: 899px){
        .loader {
        bottom: 10px;
        }
        .carousel-index-image .cards-rotate:first-child{
            margin-left: 0;
        }
         .carousel-index-image .cards-rotate{
            width: 70%;
         }
         .container-index {
            width: 90%;
            padding: 40px 10px;
         }
           .container-index .header-right{
            align-items: start;
           }
           .container-index .header-right p {
            text-align: left;
           }
         .container-index .header-index {
            justify-content: start;
            flex-direction: column;
            gap: 20px;
         }
         .carousel-item-index {
            flex-direction: column;
            gap: 20px;
         }
        .carousel-text-index {
            width: 100%;
        }
        .carousel-item-index .top-line .right{
            display: none;
        }

    }











.title-display{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.title-display h1{
    font-size: 2em;
    padding-bottom: 10px;
    letter-spacing: 2px;
    color: var(--text);
    font-family: 'gilroy-bold',sans-serif;
}
@media(max-width: 700px){
    .provinsion-box-holder .new-box-holder .provinion-box .front-page .card-partition .click{
        display: flex;
    }
    .title-display h1{
        font-size: 1.5em;
        text-align: center;
    }
    .title-display p{
        font-size: 1em;
        text-align: center;
        line-height: 30px;
    }
}
section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section-container{
    margin: 20px 0;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-slider{
    max-width: 1200px;
    position: absolute;
    height: 500px;
    width: 100%;
}
.section-slider .section-slides{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    background: var(--img);
    background-position: center;
    background-size: cover;
    width: 240px;
    height: 320px;
    transition: 0.5s;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.section-slider .section-slides:nth-child(1),
.section-slider .section-slides:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0);
    background-size: cover;
}
.section-slider .section-slides:nth-child(3){
    background-size: cover;
    left: calc(50% + 240px);
}
.section-slider .section-slides:nth-child(4){
    background-size: cover;
    left: calc(50% + 490px);
}
.section-slider .section-slides:nth-child(5){
    background-size: cover;
    left: calc(50% + 740px);
}
.section-slider .section-slides:nth-child(6){
    background-size: cover;
    left: calc(50% + 1000px);
    opacity: 0;
}
.buttons-{
    position: absolute;
    bottom: 0;
    gap: 20px;
    display: flex;
}
.buttons- span{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--box);
}
.section-content{
    position: relative;
    padding: 40px;
    bottom: 0;
    transition: .2s;
    transition-delay: 0s;
    max-width: 500px;
    transform: translateY(40px);
    z-index: 1000;
    opacity: 0;
    background: linear-gradient(70deg,transparent,rgba(255, 255, 255, .8),transparent);
    color: #fff;
}
.section-content h1{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 2em;
    color: var(--text);
}
.section-content p{
    color: var(--text);
    font-weight: 700;
}
.section-slider .section-slides:nth-child(1) .section-content,
.section-slider .section-slides:nth-child(2) .section-content{
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0);
}
@media(max-width: 700px){
    .section-content{
        padding: 20px;
    }
    .section-content h1{
        font-size: 1.4rem;
    }
    .section-slider{
        position: absolute;
        height: auto;
        width: 90%;
        inset: 40px 20px 200px 20px;
    }
    .section-slider .section-slides{
        width: 100px;
        height: 100px;
        top: initial;
        bottom: -170px;
    }
    .section-slider .section-slides:nth-child(1),
    .section-slider .section-slides:nth-child(2){
        top: initial;
        bottom: 0;
    }
    .section-slider .section-slides:nth-child(3){
        left: 0;
    }
    .section-slider .section-slides:nth-child(4){
        left: 120px;
    }
    .section-slider .section-slides:nth-child(5){
        left: 240px;
    }
    .section-slider .section-slides:nth-child(6){
        left: 360px;
    }
}


.box-holdder{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0;
}
.box-holdder .header-part{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-holdder .header-part h1{
    font-family: 'gilroy-bold',sans-serif;
    letter-spacing: 3px;
    font-size: 2em;
    line-height: 49px;
}
.box-holdder .in-hold{
    width: 900px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    margin: 20px 0;
}
.reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.actives{
    transform: translateY(0);
    opacity: 1;
}
.box-holdder .box{
    width: 250px;
    height: 300px;
    border-radius: 12px;
    display: block;
    background-color: var(--box);
    transition: ease-in .3s;
}
.box-holdder .box:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px rgba(180, 180, 180, 0.637);

}
.box-holdder .box .segments{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box-holdder .box .segments .icon{
    width: 50px;
    height: 50px;
    background-color: var(--box);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-holdder .box .segments p{
    padding: 15px 0;
    color: #f0f0f5;
}
.box-holdder .box .segments:first-child{
    background-color: var(--text);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px 0;
    display: flex;
    justify-content: normal;
}
.box-holdder .box .segments:first-child::before{
    content: '';
    position: absolute;
    width: 30px;
    bottom: -5px;
    height: 30px;
    transform: rotate(45deg);
    background-color: var(--text);
}
@media(max-width: 900px)
{
    .box-holdder .in-hold{
        width: 100%;
        flex-direction: column;
    }
    .box-holdder .box{
        width: 33%;
        margin: 20px 0;
    }
}
@media(max-width: 600px)
{
    .box-holdder .header-part h1{
        font-size: 1.5em;
        text-align: center;
    }
    .box-holdder .in-hold{
        width: 100%;
        flex-direction: column;
    }
    .box-holdder .box{
        width: 80%;
        height: 400px;
        margin: 20px 0;
    }
}
.slider-holder{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.slider-holder h1{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 2em;
    padding: 20px 0;
    text-align: center;
    display: flex;
}
.slide-row{
    display: flex;
    width: 3200px;
}
.slide-col{
    width: 800px;
    height: 400px;
    left: 0;
    position: relative;
}
.user-img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.user-img img{
    height: 100%;
    width: 350px;
    object-fit: cover;
    border-radius: 10px;
}
.user-text{
    background: var(--text);
    width: 520px;
    height: 270px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
    padding: 10px 20px;
}
.user-text p{
    font-size: 18px;
    line-height: 32px;
} 
.user-text h2{
    margin: 30px 0 5px;
    color: #fff;
}
.slider-container{
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,50%);
}
.slider-indicator{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
    background-color: var(--box);
    width: 400px;
    height: 60px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 28px;
}
.slider-indicator .btn{
    width: 120px;
    height: 40px;
    margin: 4px 8px;
    border-radius: 18px;
    background-color: #f0f0f5;
    display: inline-block;
    cursor: pointer;
}
.active{
    transform: scale(1.1);
    background-color: #fff !important;
   box-shadow: 0 0 10px 5px rgba(180, 180, 180, 0.337);
}
.slider-item{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.adverts{
    width: 100%;
    margin: 30px 0;
    background-color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
}
.adverts-holdder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 40px;
}
.adverts-holdder h1{
    padding: 10px;
    font-family: 'gilroy-bold',sans-serif;
    color: #fff;
}
.adverts-holdder p{
    padding: 10px;
    line-height: 30px;
    color: #fff;
}
.adverts-holdder a{
    text-decoration: none;
    color: var(--text);
    background-color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    width: 150px;
    position: relative;
    justify-content: center;
    border-radius: 4px;
    align-items: center; 
    transition: ease .3s;
    font-family: 'gilroy-bold',sans-serif;
    margin: 20px 0;
}
.adverts-holdder p a:hover{
    transform: scale(1.1);
}
.question-index{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.question-index-holder{
    width: 80%;
    max-width: 1200px;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    background-color: var(--black);
    border-radius: 30px;
}

.question-index-holder .sides{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 50px;
 }
 @media (max-width: 520px){
    .question-index-holder{
        width: 100%;
    }
    .question-index-holder .sides{
        padding: 10px 0;
    }
    .question-index-holder{
        flex-direction: column;
        border-radius: 0;
    }
    .adverts-holdder{
        width: 90%;
        padding: 20px 0;
    }
    .adverts-holdder a{
        width: auto;
    }

}
.question-index-holder .sides span{
    font-weight: 600;
    color: #4EA62F;
    font-size: 12px;
    margin: 20px 0;
}
.question-index-holder .sides h1{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.question-index-holder .sides p{
    font-size: 15px;
    color: #ccc;
}
.question-index-holder .sides .section-title{
    color: #fff;
}
.question-index-holder .sides .quetion-- h2 span{
    margin-right: 10px;
    background-color: #7C818F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}
.question-index-holder .sides .quetion-- h2{
    color: #fff;
    display: flex;
    align-items: center;
}
.question-index-holder .sides .faq{
    border-bottom: 1px solid #cccccc1a;
}


.question-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.section-title{
    font-size: 2em;
    font-family: 'gilroy-bold',sans-serif;
    color: var(--text);
}
.faq{
    margin-top: 1px;
    max-width: 700px;
    padding-bottom: .2rem;
    border-bottom: 1px solid var(--text);
    cursor: pointer;
}

@media(max-width: 700px){
    .faq{
        width: 90%;
    }
}
.quetion--{
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: ease-in .3s;
    margin: 10px 0;
}
.quetion-- h2{
    font-size: 1rem;
}
.answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.answer p{
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1rem;
}
.faq.active- .answer{
    max-height: 300px;
    animation: fade 1s ease;
}
.faq.active- .icon{
    transform: rotate(180deg);
    transition: transform 0.5s ease-in;
}
.faq.active- .icon i{
    transition: transform 0.5s ease-in;
}
@keyframes fade{
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.subscribers-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0 50px;
    padding: 50px 0;
}
.in-subsriber{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     padding: 40px 20px;
    border-radius: 22px;
}
.in-subsriber .top-area{
    display: flex;
     justify-content: space-between;
}

.in-subsriber .top-area .sides{
    flex: 1;
}
.in-subsriber .top-area .sides h1{
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
    font-weight: bolder;
}
.in-subsriber .top-area .sides:nth-child(2){
    justify-content: flex-end;
    align-items: flex-end;
}
.in-subsriber .top-area .sides p{
    width: 50%;
    float: right;
}
 @media (max-width: 820px){
    .subscribers-wrapper{
         margin: 60px 0 10px;
    }
    .in-subsriber{
        flex-direction: column;
    }
    .in-subsriber .top-area{
        flex-direction: column;
        gap: 20px;
    }
    .in-subsriber .top-area .sides h1{
        font-size: 35px;
        line-height: 42px;
    }
    .in-subsriber .top-area .sides p{
        width: 100%;
        float: left;
        font-size: 20px;
        line-height: 25px;
    }
 }
.in-subsriber .top-area .sides .input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 32px;
}
.in-subsriber .top-area .sides .input input{
    outline: none;
    border: none;
    flex: 1;
    padding: 10px;
    margin-left: 10px;
}
.in-subsriber .top-area .sides .input button{
    border-radius: 22px;
    padding: 15px 20px;
    background-color: #00cc66;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
}
.background-text{
     background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/salem-background.jpeg);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     width: 100%;
     height: 400px;
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     border-radius: 30px;
     margin: 50px 0 0 0;
}
.background-text .text{
    padding: 50px 20px;
    color: #fff;
    width: 90%;
}
.background-text .text p{
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 30px 0;
}
.background-text .text a{
    padding: 18px 22px;
    background-color: #00cc66;
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
}
@media (max-width: 520px){
    .background-text{
        height: 300px;
    }
    .background-text .text h1{
        font-size: 24px;
    }
    .background-text .text p{
        font-size: 20px;
        margin: 10px 0 30px 0;

    }

}



.email-connect{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: var(--box);
   position: absolute;
   overflow: hidden;
}
.email-connect .icon-top{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--text);
    color: #fff;
    margin-bottom: 10px;
} 
.email-connect .paragraph{
    width: 100%;
    color: var(--text);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
   
}
.email-connect .paragraph h1{
    font-size: 1.5em;
}

.email-connect .paragraph p{
    width: 600px;
    line-height: 28px;
}
.email-connect .email{
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-connect .email .input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 28px;
}
.email-connect .email .input input[type=email]{
    padding: 10px;
    width: 400px;
    height: 38px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    outline-color: var(--text);
    border: 1px solid var(--box);
}
 
.fee-structure{
    margin: 80px 0;
    background-color: var(--text);
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.structure-title{
    width: 90%;
    padding: 60px 0;
    max-width: 1200px;

}
.structure-title h1{
        font-family: 'gilroy-bold', sans-serif;
}

.fee-table {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 50px 0;
}
.fee-table div{
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 30px;
}

.fee-table .sidebaR {
      width: 250px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
      border-radius: 6px;
      color: #fff;
      padding: 20px;
      max-height: 200px;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

.fee-table .sidebaR button {
      background: #00cc66;
      border: none;
      color: white;
      padding: 12px;
      border-radius: 8px;
      text-align: left;
      cursor: pointer;
      font-size: 16px;
      transition: background 0.3s;
      text-transform: uppercase;
    }

.fee-table .sidebaR button.active {
      background: #00cc66 !important;
      transform: scale(1.03) !important;
    }

.fee-table .sidebaR button:hover {
    background: #00cc66a5;
    }

.fee-table .fee-content {
      flex: 1;
      overflow: auto;
      display: flex;
      flex-direction: column;
      box-shadow: unset;
    }

.fee-table table {
      width: 80%;
      border-collapse: collapse;
      margin: 20px 50px;
      display: none; 
      padding: 20px;
       box-shadow: unset;
    }

.fee-table table.active {
      display: table;
    }
@media (max-width: 520px){
    .fee-table table.active {
        display: flex;
    }
    .fee-table table {
        width: 85%;
        overflow: scroll;
    }
    .fee-table .sidebaR button {
        width: 100%;
    }
    .fee-table div{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fee-table .sidebaR {
        width: 100%;
    }
}

   .fee-table th {
      text-align: left;
      padding: 12px 16px;
      color: #475569;
      font-weight: 700;
      font-family: 'gilroy-bold', sans-serif;
      font-size: 14px;
      text-transform: uppercase;
    }
.fee-table .total{
     font-weight: 700;
      font-family: 'gilroy-bold', sans-serif;
}
    .fee-table td {
      background: #f9fbff;
      padding: 18px 16px;
      font-size: 15px;
      color: #334155;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

   .fee-table tr td:first-child {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }

    .fee-table tr td:last-child {
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }

   .fee-table tr {
      transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .fee-table tr:hover td {
      background: #f1f5ff;
    }
    .fee-table th sup{
        font-size: 8px;
    }
.table-text{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
.table-text .p-tx{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 85%;
    max-width: 1200px;
}
.table-text .p-tx .span{
    margin: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.table-text .p-tx span{
    font-weight: 700;
    font-family: 'gilroy-bold', sans-serif;
}











.footer{
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    align-items: center;
    padding: 30px 0;
    background-color: #131735;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}
.footer:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(to right, #5C66B7, #131735);
    z-index: 1;
}
.footer:after{
    content: '';
    position: absolute;
    right: -50px;
    top: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(to right, #5C66B7, #131735);
    z-index: 1;
}
.footer .bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
    z-index: 2;
}
.footer .bottom .hr{
  width: 95%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent);
}
.footer .bottom .right{
    padding: 10px 0;
}
.footer .bottom .right p{
    font-size: 1em;
}
.footer .footer-section{
    width: 90%;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;  
}
.footer .footer-section::-webkit-scrollbar{
    display: none;
}
@media(max-width: 700px){
    .footer{
        margin-top: 50px;
    }
    .footer .footer-section{
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: start;
    }
}
.footer .footer-section .footer-column{
    display: flex;
    margin: 20px 10px 30px 0;
    height: 300px;
      color: #fff;
    flex-direction: column;
    z-index: 2;
}
.footer .footer-section .footer-column a{
    color: #fff;
    text-decoration: none;
}
.footer .footer-section .footer-column .school-data{
    width: 300px;
    height: 250px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media(max-width: 700px){
    .footer .footer-section .footer-column .school-data{
        margin-left: 0px;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .footer .footer-section .footer-column{
        height: auto;
    }
}
.footer .footer-section .footer-column .school-data .logo-bottom{
    width: 100px;
    padding: 20px 0;
    height: 100px;

    display: flex;
    align-items: start;
    justify-content: start;
}
.footer .footer-section .footer-column .school-data .logo-bottom img{
    object-fit: contain;
}
.footer .footer-section .footer-column .school-data .message{
    padding: 20px 0;
}
.footer .footer-section .footer-column .school-data .message p{
    font-size: 1.5em;
    font-family: 'gilroy-bold',sans-serif;
}
.footer .footer-section .footer-column .school-data .icons--{
    display: flex;
    align-items: start;
    padding: 20px 0;
}
.footer .footer-section .footer-column .school-data .icons-- .social{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}
.footer .footer-section .footer-column .school-data .icons-- .social i{
    color: var(--text);
}
.footer .footer-section .footer-column .school-data img{
    object-fit: cover;
    height: 80px;
    width: 100%;
}
.footer .footer-section .footer-column .header-{
    display: block;
    padding: 20px 0;
    position: relative;
}
.footer .footer-section .footer-column .header- h1{
    font-size: 1.5em;
    text-wrap: nowrap;
}
.footer .footer-section .footer-column .list{
    width: 100%;
    display: flex;
    text-align: start;
    margin: 10px 0;
}
.footer .footer-section .footer-column .header- .line{
    position: absolute;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #767676;
    top: 50px;
    bottom: 0;
    left: 0;
}
.footer .footer-section .footer-column .header- .line span{
    width: 15px;
    height: 100%;
    background-color: #fff;
    border-radius: 1px;
    position: absolute;
    top: 0;
    animation: movings 2s linear infinite;
}
@keyframes movings{
    0%{
        left: 0px;
    }
    100%{
        left: 100%;
    }
}


/*Joining instruction page*/
.button-holder--{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.button-holder-- .information{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    width: 100%;
}
.button-holder-- .information h1{
    font-size: 2em;
    padding: 20px 0;
    color: var(--text);
}
.button-holder-- .information p{
    font-size: 1em;
    color: var(--text);
    text-align: center;
    width: 95%;
    line-height: 30px;
}
.button-holder-- button{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 200px;
    height: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
    padding: 10px;
    background: var(--text);
    border-radius: 6px;
    color: #fff;
    transition: .3s ease;
}
.button-holder-- button:hover{
    background: #fff;
    color: var(--text);
}
.button-holder-- button .icon---{
    font-size: 1rem;
}
.button-holder-- button .text---{
    font-size: 1.5rem;
}

/*admission page*/
.admission-wrapper{
    width: 100%;
    margin: 100px 0 50px;
    height: 500px;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/child-22.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admission-wrapper .wrapper-holder-x{
    width: 80%;
    max-width: 1200px;
    display: flex;
}
.side-wrapper{
    width: 50%;
}
@media (max-width: 520px){
    .admission-wrapper .wrapper-holder-x{
        width: 90%;
    }
    .side-wrapper{
        width: 100%;
    }
}
.side-wrapper h1{
    color: #fff;
    font-size: 3rem;
     font-family: 'gilroy-bold';
     margin-bottom: 20px;
}
.side-wrapper p{
    color: #ffffff69;
}
.side-wrapper .linksApply{
    display: flex;
    align-items: center;
}
.side-wrapper .linksApply a{
    text-decoration: none;
}
.side-wrapper .linksApply .link-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    margin: 30px 0;
    color: #fff;
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.side-wrapper .links .arrow-round{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.06);
}


.admision{
    width: 100%;
    margin: 80px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admission-top{
    width: 90%;
    padding: 10px 0;
    height: 500px;
    background: var(--box);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admission-top .admission-holders{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admission-top .admission-holders .info{
    width: 80%;
}
.admission-top .admission-holders .info h1{
    font-size: 3em;
    text-wrap: wrap;
    font-family: 'gilroy-bold',sans-serif;
    padding: 10px 0;
}
.admission-top .admission-holders .info p{
    line-height: 30px;
    padding: 10px 0;
}
.admission-top .admission-holders .info a{
    text-decoration: none;
    color: #fff;
    background-color: var(--text);
    width: 120px;
    padding: 14px 25px;
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 4px;
    align-items: center; 
    transition: ease .3s;
    font-family: 'gilroy-bold',sans-serif;
}
.admission-top .admission-holders .info a:hover{
    transform: scale(1.1);
}
.admission-top .admission-holders .ad-boxes{
    width: 400px;
    height: 350px;
    transform: rotate(5deg);
    background: var(--text);
    border-radius: 40px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admission-top .admission-holders .ad-boxes .ad-detail{
    width: 380px;
    height: 350px;
    transform: rotate(20deg);
    background: #fff;
    border-radius: 40px;
}
.admission-top .admission-holders .ad-boxes .ad-detail .item{
    width: 90%;
    height: 90%;
    transform: rotate(-20deg);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.admission-top .admission-holders .ad-boxes .ad-detail .item img{
    width: 400px;
    height: 350px;
    object-fit: cover;
}
@media(max-width: 700px){
    .admission-top{
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .admission-top .admission-holders{
        width: 95%;
    }
    .admission-top .admission-holders .info{
        width: 100%;
    }
    .admission-top .admission-holders .info h1{
        font-size: 2.4em;
    }
    .admission-top .admission-holders:nth-child(1){
      margin-bottom: 80px;
    }
    .admission-top .admission-holders .ad-boxes{
        width: 80%;
    }
    .admission-top .admission-holders .ad-boxes .ad-detail{
        width: 95%;
    }
}
.admision-buttom{
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admision-buttom .buttom-holder{
    width: 90%;
    height: 400px;
    background: var(--text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.admision-buttom .buttom-holder .items-{
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.admision-buttom .buttom-holder .items-:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
}
.admision-buttom .buttom-holder .items- img{
    width: 400px;
    height: 350px;
    object-fit: cover;
}
.admision-buttom .buttom-holder .items-:nth-child(2){
    width: 50%;
    height: 700px;
    right: -100px;
    position: absolute;
    transform: rotate(45deg);
    background: var(--box);
    border-radius: 80px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admision-buttom .buttom-holder .items- .dets-{
    position: absolute;
    transform: rotate(-45deg);
    width: 100%;
    height: 50%;
    display: block;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.admision-buttom .buttom-holder .items- .dets- h1{
    font-size: 3em;
    text-wrap: wrap;
    margin-top: 80px;
    font-family: 'gilroy-bold',sans-serif;
    padding: 10px 0;
}
.admision-buttom .buttom-holder .items- .dets- p{
    width: 80%;
    line-height: 30px;
}
@media(max-width: 900px){
    .admision-buttom .buttom-holder .items-:nth-child(2){
        transform: rotate(60deg);
        right: -200px;
    }
    .admision-buttom .buttom-holder .items- .dets-{
        transform: rotate(-60deg);
        right: 80px;
        top: 50%;
        background-color: var(--box);
        border-radius: 8px;
        padding: 0 10px;
    }
    .admision-buttom .buttom-holder .items- .dets- h1{
        margin-top: 50px;
        font-size: 2rem;
    }
    .admision-buttom .buttom-holder .items- img{
        width: 320px;
        height: 320px;
    }
}
@media(max-width: 700px){
    .admision-buttom .buttom-holder{
        width: 100%;
        height: auto;
        padding-top: 40px;
        flex-direction: column-reverse;
        justify-content: center;
        position: unset;
    }
    .admision-buttom .buttom-holder .items-{
        width: 95%;
        height: 400px;
        flex-direction: column;
        position: unset;
    }
    .admision-buttom .buttom-holder .items-:nth-child(2){
        position: unset;
        width: 300px;
        height: 300px;
        transform: rotate(45deg);
    }
    .admision-buttom .buttom-holder .items- .dets-{
        position: unset;
        height: 400px;
        transform: rotate(-45deg);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .admision-buttom .buttom-holder .items- .dets- h1{
        font-size: 2em;
        text-wrap: wrap;
        margin-top: 10px;
    }
}
.admission-landing{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 150px 0 0 0;
}
.admission-landing .landing-inner-column{
    display: flex;
    width: 90%;
    max-width: 1200px;
    height: 500px;
    gap: 30px;
    position: relative;
}

.admission-landing .landing-inner-column .background-p{
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.admission-landing .landing-inner-column .background-p::before{
    content: '';
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 300px;
    height: 300px;
    box-shadow: 0px 0px 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: linear-gradient(to top, #8b8a8a, #dbd9d9);
}
.admission-landing .landing-inner-column .background-p img{
    object-fit: contain;
    height: 500px;
    z-index: 2;
}
.admission-landing .landing-inner-column .text-column{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.admission-landing .landing-inner-column .text-column span{
    padding: 12px;
    border-radius: 32px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100px;
}
.admission-landing .landing-inner-column .text-column h1{
    font-size: 4rem;
    font-family: 'gilroy-bold',sans-serif;
    color: #131735;
}
.admission-landing .landing-inner-column .text-column p{
    color: #222;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.admission-landing .landing-inner-column .text-column .apply-btn a{
    padding: 15px;
    border-radius: 32px;
    background: #00cc66;
    color: #fff;
    text-decoration: none;
}
.admission-landing .landing-inner-column .chart-trend-admission{
    width: 200px;
    height: 280px;
    padding: 20px;
    background: #131735;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.admission-landing .landing-inner-column .chart-trend-admission h1{
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    font-family: 'gilroy-bold',sans-serif;
}
.admission-landing .landing-inner-column .chart-trend-admission p{
    font-size: 14px;
    color: #dfdfdf;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission{
    display: flex;
    gap: 10px;
    margin: 40px 0;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar{
    border-radius: 32px;
    width: 25px;
    height: 100px;
    background-color: #222;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar .half-bar{
    width: 100%;
    background: #00cc66;
    border-radius: 32px;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar .half-bar:nth-child(1){
    height: 60%;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar:nth-child(2) .half-bar{
    height: 50%;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar:nth-child(3) .half-bar{
    height: 70%;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar:nth-child(4) .half-bar{
    height: 60%;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar:nth-child(5) .half-bar{
    height: 80%;
}
@media (min-width: 521px) and (max-width: 900px){
    .admission-landing .landing-inner-column .text-column{
        width: 100%;
    }
     .admission-landing .landing-inner-column .background-p img{
        height: 350px;
     }
}
@media (min-width: 1000px) and (max-width: 1250px){

    .admission-landing .landing-inner-column .text-column{
        width: 40%;
    }
    .admission-landing .landing-inner-column .text-column h1{
        font-size: 3.5rem;
    }
}
@media (max-width: 1000px){
      .admission-landing .landing-inner-column .text-column h1{
        font-size: 2.5rem;
    }
    .admission-landing .landing-inner-column{
        flex-direction: column;
        height: 700px;
    }
    .admission-landing .landing-inner-column .background-p{
        width: 100%;
    }
}
@media (max-width: 520px){
    .admission-landing .landing-inner-column .text-column{
        width: 100%;
    }
      .admission-landing .landing-inner-column .background-p{
        width: 100%;
        right: 0;
    }
     .admission-landing .landing-inner-column .background-p img{
        z-index: 4;
        height: 330px;
        margin-left: -100px;

     }
    .admission-landing .landing-inner-column .chart-trend-admission{
        z-index: 3;
        width: 150px;
        height: 250px;
    }
    .admission-landing .landing-inner-column .chart-trend-admission h1{
        font-size: 2rem;
    }
    .admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission{
    margin: 10px 0;
}
.admission-landing .landing-inner-column .chart-trend-admission
.chart-container-flex .flex-bar-admission .ad-bar{
    width: 16px;
}
.admission-landing .landing-inner-column .background-p::before{
    height: 200px;
    width: 200px;
    right: unset;
    left: 40px;
}
}
.admission-range{
    background: #e2e2e2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 ;
}
.admission-range .range-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1200px;
}
.admission-range .range-column .ad-title-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.admission-range .range-column .ad-title-flex span{
    padding: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    color: #000;
}
.admission-range .range-column .ad-title-flex h1{
    color: #131735;
    font-size: 4rem;
    text-align: center;
}
.admission-range .range-column .ad-title-flex p{
    color: #7c7c7c;
    font-size: 14px;
    text-align: center;
}

.admission-range .range-column .range-card-flex{
    width: 100%;
    margin: 60px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.admission-range .range-column .range-card-flex .card-range{
    width: 300px;
    height: 230px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 32px;
}
@media (min-width: 521px) and (max-width: 900px){
   .admission-range .range-column .ad-title-flex h1{
        font-size: 2.5rem;
    }
    .admission-range .range-column .range-card-flex{
        flex-wrap: wrap;
    }
    .admission-range .range-column .range-card-flex .card-range{
        width: 100%;
    }
}
@media (max-width: 520px){
    .admission-range .range-column .ad-title-flex h1{
        font-size: 2rem;
    }
    .admission-range .range-column .range-card-flex{
        flex-direction: column;
    }
    .admission-range .range-column .range-card-flex .card-range{
        width: 100%;
    }
}
.admission-range .range-column .range-card-flex .card-range .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admission-range .range-column .range-card-flex .card-range .top h1{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 1rem;
}
.admission-range .range-column .range-card-flex .card-range .top .level{
    padding: 10px;
    border-radius: 32px;
    background: #131735;
    color: #fff;
    font-size: 12px;
}
.admission-range .range-column .range-card-flex .card-range span{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 2rem;
    display: flex;
    gap: 5px;
    align-items: center;
}
.admission-range .range-column .range-card-flex .card-range span sub{
    font-size: 12px;
}
.admission-range .range-column .range-card-flex .card-range span .arrow{
    font-size: 12px;
}
.admission-range .range-column .range-card-flex .card-range p{
    color: #909090;
    font-size: 14px;
}







.admission-requirement{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #131735;
    overflow: hidden;
}
.admission-requirement .ad-requirement{
    width: 100%;
    max-width: 1200px;
    background-color: #131735;
    height: auto;
    position: relative;
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    padding: 70px 0;
}
.admission-requirement .ad-requirement::after{
    content: '';
    position: absolute;
    right: -30px;
    top: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(to right, #5C66B7, #131735);
}
.admission-requirement .ad-requirement::before{
    content: '';
    position: absolute;
    right: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(to right, #5C66B7, #131735);
    z-index: 1;
}
.admission-requirement .ad-requirement .content-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    gap: 10px;
}
.admission-requirement .ad-requirement .content-wrapper h1{
    font-family: 'gilroy-bold',sans-serif;
    color: #fff;
    font-size: 2rem;
}
.admission-requirement .ad-requirement .content-wrapper p{
    color: #ccc;
    width: 70%;
    text-align: center;
}
.admission-requirement .ad-requirement .content-wrapper .admision-flex-box{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}
.admission-requirement .ad-requirement .content-wrapper .admision-flex-box .flex-card-adm{
    width: 380px;
    height: 200px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 10px;
    transition: .2s ease ;
}
.admission-requirement .ad-requirement .content-wrapper .admision-flex-box .flex-card-adm:hover{
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 700px){
    .admission-requirement .ad-requirement .content-wrapper h1{
        font-size: 1.5rem;
    }
.admission-requirement .ad-requirement .content-wrapper p{
    width: 90%;
}
    .admission-requirement .ad-requirement .content-wrapper .admision-flex-box .flex-card-adm{
        width: 100%;
    }
    .admission-requirement .ad-requirement{
        width: 100%;
    }
}
.admission-requirement .ad-requirement .content-wrapper 
.admision-flex-box .flex-card-adm .icon{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #5C66B7;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
}
.admission-requirement .ad-requirement .content-wrapper 
.admision-flex-box .flex-card-adm .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.admission-requirement .ad-requirement .content-wrapper 
.admision-flex-box .flex-card-adm .text h1{
    color: #131735;
    font-family: 'gilroy-bold',sans-serif;
    font-size: 1rem;
}
.admission-requirement .ad-requirement .content-wrapper 
.admision-flex-box .flex-card-adm .text p{
    font-size: 1rem;
    line-height: 1.3rem;
    color: #757575;
    text-align: left;
    width: 100%;
}
.about-us-top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px 0 50px;
}
.about-us-top .inline-top-holder{
    width: 80%;
    max-width: 1200px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-top .inline-top-holder span{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    display: inline-flex;
    padding: 8px;
    border-radius: 32px;
    font-size: 12px;
}
.about-us-top .inline-top-holder h1{
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(90deg, #00cc66, #222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  font-family: 'gilroy-bold', sans-serif;
}
.about-us-top .inline-top-holder p{
    color: #797979;
    font-size: 16px;
    width: 80%;
    text-align: center;
}
 .strategy-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
 .strategy-flex .card-wrapper-st{
    width: 320px;
    height: 260px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.strategy-flex .card-wrapper-st h1{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 16px;
    color: #222;
    background: unset;
      -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.strategy-flex .card-wrapper-st p{
    font-size: 16px;
    line-height: 22px;
    color: #7b7b7b;
    text-align: left;
    width: 100%;
}
.strategy-flex .card-wrapper-st .flex-justify{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .strategy-flex .card-wrapper-st .flex-justify .icon{
    background: #00cc66;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.about-us-top .inline-top-holder .strategy-flex .card-wrapper-st .flex-justify .number{
    color: #222;
     font-family: 'gilroy-bold',sans-serif;
}
.about-us-top .inline-top-holder .img-background-about{
    background: url(image/earlychildhoodedstory.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    margin: 20px 0;
}
@media (max-width: 700px){
    .strategy-flex{
        flex-direction: column;
    }
   .strategy-flex .card-wrapper-st{
        width: 90%;
    }
    .about-us-top .inline-top-holder{
        width: 95%;
    }
    .about-us-top .inline-top-holder h1{
        font-size: 1.5rem;
    }
    .about-us-top .inline-top-holder p{
        width: 90%;
    }
    .about-us-top .inline-top-holder .img-background-about{
        height: 200px;
    }
}

.timeline-holder{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-holder .timeline{
    position: relative;
    flex-direction: column;
    max-width: 1200px;
    margin: 50px 0;
    background: var(--text);
} 
.timeline-holder .timeline::after{
    content: '';
    position: absolute;
    width: 7px;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -3px;
    background: #fff;
    animation: moving 6s linear forwards;
    z-index: 0;
}
@keyframes moving{
    0%{
        height: 0;
        opacity: 0;
    }
    100%{
        height: 100%;
        opacity: 1;
    }
}
.timeline-holder .timeline .left-container{
    left: 0;
}
.timeline-holder .timeline .right-container{
    left: 50%;
    position: relative;
}
.timeline-holder .timeline .left-container::after{
    content: '';
    width: 30px;
    height: 30px;
    top: 100px;
    background-color: var(--box);
    transform: rotate(45deg);
    right: 40px;
    position: absolute;
    z-index: -1;
}
.timeline-holder .timeline .right-container::after{
    content: '';
    width: 30px;
    height: 30px;
    top: 100px;
    background-color: var(--box);
    transform: rotate(45deg);
    left: 40px;
    position: absolute;
    z-index: -1;
}
.timeline-holder .timeline .timeline-container{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    opacity: 0;
    animation: movedown 1s linear forwards;
}
.our-vision{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.vision-wrapper{
    max-width: 1200px;
    width: 90%;
    display: flex;
    gap: 20px;
}
.vision-wrapper .sides-wrapp{
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.vision-wrapper .sides-wrapp .span-title{
    padding: 10px;
    border-radius: 32px;
    color: var(--text);
    display: inline-flex;
    font-size: 12;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    width: 100px;
}
.vision-wrapper .sides-wrapp .head-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(90deg, var(--text), #00cc66);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
 font-family: 'gilroy-bold', sans-serif;
}

.vision-wrapper .sides-wrapp:nth-child(2){
    align-items: center;
}
.vision-wrapper .sides-wrapp .background{
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/salem-background.jpeg);
    height: 500px;
    width: 60%;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.vision-wrapper .sides-wrapp .background .our-growth{
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 200px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    left: -100px;
    position: absolute;
    top: 25%;
    left: -100px;
    padding: 20px;
    border-radius: 22px;
}
@media (max-width: 700px){
    .vision-wrapper{
        flex-direction: column;
        gap: 10px;
    }
    .vision-wrapper .sides-wrapp .head-title {
        font-size: 1.5rem;
    }
    .vision-wrapper .sides-wrapp .background{
        height: 300px;
        width: 70%;
    }
    .vision-wrapper .sides-wrapp .background .our-growth{
        left: -50px;
    }
}
.vision-wrapper .sides-wrapp .background .our-growth h1{
    font-family: 'gilroy-bold', sans-serif;
    font-size: 1rem;
    color: var(--text);
}
.vision-wrapper .sides-wrapp .background .our-growth .title-growth{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    margin-bottom: 20px;
}
.vision-wrapper .sides-wrapp .background .our-growth .title-growth span{
    background-color: #00cc66;
    padding: 5px 10px;
    border-radius: 32px;
    color: #fff;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar{
    width: 40px;
    background-color: #00cc66;
    border-radius: 32px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(1){
    height: 50px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(2){
    height: 60px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(3){
    height: 65px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(4){
    height: 58px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(5){
    height: 62px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(6){
    height: 75px;
}
.vision-wrapper .sides-wrapp .background .our-growth .chart-growth .bar:nth-child(7){
    height: 78px;
}

.vision-wrapper .sides-wrapp .paragraph-title p{
    color: #3e3e3e51;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
}
.our-service{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
    background: linear-gradient(to right, var(--text), var(--black));
}
.our-service .service-wrapper{
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}
.our-service .service-wrapper .col-title{
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.our-service .service-wrapper .col-title .span-in-line{
  position: relative;
  background: #222;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 12px 40px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}
.our-service .service-wrapper .col-title .span-in-line::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(90deg, #fff, #00cc66);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.4s ease;
}
.our-service .service-wrapper .col-title .span-in-line::before {
  background: linear-gradient(90deg, #fff, #00cc66);
}
.our-service .service-wrapper .col-title h1{
    font-size: 3.5rem;
    color: #fff;
    font-family: 'gilroy-bold',sans-serif;
    margin: 10px 0;
}
.our-service .service-wrapper .col-title p{
    color: #5c5c5c;
    text-align: center;
    width: 80%;
}
.our-service .service-wrapper .flex-board{
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our-service .service-wrapper .flex-board .inline-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.our-service .service-wrapper .flex-board .inline-flex .img-wrapper{
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 60%;
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.our-service .service-wrapper .flex-board .inline-flex .img-wrapper:nth-child(1){
    background-image: url(image/teacher-in-class.jpg);
}
.our-service .service-wrapper .flex-board .inline-flex .img-wrapper:nth-child(2){
    background-image: url(image/earlychildhoodedstory.jpg);
}
.our-service .service-wrapper .flex-board .inline-flex .service-card{
    background: #717171;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    padding: 20px;
}
.our-service .service-wrapper .flex-board .inline-flex .service-card .icon{
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
       color: #fff;
       flex-shrink: 0;
}
.our-service .service-wrapper .flex-board .inline-flex .service-card h1{
    color: #fff;
    font-family: 'gilroy-bold', sans-serif;
    font-size: 1rem;
    margin-bottom: 20px;
}
.our-service .service-wrapper .flex-board .inline-flex .service-card p{
    color: #ccc;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 700px){
    .our-service .service-wrapper .col-title h1{
        font-size: 1.5rem;
    }
    .our-service .service-wrapper .col-title p{
        width: 95%;
    }
  .our-service .service-wrapper .flex-board .inline-flex .img-wrapper{
        width: 30%;
        height: 300px;
        transition: .4s ease-in-out;
    } 
    .our-service .service-wrapper .flex-board .inline-flex .img-wrapper.expand{
        width: 100%;
        position: absolute;
    }

    .our-service .service-wrapper .flex-board .inline-flex .service-card{
        height: 300px;
        transition: .4s ease-in-out;
        overflow: hidden;
        animation-delay: .3s;
    }
    .our-service .service-wrapper .flex-board .inline-flex{
        gap: 15px;
    }
}


.team-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-wrapper .team-holder{
    display: flex;
    max-width: 1200px;
    width: 80%;
}
.articles-section-row {
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 60px;
  width: 100%;
  max-width: 1200px;
}
.articles-section-row .articles-content-row {
  flex: 1;
}

.articles-section-row .articles-tag {
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 14px;
}

.articles-section-row .articles-content-row h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 10px;
  color: #0a0a4f;
  font-family: 'gilroy-bold',sans-serif;
}

.articles-section-row .articles-content-row p {
  color: #666;
  max-width: 300px;
  margin: 15px 0 25px;
}


.articles-section-row .read-more-btn:hover {
  background: #1d36d3;
}

.articles-section-row .articles-nav-btns {
  margin-top: 30px;
}

.articles-section-row .nav {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 18px;
}

.articles-section-row .nav.next {
  background: #0a0a4f;
  color: #fff;
}

.articles-section-row .carousel-team {
  flex: 2;
  position: relative;
  overflow: hidden;
  margin-left: 40px;
}

.articles-section-row .carousel-track-team {
  display: flex;
  gap: 30px;
  transition: transform 0.8s ease-in-out;
}

.articles-section-row .card-personal {
  position: relative;
  width: 300px;
  height: 250px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
  padding: 20px;
}
@media (max-width: 700px){
    .team-wrapper .team-holder{
        width: 95%;
    }
    .articles-section-row {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .articles-section-row .carousel-team {
        margin-left: 0;
        margin-top: 20px;
    }
}
.articles-section-row .card-personal:nth-child(1){
    background: url(image/testifier\ \(6\).webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles-section-row .card-personal:nth-child(2){
    background: url(image/testifier\ \(2\).webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles-section-row .card-personal .right-space{
    right: 0;
    position: absolute;
    top: 0;
    width: 60px;
    height: 55px;
    background-color: #fff;
    border-bottom-left-radius: 18px;
    display: flex;
}
.articles-section-row .card-personal .right-space .icon{
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 5;
   transform: translate(20%,10%);
   display: flex;
   justify-content: center;
   align-items: center;
   font-family: 'gilroy-bold',sans-serif;
}
.articles-section-row .card-personal .right-space::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 15px #fff;
    left: -25px;
}
.articles-section-row .card-personal .right-space::after{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-top-right-radius: 50px;
    box-shadow: 15px -15px 0 15px #fff;
    right: 0;
    bottom: -25px;
}
.articles-section-row .card-personal .glass-bottom{
    bottom: 12px;
    border-radius: 18px;
    width: calc(100% - 20px);
    padding: 20px;
    position: absolute;
    left: 10px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.articles-section-row .card-personal .glass-bottom h1{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 16px;
    color: #fff;
}
.articles-section-row .card-personal .glass-bottom span{
    color: #ccc;
    font-size: 14px;
}
.articles-section-row .card-personal .glass-bottom p{
    font-size: 14px;
}





.our-location{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0;
}
.our-location .location{
    max-width: 1200px;
    width: 90%;
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}
.our-location .location iframe{
     height: 500px;
}
.our-location .location .paragraph{
    background-color: #fff;
    border-radius: 6px;
    width: 30%;
    height: 400px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
}
.our-location .location .paragraph p{
    text-align: center;
}
.our-location .location .paragraph h1{
    margin: 20px 0;
}
@media (max-width: 520px){
    .our-location .location{
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
    }
    .our-location .location .paragraph{
        width: 100%;
        height: 200px;
    }
}
@keyframes movedown{
    0%{
        opacity: 0;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
.timeline-holder .timeline .timeline-container:nth-child(1){
    animation-delay: 0;
}
.timeline-holder .timeline .timeline-container:nth-child(2){
    animation-delay: 1s;
}
.timeline-holder .timeline .timeline-container:nth-child(3){
    animation-delay: 2s;
}
.timeline-holder .timeline .timeline-container:nth-child(4){
    animation-delay: 3s;
}
.timeline-holder .timeline .timeline-container:nth-child(5){
    animation-delay: 4s;
}
.timeline-holder .timeline .timeline-container:nth-child(6){
    animation-delay: 5s;
}
 
.timeline-holder .timeline .right-container .time-icon{
    left: -20px;
    z-index: 2;
    position: relative;
}
.timeline-holder .timeline .timeline-container .time-icon{
    
    top: 40%;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: -1;
}
.timeline-holder .timeline .timeline-container .time-icon i{
    z-index: 9;
    color: #222;
}
.timeline-holder .timeline .timeline-container .text-box h2{
    font-family: 'gilroy-bold',sans-serif;
    font-size: 2rem;
    color: var(--text);
    padding: 20px 0;
}
.timeline-holder .timeline .timeline-container .text-box p{
    line-height: 30px;
    color: var(--text);
}
.timeline-holder .timeline .timeline-container .text-box{
    background-color: var(--box);
    padding: 10px;
    position: relative;
}
@media (max-width: 700px){
    .timeline-holder .timeline{
        width: 100%;
    }
    .timeline-holder .timeline .timeline-container .text-box{
        width: 110%;
    }
    .timeline-holder .timeline::after{
        left: 31px;
        width: 2px;
    }
    .timeline-holder .timeline .timeline-container{
        width: 100%;
    }
    .timeline-holder .timeline .right-container{
        left: 0;
    }
    .timeline-holder .timeline .left-container::after{
        left: 50px;
    }
    .timeline-holder .timeline .right-container::after{
        left: 50px;
    }
    .timeline-holder .timeline .timeline-container .time-icon{
        left: 0;
        top: 100px;
        width: 30px;
        height: 30px;
    }
}
/* login page*/
.login-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}
.login{
    width: 900px;
    height: 500px;
    display: flex;
    box-shadow: 0 0 10px 5px rgba(180, 180, 180, 0.637);
}
.login .login-side{
    width: 50%;
    height: 100%;   
    padding: 20px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.login .login-side img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.login .login-side h1{
    font-size: 2em;
    padding: 20px 0;
    color: #fff;
}
.login .login-side:nth-child(1){
    background-color: #131735;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.login .login-side .form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login .login-side .form h1{
    color: var(--text);
    padding: 20px 0;
    text-align: center;
}
.login .login-side .form .input{
    display: flex;
    justify-content: start;
    width: 400px;
    text-align: start;
    align-items: center;
    gap: 10px 0;
    margin:  0;
    padding: 5px 0;
    border-radius: 12px;
}
.login .login-side .form .input .eye{
    background: #edecece3;
    color: var(--text);
    padding: 19px 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.login .login-side .form .input label{
    text-align: start;
    font-size: 1em;
    padding: 5px;
    display: block;
}
.login .login-side .form .input input{
   flex: 1;
    border-radius: none;
    outline: none;
    color: var(--text);
    background: #edecece3;
    border: none;
    padding: 18px 10px;
    -webkit-appearance: none;
   -moz-appearance: none;  
   appearance: none;
   border-radius: 12px;
}
.login .login-side .form .input:nth-child(3) input{
    border-radius: 0;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.login .login-side .form .input input[type=submit]{
    width: 100%;
    margin: 20px 25%;
    color: #fff;
    background-color: #131735;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'gilroy-bold',sans-serif;
}
.login .login-side .form .error{
    width: 100%;
    height: 38px;
    background: var(--box);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text);
}
@media(max-width: 900px){
    .login{
        width: 700px;
    }
    .login .login-side h1{
        font-size: 1em;
    }
    .login .login-side .form .input{
        width: 300px;
    }
}
@media(max-width: 700px){
    .login{
        width: 95%;
        height: auto;
        flex-direction: column;
    }
    .login .login-side{
        width: 100%;
        height: auto; 
        padding: 10px;
    }

    .login .login-side:nth-child(1){
        background-color: var(--text);
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .login .login-side img{
        width: 100px;
        height: 100px;
    }
    .login .login-side .form .input input{
      flex: 1;
    }
    .login .login-side .form .input .eye{
        height: 50px;
    }
}
/*academic login page*/


.right-details{
    width: 100%;
    display: flex;
    position: absolute;
    align-items: flex-end;
    bottom: 20px;
}
.right-details .buttons{
    display: flex;
    width: 50%;
    right: 0;
    position: absolute;
    gap: 10px;
    justify-content: center;
}
.right-details .buttons a{
    text-decoration: none;
  display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    margin: 30px 0;
    color: #fff;
    padding: 16px 22px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.3px);
    -webkit-backdrop-filter: blur(3.3px);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.academic-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.academic-wrapper .wrapper-sides{
    width: 90%;
    max-width: 1200px;
    display: flex;
    gap: 20px;
}
.academic-wrapper .wrapper-sides .left-side{
    width: 350px;
    margin-top: -100px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    z-index: 3;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.academic-wrapper .wrapper-sides .left-side h1{
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #06063c;
    font-family: 'gilroy-bold',sans-serif;
    margin-bottom: 20px;
}

.academic-wrapper .wrapper-sides .left-side p{
    color: #475569;
    line-height: 1.6;
    text-align: center;
}
.academic-wrapper .wrapper-sides .left-side .image-cat img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.academic-wrapper .wrapper-sides .right-side{
    flex: 1;
    height: auto;
    margin: 20px;
}

.right-side .section {
      width: 100%;
      background: white;
      border-radius: 20px;
      padding: 30px;
    }

   .right-side .tabs-right {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 25px;
    }

   .right-side .tab-btn-rights {
      flex: 1;
      background: #cccccc2a;
      border: none;
      border-radius: 32px;
      padding: 16px 18px;
      font-size: 15px;
      color: #1e293b;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 600;
    }

   .right-side .tab-btn-rights.active {
      background: #00cc66 !important;
      transform: scale(1.01) !important;
      color: #fff;
      box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
    }

   .right-side .tab-content-right {
      display: none;
      opacity: 0;
      transform: translateY(15px);
      padding: 20px;
      box-shadow: unset !important;
    }

   .right-side .tab-content-right.active {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    @media(max-width: 720px){
        .right-side .tab-content-right {
            width: 100%;
            background-color: red;
        }
    .right-details .buttons{
        width: 100%;
    }
    .academic-wrapper .wrapper-sides{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .academic-wrapper .wrapper-sides .left-side{
        width: 100%;
         margin-top: -20px;
    }
    .academic-wrapper .wrapper-sides .right-side{
        margin: 0;
    }
}

   .right-side .tab-content-right h3 {
      margin-bottom: 20px;
      font-family: 'gilroy-bold', sans-serif;
      color: #1e293b;
    }

   .right-side .tab-content-right p {
      color: #475569;
      line-height: 1.6;
    }








.academics{
    width: 100%;
    height: 400px;
    margin: 70px 0;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(image/tanzania-dar-es-salaam-84169.webp);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
   
}
.academics::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    clip-path: polygon(0 100%, 10% 80%, 20% 90%,
    30% 70%, 40% 85%, 50% 60%, 
    60% 75%,70% 50%,80% 80%, 90% 60%,100% 100%);
    background-color: #fff;
     border: 0;
}
.programs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.programs h1{
    font-size: 5em;
    padding: 20px 0;
    font-family: 'gilroy-bold',sans-serif;
}
.programs p{
    font-size: 1.5em;
}
@media(max-width: 900px){
    .programs h1{
        font-size: 3em;
    }
}
@media(max-width: 700px){
    .programs h1{
        font-size: 2em;
    }
    .programs p{
        font-size: 1em;
    }
}
.data-set{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-set-holder{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.data-set-holder .data-top{
    box-shadow: 0 0 15px rgba(78, 78, 78, 0.5);
    width: 400px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data-set-holder .lines-col{
    width: 550px;
    justify-content: space-evenly;
    display: flex;
}
.data-set-holder .lines-col:last-child{
    width: 450px;
}
@media(max-width: 700px){
    .data-set-holder{
        width: 90%;
    }
    .data-set-holder .lines-col{
        width: 100%;
    }
   
}
 
.data-set-holder .lines-col .col{
    height: 50px;
    width: 2px;
    background-color: var(--text);
}
.data-set-holder .lines-col .boxes-{
    box-shadow: 0 0 15px rgba(78, 78, 78, 0.5);
    width: 100px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.data-set-holder .lines-col .boxes- h4{
    font-size: .7rem;
    padding: 5px;
}
.data-set-holder .lines-col .boxes- img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* swiper*/
 .swiper-container{
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center; 
 }
 .swiper {
    width: 90%;
    height: 400px;
  }
 
.swiper-button-next::after, 
.swiper-button-prev::after{
    color: var(--text);
    font-size: 12px !important;
}
.swiper-pagination-bullet{
    background-color: var(--text) !important;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
@media(max-width: 700px){
     .swiper-container{
     width: 100%;
     }
     .swiper{
        width: 98% !important;
     }
     .swiper-button-next::after, 
.swiper-button-prev::after{
    display: none;
}
}
/*dashboard login page*/
.dashboard{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.dashboard .dashboard-sides{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}
.dashboard .dashboard-sides:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    background-color: var(--text);
}
.dashboard .dashboard-sides:nth-child(2){
    width: calc(100% - 300px);
}
.dashboard .dashboard-sides .top{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    transition: .5s ease-in-out;
    padding: 10px 20px;
    z-index: 100;
    top: 0;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(78, 78, 78, 0.5);
}
.dashboard .dashboard-sides .top .contents{
    flex-direction: row;
    height: 50px;
    width: auto;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
}
.dashboard .dashboard-sides .top .contents abbr{
    text-decoration: none;
    font-size: 2rem;
    color: var(--text);
    font-family: 'gilroy-bold';
}
.dashboard .dashboard-sides .top .contents .rounds-{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(78, 78, 78, 0.5);
    margin: 0 5px;
}

.dashboard .dashboard-sides .contents{
    margin: 20px 0;
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dashboard .dashboard-sides .contents .content-top{
    width: 100%;
    height: 80px;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--text);
    border-top: 1px solid var(--text);
}
.dashboard .dashboard-sides .contents .content-top h1{
    font-size: 2rem;
    color: var(--text);
}
.closing-icon{
    display: none;
}
#menu{
    display: none;
}
@media(max-width: 900px){
    #menu{
        display: flex;
    }
    .closing-icon{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        background-color: #fff;
        color: var(--text);
    }
    .dashboard .dashboard-sides:nth-child(1){
       display: none;
       padding: 10px 0;
       position: absolute;
       width: 80%;
       top: 60px;
    }
    .dashboard .dashboard-sides:nth-child(2){
        width: 100%;
    }
    .dashboard .dashboard-sides .top .contents{
        padding: 0;
    }
    .dashboard .dashboard-sides .top .contents abbr{
        font-size: 1rem;
    }
    .dashboard .dashboard-sides .top .contents .rounds-{
        width: 40px;
        height: 40px;
    }.dashboard .dashboard-sides .contents{
        width: 98%;
    }
    .dashboard .dashboard-sides .contents .content-top h1{
        font-size: 1rem;
    }
}

.dashboard .dashboard-sides .student-average{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-direction: column;
}
.dashboard .dashboard-sides .student-average h1{
    color: #fff;
    font-size: 1em;
    padding: 10px 0;
}
.dashboard .dashboard-sides .student-average .chart-holder{
    width: 100%;
    overflow: hidden;
}


.table-data{
    width: 100%;
    height: 78vh;
    overflow: scroll;
    position: relative;
}
.table-data .live-activities{
    display: flex;
    gap: 20px;
}
.table-data .live-activities .set_1{
    padding: 20px 0;
}
.table-data .live-activities .set_1 .ongoing-activity{
    padding: 10px;
    background-color: #10b981;
    display: block;
    width: 400px;
}
.table-data .live-activities .set_1 .ongoing-activity h3{
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}
.table-data .live-activities .set_1 .ongoing-activity p{
    color: #fff;
    padding: 2px 0;
    line-height: 25px;
}
.table-data .live-activities .set_1 h2{
    padding: 10px 0;
    font-size: 16px;
}
.table-data .live-activities .set_1 .table_set{
    flex: 1;
    border-collapse: collapse;
}
.table-data .live-activities .set_1 .table_set thead tr th{
    background-color: #183059;
    color: #fff;
    padding: 20px 10px;
}
.table-data .live-activities .set_1 .table_set tbody tr td{
    padding: 20px 15px;
}
.table-data .live-activities .set_1 .table_set .live{
    padding: 10px;
    background-color: #10b981;
    color: #fff;
}
@media(max-width: 500px){
    .table-data .live-activities{
        flex-direction: column;
    }
    .table-data .live-activities .set_1 .ongoing-activity{
        width: 100%;
    }
}



.confirm-delete {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  animation: fadeIn 0.2s ease-in-out;
  right: 0;
}

.confirm-delete.show {
  display: flex;
}

.confirm-delete .confirm,
.confirm-delete .cancel {
  padding: 5px 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 8px;
  background: #eee;
  transition: 0.2s;
}

.confirm-delete .confirm:hover {
  background: #ff5555;
  color: white;
}

.confirm-delete .cancel:hover {
  background: #ccc;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.table-data::-webkit-scrollbar{
    display: none;
}
.table-data .table-content{
    border-collapse: collapse;
    margin: 35px 0;
    font-size: 1em;
    width: 100%;
}
.table-data .table-content img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.table-data .table-content a{
    text-decoration: none;
}
.table-data .table-content .btn{
    background-color: green;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}
.table-data .table-content .btn-pass{
    background-color: orangered;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}
.table-data .table-content .performance{
    background-color: rgb(42, 99, 255);
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}

.table-data .table-content .dlt{
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}




.table-content thead {
    padding: 20px 0;
}
.table-content thead tr{
    background: #1f2937;
    color: #fff;
    text-align: left;
    font-weight: bold;
    position: relative;
}
.table-content th, .table-content td{
    padding: 16px 15px;
    text-wrap: nowrap;
}
 
.table-content tbody tr:nth-of-type(even){
    background-color: #E5E5E5;
}




/* dashboard */
  /* Sidebar */
  .dashboard-{
    display: flex;
    width: 100%;
    position: relative;
  }
    .sidebar {
      width: 300px;
      background: #1f2937;
      color: white;
      transition: width 0.3s ease;
      height: 100vh;
      overflow: hidden;
      position: relative;
        flex-shrink: 0;
      transition: .3s ease-in-out;
    }
    .sidebar .schools-details{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.sidebar .schools-details img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.sidebar .schools-details .hr{
  width: 95%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.5), transparent);
}
.sidebar .schools-details .paragraph{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}
.sidebar .schools-details .paragraph h1{
    color: #fff;
    font-size: 1rem;
}
.sidebar .schools-details .paragraph{
    width: 100%;
}
.sidebar .schools-details .paragraph p{
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}
    .sidebar .links{
        display: flex;
        flex-direction: column;
    }
.sidebar .links .link-prnt{
        display: flex;
        margin: 10px 0;
        transition: .3s ease-in;
}
 .sidebar .links .link-prnt:hover, .sidebar .links .live-link{
    background: rgba(255, 255, 255, .1);
    border-radius: 6px;
    border-left: 2px solid #fff;
    padding: 10px 0;
    width: 90%;
    margin-left: 10px;
 }
       .sidebar .links .link-prnt a{
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        padding: 0 20px;
       }
       .feather {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
    .sidebar.collapsed {
      width: 60px;
    }

    .sidebar .logo {
      padding: 20px;
      font-size: 1.2em;
      text-align: center;
      background: #111827;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .sidebar ul li {
      padding: 15px 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .sidebar ul li:hover {
      background: #374151;
    }

    .sidebar ul li i {
      margin-right: 10px;
    }

    .sidebar.collapsed ul li span {
      display: none;
    }

     .sidebar.collapsed .logo span {
      display: none;
    }

    .sidebar .profile {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 15px 20px;
      background: #111827;
      cursor: pointer;
    }
     .sidebar .profile span{
        display: flex;
        align-items: center;
        gap: 10px;
     }
      .sidebar .profile img{
        width: 40px;
        height: 40px;
        border-radius: 50%;
      }
    .profile-dropdown {
      display: none;
      background: white;
      color: black;
      position: absolute;
      bottom: 70px;
      left: 10px;
      padding: 10px;
      width: 280px;
      border-radius: 5px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    .profile-dropdown a{
        color: #111827;
        text-decoration: none;
    }
    .profile-dropdown p{
        margin: 15px 0;
    }
    .main {
      max-width: 1100px;
      flex-grow: 1;
      padding: 20px ;
    }
    .main .empty-list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin: 20px 0;
    }
       .main .empty-list img{
        width: 100%;
        height: 500px;
        object-fit: contain;
       }
     .main .top-flex{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
     }
     .main .top-flex .left{
        display: flex;
     }
     .main .top-flex .left .map-switch{
        margin-left: 10px;
        z-index: 10000000;
     }
     .main .top-flex .left i{
        font-size: 18px;
     }
      .main .top-flex .menu-switch{
         display: none;
      } 
      .main .top-flex .menu-close{
        display: none;
      }

.box-container {
  display: flex;
  gap: 20px;
  padding: 40px 0px;
}
.box-container .schedule{
    display: flex;
    gap : 10px;
    width: 100%;
    flex-direction: column;
}
.box-container .schedule .first-row{
    display: flex;
    gap: 10px;
}
.box-container .schedule .first-row .option{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box-container .schedule .first-row .option label{
    display: block;
    color: #183059;
    font-weight: 600;
}
.box-container .schedule .second-row{
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 10px;
}
.box-container .schedule .second-row select { padding: 6px; margin-bottom: 20px; font-size: 14px; }
.box-container .schedule .second-row .container { display: flex; gap: 20px; }
.box-container .schedule .second-row .col { background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); flex: 1;}
.box-container .schedule .second-row .col:nth-child(1){width: 300px; flex: unset;}
.box-container .schedule .second-row  .col img{object-fit: cover; width: 100%; height: 400px; padding: 20px 0;} 
.box-container .schedule .second-row  h3 { margin-top: 0; padding: 10px 0; }
.box-container .schedule .second-row table { width: 100%; border-collapse: collapse; font-size: 14px; }
.box-container .schedule .second-row tr th {  background-color: #1f2937;color: #fff;text-align: left;font-weight: bold;}
.box-container .schedule .second-row th, td { border: 1px solid #ddd; padding: 10px 5px; text-align: left; }
.box-container .schedule .second-row  th { background: #f1f1f1; }
.box-container .schedule .second-row .ongoing { background: green; color: #fff; border-collapse: collapse;}
.box-container .schedule .second-row .gif { width: 60px; height: 60px; object-fit: cover; vertical-align: middle; border-radius: 4px; }
.box-container .schedule .second-row tr:nth-of-type(even){background-color: #E5E5E5;}
.box-container .schedule .second-row .week{
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
}
@media (max-width: 520px){
    .box-container .schedule .second-row .col:nth-child(1){

        width: 100%;
    }
}
.box-container .schedule .second-row .events{
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
    background-color: #fff;
}
.box-container .schedule .second-row .events .event-cols{
    width: 300px;
    flex-shrink: 0;
    padding: 10px;
    display: flex;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    flex-direction: column;
    height: auto;
}
.box-container .schedule .second-row .events .event-cols .date{
    background-color: #183059;
    color: #fff;
    padding: 8px;
    width: 200px;
    text-align: center;
    border-radius: 4px;
}
.box-container .schedule .second-row .events .event-cols .event-poster{
    width: 100%;
}
.box-container .schedule .second-row .events .event-cols .time-holder{
    display: flex;
    gap: 10px;
    margin: 15px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 10px;
}
.box-container .schedule .second-row .events .event-cols .time-holder .time{
    display: flex;
    flex: 1;
    gap: 5px;
}
.box-container .schedule .second-row .events .event-cols .time-holder .time .icon{
    background-color: #183059;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 4px;
}
.box-container .schedule .second-row .events .event-cols .time-holder .time .text{
    display: flex;flex-direction: column;gap: 5px;
}
.box-container .schedule .second-row .events .event-cols .event-poster img{
    height: 150px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.box-container .schedule .second-row .events .event-cols .title{
    padding: 10px 0;
    font-weight: 700;
}
.box-container .schedule .second-row .events .event-cols .link-bts{
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.box-container .schedule .second-row .events .event-cols .link-bts a{
    border-radius: 4px;
    border: none;
    background-color: #183059;
    color: #fff;
    flex: 1;
    text-decoration: none;
    padding: 12px;
}
.box-container .schedule .second-row .events.eventAll{
    display: flex;
    height: auto;
    gap: 10px;
    justify-content: flex-start;
    overflow: scroll;
    scroll-snap-type: x mandatory; /* Enable snap on X axis */
  -webkit-overflow-scrolling: touch; /* Smooth on iOS */
}
.box-container .schedule .second-row .events::-webkit-scrollbar{
    display: none;
}

@media(max-width: 500px){
   .box-container .schedule .first-row{
        flex-direction: column-reverse;
    }
    .box-container .schedule .second-row{
        flex-direction: column;
    }
    .box-container .schedule .second-row .container {
        flex-direction: column;
    }
}
.box-container .schedule .second-row .full{display: flex; flex-direction: column;}


.box-container .schedule .first-row .option select{
    padding: 10px 0;
    border: 1px solid #183059;
    color: #183059;
    border-radius: 4px;
    outline: none;
    font-weight: 700;
    width: 200px;
}
.box-container .schedule .first-row .option button{
    border: none;
     border-radius: 4px;
    outline: none;
    font-weight: 700;
    background-color: #183059;
    margin: 0px;
    color: #fff;
    padding: 12px 0;
}
.print-btn{
    width: auto;
}
.print-btn button{
    padding: 8px 30px;
    background-color: #183059;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 4px;
}
.box-container .box {
  background: linear-gradient(135deg, #183059 0%, #E5E5E5 100%);
  color: white;
  padding: 20px;
  border-radius: 16px;
  font-size: 20px;
  width: 350px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(100px) scaleX(0.8);
  animation: slideIn 0.6s ease-out forwards;
}
.box-container a{
    text-decoration: none;
}

.box-container .box .profileData{
    display: flex;
    align-items: center;
    gap: 18px;
}
.box .profileData p{
    font-size: 16px;
    font-weight: 500;
}
.box h1{
    font-size: 16px;
    margin-bottom: 10px;
}
.box .profileData .icon{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f0f0f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box .profileData .icon i{
     color: #183059;
     font-size: 18px;
}
.box .profileData .icon img{
    object-fit: cover;
    width: 50px;
    height: 50px;
}
@media(min-width: 1000px) and (max-width: 1300px){
   .box-container .box {
        width: 280px;
    }
  
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.delay-3 {
  animation-delay: 0.8s;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0) scaleX(1);
  }
   0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
.search-console{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-console input{
    width: 500px;
    padding: 12px;
    border-radius: 4px;
     border: 1px solid #183059;
}
@media(max-width: 600px){
    .search-console{
        flex-direction: column;
        gap: 10px;
         align-items: start;
        justify-content: start;
    }
    .search-console input{
        display: flex;
        width: 90%;
       
    }
}
.publish{
    display: flex;
    align-items: center;
    gap: 10px;
    
}
.publish button{
    padding: 8px 18px;
    border-radius: 6px;
    background-color: #183059;
    border: none;
    color: #fff;
}
.student-result{
    display: flex;
    padding: 30px 0 10px;
}
.student-result h1{
    font-size: 15px;
}
.academic-switch{
    display: flex;
    gap: 10px;
    align-items: center;
}
.academic-switch label{
    color: #183059;
    font-weight: 700;
    margin-right: 10px;
}
.academic-switch select{
    padding:  5px;
    border: 1px solid #183059;
    border-radius: 4px;
    outline: none;
}
.chart-holder{
    display: flex;
   align-items: center;
    width: 100%;
    margin: 30px 0;
}
.chart-holder #myChart{
    width: 100%;
    height: 450px;
}
.chart-container{
    height: 300px;
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.chart-container .charts{
     width: 100%;
    height: 300px;
    flex: 1;
}
.card-holder{
    display: flex; 
    justify-content: center;
    align-items: center;
}
@media(max-width: 1000px){
     .main .top-flex .menu-switch{
        display: flex;
     }
      .sidebar {
        left: -300px;
        top: 0;
        position: fixed;
        height: 100%;
        z-index: 30000;
      }
    .box-container {
        flex-direction: column;
        width: 100%;
    }
    .box-container .box {
       flex: 1;
         width: unset;
     }
     .chart-holder #myChart{
        width: 100%;
     }
     .chart-holder{
        flex-direction: column;
     }
        .main {
        padding: 20px 10px;
        flex-grow: unset;
        width: 100%;
     }
      .dashboard-{
        position: relative;
      }
}

.stats-head-chart{
    padding: 5px 20px;
    width: calc(100% - 20px);
    color: #333333a6;
}
.stats-head-chart h1{
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
}
.card{
    width: 200px;
    height: 200px;
    margin: 10px;
    position: relative;
}
.card .rating{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.cards{
    width: 200px;
    height: 200px;
    margin: 10px;
    position: relative;
}
.cards .ratings{
    position: relative;
    width: 100%;
    height: 100%;
}
.cards .ratings h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #183059;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
 
.cards .ratings h2 span{
    font-size: 2.5em;
    font-weight: 700;
}
.cards .ratings h2 sup{
    font-size: 1.5em;
    font-weight: 300;
}
.cards .ratings .blocks{
    position: absolute;
    width: 2px;
    height: 15px;
    stroke-linecap: round;
    background-color: #6362623d;
    left: 50%;
    opacity: 0;
    transform-origin: 50% 100px;
    animation: animate 0.5s linear forwards;
}
.card .rating h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #000;
    font-weight: 500;
    text-align: center;
}
.card .rating h2 span{
    font-size: 2.5em;
    font-weight: 700;
}
.card .rating h2 sup{
    font-size: 1.5em;
    font-weight: 300;
}
.card .rating .block{
    position: absolute;
    width: 2px;
    height: 15px;               
    stroke-linecap: round;
    background-color: #3333333f;
    left: 50%;
    opacity: 0;
    transform-origin: 50% 100px;
    animation: animate 0.5s linear forwards;
}
@keyframes animate{
    to{
        opacity: 1;
    }
}
@media screen and (max-width: 800px){
   .chart-container{
        display: block;
        height: auto;
        width: 300px;
    }
  .chart-container .charts{
        width: 100%;
    }
    .card{
        width: 150px;
        height: 150px; 
    }
    .cards .ratings h2{
        transform: translate(-25%,10%);
    }
    .card .rating h2{
        transform: translate(0%,0%);
    }
    .cards{
        width: 150px;
        height: 150px;
    }
 
}

    .toggle-btn {
      padding: 10px 20px;
      background: #10b981;
      color: white;
      border: none;
      margin-bottom: 20px;
      border-radius: 5px;
      cursor: pointer;
    }

    

/* profile css */
.profile-content{
    display: flex;
    flex-direction: column;
}
.profile-content .title-up{
    padding: 20px 0;
    display: flex;
    gap: 8px;
}
.profile-content .title-up h1{
    font-size: 13px;
}
.profile-content .page-setting{
    display: flex;
    width: 100%;
    gap: 10px;
}
.profile-content .page-setting .report-inputs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile-content .page-setting .report-inputs form{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.profile-content .page-setting .report-inputs #reportResult{
    display: flex;
    flex-direction: column;
}
.profile-content .page-setting .report-inputs #reportResult h3{
    padding: 10px 0;
    font-weight: 500;
}
.profile-content .page-setting .report-inputs #reportResult .report-table{
    width: 100%;
    border-collapse: collapse;
}
.profile-content .page-setting .report-inputs #reportResult .report-table tr th{
    padding: 20px 5px;
    background-color: #183059;
    color: #fff;
    text-align: left;
}
.profile-content .page-setting .report-inputs #reportResult .report-table tr td{
    padding: 10px 5px;
}
.profile-content .page-setting .report-inputs #reportResult .report-table tbody tr:nth-of-type(even){
    background-color: #E5E5E5;
}
.profile-content .page-setting .report-inputs .input-report{
    margin: 10px;
}
.profile-content .page-setting .report-inputs .input-report label{
    display: block;
    font-weight: 600;
    padding: 5px 0;
} 
.profile-content .page-setting .report-inputs .input-report select{
    padding: 12px 0px;
    border:1px solid #183059;
    color: #183059;
    border-radius: 4px;
    outline: none;
    font-weight: 700;
    width: 300px;
}
.profile-content .page-setting .report-inputs .input-report input[type="submit"]{
    background-color: #183059;
    padding: 12px 26px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}
.profile-content .page-setting .profile-details{
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media(min-width: 500px) and (max-width: 999px){
    .profile-content .page-setting{
        flex-direction: column;
    }
    .profile-content .page-setting .profile-details{
        flex: 1;
        width: unset;
    }
}
.profile-content .page-setting .profile-details .profile-img{
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
}
.profile-content .page-setting .profile-details .profile-img .img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-content .page-setting .profile-details .profile-img .img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.profile-content .page-setting .profile-details .profile-img .camera-img{
    position: absolute;
    bottom: 0;
    right: 30px;
    font-size: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #fff;
}
.profile-content .page-setting .profile-details .student-info{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.profile-content .page-setting .profile-details .student-info:nth-of-type(odd){
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile-content .page-setting .profile-details .student-info h1{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 10px 0;
}
.profile-content .page-setting .profile-details .student-info span{
    display: flex;
}
.profile-content .page-setting .profile-details .student-info span label{
    display: flex;
}
.profile-content .page-setting .profile-details .student-info span input{
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    width: 70px;
    margin-left: 5px;
}
.profile-content .page-setting .profile-details .student-info p{
    text-align: center;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
}

.profile-content .page-setting .profile-details .student-info p input{
    border: none;
    outline: none;
     font-size: 15px;
    font-weight: 600;
}
@media(min-width: 1000px) and (max-width:1200px){
    .profile-content .page-setting .profile-details{
        width: 200px;
    }
    .profile-content .page-setting .profile-details .profile-img{
        width: 150px; height: 150px;
    }
    .profile-content .page-setting .profile-details .profile-img .img{
        width: 150px; height: 150px;
    }
    .profile-content .page-setting .profile-details .profile-img .img img{
        width: 150px; height: 150px;
    }
    .profile-content .page-setting .profile-details .profile-img .camera-img{
        right: 10px;
    }
}

.profile-content .page-setting .profile-data .report{
    border: 1px solid #333;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    
}
@media (max-width: 520px){
    .profile-content .page-setting .profile-data .report{
        padding: 10px;
    }
}
.profile-content .page-setting .profile-data  #assesmentBtn, #fetchReportBtn{
    padding: 12px 18px;
    background-color: #183059;
   color: #fff;
   border-radius: 6px;
   margin: 10px 0;
   border: none;
   outline: none;
   
}
.profile-content .page-setting .profile-data .report .assesment{
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-color: #fff;
    transition: .2s ease-in-out;
}
.profile-content .page-setting .profile-data .report .assesment.show{
    height: 100%;
    overflow: scroll;
}
.profile-content .page-setting .profile-data .report .assesment table{
    width: 90%;
}
.profile-content .page-setting .profile-data .report .assesment table tr{
    padding: 0;
    border-collapse: collapse;
}
.profile-content .page-setting .profile-data .report .assesment table tr th{
    padding: 10px ;
    text-align: left;
    background-color: #183059;
   color: #fff;
}
.profile-content .page-setting .profile-data .report .assesment table tr td{
    padding: 10px;
}
.profile-content .page-setting .profile-data .report .report-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-content .page-setting .profile-data .report .report-top .components{
     display: flex;
    flex-direction: column;
}
.profile-content .page-setting .profile-data .report .report-top .components img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.profile-content .page-setting .profile-data .report .report-top .components 
.school-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile-content .page-setting .profile-data .report .report-top .components 
.school-info h1{
    font-size: 30px;
    padding: 10px 0;
}
.profile-content .page-setting .profile-data .report .report-top .components 
.school-info select{
    border: none;
    flex: 1;
    outline: none;
    padding: 10px 0;
}
.profile-content .page-setting .profile-data .report .report-top .components 
.school-info select option{
    border: none;
}
.profile-content .page-setting .profile-data .report .report-top .components 
.school-address p{
    font-size: 15px;
    line-height: 19px;
}
.profile-content .page-setting .profile-data .report .top-description{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile-content .page-setting .profile-data .report .bottom-flex{
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-content .page-setting .profile-data .report .bottom-flex .clear{
    background-color: green !important;
}
.profile-content .page-setting .profile-data .report .bottom-flex button{
    padding: 12px 18px;
    background-color: #183059;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.profile-content .page-setting .profile-data .report .top-description
.input{
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    padding: 1px 10px;
}
.profile-content .page-setting .profile-data .report .top-description
.input label{
    font-size: 15px;
}
.profile-content .page-setting .profile-data .report .top-description
.input select{
    padding: 8px 18px;
    border: none;
    outline: none;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.profile-content .page-setting .profile-data .report .top-description
.input input{
    border: none;
    outline: none;
    border-bottom: 1px dotted #333;
    flex: 1;
}
.profile-content .page-setting .profile-data .report .top-description
.input .date input{
    outline: none;
    border-bottom: 1px dotted #333 !important;
    flex: 1;
}
.profile-content .page-setting .profile-data .report .result-table{
    width: 100%;
    padding: 20px 0;
     overflow: scroll;
}

.profile-content .page-setting .profile-data .report .result-table table{
    width: 100%;
    border-collapse: collapse;
}
.profile-content .page-setting .profile-data .report .result-table table tr{
    text-align: left;
    padding: 0 5px;
}
.profile-content .page-setting .profile-data .report .result-table table tr th{
   padding: 20px 10px;
   background-color: #183059;
   color: #fff;
}
.profile-content .page-setting .profile-data .report .result-table table tr td{
    padding: 10px 10px;
    color: #183059;
}
.profile-content .page-setting .profile-data .summary{
    padding: 20px 0;
    width: 100%;
}
.profile-content .page-setting .profile-data .report .summary p{
    font-size: 15px;
    line-height: 19px;
}
.profile-content .page-setting .profile-data .report .summary p span{
    padding: 0 10px;
    font-size: 17px;
    border-bottom: 1px dotted #333;
}
.profile-content .page-setting .profile-data{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    flex: 1;
    padding: 20px;
}
.profile-content .page-setting .profile-data h1{
    font-size: 13px;
    flex: 1;
    padding: 20px 0;
    border-bottom: 1px solid #555;
}
.profile-content .page-setting .profile-data .error-msg-cnt{
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    padding: 20px;

}
@media (max-width: 520px){
    .profile-content .page-setting .profile-data .error-msg-cnt{
        width: 90%;
        text-align: center;
    }
}
.profile-content .page-setting .profile-data .error-msg-cnt.show{
    opacity: 1;
    visibility: visible;
    top: 55%;
}
.profile-content .page-setting .profile-data .data-wrapper .attachments{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.profile-content .page-setting .profile-data .data-wrapper .attachments p{
    color: #183059;
}
#previous-btn{
    display: inline-flex;
    text-align: left;
    padding: 10px;
    background-color: #183059;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 20px 0 0 0;
}
.profile-content .page-setting .profile-data .data-wrapper .attachments label{
    flex: 1;
    border-radius: 12px;
    border: 1px dotted #131735;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-content .page-setting .profile-data .data-wrapper .clear{
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: green;
    border-radius: 4px;
    border: none;
}
.profile-content .page-setting .profile-data .data-wrapper .image-col{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.profile-content .page-setting .profile-data .data-wrapper .image-col label .pick-up{
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    background-color: #183059;
    color: #fff;
    border-radius: 4px;
    gap: 10px;
}
.profile-content .page-setting .profile-data .data-wrapper a{
    text-decoration: none;
    background-color: green;
    padding: 12px 18px;
    border-radius: 4px;
    color: #fff;
}
.profile-content .page-setting .profile-data .data-wrapper .add-btn{
    height: 40px;
    color: #fff;
    background-color: green;
    border-radius: 4px;
    text-wrap: nowrap;
    border: none;
    width: 100px;
}
.profile-content .page-setting .profile-data .data-wrapper .remove-btn{
    margin: 40px 0;
    border: none;
    background-color: red;
    color: #fff;
    font-weight: 500;
    padding: 12px 0;
 }
.profile-content .page-setting .profile-data .data-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.profile-content .page-setting .profile-data #response{
    width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 4px;
    background-color: #f5f5fa;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    justify-content: center;
    align-items: center;
    transition: ease-in .3s;
}
.profile-content .page-setting .profile-data #response.cancelbtn{
    padding: 12px 22px;
    background-color: green;
    border-radius: 4px;
    color: #fff;
}
#responsee{
    display: none;
}
@media(max-width: 499px){
    .profile-content .page-setting{
        flex-direction: column;
        width: 100%;
    }
    .profile-content .page-setting .profile-details{
        flex: 1;
        width: unset;
    }
    .profile-content .page-setting .profile-data .data-wrapper{
        flex-direction: column;
    }
}
.profile-content .page-setting .profile-data .data-wrapper .input{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.profile-content .page-setting .profile-data .data-wrapper .input label{
    display: block;
    padding: 10px 0;
    color: #183059;
    font-size: 16px;
    font-weight: 600;
}
.profile-content .page-setting .profile-data .data-wrapper .input input{
    padding: 15px 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    border: none;
    border-radius: 4px;
}
@media(max-width: 499px){
    .profile-content .page-setting .profile-data .data-wrapper .input{
        width: 100%;
    }
}
.profile-content .page-setting .profile-data .data-wrapper .input select{
    padding: 15px 10px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    border: none;
    border-radius: 4px;
}
.profile-content .page-setting .profile-data .data-wrapper .input .flex-input{
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
}
.profile-content .page-setting .profile-data .data-wrapper .input .flex-input legend{
    display: flex;
}
.profile-content .page-setting .profile-data .data-wrapper .submit-btn{
    width: 100px;
    height: 40px;
    margin: 5px;
    color: #fff;
    background-color: #183059;
    border-radius: 4px;
    border: none;
}

.select-child{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.form-data-select{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: auto;
    padding: 20px 5px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.form-data-select h3{
    font-size: 30px;
    margin: 20px 0;
}
.form-data-select form{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.form-data-select select{
    padding: 10px 19px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #1f2937;
    border-radius: 6px;
    color: #fff;
    width: 300px;
    outline: none;
}
.form-data-select button{
     background-color: #1f2937;
     color: #fff;
     border-radius: 6px;
     outline: none;
     border: none;
     padding: 10px 0;
}


/* notification cards */
/* Left side with cards */
    
    /* Left side with cards */
    .notifications-cards-parent{
        position: relative;
        width: 100%;
    }
    .notifications-cards-parent .cards {
      width: 100%;
      height: 90vh;
      border-right: 1px solid #ddd;
      overflow-y: auto;
      background: #fff;
    }

    .notifications-cards-parent .card {
      display: flex;
      align-items: center;
      padding: 15px;
      width: 100%;
      height: 150px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background 0.2s;
      position: relative;
    }

   .notifications-cards-parent  .card:hover {
      background: #f0f0f0;
    }

    .notifications-cards-parent .card img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin-right: 15px;
      object-fit: cover;
    }

    .notifications-cards-parent .card-content {
      flex: 1;
      margin: 120px 50px ;
    }

   .notifications-cards-parent  .card-content h4 {
      margin-bottom: 5px;
      font-size: 18px;
      color: #333;
    }

    .notifications-cards-parent .card-content p {
      font-size: 14px;
      color: #666;
    }

   .notifications-cards-parent  .card-date {
      font-size: 12px;
      color: #999;
      margin-top: 8px;
    }

    /* Hidden message inside card */
   .notifications-cards-parent  .card-message {
      display: none;
      z-index: 5;
    }

    /* Right side message panel */
   .notifications-cards-parent  .message-panel {
      position: fixed;
      top: 30px;
      right: -100%;
      width: 50%;
      height: calc(100% - 50px);
      background: #fff;
      box-shadow: -2px 0 8px rgba(0,0,0,0.2);
      transition: right 0.4s ease;
      padding: 20px;
      overflow-y: auto;
      z-index: 5;
    }

    .notifications-cards-parent .message-panel.active {
      right: 0;
      display: flex;
      flex-direction: column;

    }
::-webkit-scrollbar{
    display: none;
}
        @media (max-width: 520px){
        .notifications-cards-parent .card .card-content {
        margin: 120px 50px 120px 0;
        }

          .notifications-cards-parent .cards {
            padding: 0;
            margin: 0;
            margin-left: -8px;
            width: 100%;
            left: 0;
            border-right: none;
           
         }
         .notifications-cards-parent .card-content {
            width: 68%;
            right: 0;
         }
           .notifications-cards-parent  .message-panel {
            width: 95%;
           }

    }
    .notifications-cards-parent .close-btn {
      display: inline-block;
      padding: 6px 0;
      margin-bottom: 15px;
      color: #000;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
    }

    .notifications-cards-parent .message-panel h2 {
      margin-bottom: 10px;
    }

   .notifications-cards-parent  .message-panel p {
      font-size: 15px;
      color: #444;
      line-height: 1.6;
    }

    /* parent chat message */
.chat-container {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 70vh;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.chat-header {
  padding: 12px;
  text-align: center;
  background: #1f2937;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.messages {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.message {
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  max-width: 75%;
  position: relative;
  cursor: pointer;
}
.message.you {
  background: #0d5032;
  color: #fff;
  margin-left: auto;
  position: relative;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.message.you::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0d5032;
    position: absolute;
    right: -6px;
    top: 0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 12px;
}
.message.other {
  background:#1f2937;
  color: #fff;
  margin-right: auto;
  position: relative;
  border-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.message.other::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #1f2937;
    position: absolute;
    left: -6px;
    top: 0;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 12px;
}
.message .message-head-{
    color: #fbfbfba5;
}
.message .meta {
  font-size: 10px;
  color: #555;
  margin-top: 4px;
}
.reply-preview {
  font-size: 12px;
  color: #444;
  background: #eee;
  padding: 4px 6px;
  border-left: 3px solid #183059;
  margin-bottom: 4px;
  border-radius: 4px;
}
.reply-box {
  padding: 6px 10px;
  background: #eee;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reply-box button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#chatForm {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  position: fixed;
  bottom: 0;
  left: 300px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1000px){
    #chatForm {
        left: 0;
    }
}
#chatForm input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}
#chatForm button{
  color: #183059;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#chatForm button i{
    font-size: 30px;
}
.message {
  position: relative;
  transition: transform 0.3s ease; /* smooth slide */
}

.message.swipe-right {
  transform: translateX(80px); /* swipe distance */
}

.reply-preview-bar {
  background: #f1f1f1;
  border-left: 4px solid #4CAF50;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.message.highlight {
  background-color: #ccc;
  transition: background-color 2.5s ease;
}
.message-options{
    display: none;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
    background-color: red;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 100px;
    text-decoration: none;
}
.message-options.show{
    display: flex;
}
.date-separator{
    display: flex;
    padding: 10px 0;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #ccc;
    background-color: #f0f0f0;
}
.delete-menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 100;
}