﻿


:root {
    --bg: #f7fbff;
    --card: #ffffff;
    --muted: #6b7280;
    --accent: #0ea5a4;
    --glass: rgba(255,255,255,0.6);
    --radius: 14px;
    --maxw: 880px;
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

* {
    box-sizing: border-box
}

body {
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg,#e6f7f7 0%,var(--bg) 100%);
    color: #0f172a;
}


/*========= Course Day page =========*/

.disk {
    list-style-type: disc !important;
}

.main-container ul {
    list-style-type: decimal;
    margin-left: 25px;
    line-height: 1.8;
}

.highlight {
    font-weight: bold;
}

.emoji {
    font-size: 22px;
    margin-right: 5px;
}

.check {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

/*========= Courses =========*/

.main-container {
    margin-top: 53px;
    padding: 15px 15px 5px 15px;
    background: #0f0c29; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-heading {
    color: #2f88e6;
    font-family: 'Fredoka';
    text-align: center;
}

.main-div {
    background: white;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.download-notes {
    text-align: center;
}

.pre-next-div {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.myBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0px 15px;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 14px;
    font-family: 'Fredoka';
    text-decoration: none;
}

.prev {
    background-color: #e53935;
}

.next {
    background-color: #1e88e5;
}

.myBtn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.myBtn span {
    font-size: 18px;
}

/* ================== */

.card-image {
    display: inline-flex;
    padding: 0px;
    border: 5px solid #7578cc;
    border-bottom: 10px solid #7679cd;
    background: #70e1f5;
    background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
    background: linear-gradient(to right, #ffd194, #70e1f5);
}

.left-card-div h2 {
    position: absolute;
    width: 188px;
    left: 9px;
    top: 20px;
    line-height: 42px;
}

.card {
    width: 320px;
    margin-bottom: 50px;
    background: #a8c0ff;
    background: -webkit-linear-gradient(to bottom, #3f2b96, #a8c0ff);
    background: linear-gradient(to bottom, #3f2b96, #a8c0ff);
    box-shadow: 1px 6px 11px #000000;
}

.card-img-top {
    width: 190px;
    position: relative;
    left: 150px;
}

.login-button {
    background-color: #009970;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}

    .login-button:hover {
        background-color: #00b383;
    }

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

    .navbar-toggler:focus, .btn-close:focus {
        box-shadow: none;
        outline: none;
    }

.navbar {
    background: white;
    box-shadow: 0px 0px 3px #989090;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}

    .nav-link:hover, .nav-link.active {
        color: #000;
    }

@media(min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #009970;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}


body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #2b2b2b;
}

.video-box {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0.65;
}

.herosection {
    background-image: url(/Content/images//background_in_space.jpg);
    background-position: center center /*left top*/;
    padding-top: 81px;
    /* padding-bottom: 32px; */
}

.partition {
    padding: 0;
}

.title-text h1, .grow-prnt-title {
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 2;
    margin-top: 23px;
    font-size: calc(1.1rem + 1.5vw);
}

.grow-prnt-title {
    color: #ececec;
    line-height: 1.2;
    font-size: 26px;
    margin-top: 14px;
    font-family: 'Montserrat';
}


.icon-img .fas {
    font-size: 113px;
    margin-top: 23px;
}

.icon-img {
    text-align: center;
}


/*@media only screen and (max-width: 600px) 
  {
  .title-text h1 {
    font-size: 21px;
  }
}  */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {
  .title-text h1 {
    font-size: 32px;
  }
} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {
  .title-text h1 {
    font-size: 41px;
  }
} */


/* Button 1 */
.button {
    height: 60px;
    width: 311px;
    display: flex;
    border-radius: 2.5rem;
    transition: 0.5s;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    background-image: linear-gradient( to right, #8081cf, #847dc9, #8778c3, #8a74bd, #8d70b7, #8f6db2, #9169ac, #9266a7, #9362a1, #935e9a, #935b93, #93578d );
    color: white;
    animation: blurr 2s;
    animation-iteration-count: infinite;
    outline: none;
    cursor: pointer;
    border: none;
}

.sign-up-btn img {
    margin-left: auto;
    margin-right: 10px;
    transition: 0.5s;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 10px;
}

@keyframes blurr {
    0%, 100% {
        box-shadow: 0 0 10px var(--handshake);
    }

    50% {
        box-shadow: 0 0 36px var(--handshake);
    }
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    100% {
        opacity: 0%;
    }
}

.title {
    font-weight: bold;
    margin-top: 1.3rem;
    margin-left: 1rem;
    transition: 0.5s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.button:hover .title {
    transform: translateX(-140px);
    animation: fade 0.5s;
    opacity: 0%;
}

.button:hover img {
    transform: translateX(-250px);
}

.description {
    position: absolute;
    margin-top: 1.1rem;
    font-weight: bold;
    line-height: 1rem;
    font-size: 1rem;
    font-style: italic;
    transition: 0.5s;
    opacity: 0%;
    margin-left: 5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.button:hover .description {
    transform: translateX(70px);
    opacity: 100%;
}


:root {
    --lovelish: hsl(0, 0%, 18%);
    --handshake: hsl(40, 100%, 66%);
    --btn2: hsl(242, 43%, 65%);
    --btn3: hsl(160, 86%, 63%);
}

.sign-up-btn {
    display: block;
    text-align: -webkit-center;
    unicode-bidi: isolate;
    padding-bottom: 50px;
    padding-top: 20px;
}

.brand-logo {
    height: 40px;
}

/* =========== Mobile View Or Items Title ============ */
.heading-text {
    text-align: center;
    font-size: calc(2rem + 1.5vw);
    font-family: "Caprasimo", serif;
    padding: 50px 35px 30px 35px;
    background-image: linear-gradient(#C6FFDD, #FBD786, #f7797d);
    color: transparent;
    background-clip: text;
}

.step-title {
    padding-top: 15px;
    font-family: 'Fredoka';
    font-size: 1.75rem;
    text-align: center;
}

.mobile-view {
    border: 10px solid black;
    border-top: 30px solid black;
    border-bottom: 70px solid black;
    border-radius: 35px;
    width: 300px;
}

.mobile-view-inner {
    width: 100%;
    height: 400px;
}

.step-item {
    padding: 30px 0px;
}

.mobile-speaker {
    width: 60px;
    height: 10px;
    position: relative;
    background: #d6d6d6;
    top: -18px;
    border-radius: 30px;
    box-shadow: inset 5px 5px 1px #969696;
}

.mobile-btn-circle {
    background: #414141;
    width: 35px;
    height: 36px;
    border-radius: 30px;
    margin-top: -3px;
    border: 3px solid #eaeaea;
}

.mobile-btn-square {
    background: #414141;
    width: 12px;
    height: 12px;
    margin-top: 10px;
    border: 2px solid #efefef;
}

.benefit-section {
    width: 350px;
    height: 350px;
    padding: 20px;
    border-radius: 250px;
    margin: 20px 0px;
    background: #355C7D; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C06C84, #6C5B7B, #355C7D); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C06C84, #6C5B7B, #355C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer {
    height: 100px;
    background-color: yellow;
}

/*Best for You */

#benefit-section h3 {
    display: inline-block;
    padding: 20px 20px;
    background: #642B73;
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);
    background: linear-gradient(to right, #C6426E, #642B73);
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

#benefit-section .col-sm {
    text-align: center;
}

#benefit-section h3 span {
    background: #252525;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #7d187d;
}

/*==== Footer =======*/

.test {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background: #222;
    color: #fafafa;
    padding: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    footer .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        footer .content .logo {
            font-size: 40px;
            text-align: center;
        }

        footer .content p {
            text-align: center;
            width: 100%;
            max-width: 500px;
        }

        footer .content .sm,
        footer .content .links {
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            margin-top: 20px;
        }

        footer .content .links {
            flex-wrap: wrap;
        }

        footer .content .sm li {
            margin: 15px;
        }

        footer .content .links li {
            margin: 0 12px;
            margin-bottom: 10px;
        }

            footer .content .links li a,
            footer .content .sm li a {
                color: #fafafa;
                transition: 0.3s ease;
                font-family: Fredoka;
                cursor: pointer;
            }

        footer .content .sm li a {
            font-size: 25px;
            padding: 8px;
            display: flex;
            align-items: center;
        }

            footer .content .sm li a:hover {
                background: #fafafa;
                color: #222;
                border-radius: 10px;
            }

        footer .content .links li a:hover {
            opacity: 0.5;
        }

    footer .copyright {
        text-align: center;
        padding-top: 20px;
        width: 100%;
        border-top: 1px solid #555;
    }

@media screen and (max-width: 500px) {
    footer {
        width: 100%;
    }

        footer .content .logo {
            font-size: 30px;
        }

        footer .content p {
            padding: 15px;
        }

        footer .content .sm li a {
            padding: 5px;
        }
}

.profile-div {
    padding: 4px 10px 5px 10px;
    background: #ffffff;
    width: fit-content;
    margin: 10px 10px 20px 10px;
    border-radius: 11px;
    box-shadow: 2px 2px 1px 0px #898989;
    color: #070707;
}

/*Course Index CSS*/


.card-img-icon {
    width: 30px;
}

.card-title {
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 50px;
    box-shadow: 1px 1px 1px #4d4d4d;
    border: 1px solid #4d4d4d;
    font-size: 18px;
    font-family: 'Fredoka';
    color: black;
    margin: 5px;
}

/* CSS */
:root {
    --accent: #e53935; /* sale red */
    --muted: #7a7a7a;
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.price-row {
    font-family: var(--font-sans);
    display: inline-flex;
    align-items: baseline;
    gap: .5rem;
}

.price-old {
    color: var(--muted);
    text-decoration: line-through;
    font-size: .95rem;
}

.price-new {
    color: var(--accent);
    font-weight: 700;
    font-size: 1.25rem;
}

/* visually hidden for screen readers */
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

.schedule-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0px;
    /* Allows container to shrink on mobile */
    width: 100%;
    max-width: 450px; /* Limits size on large screens */
}

.schedule-item {
    display: flex;
    align-items: stretch;
    /* Removed fixed width, allowing it to stretch to container width */
    height: 60px;
    border: 3px solid #000;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    text-decoration: none;
}

/* DAY 2 Label Styling */
.day-label {
    flex-shrink: 0;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 10px;
    border-right: 3px solid #000;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #eee;
}

/* Main Topic Styling */
.topic {
    flex-grow: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 5px;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 21px;
    /* Added min-width to prevent topic text from getting too squashed */
    min-width: 100px;
}

/* FREE Label Styling */
.free-label {
    height: 100%;
    flex-shrink: 0;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    background-color: #eee;
    border-left: 3px solid #000;
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
}

/* * RESPONSIVE CODE FOR SMALL SCREENS (e.g., mobile phones)
                                 * Changes the item from a horizontal row to a vertical stack below 450px.
                                 */
@@media (max-width: 450px) {
    .schedule-item {
        /* Change the flex direction to stack items vertically */
        flex-direction: column;
        height: auto; /* Allow the height to expand naturally */
        min-height: 100px;
        border-radius: 20px; /* Use slightly less aggressive rounding */
    }

    .day-label,
    .free-label {
        width: auto; /* Allow sections to take full width */
        height: 30px; /* Fixed height for the header/footer section */
        border: none; /* Remove side borders */
        padding: 5px 15px; /* Add some vertical padding */
        /* Reset border radii for the new shape */
        border-radius: 0;
        /* Re-apply only top corners to DAY label */
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
    }

    .day-label {
        /* Re-establish a border only at the bottom to separate it from the topic */
        border-bottom: 3px solid #000;
    }

    .topic {
        /* Center the topic text on small screens for better alignment */
        justify-content: center;
        text-align: center;
        padding: 10px 15px; /* Add padding to look nice in the middle */
    }

    .free-label {
        /* Re-establish a border only at the top to separate it from the topic */
        border-top: 3px solid #000;
        /* Re-apply only bottom corners to FREE label */
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
    }
}

.sticky {
    position: fixed;
    top: 60px;
    width: 100%; /* optional, to stretch */
    z-index: 1000;
}

#course-list {
    margin-top: 20px;
}







