@font-face {
    font-family: "Poppins-Light";
    src: url("fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Tropiline-Regular";
    src: url("fonts/Tropiline-Regular.otf");
}

@font-face {
    font-family: "Tropiline-SemiBold";
    src: url("fonts/Tropiline-SemiBold.otf");
}




body {
    font-family: "Poppins-Regular";
}

.common-container {
    padding: 0 160px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}


.header {
    margin-top: 30px;
    margin-bottom: 40px;
}

.header-link-sec {
    display: flex;
    gap: 6px;
}

.header-logo-sec h1 {
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
}

.header-logo-sec p {
    font-size: 18px;
    line-height: 16px;
}

.header-logo-sec {
    gap: 25px;
}

.footer-sec {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin-top: 20px;
}


/* Hero Section */

.default-hero-banner-sec h2 {
    font-size: 60px;
    font-family: "Poppins-Medium";
    line-height: 75px;
}

.default-hero-banner-sec h2 span {
    color: #B6BCC6;
    font-size: 86px;
    line-height: 75px;
}

.default-hero-banner-sec h2 span span {
    display: block;
}

.default-common-sec {
    display: flex;
    justify-content: space-between;
}

.default-hero-left-sec {
    width: 50%;
}

.default-hero-banner-sec p {
    color: #5C6972;
    margin-top: 20px;
    width: 90%;
    font-size: 16px;
}

.default-app-align-sec aside {
    display: flex;
    gap: 16px;
    align-items: center;
}

.default-app-align-sec aside .app-logo-sec {
    width: 70px;
    height: 70px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 0px 50px;
}

.default-app-align-sec aside .app-logo-sec .app-logo-bg {
    width: 56px;
    height: 56px;
    background: #FEB146;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
  align-items: center;
  justify-content: center;
}
.copy-right {
  font-size: 13px;
  line-height: 13px;
  color: #5C6972;
}
.app-list-sec {
    min-height: 70px;
    background: #000000;
    color: #ffff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Poppins-Medium';
    width: 250px;
    text-align: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2px;
}

.app-list-sec span {
    font-size: 16px;
    font-family: 'Poppins-Regular';
    color: #FEB146;
}

.app-logo-link {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.default-apps-sec {
    display: flex;
    gap: 50px;
    margin-top: 35px;
}
.contact-list {
    display: grid;
    gap: 15px;
    padding: 30px 0 0;
}

.default-hero-right-sec {
    width: 42%;
}

.default-portals-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: flex-end;
}

.default-portals-sec .right-side-portals {
    background: #B8FFDD;
    padding: 25px 30px;
    text-align: center;
    border-radius: 15px;  
}
.right-side-teacher-portals{
animation: slideInFromRight 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.right-side-portals svg {
    margin: auto;
    width: 55px;
    height: 55px;
    height: fit-content;
}

.right-side-portals h3 {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
}

.right-side-portals p {
    color: #44B47F;
    width: 85%;
    margin: auto;
    padding: 10px 0 30px;
}

.btn {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    font-family: 'Poppins-SemiBold';
    height: 55px;
}

.btn svg {
    margin: 0;
    width: 24px;
    height: 24px;
}

.default-release-note {
    width: 80%;
    margin: auto;
    margin-top: 25px;
    padding: 30px 40px;
    background: #D6EBFF;
    border-radius: 15px;
}

.default-release-note h3 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
}

.note-label {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0px 10px;
    height: 23px;
    width: fit-content;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins-Medium';
}
.note-label.active {
    background: #000;
}
.release-lists aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.release-lists aside div {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.release-lists span {
    font-size: 14px;
    color: #5C6972;
}

.release-lists p {
    color: #5C6972;
    margin-top: 5px;
}

.release-list-sec {
    display: grid;
    margin-top: 35px;
    gap: 20px;
}
body.bg-white {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.app-logo-link a {
  transition: 0.5s;
}
.app-logo-link a:hover {
  transform: scale(1.08) translateY(-3px);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}
.app-logo-link a, .app-list-sec, .btn {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.btn:hover {
  transform: scale(1.03) translateY(-3px);
  filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}
.contact-list a:hover, .header-link-sec:hover {
  color: #FEB146;
}
.right-side-admin-portals {
     animation: slideInFromLeft 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.default-release-note {
     animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.default-hero-banner-sec h2, .default-hero-banner-sec p {
 animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.default-app-align-sec, .contact-list  {
    animation: fadeInUp 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.tel-sec .rounded-full {
transition: 0.5s !important;
}
.default-app-align-sec a {
  width: 162px;
}
/* Improved Animations */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(150%) rotate(0deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        transform: translateX(60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@media screen and (max-width: 1900px) {
    .common-container {
        padding: 0 100px;
    }

    .default-hero-banner-sec h2 {
        font-size: 52px;
        line-height: 64px;
    }

    .default-hero-banner-sec h2 span {
        font-size: 72px;
        line-height: 64px;
    }


}



@media screen and (max-width: 1600px) {


    .app-list-sec {
        min-height: 70px;
        font-size: 20px;
        line-height: 22px;
        /* width: 200px; */
    }

    .app-list-sec span {
        font-size: 13px;
    }

    .default-apps-sec {
        display: flex;
        gap: 25px;
        margin-top: 30px;
    }

    .default-hero-right-sec {
        width: 48%;
    }

    .default-hero-banner-sec h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .default-hero-banner-sec h2 span {
        font-size: 58px;
        line-height: 52px;
    }
.header {
    margin-top: 30px;
    margin-bottom: 50px;
}
.footer-sec {
    margin-top: 20px;
}
.default-release-note {
    margin-top: 20px;
}
    .default-hero-banner-sec p {
        margin-top: 20px;
        width: 95%;
        font-size: 16px;
    }

    .common-container {
        padding: 0 80px;
    }

}
@media screen and (max-width: 1500px) {
    .app-teacher-logo svg {
        width: 30px;
          object-fit: contain;
    }
    .app-parent-logo svg {
  height: 35px;
  object-fit: contain;
}
        /* .default-hero-banner-sec h2 span {
        font-size: 52px;
        line-height: 46px;
    } */
    .release-list-sec {
    gap: 15px;
}
    .default-portals-sec .right-side-portals {
    padding: 20px 25px;
    }
.default-app-align-sec aside .app-logo-sec .app-logo-bg {
  width: 46px;
  height: 46px;
}
    .common-container {
        padding: 0 40px;
    }

    .right-side-portals p {
        width: 100%;
        padding: 8px 0 25px;
    }

    .default-app-align-sec aside {
        gap: 8px;
    }

    .app-list-sec span {
        font-size: 12px;
    }

    .app-list-sec {
        min-height: 60px;
        font-size: 18px;
        line-height: 19px;
        width: 200px;
    }

    .default-app-align-sec aside .app-logo-sec {
        width: 60px;
        height: 60px;
    }

    .app-logo-link {
        width: 270px;
    }

    

}


@media screen and (max-width: 1150px) {

    .default-release-note {
        width: 100%;
    }

    .default-portals-sec {
        grid-template-columns: repeat(1, 1fr);
    }

    .default-apps-sec {
        flex-direction: column;
    }


}



@media screen and (max-width: 991px) {

    .default-hero-banner-sec h2 span {
        font-size: 54px;
        line-height: 50px;
    }

    .default-hero-banner-sec h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .common-container {
        padding: 0 30px;
    }

    .header-logo-sec {
        gap: 10px;
    }

    .header-logo-sec h1 {
        font-size: 20px;
    }

    .header-logo-sec p {
        font-size: 15px;
    }

    .header {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .header-link-sec {
        font-size: 14px;
    }


}

@media screen and (max-width: 850px) {

    .default-hero-banner-sec h2 span {
        font-size: 50px;
        line-height: 46px;
    }

    .default-release-note {
        padding: 30px 30px;
    }

    .header {
        flex-wrap: wrap;
        gap: 30px;
    }

    .header-right-sec {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 740px) {
.default-apps-sec {
  width: 272px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 30px;
  max-width: 100%;
}
    .default-common-sec {
        flex-direction: column;
        gap: 40px;
    }

    .default-hero-left-sec {
        width: 100%;
    }

    .default-hero-right-sec {
        width: 100%;
    }

    .header-right-sec {
        flex-wrap: wrap;
        gap: 25px;
        align-items: center;
        justify-content: center;
    }
.header {
  justify-content: center !important;
}
}
@media screen and (max-width: 600px) {
.footer-sec {
  gap: 10px;
}
    .common-container {
        padding: 0 20px;
    }

    .header-logo-sec h1 {
        font-size: 18px;
    }

    .default-hero-banner-sec p {
        width: 100%;
    }

    .footer-sec {
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 450px) {

    .header-logo-sec h1 {
        font-size: 16px;
    }

    .header-logo-sec p {
        font-size: 14px;
    }

    .default-release-note {
        padding: 30px 20px;
    }
    .contact-list p {
  font-size: 14px;
}

}



@media screen and (max-width: 360px) {

    .default-hero-banner-sec h2 span {
        font-size: 42px;
        line-height: 42px;
    }

    .default-hero-banner-sec h2 {
        font-size: 36px;
        line-height: 43px;
    }

}
@media screen and (max-width: 320px) {
    .default-release-note {
    padding: 30px 10px;
  }
   .common-container {
    padding: 0 15px;
   }
     .header-logo-sec h1 {
    font-size: 14px;
  }
   .header-logo-sec p {
    font-size: 13px;
  }
  .contact-list .flex.items-center.gap-4 {
  gap: 10px;
}
 .contact-list p {
    font-size: 13px;
  }
  .copy-right {
  font-size: 12px;
  line-height: 12px;
}
.footer-sec img {
  width: 75px;
}
}