* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}
html {
    scroll-behavior: smooth;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    color: #207ac2;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    padding: 0 80px;
}
.logo a {
    color: #207ac2; // Changed from #fff to #121212
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}
.nav-links {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -15px;
}
.nav-links li {
    padding: 5px 0;
    margin: 0 5px;
}
.nav-links li a {
    padding: 8px 15px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 550;
    color: #207ac2;
}
.nav-links li a:hover {
    background-color: #207ac2;
    color: white;
}
.nav-links li:first-child {
    margin-left: 0;
}
.nav-links li:last-child {
    margin-right: -130px;
}
.logo-text {
    font-size: 1.5rem;
}
.logo {
    display: flex;
    align-items: center;
    size: 50px;
    margin-left: -35px;
}
.logo-img {
    height: 50px;
    width: 50px;
    margin-right: 0.5em;
}
.logo-text {
    text-decoration: none;
    color: inherit;
    font-size: 1em;
}
.nav-links a {
    text-decoration: none;
}
@media (max-width: 1024px) {
    nav {
        padding: 0 40px; 
    }
    .nav-links li a {
        font-size: 1rem; 
    }
    .logo-text {
        font-size: 1.25rem; 
    }
}
.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #207ac2;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
.hero {
    background: url('../images/landing background.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-section-content {
    margin-top: 100px;
    color: #207ac2;
    max-width: 700px;
}
.hero-content {
    text-align: center;
    color: white;
}
.hero-content h1 {
    color: white;
    font-size: 38px;
    margin-left: 180px;
    margin-bottom: 20px;
}
.hero-content p {
    margin-left: 180px;
    font-size: 20px;
    margin-bottom: 20px;
}
.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: white text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    margin-left: 180px;
    margin-bottom: 100px;
    transition: transform 0.3s ease
}
.cta-btn:hover {
    transform: scale(1.05);
}
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.course-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
.course-card {
    background-color: #1f1f1f;
    border-radius: 10px;
    margin: 20px;
    width: 300px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.course-card:hover {
    transform: scale(1.05);
}
.course-card img {
    width: 100%;
    height: auto;
    display: block;
}
.course-info {
    padding: 15px;
}
.course-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
}
.course-info p {
    margin: 5px 0;
    font-weight: bold;
    color: #4caf50;
}
.course-info ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0;
}
.course-info ul li {
    margin-bottom: 5px;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #4caf50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}
.btn:hover {
    background-color: #45a049;
}
.hero-section {
    position: relative;
    min-height: 100vh;
    background-color: white;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.hero-section span {
    display: block;
    font-family: "WHOA Top Minimum";
    font-variation-settings: "hrzn" 0, "vert" 0, "rota" 0, "zoom" 0;
    font-weight: normal;
    font-size: clamp(3rem, 6vw + 0.5rem, 6rem);
    position: relative;
    line-height: 0.5;
    margin: 10px 0px 60px 8.5rem;
}
.hero-section h2 {
    font-family: "WHOA Top Minimum";
}
.container3 {
    width: 100%;
    max-width: 800px;
    padding: 20px;
}
.hero-section-content {
    max-width: 800px;
    width: 100%;
}
.video-section {
    margin-bottom: 30px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    margin-left: -20px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
}
h2 {
    text-align: center;
    padding: 20px;
}
.logo-container:hover .logo-slide {
    animation-play-state: paused;
}
.container {
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background-color: white;
}
h3 {
    text-align: center;
    padding: 20px;
    color: #207ac2;
}
.slick-slide {
    margin: 0px 10px;
}
.slick-slide img {
    width: 50%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.counter-container {
    position: relative;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 0 20px;
    box-sizing: border-box;
}
.counter-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin-left: -40px;
}
.avatars {
    display: flex;
    margin-right: 10px;
}
.avatars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid white;
}
.text11 {
    font-size: 18px;
    color: #207ac2;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.text11 p {
    margin: 0 6px;
}
.counter {
    font-weight: bold;
    color: #207ac2;
}
.hero-section+.counter-container,
header+.counter-container {
    margin-top: 0;
}
.button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 24px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}
.icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.button:hover {
    background-color: #0056b3;
}
.button:hover .icon {
    transform: translateX(4px);
}
.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: all 0.6s;
}
.button:hover::before {
    left: 100%;
}

@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
}
.cm-how-it-works {
    padding: 0px 0;
    background: #fff;
    margin-top: 100px;
}
.cm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.cm-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.0em;
    color: #207ac2;
}
.cm-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.cm-steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #007bff;
    transform: translateX(-50%);
}
.cm-step {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.cm-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.cm-circle img {
    width: 30px;
    height: 30px;
}
.cm-step-content {
    width: calc(50% - 50px);
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cm-step-title {
    font-size: 1.5em;
    margin-bottom: 0px;
    color: #007bff;
}
.cm-step-list {
    padding-left: 20px;
    font-size: 14px;
}
.cm-step-list li {
    margin-bottom: 5px;
    color: #207ac2;
}
.cm-step:nth-child(odd) .cm-step-content {
    margin-right: calc(50% + 50px);
}
.cm-step:nth-child(even) .cm-step-content {
    margin-left: calc(50% + 50px);
}
@media (max-width: 768px) {
    .cm-steps::before {
        left: 30px;
        transform: none;
    }
    .cm-circle {
        left: 30px;
        transform: none;
        width: 40px;
        height: 40px;
    }
    .cm-circle img {
        width: 20px;
        height: 20px;
    }
    .cm-step-content {
        width: calc(100% - 80px);
        margin-left: 60px !important;
    }
    .cm-step:nth-child(odd) .cm-step-content,
    .cm-step:nth-child(even) .cm-step-content {
        margin-right: 0;
    }
}
.payment-methods {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
.payment-icon {
    height: 40px;
    margin: 0 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.payment-icon:hover {
    opacity: 1;
}
.card-container {
    background-color: white;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
    padding: 1rem;
    box-sizing: border-box;
    max-width: 1200px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.card {
    --primary: #186399;
    --white: #ffffff;
    --paragraph: #b0d7f0;
    --line: #85b7e0;
    --shadow: rgba(32, 122, 194, 0.25);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    transition: transform 0.3s ease;
    padding: 1rem;
    background-color: var(--primary);
    border-radius: 1rem;
    box-shadow: 0px 4px 16px var(--shadow);
}
.card .card__border {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: linear-gradient(0deg, var(--white), var(--primary));
    border-radius: 1rem;
}
.card .card_title__container .card_title {
    font-size: 1.2rem;
    color: var(--white);
}
.card .card_title__container .card_paragraph {
    font-size: 1rem;
    font-weight: 500;
    color: var(--paragraph);
}
.card hr.line {
    height: 1px;
    width: 100%;
    border: none;
    background-color: var(--line);
}
.card .card__list__container {
    display: flex;
    justify-content: space-between;
}
.card__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.card__list_item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.card__list_item .check_svg {
    fill: var(--white);
    width: 1.5rem;
    height: 1.5rem;
}
.card__list_item .list_text {
    color: var(--white);
}
.price-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--white);
    gap: 1rem;
}
.old-price {
    margin-top: 30px;
    margin-bottom: 0;
    text-decoration: line-through;
    opacity: 0.7;
}
.new-price {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bold;
}
.card .button {
    cursor: pointer;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: var(--white);
    color: var(--primary);
    font-weight: bold;
    font-size: 1rem;
    border: none;
    transition: background-color 0.3s ease;
    margin-top: 0px;
}
.card button:hover {
    background-color: #207ac2;
    color: var(--white);
}
.card__list_item .check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--white);
    border-radius: 50%;
    flex-shrink: 0;
}
.card__list_item .check_svg {
    fill: #207ac2;
    width: 1rem;
    height: 1rem;
}
.card__list_item .list_text {
    color: var(--white);
    font-size: 0.9rem;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');
a:link,
a:active,
a:visited,
a:hover {
    color: #207ac2;
}
.outerdiv {
    position: relative;
    top: 0rem;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv {
    transform: scale(0.9);
    margin: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(2, 22rem);
    grid-template-columns: repeat(4, 17rem);
}
.eachdiv {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px rgba(109, 107, 107, 0.4);
    color: white;
}
.div1 {
    background: #207ac2;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    background-image: url(right-quote.png);
    background-repeat: no-repeat;
    background-position-x: 27rem;
}
.div2 {
    background: #1b4d82;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.div3 {
    background: white;
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    color: #207ac2;
}
.div4 {
    background: white;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    color: #207ac2;
}
.div5 {
    background: #104a7d;
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}
.userdetails {
    display: flex;
}
.imgbox {
    margin-right: 1rem;
}
.imgbox img {
    border-radius: 50%;
    width: 2rem;
    border: 2px solid #b0c4de;
}
.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p {
    margin: 0;
}
.detbox .name {
    color: #dfefff;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark {
    color: #1b4d82;
}
.detbox .designation {
    color: #dfefff;
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark {
    color: #1b4d82;
}
.review h4 {
    font-size: 1.4rem;
    color: #dfefff;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4 {
    color: #1b4d82;
}
.review p {
    font-size: 0.95rem;
    color: #dfefff;
    font-weight: 500;
    opacity: 50%;
    line-height: 1.5;
}
.review.dark p {
    color: #0e0e0e;
}
.attribution {
    font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a {
    text-decoration: none;
}
@media only screen and (max-width: 1000px) {
    .innerdiv {
        transform: scale(0.7);
    }
}
@media only screen and (max-width: 800px) {
    .innerdiv {
        transform: scale(0.6);
    }
}
@media only screen and (max-width: 600px) {
    .div1 {
        background-position-x: 10rem;
    }
    .innerdiv {
        display: flex;
        flex-direction: column;
        transform: scale(1);
        margin: 2rem;
        margin-bottom: 5rem;
    }
    .attribution {
        position: relative;
    }
}
.faq-section {
    display: flex;
    margin-top: 100px;
    justify-content: center;
    padding: 50px 20px;
}
.faq-container {
    width: 100%;
    max-width: 800px;
    background-color: white padding: 20px;
    border-radius: 10px;
}
.faq-header {
    text-align: center;
    color: #207ac2;
    margin-bottom: 30px;
}
.faq-title {
    font-size: 40px;
    color: #207ac2;
}
.faq-subtitle {
    font-size: 54px;
    font-weight: bold;
    color: #207ac2;
}
.faq-description {
    color: #888;
    font-size: 16px;
    margin-top: 10px;
}
.faq-box {
    background-color: #207ac2;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    color: #fff;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-question p {
    font-size: 18px;
}
.toggle-button {
    background-color: white;
    color: #207ac2;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.faq-answer {
    margin-top: 15px;
    display: none;
    color: #ccc;
    font-size: 14px;
}
.faq-box.active .faq-answer {
    display: block;
}
.custom-footer {
    background-color: #152F4F;
    color: white;
    padding: 30px 0;
}
.custom-footer-logo {
    width: 45px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 100;
}
.custom-footer-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.custom-footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.custom-footer-heading {
    font-size: 20px;
    margin-bottom: 15px;
}
.custom-footer-subheading {
    font-size: 16px;
    margin-bottom: 8px;
    margin-left: 80px;
}
.custom-footer-description {
    color: white;
    margin-bottom: 15px;
    font-size: 14px;
}
.custom-footer-icons {
    display: flex;
}
.custom-footer-icon {
    font-size: 20px;
    margin-right: 8px;
    transition: color 0.2s;
}
.custom-about-company {
    flex: 1;
    min-width: 120px;
    margin-right: 15px;
}
.custom-footer-links {
    flex: 1;
    min-width: 80px;
}
.custom-footer-list {
    list-style-type: none;
    padding: 0;
    margin-left: 80px;
    margin-top: 20px;
}
.custom-footer-list li {
    margin-bottom: 8px;
    font-size: 14px;
}
.custom-footer-list li a {
    text-decoration: none;
}
.custom-footer-location {
    flex: 1;
    min-width: 40px;
}
.custom-footer-address {
    margin-bottom: 8px;
    font-size: 14px;
}
.custom-footer-small-text {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
}
.custom-footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}
.custom-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh;
    background-color: white;
    margin-top: -100px;
}
.custom-button {
    background-color: #207ac2;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
    margin-top: -150px;
}
.custom-button:hover {
    transform: scale(1.05);
}
.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.social-icon {
    color: white;
    font-size: 10px;
    margin-right: 15px;
    transition: color 0.3s ease;
}
.social-icon:hover {
    color: #4180CB;
}
.social-icon-img {
    margin-left: 10px;
    width: 46px;
    height: 46px;
    transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
    .hero {
        display: none;
    }
    nav {
        display: none; 
    }
    .custom-footer-location{
        display: none;
    }
    .card-container{
        margin-left: 2.5rem;
        margin-right: 0rem;
        width: 80%;
        padding: 0;
    }
    .cm-title{
        margin-bottom: 1rem;
    }
    .video-wrapper{
        margin-left:0.2rem;
    }
    .hero-section{
        margin-top: -12rem;
        margin-bottom: -8rem;
    }
    .hero-section-content h2{
        font-size: 1.2rem;
    }
    .hero-section-content span{
        margin-left: 4rem;
        font-size: 3rem;
        width: 100%;
    }
}
