@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");
}


        * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    font-family: "Poppins-Regular";
    background: #FFFBEF;
    min-height: 100vh;
    overflow-x: hidden;
    background-image: url(./images/line-section.svg);
    background-repeat: no-repeat;
    background-position: right 37% bottom;
    background-size: contain;
}

.common-container {
    padding: 0 160px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.header {
    margin-top: 15px;
    margin-bottom: 20px;
}

.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: 15px;
    display: flex;
    align-items: end;
    gap: 18px;
    margin-top: 10px;
}
.header-right-sec {
  gap: 36px;
}
/* Section Dsign */

.zenith-left-sec h2 {
    font-size: 72px;
    line-height: 70px;
    font-family: 'Poppins-Medium';
    width: 50%;
}

.zenith-left-sec p {
    color: #5C6972;
    max-width: 380px;
    padding: 30px 0 30px;
}

.admin-login {
    background: #151515;
    width: 235px;
    padding: 20px 25px;
    box-shadow: 0px 18px 20px 0px #96743621;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.admin-login h3 {
    color: #FEB146;
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
    margin: 20px 0 5px;
}

.login-btn {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #FFFBEF;
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    margin-top: 18px;
}

.admin-login.teacher-login {
    background: #ffff;
    color: #000;
    width: 260px;
}

.admin-login.teacher-login h3 {
    color: #000;
}

.admin-login.teacher-login .login-btn {
    background: #000;
    color: #fff;
}

.admin-login svg {
    margin: auto;
}

.line-svg-icon {
    position: absolute;
    top: 0;
    right: 34%;
    height: 100%;
    display: flex;
}

.admin-login {
    position: absolute;
    top: 50px;
    right: 27%;
}

.admin-login.teacher-login {
    top: 250px;
    right: 7%;
}

.admin-app-sec div {
    width: 233px;
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 18px 20px 0px #96743621;
    margin: 0 auto 15px;
}

.admin-app-sec aside {
    display: flex;
}

.admin-app-sec {
    display: grid;
    justify-content: center;
    width: fit-content;
}

.admin-app-sec {
    position: absolute;
    top: 50px;
    right: 4%;
    z-index: 1;
}

.teacher-app-sec {
    top: 600px;
    right: 12%;
}

.admin-login p {
    font-size: 14px;
}

.admin-login.teacher-login p {
    color: #5C6972;
}

.default-release-note {
    width: 414px;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 18px 20px 0px #96743621;
    position: absolute;
    right: 42%;
    margin-top: -60px;
}

.default-release-note h3 {
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
}

.release-list-sec {
    display: grid;
    margin-top: 15px;
    gap: 20px;
}

.release-lists aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.release-lists aside div {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.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 span {
    font-size: 14px;
    color: #5C6972;
}
.admin-app-sec a {
  width: 162px;
}
.release-lists p {
    color: #5C6972;
    margin-top: 5px;
}

.contact-info-sec a {
    font-size: 48px;
    color: #151515;
}

main.common-container {
    min-height: 750px;
    position: relative;
}
.main-content {
    position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-content::before {
  position: absolute;
  content: "";
  width: 886px;
  height: 566px;
  left: 0px;
  bottom: 0px;
   background-image: url('./images/gradient-lft.png');
     z-index: -1;
   background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.main-content::after {
  position: absolute;
  content: "";
  width: 704px;
  height: 565px;
  right: 0px;
  bottom: 0px;
   background-image: url('./images/gradient-rgt.png');
     z-index: -1;
   background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.teacher-line-svg-icon {
    position: absolute;
    right: 86%;
    bottom: 50%;
    z-index: -1;
}

.admin-app-line-icon {
    position: absolute;
    top: -30px;
}

.teacher-app-line-icon {
    position: absolute;
    top: -50px;
    right: 20px;
}

.admin-app-sec h3 {
    color: #FEB146;
    font-size: 22px;
    font-family: 'Poppins-SemiBold';
}
.copy-right {
  font-size: 13px;
  line-height: 13px;
  color: #5C6972;
}


@media screen and (min-width: 1900px) {
    body {
    height: 100vh;
    overflow: hidden;
}
.footer-sec {
    margin-top: -7px;
}
}
@media screen and (max-width: 1900px) {
    .common-container {
        padding: 0 100px;
    }
       .header-right-sec {
  gap: 20px;
}

}
@media screen and (max-width: 1700px) {
    .common-container {
    padding: 0 50px;
  }
  .teacher-line-svg-icon {
  right: 82%;
  }
}
@media screen and (max-width: 1650px) {
    .teacher-app-sec {
  right: 8%;
}
    .admin-app-sec {
  right: 2%;
    }
    .admin-login.teacher-login {
  right: 5%;
}
}
@media screen and (max-width: 1600px) {
 
    .main-content::after {
    width: 604px;
    }
  .default-release-note
 {
        right: 45%;
    }
.default-release-note {
  margin-top: 30px;
}
    .common-container {
        padding: 0 50px;
    }

    body {
        background-position: right 39% bottom;
    }

    .zenith-left-sec h2 {
        font-size: 54px;
        line-height: 60px;
    }

    .contact-info-sec a {
        font-size: 40px;
    }

    .admin-app-sec {
        right: 0%;
    }

    .admin-login.teacher-login {
        right: 4%;
    }

    .teacher-app-sec {
        right: 10%;
    }


}



@media screen and (max-width: 1500px) {

    .common-container {
        padding: 0 40px;
    }

    body {
        background-position: right 42% bottom;
    }

    .contact-info-sec a {
        font-size: 36px;
    }

    .teacher-line-svg-icon {
        right: 76%;
    }

    .default-release-note {
        right: 47%;
    }
    .footer-sec {
  margin-top: 50px;
}
 .admin-app-sec {
    right: 1%;
  }
}

@media screen and (max-width: 1400px) {
    .admin-login {
  right: 30%;
}
      body {
    background-position: right 44% bottom;
  }
     .contact-info-sec a {
    font-size: 30px;
  }
   .common-container {
    padding: 0 30px;
  }
  .main-content::before {
  width: 586px;
  height: 466px;
  }
}
@media screen and (max-width: 1300px) {
    .header-right-sec {
    gap: 5px;
  }
    .common-container {
    padding: 0 15px;
  }
    .main-content::before {
    width: 586px;
    height: 466px;
    }
    .main-content::after {
    width: 504px;
    height: 365px;
    }
     .contact-info-sec a {
    font-size: 26px;
  }
    .default-release-note {
    margin-top: -30px;
  }
     .default-release-note {
    right: 49%;
  }
}
@media screen and (max-width: 1250px) {
     body {
    background-position: right 46% bottom;
  }
  .contact-info-sec a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
    .common-container {
    padding: 0 15px;
  }
    .zenith-left-sec h2 {
    font-size: 46px;
    line-height: 52px;
    padding-right: 50px;
  }
    .admin-login {
    right: 32%;
  }
    body {
    background-position: right 49% bottom;
  }
  .default-release-note {
    right: 53%;
    top: 68%;
  }
  .footer-sec {
    margin-top: 130px;
  }
}
@media screen and (max-width: 1150px) {
     .admin-login {
    left: 10%;
  }
     .admin-login.teacher-login {
    right: 0%;
    left: auto;
  }
.footer-sec {
    margin-top: 30px;
}
.main-content::before, .main-content::after {
    display: none;
    }
    .section-align-box {
        position: relative;
        height: 900px;
        width: 100%;
        margin-bottom: 50px;
    }

    .admin-login {
        position: absolute;
        top: auto;
        right: unset;
    }

    .default-release-note {
        right: auto;
        bottom: 0;
        left: 0;
    }

    .admin-app-sec {
        top: 100px;
    }

    .teacher-app-sec {
        top: 338px !important;
        right: auto !important;
        left: 0 !important;
    }
  .default-release-note {
    margin-top: -50px;
  }
    body {
        background: none;
    }

    .teacher-line-svg-icon {
        display: none;
    }

    .zenith-left-sec h2 {
        width: 100%;
        text-align: center;
    }

    .zenith-left-sec p {
        max-width: 500px;
        margin: auto;
        text-align: center;
    }
     .default-release-note {
    top: unset;
  }
  .admin-login.teacher-login {
  top: 300px;
  }
   .admin-login.teacher-login {
    right: 10%;
  }
  .admin-app-sec {
    right: 2%;
  }
}



@media screen and (max-width: 991px) {
    .admin-login {
    left: 5%;
  }
 .admin-login {
    right: unset;
  }
    .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) {

    .header {
        flex-wrap: wrap;
        gap: 30px;
    }

    .header-right-sec {
        width: 100%;
        justify-content: space-between;
    }

    .admin-login.teacher-login {
        right: 0%;
        left: auto;
    }

    .admin-login {
        position: absolute;
        top: auto;
        right: auto;
    }
}

@media screen and (max-width: 740px) {
  .header {
    justify-content: center !important;
  }
    .header-right-sec {
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        /* justify-content: center; */
    }

    .admin-login {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: auto;
    }

    .admin-app-sec {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: auto;
    }

    .teacher-app-sec {
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin-top: 70px !important;
    }

    .default-release-note {
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        margin: auto;
        margin-top: 40px;
    }

    .section-align-box {
        height: auto;
        margin-bottom: 50px;
    }

    .admin-login.teacher-login {
        right: auto;
        left: auto;
        top: auto;
        margin: 40px auto 70px;
    }

    .default-release-note {
        width: 100%;
        padding: 20px;
        border-radius: 15px;
    }

    .release-lists aside div {
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 600px) {

    .common-container {
        padding: 0 20px;
    }

    .header-logo-sec h1 {
        font-size: 18px;
    }

    .footer-sec {
        flex-wrap: wrap;
    }

    .zenith-left-sec h2 {
        font-size: 42px;
        line-height: 52px;
    }
 .footer-sec {
    gap: 10px;
  }

}

@media screen and (max-width: 575px) {
     .zenith-left-sec h2 {
    font-size: 36px;
    line-height: 46px;
  }
     .header-right-sec {
    flex-direction: column;
    gap: 30px !important;
  }
}
@media screen and (max-width: 450px) {

    .header-logo-sec h1 {
        font-size: 16px;
    }

    .header-logo-sec p {
        font-size: 14px;
    }

}



@media screen and (max-width: 360px) {
    .admin-app-line-icon {
  left: -20px;
}
    .teacher-app-line-icon {
  right: 0px;
}

    .common-container {
        padding: 0 10px;
    }
     .footer-sec img {
    width: 75px;
  }
.admin-app-sec a {
  width: 140px;
}
}
@media screen and (max-width: 320px) {
  .admin-app-line-icon {
  left: -10px;
}
    .teacher-app-line-icon {
  right: 10px;
}
}
/* Enhanced Animations and Hover Effects - Improved versions with path drawing, bar growth, custom easing, glow effects, etc. */

/* Custom easing */
:root {
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Keyframes for improved animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeftBounce {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes drawPath {
    to { stroke-dashoffset: 0; }
}

@keyframes growBar {
    from { height: 0; }
    to { height: 100%; }
}

@keyframes rotateIn {
    from { opacity: 0; transform: rotate(-20deg); }
    to { opacity: 1; transform: rotate(0); }
}

@keyframes glowPulse {
    0% { box-shadow: 0 0 0 rgba(254, 177, 70, 0.4); }
    50% { box-shadow: 0 0 20px rgba(254, 177, 70, 0.8); }
    100% { box-shadow: 0 0 0 rgba(254, 177, 70, 0.4); }
}

/* Apply enhanced animations */
.zenith-left-sec h2 {
    animation: slideInLeftBounce 1.2s var(--ease-bounce) forwards;
}

.zenith-left-sec p {
    animation: fadeInUp 1.5s var(--ease-smooth) 0.3s forwards;
    opacity: 0;
}


.admin-app-sec div {
    animation: rotateIn 1.2s var(--ease-smooth) 1s forwards;
    opacity: 0;
    transition: transform 0.4s var(--ease-bounce), box-shadow 0.4s ease;
}

.teacher-app-sec div {
    animation: rotateIn 1.2s var(--ease-smooth) 1.2s forwards;
    opacity: 0;
}

.default-release-note {
    animation: fadeInUp 1.2s var(--ease-bounce) 1.5s forwards;
    opacity: 0;
    transition: transform 0.4s var(--ease-smooth);
}

.default-release-note:hover {
    transform: translateY(-8px);
}

.release-lists {
    transition: background-color 0.4s ease, transform 0.4s var(--ease-smooth);
}

.contact-info-sec {
    animation: fadeInUp 1.2s var(--ease-smooth) 2s forwards;
    opacity: 0;
    width: fit-content;
}

.footer-sec {
    animation: fadeInUp 1.2s var(--ease-smooth) 2.5s forwards;
    opacity: 0;
}

/* Animate bars in admin-svg-icons */
.admin-svg-icons rect {
    height: 0;
    animation: growBar 1.5s var(--ease-bounce) forwards;
}

.admin-svg-icons rect:nth-child(1) { animation-delay: 0.1s; }
.admin-svg-icons rect:nth-child(2) { animation-delay: 0.2s; }
.admin-svg-icons rect:nth-child(3) { animation-delay: 0.3s; }
.admin-svg-icons rect:nth-child(4) { animation-delay: 0.4s; }
.admin-svg-icons rect:nth-child(5) { animation-delay: 0.5s; }
.admin-svg-icons rect:nth-child(6) { animation-delay: 0.6s; }
.admin-svg-icons rect:nth-child(7) { animation-delay: 0.7s; }
.admin-svg-icons rect:nth-child(8) { animation-delay: 0.8s; }
.admin-svg-icons rect:nth-child(9) { animation-delay: 0.9s; }

/* Enhanced hover effects */
.login-btn {
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s var(--ease-bounce), box-shadow 0.4s ease;
}

.login-btn:hover {
    background: linear-gradient(135deg, #FEB146, #FD7A00);
    color: #fff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(254, 177, 70, 0.6);
}

.admin-login.teacher-login .login-btn:hover {
    background: linear-gradient(135deg, #000, #333);
    color: #FEB146;
}

.header-link-sec {
    transition: color 0.4s ease, transform 0.4s var(--ease-smooth);
}

.header-link-sec:hover {
    color: #FD7A00;
    transform: scale(1.05);
}

.header-link-sec:hover .head-link-arrow-sec {
    transform: translateX(8px) rotate(45deg);
    transition: transform 0.4s var(--ease-bounce);
}

.contact-info-sec a {
    transition: color 0.4s ease, transform 0.4s var(--ease-bounce);
}

.contact-info-sec a:hover {
    color: #FD7A00;
    transform: scale(1.05);
}

.admin-app-sec aside a img {
    transition: transform 0.4s var(--ease-bounce), filter 0.4s ease;
}

.admin-app-sec aside a:hover img {
    transform: scale(1.10) rotate(0deg);
    /* filter: brightness(1.2); */
}
.tel-sec {
transition: 0.5s;
}
.tel-sec:hover {
  transform: scale(1.05) rotate(0deg);
}
/* Improved pulse for note-label */
@keyframes betterPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0.3); }
    30% { transform: scale(1.1); box-shadow: 0 0 10px rgba(0,0,0,0.5); }
    70% { transform: scale(1.05); box-shadow: 0 0 5px rgba(0,0,0,0.4); }
    100% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0.3); }
}

.note-label {
    animation: betterPulse 2s infinite var(--ease-smooth);
}