@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";
    background: linear-gradient(180deg, #2FC6FF 0%, #01BAFF 47.08%, #009BF3 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100vw;
}

.common-container {
    padding: 0 150px;
    max-width: 2500px;
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.header {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
    animation: slideInFromTop 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.header-link-sec {
    display: flex;
    gap: 6px;
    height: 55px;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.4s ease, box-shadow 0.4s ease;
}

.header-link-sec:hover {
    transform: scale(1.08) translateY(-3px);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}

.header-logo-sec h1 {
    font-size: 23px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}

.header-logo-sec p {
    font-size: 18px;
    line-height: 16px;
    color: #fff;
}

.header-logo-sec {
    gap: 25px;
    animation: fadeInScale 1.8s ease-out forwards;
}

.footer-sec {
    position: relative;
    margin-bottom: 10px !important;
    display: flex;
    align-items: end;
    gap: 4px;
    margin-top: 8px;
    animation: fadeIn 2.2s ease-out forwards;
}

.hero-title-sec h2 {
    text-align: center;
    font-size: 64px;
    font-family: 'Poppins-Bold';
    color: #FFFFFF;
    line-height: 60px;
}

.hero-title-sec h2 span {
    font-size: 30px;
    font-family: 'Poppins-Regular';
}

.nova-content-sec {
    display: flex;
    gap: 10px;
    max-width: 420px;
    animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.nova-content-sec svg {
    min-width: 44px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.nova-content-sec svg:hover {
    transform: rotate(360deg) scale(1.15);
    filter: brightness(1.3) drop-shadow(0 0 8px rgba(253, 217, 118, 0.5));
}

.banner-image-view {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    animation: float 4s ease-in-out infinite, fadeIn 2.2s ease-out forwards;       
}
.banner-image-view-sec {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 726px;
    height: 726px;
    max-width: 100%;
}
.admin-login {
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 40px 20px 25px;
    border-radius: 40px;
    box-shadow: 0px 4px 24px 0px #019CF347;
    border: 1.5px solid #FFFFFF;
    transform: rotate(-4.74deg);
    height: fit-content;
    position: relative;
    z-index: 2;
    animation: slideInFromLeft 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
}

.admin-login:hover {
    transform: rotate(-4.74deg) scale(1.08) translateY(-8px);
    box-shadow: 0px 12px 40px 0px #019CF399;
    border-color: #00BFFF;
}

.admin-login.teacher-login {
    transform: rotate(4.95deg);
    margin-top: 144px;
    z-index: 1;
    margin-left: -10px;
    animation: slideInFromRight 1.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.admin-login.teacher-login:hover {
    transform: rotate(4.95deg) scale(1.08) translateY(-8px);
}

.admin-login .svg {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(135deg, #83DFFE 27.56%, #23C5EB 86.54%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}

.admin-login .svg:hover {
    transform: scale(1.15) rotate(15deg);
    background: linear-gradient(135deg, #A0EFFF 27.56%, #40DFFF 86.54%);
}

.admin-login.teacher-login .svg {
    background: linear-gradient(135deg, #FADD88 27.56%, #FEB146 86.54%);
}

.admin-login.teacher-login .svg:hover {
    background: linear-gradient(135deg, #FFE599 27.56%, #FFC107 86.54%);
}

.admin-login h3 {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    transition: color 0.4s ease, text-shadow 0.4s ease;
}

.admin-login:hover h3 {
    color: #007BFF;
    text-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

.admin-login .login-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 40px;
    background: #BCEBFF;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    color: #0D5680;
    margin-top: 25px;
    transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.admin-login .login-btn:hover {
    background-color: #A0DFFF;
    transform: scale(1.08) translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.admin-login.teacher-login .login-btn {
    background-color: #FADD88;
    color: #604E19;
}

.admin-login.teacher-login .login-btn:hover {
    background-color: #FEC107;
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);
}

.nova-login-btns-sec {
    display: flex;
    margin-top: 50px;
}

.banner-image-line {
    position: absolute;
    bottom: 24px;
    left: 10%;
    animation: drawLine 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, glowLine 3s ease-in-out infinite alternate;
}
body {
    min-height: 100vh !important;
    overflow-x: hidden;
}
.nova-box-container {
    display: flex;
    justify-content: space-between;
}

.left-box {
    width: 40%;
    position: relative;
    padding-bottom: 30px;
}

.right-box {
    width: 40%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.contact-not-sec {
    position: absolute;
    right: 0;
    top: 130px;
    text-align: center;
    z-index: 3;
    animation: fadeInRight 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-not-sec:hover {
    transform: scale(1.08) translateX(5px);
}

.contact-not-sec .svg {
    width: 64px;
    height: 64px;
    border: 3px solid #FFFFFF;
    background: #B19DFF;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease, border-color 0.4s ease;
}

.contact-not-sec .svg:hover {
    transform: scale(1.15) rotate(-10deg);
    background: #A080FF;
    border-color: #FFFFFF99;
}

.contact-not-sec p {
    color: #fff;
    padding: 12px 0 10px;
}

.contact-not-sec a {
    font-size: 32px;
    text-decoration: underline;
    color: #fff;
    line-height: 30px;
    transition: color 0.4s ease, text-shadow 0.4s ease;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}
.contact-not-sec a:hover {
    color: #B0E0FF;
    text-shadow: 0 0 10px rgba(160, 224, 255, 0.9);
}
.contact-not-sec.addmission-note {
    right: auto;
    top: 60px;
    left: 0;
    animation: fadeInLeft 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.contact-not-sec.addmission-note .svg {
    background: #FDD976;
}

.contact-not-sec.addmission-note .svg:hover {
    background: #FFE599;
}
body {
    overflow-x: hidden;
    min-height: 100vh;
}
.teacher-app-box {
    width: fit-content;
    display: flex;
    gap: 10px;
    padding: 30px;
    border-radius: 40px;
    align-items: center;
    animation: slideInFromRight 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.teacher-app-box:hover {
    transform: scale(1.08) translateY(-5px);
    box-shadow: 0 8px 24px rgba(254, 158, 136, 0.4);
}

.common-box {
    padding: 30px;
    border-radius: 40px;
    width: fit-content;
    box-shadow: 0px 4px 24px 0px #019CF347;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9F8FF 100%);
    transition: background 0.4s ease, transform 0.4s ease;
}

.common-box:hover {
    background: linear-gradient(180deg, #F0F8FF 0%, #D0EFFF 100%);
    transform: translateY(-2px);
}

.teacher-app-box .svg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FE9E88;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}

.teacher-app-box .svg:hover {
    transform: scale(1.15) rotate(10deg);
    background: #FF8C70;
}

.teacher-app-box h3 {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    line-height: 32px;
    transition: color 0.4s ease;
}

.teacher-app-box:hover h3 {
    color: #FF5722;
}

.teacher-app {
    position: absolute;
    right: -80px;
    top: -87px;
    z-index: 2;
}

.app-store-box {
    transform: rotate(-5.75deg);
    margin-left: -110px;
    padding: 40px 30px;
    z-index: 1;
    position: relative;
    animation: slideInFromBottom 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.app-store-box:hover {
    transform: rotate(-5.75deg) scale(1.08) translateY(-5px);
}

.app-store-box a img {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.app-store-box a img:hover {
    transform: scale(1.15) translateY(-3px);
    filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.teacher-app-box {
    transform: rotate(-8.43deg);
    position: relative;
    z-index: 2;
}

.teacher-app-box.parent-app-box {
    transform: none;
}

.parent-app {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transform: rotate(8.08deg);
    margin-left: 70px;
    animation: slideInFromRight 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}

.parent-app .teacher-app-box .svg {
    background: #AFFF89;
}

.parent-app .teacher-app-box .svg:hover {
    background: #8FFF69;
}

.parentapp-store-box {
    margin: auto;
}

.parentapp-store-box a img {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.4s ease;
}

.parentapp-store-box a img:hover {
    transform: scale(1.15) translateY(-3px);
    /* filter: brightness(1.15) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)); */
}

.default-release-note {
    width: 80%;
    margin-top: 25px;
    padding: 40px 40px;
    border-radius: 40px;
    margin-bottom: 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9F8FF 100%);
    animation: fadeInUp 1.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.default-release-note:hover {
    box-shadow: 0 10px 28px rgba(1, 156, 243, 0.4);
    transform: translateY(-3px);
}

.default-release-note h3 {
    font-size: 27px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 10px;
    transition: color 0.4s ease, text-shadow 0.4s ease;
}

.release-lists aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}

.release-lists aside:hover {
    transform: translateX(12px) scale(1.02);
    background: rgba(175, 255, 137, 0.15);
}

.release-lists aside div {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.note-label {
    background: #DAFFC9;
    color: #000;
    padding: 0px 10px;
    height: 23px;
    width: fit-content;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.note-label.active {
    background: #AFFF89;
}

.note-label:hover {
    background-color: #8FEF69;
    transform: scale(1.08) rotate(3deg);
}

.release-lists span {
    font-size: 14px;
    color: #5C6972;
}

.release-lists p {
    color: #000000;
    margin-top: 5px;
    font-size: 14px;
    line-height: 23px;
    padding-left: 65px;
    width: 80%;
    transition: color 0.4s ease;
}

.release-lists:hover p {
    color: #222;
}

.release-list-sec {
    display: grid;
    gap: 15px;
}
.app-store-box a img, .parentapp-store-box a img {
  width: 162px !important;
  /* display: inline-block; */
}
.teacher-arrow {
    position: absolute;
    left: -90px;
    top: 0px;
    animation: pulse 2s ease-in-out infinite;
}

.parent-arrow {
    position: absolute;
    right: -25px;
    bottom: -80px;
    animation: pulse 2s ease-in-out infinite;
}
.copy-right {
  font-size: 13px;
  line-height: 13px;
}
.footer-sec {
  gap: 18px;
}

.tel-sec:hover {
  transform: scale(1.05) rotate(0deg);
}
.teacher-app-box-top {
  transform: rotate(-13deg);
  z-index: 99;
  position: relative;
  margin-left: 27px;
}
.banner-image-view-sec {
  bottom: 0px;
}
body {
    overflow-x: hidden;
    min-height: 100vh;
        background-color: #06bbff !important;
}
/* Improved Animations */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-150%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150%) rotate(-4.74deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(-4.74deg);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(150%) rotate(4.95deg);
        opacity: 0;
    }

    100% {
        transform: translateX(0) rotate(4.95deg);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(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;
    }
}

@keyframes float {
    0% {
        transform: translateX(-50%) translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateX(-50%) translateY(-20px) rotate(2deg);
    }

    100% {
        transform: translateX(-50%) translateY(0px) rotate(0deg);
    }
}

@keyframes drawLine {
    0% {
        stroke-dashoffset: 1000;
        opacity: 0;
        stroke-width: 2;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
        stroke-width: 3;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseGlow {
    0% {
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.3);
    }

    100% {
        text-shadow: 0 0 18px rgba(255, 255, 255, 0.9), 0 0 24px rgba(255, 255, 255, 0.5);
    }
}

@keyframes glowLine {
    0% {
        filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.6));
    }

    100% {
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
    }
}

@keyframes rotateArrow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.footer-sec.mb-4 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.footer-sec.mb-4 img, .footer-sec.mb-4 p {
    padding-bottom: 10px;
}


/* Responsive Style */

@media screen and (max-width: 1900px) {
    .common-container {
        padding: 0 100px;
    }

    .parent-app {
        margin-left: 10px;
    }

    .teacher-app {
        right: -50px;
        top: -70px;
    }


}

@media screen and (max-width: 1700px) {
    .default-release-note {
  margin-left: -7px;
}
}
@media screen and (max-width: 1650px) {
    .contact-not-sec.addmission-note {
  top: 60px;
  left: -17px;
    }
}
@media screen and (max-width: 1600px) {
    .teacher-arrow {
  left: -79px;
  top: -7px;
  width: 60px;
}
      .teacher-app {
    right: -36px;
      }
.teacher-app-box-top {
  margin-left: 0px;
}
    .common-container {
        padding: 0 80px;
    }

    .parent-app {
        transform: none;
    }

    .common-box {
        padding: 16px;
    }

    .app-store-box {
        padding: 25px 16px;
    }

    .release-lists aside,
    .release-lists p {
        width: 87%;
    }

    .admin-login {
        width: 250px;
        padding: 40px 15px 25px;
    }

    .contact-not-sec a {
        font-size: 24px;
        line-height: 24px;
    }

    .banner-image-view {
        width: 67%;
    }

.default-release-note {
  margin-left: -38px;
}
}



@media screen and (max-width: 1500px) {
    .default-release-note {
    margin-left: -48px;
}
    .banner-image-view {
    left: 43%;
    }
.teacher-app {
        right: 1px;
    }
    .common-container {
        padding: 0 40px;
    }

    .teacher-app-box h3 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
    }

    /* .banner-image-view {
        bottom: 0px;
    } */

    /* .banner-image-view {
        width: 45%;
    } */


}
@media screen and (max-width: 1400px) {
     .default-release-note {
    margin-left: -64px;
  }
    .default-release-note {
  padding: 30px 50px 30px 30px;
}
   /* .banner-image-view-sec {
  bottom: -9px;
} */
 /* .teacher-app {
    right: -6px;
  } */
   .contact-not-sec.addmission-note {
    left: -37px;
   }
   .banner-image-line {
  bottom: 76px;
  left: 5%;
   }
}
@media screen and (max-width: 1350px) {
    .contact-not-sec.addmission-note {
  left: -67px;
  top: 8px;
    }
   .banner-image-line {
  bottom: 67px;
  left: 8%;
    } 
}
@media screen and (max-width: 1280px) {
    .nova-login-btns-sec {
  margin-right: 165px;
  margin-bottom: -32px;
  margin-top: 20px;
}
.banner-image-line {
  display: none;
}
    .default-release-note {
        margin-left: 0px;
    }
    .nova-box-container {
        flex-direction: column;
    }

    .left-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 140px;
    }

    .nova-login-btns-sec {
        margin-top: 0px;
    }

    .contact-not-sec {
        right: auto;
        left: 0;
        top: 0;
    }

    .right-box {
        width: 100%;
    }

    .contact-not-sec.addmission-note {
        top: -212px;
    left: 15%;
    }
.nova-content-sec {
  margin-top: 25px;
}
    .default-release-note {
        width: 45%;
        margin-top: 0   px;
        padding: 40px 30px;
        margin-bottom: 26px;
    }

    .teacher-app {
        right: 0px;
        top: -90px;
    }

    .app-store-box {
        transform: none;
        margin: 15px auto 15px;
    }

    .teacher-app-box {
        transform: none;
    }

    .banner-image-view {
    width: 60%;
    left: 64%;
  }

    .teacher-arrow {
        left: -50px;
        top: 80px;
        transform: rotate(-50deg) !important;
    }

}
@media screen and (max-width: 1050px) {
    .nova-login-btns-sec {
    margin-right: 105px;
    }
}
@media screen and (max-width: 1024px) {
.teacher-app {
        right: 7px;
}
}

@media screen and (max-width: 991px) {
     .nova-login-btns-sec {
    margin-right: 0px;
    margin-bottom: -12px;
     }
        .teacher-app {
        right: 11px;
        }

svg.banner-image-line {
    display: none;
}
    .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 {
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }

    .header-link-sec {
        font-size: 14px;
    }

    .banner-image-view {
        display: none;
    }

    .default-release-note {
        width: 60%;
    }


}

@media screen and (max-width: 850px) {
     .nova-login-btns-sec {
    margin-right: 0px;
    margin-bottom: 0px;
  }

    .header {
        flex-wrap: wrap;
        gap: 30px;
    }

    .header-right-sec {
        width: 100%;
        justify-content: space-between;
    }

    .left-box {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 50px;
    }

    .contact-not-sec {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
    }

    .contact-not-sec.addmission-note {
        top: -32px;
        left: auto;
        margin: auto;
    }

    .nova-content-sec {
        display: flex;
        gap: 10px;
        max-width: 100%;
        margin-top: 60px;
    }

    .teacher-app {
        right: auto;
        top: auto;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .parent-app {
        transform: none;
        display: flex;
        gap: 20px;
        align-items: flex-end;
        width: 100%;
    }

    .app-store-box {
        transform: none;
        margin: 0;
    }

    .teacher-app-box {
        height: fit-content;
        transform: none;
    }

    .common-box {
        margin: 0;
    }

    .right-box {
        width: 100%;
        flex-direction: column;
        align-items: self-start;
    }

    .teacher-arrow {
        left: auto;
        top: 95px;
        transform: rotate(-120deg) !important;
        right: 15px;
    }

    .parent-arrow {
        position: absolute;
        right: 40px;
        bottom: auto;
        transform: rotate(242deg) !important;
        top: -70px;
    }

    .default-release-note {
        width: 100%;
    }

    .common-container {
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width: 740px) {
.contact-not-sec {
    width: 180px;
}
    .header-right-sec {
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        /* justify-content: center; */
    }
.header {
    justify-content: center !important;
  }
}


@media screen and (max-width: 740px) {
    .teacher-app {
  flex-direction: column;
  margin: 0 auto;
}
    .footer-sec.mb-4 img {
  width: 75px;
}
.footer-sec {
  gap: 8px;
}
    .common-container {
        padding: 0 20px;
    }

    .header-logo-sec h1 {
        font-size: 18px;
    }

    .nova-login-btns-sec {
        flex-direction: column;
    }

    .admin-login.teacher-login {
        margin-top: 44px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .parent-app {
        flex-direction: column;
        align-items: center;
    }

    .contact-not-sec.addmission-note {
        margin-bottom: 30px;
    }

    .teacher-arrow {
        left: -74px;
    top: 45px;
    transform: rotate(-67deg) !important;
        right: auto;
    }

    .parent-arrow {
        position: absolute;
        right: -30px;
        bottom: auto;
        transform: rotate(360deg) !important;
        top: 40px;
    }

    .release-lists aside div {
        display: flex;
        flex-direction: column;
    }

    .release-lists aside {
        align-items: start;
    }

    .release-lists aside,
    .release-lists p {
        width: 100%;
        padding-left: 0;
    }

    .hero-title-sec h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .hero-title-sec h2 span {
        font-size: 24px;
    }

 .header-right-sec {
    flex-direction: column;
    gap: 25px;
  }
}


@media screen and (max-width: 740px) {
    .teacher-arrow {
    left: -46px;
    }
     .common-box {
    margin: 0 auto;
  }
     .contact-not-sec {
    margin: 0 auto;
  }
    .parent-app {
  animation: none;
}
    .teacher-app-box-top {
  transform: rotate(0deg);
    }
    .common-box.teacher-app-box {
  animation: none;
}
    .admin-login, .admin-login.teacher-login {
  transform: rotate(0deg);
  animation: none;
}
    .footer-sec {
    gap: 10px;
  }
     .footer-sec.mb-4 img {
    width: 68px;
  }
  .common-container {
    padding: 0 15px;
  }
    .header-logo-sec h1 {
        font-size: 16px;
    }

    .header-logo-sec p {
        font-size: 14px;
    }

    .hero-title-sec h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .hero-title-sec h2 span {
        font-size: 20px;
    }

    .nova-content-sec {
        margin-top: 50px;
        flex-direction: column;
    }
    .parent-app {
  margin-left: 0px;
}
.parent-arrow {
  width: 35px;
  right: -20px;
}
}
@media screen and (max-width: 320px) {
    .teacher-arrow {
    left: -37px;
    }
}