@font-face{
    font-family: 'MyCustomFont';
    src: url('../fonts/Copperplate.ttc') ;
}

:root{
    --main: #602889;
    --accent:#FD8934;
    --mild:#E3DFF0;
    --background: #F9F7FB;
    --font: #242424;


*{
    font-family: "MyCustomFont", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* background-color: #f8f9fa; */
}
.logo{
    width: 150px;
    height: auto;
    background-color: #00000000;
}
/* .nav-item, */
/* .nav-link, */
/* .navbar-nav, */
.navbar{
    background-color: var(--mild) !important;
}

body{
    margin: 0;
    padding: 0;
    background-color: var(--light);
}

.nav-link{
    color: var(--main) !important;
}


.btn-login{
    color: var(--background) !important;
    background-color: var(--main) !important;
    border-radius:20px;
    box-shadow: #242424;
    padding: 5px 10px 5px 10px !important;
    width: fit-content;
}



.fa-user{
    border-radius: 50%;
    background-color: var(--mild);
    color: var(--main) ;
    padding: 4px 7px 4px 7px !important;
    margin: 0px 10px 0px 0px;
}


.carousel-control-next,
.carousel-control-prev{
    background-color: #0000;
    z-index: 3;
}
.carousel-item{
    position: relative;

}

.carousel-item>img{
    width: 100%;
}
.hero-guy{
    background-color: #0000;
    position:absolute;
    z-index: 3;
    bottom: 0;
    width: 60%;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000077;
    z-index: 2;

}
.hero-caption{
    color: var(--background);
    background-color: #0000;
    position: absolute;
    right: 10%;
    top: 20%;
    z-index: 3;
}

.hero-caption-fixed{
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 3;
    color: var(--background);
    background-color: #0000;
}


.contained{
    width: 100%;
    max-width: 1336px;
    margin: auto;
    cursor: pointer;

}

.second-page{
    background-color: var(--mild);
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
h1{
    color: var(--main);
    font-size: 80px;
    padding-top: 20px;
    line-height: 40px;
}
h2{
    font-size: 48px;
    color: var(--main);
    line-height: 40px;
}
p{
    color: var(--font);
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    font-size: 24px;
}

.about-content{
    padding-top:20px;
    line-height: 36px;
    text-align: justify;
}

.cta-button{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    padding: 10px;
    text-decoration: none;
    /* color: var(--background); */
    color: white;
    background-color: var(--accent);
    margin-right: 10px;
    cursor: pointer;
}

.cta-button:hover{
    background-color: var(--main);
}

.inline-text{
    display: inline;
}

.about-image{
    display: flex;
    align-items: center;
}

.about-image>img{
    object-fit: contain;
}


.third-page{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--background);

}

.two-column-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fourth-page{
    background-color: var(--mild);
}

.card-carousel{
    display: flex;
    overflow: hidden;
    padding-bottom:50px;
}
.card-body-c{
    background-color: var(--background);
    padding: 0px;
    margin: 20px;
    /* transform: translateX(-100%); */
}

.card-image-c{
    height: 150px;
    overflow: hidden;
    width: 100%;
}

.card-image-c > img{
    width: 100%;
}
.card-content-c{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;

}
.card-text-c{
    height: 150px;
    overflow: hidden;
    text-align: justify;
}
.cta-text{
    color: var(--accent);
    text-decoration: none;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    align-self: flex-end;
}

.cta-text:hover{
    color: var(--main);
}
h3{
    margin: 20px;
    font-style: bold;
    font-family:  "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
}
h4{
    font-style: bold;
    font-family:  "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin: 20px;
}


.small-text{
    margin: 0px 20px 20px 20px;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    font-weight: 200;
    font-size: 18px;
}

#carousel-testimonials{
    margin-top: 100px;
    margin-bottom: 100px;
}

.title{
    padding-top:80px;
}

.fifth-page{
    background-image:  linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),url('../img/wordwall.png');
    background-repeat: no-repeat;
     background-size: cover;
     padding-bottom: 100px;
}

.user-name{
    display: flex;
    align-items: center;
    
}
.test-carousel{
    background-color: #e3dff0e6;
    padding: 30px;
    min-height: 300px;
}
.user-name>.fa-user{
    font-size: 60px;
    color: var(--background);
    background-color: var(--main);
    padding: 20px 24px 20px 24px !important;
}

.user-name>.testimonials-title{
    font-size: 36px;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

.testimonial{
    padding-top: 20px;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

#carousel-testimonials .carousel-control-next-icon{
    filter: brightness(0) saturate(100%) invert(75%) sepia(56%) saturate(4268%) hue-rotate(336deg) brightness(101%) contrast(98%);
    /* background-color: var(--main); */

}

#carousel-testimonials .carousel-control-prev-icon{
    filter: brightness(0) saturate(100%) invert(75%) sepia(56%) saturate(4268%) hue-rotate(336deg) brightness(101%) contrast(98%);

}

.sixth-page{
    background-color: var(--mild);
    padding-bottom: 60px;
}

.seventh-page{
    background-color: var(--main);
}

.big-text{
    color: var(--background);
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    font-size: 5vw;
    line-height: 100px;
    margin:40px
}

.big-text2{
    color: var(--background);
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    font-size: 3vw;
    line-height: 60px;
    margin:40px
}
.big-cta-button{
    background-color: var(--accent);
    font-size: 2vw;
    padding: 20px;
    border-radius: 40px;
    position: absolute;
    color: var(--background);
    align-self: center;
    cursor: pointer;
}

.big-cta-button:hover{
    background-color: var(--background);
    color: var(--accent);
}
.footer{
    padding-top:50px;
    
}

.reach-us{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

.footer-menu{
    display: block;
    color: var(--font);
    padding-left:20px;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    text-decoration: none;
}

.footer-menu:hover{
    color: var(--accent);
}

.about-banner{
    filter: drop-shadow(0 8px 8px linear-gradient(#000 , #000));
}

.about-page-content{
    text-align: justify;
    line-height: 50px;
}

.team-card-container{
    background-color: var(--mild);
    padding: 0px;
    /* width: 260px; */
    margin-top: 150px;
    min-width: 260px;
    max-width: 262px;

}

.team-brief{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    text-align: justify;
    padding: 20px;
}
.team-card-image{
    position: absolute;
    top: -200px;
    /* width: 260px; */
    min-width: 260px;
    max-width: 262px;
}

.team-name{
    padding-top: 150px;
}
h5{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.gradient-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(to right,var(--main), var(--accent)); /* pink to purple */
    border-radius: 2px; /* Optional: rounded edges */
    margin-top: 60px;
    margin-bottom: 60px;
}

.third-page-about{
    background-color: var(--mild);
    padding-top: 50px;
    margin-top: 50px;
}

.timeline-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 4px solid #5a2a83;
    padding-top: 30px;
    margin-top: 30px;
    gap: 20px;
  }
  
  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 100px;
    text-align: center;
  }
  
  .timeline-year {
    background: white;
    color: #5a2a83;
    border: 3px solid #5a2a83;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .timeline-desc {
    font-size: 0.95rem;
    color: #333;
    max-width: 140px;
  }
  
  /* Mobile layout */
  @media screen and (max-width: 768px) {
    .timeline-wrapper {
      flex-direction: column;
      border-top: none;
      border-left: 4px solid #5a2a83;
      padding-left: 20px;
    }
  
    .timeline-item {
      flex-direction: row;
      align-items: flex-start;
      text-align: left;
      gap: 20px;
      margin-bottom: 20px;
    }
  
    .timeline-year {
      margin-bottom: 0;
    }
  
    .timeline-desc {
      max-width: none;
    }
  }
  
/* .timeline-container{
    z-index: 99999;
    height: 300px;
    align-items: center;
    
}
.timeline-item{
    background-color: var(--background);
    border-radius: 50%;
    width: 80px;
    height:80px;
}
.timeline-year{
    color: var(--main);
    font-size: 24px;
}
.timeline-content{
    font-family:  "Josefin Sans", sans-serif;
    font-size: 14px;
    display: none;
    text-align: center;
}

.timeline-item:hover .timeline-content{
    display: block;
}

.timeline-item:hover{
    max-width: 200px !important;
    flex: 0 0 20%;
    width: 200px !important;
    height: 200px;
} */

.purple-line{
    border: var(--main) 10px solid;
    position: absolute;
    width: 100%;
}
.sixth-page-about{
    background-color: var(--main);
}
.sixth-page-about .big-text{
    line-height: 80px;
    font-size: 50px;
}
.fourth-page-about{
    background-color: var(--mild);
    padding-top: 100px;
    padding-bottom:100px
}
.concepts{
    align-self: flex-end;
    /* text-align: end; */
    padding: 20px;
    border: var(--accent) 2px solid;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    width: 30vw;
    cursor: pointer;
}

.concept-section{
    padding: 0px;
}
.explain-image{
    display: flex;
    justify-content: center;
}
.explain-content{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    padding: 20px;
}

.explanation{
    display: none;
    overflow: hidden;
}
.explain-content>p{
    line-height: 55px;
}

.concepts-active{
    background-color: var(--background);
    border-right-width: 0px;
}
.active-concept{
    display: flex;
}


.explanation-section{
    background-color: var(--background);
    min-height: 650px;
    display: flex;
    /* border: 2px var(--accent) solid; */
}


    
.delete-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.3s ease ;
}
.delete-icon:hover{
    opacity: 0.5;
}
.gallery-admin{
    position: relative;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    padding: 30px;
}
.pop-up {
    display: none;
    position: fixed;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
input,
.ql-editor {
padding: 4px;
font-size: 14px;
}

#editor {
height: 130px;
font-style: inherit;
font-family: inherit;
}
.pop-up img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.popped{
    display: flex;
}
.gallery-item {
width: 100%;
aspect-ratio: 4 / 3; /* Adjust for portrait or square images */
overflow: hidden;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;  /* key for consistent look */
}

.blog-list{
    border: var(--accent) solid 0px ;
    border-left-width: 2px;
}

strong{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

.academics-content{
    text-align: justify;
    line-height: 35px;
}

 .accordion-title{
    border: 2px var(--mild) solid;
    cursor: pointer;
 }
.ui-accordion-header-active, .ui-accordion-content-active{
    background-color: var(--mild);

}
.ui-accordion-content-active{
    padding: 0px 40px 0px 40px;
}

.accordion-title{
    margin: unset !important;
    padding: 20px;
}
.second-academics{
    background-color: var(--mild);
}

.team-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
.team-popup-content {
    background: #fff;
    padding: 30px;
    max-width: 700px;
    width: 90%;
    border-radius: 8px;
    text-align: left;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
}
  
.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.form-control{
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}


.gallery-add:hover{
    transform: scale(1.1);
    transition: 0.3s ease;
    cursor: pointer;
}


.file-upload-container{
    position: fixed;
    width: 100%;    
}
  
.blog-content img{
    aspect-ratio: unset !important;
    width: 100%;
    height: 100%;
}

#brief{
    font-family:  "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 992px){
    h1{
        color: var(--main);
        font-size: 60px;
        line-height: 30px;
    }
    h2{
        font-size: 36px;
        color: var(--main);
        line-height: 30px;
    }

    h3{
        margin: 20px;
        font-style: bold;
        font-family:  "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 20px;
    }
    p{
        font-style: normal;
        font-family:  "Josefin Sans", sans-serif;
        font-size: 18px;
    }
    .third-page{
        padding-top:60px;
        padding-bottom: 60px;
    }
    .second-page{
        padding-top:60px;
        padding-bottom: 60px;
    }
}




@media only screen and (max-width: 767px){
    .carousel-item{
        height: 400px;
        overflow: hidden;
    }

    .test-carousel{
        height: unset;
    }

    .carousel-item>img{
        width:unset;
        height: 100%;
        object-fit: cover;
    }
    h1{
        color: var(--main);
        font-size: 30px;
        line-height: 0px;
    }
    h2{
        font-size: 18px;
        color: var(--main);
        line-height: 25px;
    }

    h3{
        margin: 18px;
        font-style: bold;
        font-family:  "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 20px;
    }
    p{
        font-size: 14px;
    }
    .about-page-content{
        line-height: 30px;
    }
    .hero-guy{
        width: 80%;
    }
    .user-name>.testimonials-title{
        font-size: 18px;
    }
    .user-name>.fa-user{
        font-size: 30px;
    }
    .big-text{
        line-height: 30px;
        margin: 20px;
    }
    .big-cta-button{
        padding: 5px;
    }
    .big-button-container{
        padding: 0 20px 20px 40px;
    }
    .footer-logo{
        width: 50%;
    }

    .blog-list{
        border-left-width: 0px;
    }
    .big-text2{
        line-height: 30px;
        margin: 20px;
    }
}


.tally-powered{
    display: none !important; 
}


.popup-container, .popup-demo-container{
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: #0009;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    top: 0;
    /* display: none; */
}

.popup-box{
    display: flex;
    flex-direction: column;
    z-index: 10000;
    background-color: var(--main);
    padding: 1vw;
    width: 30vw;
    min-width: 250px;
    border-radius: max(12px, 1vw);
    position: relative;
    padding-bottom: 2vw;
}

.popup-title{
    color: var(--background);
    font-size: max(20px, 2vw);
    text-align: center;
}

.popup-form{
    display: flex;
    flex-direction: column;
    padding: 1vw;
}

.popup-form-field{
    border-radius: max(8px, 1vw);
    margin: max(8px,0.5vw) max(16px,1vw);
    padding: 0.8vw 1.6vw;
    outline: 0;
    border: 0px;
    font-size:  max(12px, 1vw);
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
}

.popup-download{
    background-color: var(--accent);
    color: white;
    font-size: max(12px, 1.2vw);
    border-radius: max(12px, 1vw);
    cursor: pointer;
    transition: 0.5s all;
        text-wrap: auto;
}

.popup-bookdemo{
    background-color: var(--light);
    font-size: max(12px, 1.2vw);
    border-radius: max(12px, 1vw);
    cursor: pointer;
    transition: 0.3s all;
    text-wrap: auto;
}

.popup-download:hover , .popup-bookdemo:hover{
    transform: scale(1.1);
}

.popup-close-button{
    position: absolute;
    color: white;
    top: max(10px,1vw);
    right: max(10px,1vw);
    font-size:  max(16px, 1.5vw);
    transition: 0.3s all;
    cursor: pointer;
}

.popup-close-button:hover{
    color: var(--accent);
    transform: scale(1.1);
}

.whatsapp-popup{
    position: fixed;
    right: -10px;
    bottom: 20%;
    width: 5vw;
    min-width: 50px;
    z-index: 9999;
    padding: 0.7vw 0 0.7vw 0.7vw;
    background-color: var(--mild);
    border-radius: 50% 0 0 50%;
    box-shadow: -3px 4px 7px 0px #0008;
    transition: 0.3s all ;
}

.whatsapp-popup:hover{
    /* transform: scale(1.1); */
    right: 0;
}
.whatsapp-popup img{
    width: 100%;
}

.mobile-banner{
    width: 100%;
    background-color: var(--accent);
    color: var(--background);
    text-align: center;
}

.loading-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #0008;
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.banner{
    background-color: var(--main);
    color: white;
    font-style: normal;
    font-family:  "Josefin Sans", sans-serif;
    padding: max(5px,0.5vw);
    justify-content: center;
    align-items: center;
    font-size: max(12px,1vw);
}

.banner-button{
    background-color: var(--accent);
    color: var(--text);
    padding: 6px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s all;
}


.banner-button:hover{
    transform: scale(1.1);
}