* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}




:root {
    --white: White;
    --skyblue: #04eafeeb;
    --black: #000;
    --red: #ff5a5a;
    --green: green;
    --lightBlack: #0d0d0d;
    --greenBlue: #026487;
}

.grain-text {
    font-size: 42px;
    font-weight: 800;

    background-color: var(--skyblue);

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='1'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
    -webkit-mask-size: 120px 120px;
    -webkit-mask-repeat: repeat;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--white);
}

/* 🔥 Toggle at 786px */
@media (max-width: 786px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: #fff;
        padding: 15px 0;
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }
}


.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 16px 48px;
    background-color: var(--lightBlack);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 48px;
}

.ts-header {
    padding: 0px 30px;
}

.next-wrap {
    padding: 0px 40px;
}

.mainrayyan .clrWht {
    color: var(--white);
}

.Logo {
    line-height: 10px;
}

.cta-section .subtext {
    color: var(--white);
}

.cta-section .cta-note {
    color: var(--white);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.mainrayyan span {
    font-size: 14px;
    font-weight: 500;
    color: var(--skyblue);
    display: block;
}

.nav-links {
    display: flex;
    gap: 32px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
}

.nav-links a {
    color: #cfcfcf;
    text-decoration: none;
    transition: .2s ease-in-out;
    font-weight: 700;
}

.nav-links a:hover {
    color: var(--skyblue);
}

.apply-btn {
    background: #ccff00;
    color: var(--black);
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
}

.hero {
    text-align: center;
    padding: 0 24px;
    background: linear-gradient(rgb(0 0 0), rgb(0, 2, 40), oklch(0.21 0.09 259.92 / 0));
}

/* bg animation */

canvas#canvas {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 30%;
    object-fit: cover;
    background-position: center;
}

.cardMain {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 32px;
    color: var(--white);
    background: #ffffff14;
    box-shadow: 0px 0px 12px #ffffff30;
}

h1 {
    margin-bottom: 10px;
    color: var(--skyblue);
}

.highlight-box {
    border: 1px solid rgba(204, 255, 0, 0.5);
    border-radius: 16px;
    padding: 32px;
    background: linear-gradient(135deg,
            rgba(204, 255, 0, 0.12),
            rgba(0, 0, 0, 0.2));
    font-size: 22px;
    font-weight: 600;
}

.grain-text.highlight {
    color: white !important;
}

/* .highlight {
    color: white;
    font-weight: 800;
} */

@media (max-width: 768px) {
    .imagesSection .sectionImage {
        margin-top: 0px !important;
    }

    .nav-links {
        display: none;
        flex-direction: column;
    }

    .nav-links.active {
        display: flex;
        align-items: self-start;
        background: var(--lightBlack);
        gap: 20px;
    }

    .timeline .timelines-lines {
        left: 0px;
    }

    .timeline {
        width: 100%;
        margin: 30px auto 0 !important;
    }

    .cardse.cards-right {
        margin-bottom: 20px;
    }
}

.cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 24px;
    gap: 18px;
}

.subtext {
    max-width: 750px;
    color: #cfcfcf;
    line-height: 1.6;
}

.cta-btn {
    background: #ccff00;
    color: var(--black);
    padding: 18px 34px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ctasss-btnaa {
    background: var(--greenBlue);
    color: var(--black);
    padding: 18px 34px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-btn {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ctasss-btnaa {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ctasss-btnaa:hover {
    transform: translateX(10px);
    box-shadow: 0 20px 40px rgba(0, 174, 243, 0.25);
}

.cta-btn:hover {
    transform: translateX(10px);
}

.cta-note {
    font-size: 13px;
    color: #9a9a9a;
}

.stats-label {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #9a9a9a;
    margin-bottom: 14px;
}


.scroll {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-dot {
    width: 6px;
    height: 10px;
    background: #ccff00;
    border-radius: 10px;
    animation: scroll 1.6s infinite;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(12px);
        opacity: 0;
    }
}


.ghost-slider {
    background: radial-gradient(circle at left,
            rgba(180, 255, 0, 0.25),
            rgba(0, 0, 0, 0.95) 65%);
}

.mainclass {
    background: radial-gradient(circle at left, #2b3300, var(--black) 60%);
    color: var(--white);
    margin-top: 50px;
}

.hero {
    text-align: center;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.problem {
    font-size: 13px;
    letter-spacing: 2px;
    color: #9cff00;
    padding-top: 30px;
}

.hero h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    max-width: 960px;
    margin: 0 auto 45px;
}

.imagesSection.Copywriter .editorial-block {
    width: 100%;
}

.maindiv.extraMrgn .editorial-block p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.maindiv.extraMrgn .editorial-block {
    position: relative;
    width: 50%;
    top: 10px;
}

.grain-text.lineGht p {
    margin-top: 0;
    margin-bottom: 0;
}


.strike {
    color: #6b7280;
    text-decoration: line-through;
}

.card {
    max-width: 920px;
    margin: 0 auto;
    padding: 38px 40px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 40px 80px rgba(0, 0, 0, 0.7);
}

.card p {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.45;
}

.highlight {
    color: var(--white);
    font-weight: 800;
}

.sub {
    margin-top: 14px;
    font-size: 14px;
    color: #bfbfbf;
}

@media(max-width:768px) {

    .card p {
        font-size: 20px;
    }
}

.story {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.storys {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.storys p {
    font-size: 17px;
    line-height: 1.7;
    color: #e5e5e5;
    margin-bottom: 22px;
    max-width: 1100px;
    display: flex;
}

.story p {
    font-size: 17px;
    line-height: 1.7;
    color: #e5e5e5;
    margin-bottom: 22px;
    max-width: 1100px;
    display: flex;
    justify-content: left;
}

.quote {
    margin-top: 40px;
    padding: 36px 40px;
    border-radius: 18px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.quote p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}

.red {
    color: #ff4d4d;
    font-weight: 700;
}

.author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #b6ff00;
}

.author strong {
    display: block;
    font-size: 15px;
}

.author span {
    font-size: 13px;
    color: #9ca3af;
}

@media(max-width:768px) {

    .quote p {
        font-size: 18px;
    }
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heros-inners {
    max-width: 1080px;
    margin-top: 30px;
    padding: 0px 20px;
}

.heros-inners .pTxt {
    text-align: center;
    margin-bottom: 20px;
}

.hero-label {
    color: #b6ff00;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.hero-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}

.pTxt {
    color: var(--white);
}

.hero-muted {
    color: #6b7280;
}

.hero-text {
    font-size: 18px;
    color: #d1d5db;
    line-height: 1.6;
    width: 90%;
    text-align: center;
}

.hero-highlight {
    color: #b6ff00;
    font-weight: 600;
}

.compare-section {
    padding: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.cards {
    width: 50%;
    padding: 40px;
    border-radius: 24px;
    background-color: rgb(255 255 255 / 5%);
    min-height: 380px;
}

.cardse {
    width: 50%;
    padding: 40px;
    border-radius: 24px;
    background-color: rgb(255 255 255 / 5%);
    height: 100%;
    min-height: 355px;
}

.cards-left {
    border: 1px solid rgba(255, 80, 80, 0.4);
}

.cards-right {
    border: 1px solid var(--green);
}

.cards-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 22px;
    margin-bottom: 20px;
}

.item h3 {
    color: var(--white);
}

.cross {
    background: rgba(255, 80, 80, 0.15);
    color: var(--red);
}

.check {
    background: var(--green);
    color: var(--black);
}

.cards-title {
    color: var(--white);
}

.cards-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.cards-list {
    list-style: none;
}

.cards-list li {
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 14px;
    position: relative;
    padding-left: 24px;
}

.cards-left .cards-list li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: var(--red);
}

.cards-right .cards-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--green);
}

.cards-title.Red {
    color: var(--red);
}

.cardsa {
    max-width: 1020px;
    padding: 28px 36px;
    border-radius: 18px;
    background: linear-gradient(90deg,
            rgba(120, 180, 0, 0.25),
            rgba(0, 0, 0, 0.85));
    border: 1px solid rgba(140, 255, 0, 0.35);
    margin-left: 170px;
}

.cardsa h2 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}

.cardsa p {
    color: #cfcfcf;
    font-size: 16px;
    margin: 0;
}

.highlights {
    color: #9aff00;
    font-weight: 700;
}

.about-section {
    padding: 20px 40px;
}

.about-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-image {
    position: relative;
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 28px;
    height: 600px;
    object-fit: cover;

    opacity: 0;
    transform: translateX(-60px);
    /* left se start */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.about-image img.show {
    opacity: 1;
    transform: translateX(0);
}

.badge small {
    display: block;
    font-size: 10px;
}

.about-content {
    flex: 1.2;
}

.top-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.top-tags span {
    border: 1px solid #b6ff00;
    color: #b6ff00;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.top-tags .active {
    background: #b6ff00;
    color: var(--black);
}

.subtext {
    color: var(--white);
}

/* animation -------------------------------- */
.animationBg {
    background: rgb(255 255 255 / 5%);
    backdrop-filter: blur(10px);
    font-size: 4em;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 800;
    height: 162px;
    width: 100%;
    border-radius: 20px;
}

.Animation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 310px;
    animation-duration: 2s;
    animation-name: cube-rotate;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.heightDiv {
    position: relative;
    top: -10px;
}

.isolate.title {
    position: relative;
}

.isolate.title {
    font-size: 42px;
    font-weight: 600;
}

/* Isolation creates a new stacking context for mix-blend-mode. See: https://developer.mozilla.org/en-US/docs/Web/CSS/isolation */
.isolate {
    isolation: isolate;
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100%;
}

@keyframes cube-rotate {
    from {
        transform: perspective(600px) rotate3d(0.6, 0.05, 0.2, 0deg);
    }

    to {
        transform: perspective(600px) rotate3d(0.6, 0.05, 0.2, 20deg);
    }
}

@keyframes shimmer {
    from {
        filter: contrast(190%) brightness(500%);
    }

    to {
        filter: contrast(190%) brightness(130%);
    }
}

.noise {
    width: 100%;
    height: 100%;
    padding: 8px;
    background: linear-gradient(24deg, rgba(50 0 255/10%), CornflowerBlue), url("data:image/svg+xml,%3Csvg viewBox='0 0 400 310' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation-duration: 2s;
    animation-name: shimmer;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: antiquewhite;
    mix-blend-mode: multiply;
}

/* Special case Chrome. mix-blend-mode is treated differently. Works best in Safari! */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .overlay {
        opacity: 0;
    }
}

/* animation end ----------------------------*/

.about-content p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 18px;
    color: var(--white);
}

.green {
    color: var(--skyblue);
    font-weight: 600;
}

.highlightsa-text {
    color: var(--skyblue);
    font-weight: 600;
    font-style: italic;
}

.fsm-section {
    padding: 80px 60px;
}

.fsm-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.fsm-content {
    flex: 1;
}

.fsm-tag {
    color: #b6ff00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.beyond-editorial {
    max-width: 1400px;
}

.fsm-content h1 {
    font-size: 70px;
    line-height: 1.05;
    color: var(--white);
    margin: 20px 0;
}

.learn-sections {
    padding: 0px 40px;
}

.green {
    color: var(--skyblue);
}

.intro {
    font-size: 16px;
    margin-bottom: 20px;
}

.fsm-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #cfcfcf;
}

.italic {
    font-style: italic;
}

/* .paddingBox{
    padding: 0px 40px;
} */

.ctasq-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 26px;
    background: #b6ff00;
    color: var(--black);
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ctasq-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(182, 255, 0, 0.6);
}

.fsm-image {
    flex: 1;
    height: 560px;
    max-width: 531px;
    background-image: url(./img/2.png);
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

.learn-wrappers {
    max-width: 1200px;
    margin: auto;
}

.learn-headers {
    text-align: center;
    margin-bottom: 60px;
}

.learn-headers p {
    color: var(--white);
    font-size: 16px;
}

.learn-cardp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 34px;
    margin-bottom: 26px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s ease-in-out;
}

.cardp-left {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.cardps-lefts {
    width: 100%;
}

.iconp {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.money {
    color: var(--black);
    font-size: 40px;
}

.rocket {
    color: var(--black);
    font-size: 40px;
}

.textp h3 {
    color: var(--white);
    margin: 0 0 6px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.traffic-bullet {
    position: relative;
    padding-left: 1.4rem;
    align-items: center;
    padding-top: 3px;
    margin-bottom: 10px !important;
    padding-left: 40px;
}

.traffic-bullet::before {
    content: "•";
    position: absolute;
    left: 13px;
    top: -10px;
    font-size: 1.9rem;
}

.textps h3 {
    text-align: center;
    width: 100%;
    font-size: 40px;
}

.textp p {
    margin: 0 0 6px;
    font-size: 14px;
    color: var(--white);
}

.note {
    font-size: 13px;
    color: #888;
    font-style: italic;
}

.arrow {
    font-size: 28px;
    color: var(--greenBlue);
}

.learn-cardp:hover {
    border-color: var(--greenBlue);
}

.learn-cardp:hover .textp h3 {
    color: var(--greenBlue);
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 9999;
}

.progress-line {
    display: block;
    height: 100%;
    width: 0%;
    background: #026487;
    transition: width 0.3s ease-in-out;

}

.fit-section {
    padding: 90px 60px;
}

.fit-wrapper {
    max-width: 1200px;
    margin: auto;
}

.fit-header {
    text-align: center;
    margin-bottom: 60px;
}

.fit-tag {
    color: #b6ff00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.fit-header h2 {
    color: var(--white);
    font-size: 42px;
    margin-top: 12px;
}

.fit-grid {
    display: flex;
    gap: 40px;
}

.fit-card {
    flex: 1;
    padding: 34px;
    border-radius: 26px;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.06),
            rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(10px);
}

.good-fit {
    border: 1px solid rgba(182, 255, 0, 0.35);
}

.not-fit {
    border: 1px solid rgba(255, 70, 70, 0.35);
}

.fit-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    margin-bottom: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.green {
    background: #b6ff00;
}

.dot.red {
    background: #ff4d4d;
}

.fit-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fit-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.6;
}

.good-fit li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #b6ff00;
    font-weight: 700;
}

.not-fit li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #ff4d4d;
    font-weight: 700;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

    background-image: url(./img/qyilALpneh4HFmLgeLEEQe2NXY.avif);
    background-position: center;
    background-repeat: repeat;
    background-size: 148.5px auto;

    background-color: rgb(0, 21, 63);
    background-blend-mode: screen;
    overflow-x: hidden;

}

#dustCanvas {
    position: fixed;
    inset: 0;
}


.testimonials-section {
    padding: 90px 60px;
}

.testimonials-wrapper {
    max-width: 1300px;
    margin: auto;
}

.Styling {
    color: var(--white);
    font-size: 44px;
}

.titleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.pill {
    background: rgba(182, 255, 0, 0.15);
    color: #b6ff00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.testimonials-header h2 {
    color: var(--white);
    font-size: 40px;
    margin: 14px 0 8px;
}

.testimonials-header p {
    color: #aaa;
}

.controls {
    display: flex;
    gap: 10px;
}

.arrows {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #b6ff00;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
}

.arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #b6ff00;
    font-size: 22px;
    cursor: pointer;
}

.carousel {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
}

.testimonial-card {
    flex: 0 0 32%;
    background: linear-gradient(145deg,
            rgba(255, 255, 255, 0.05),
            rgba(255, 255, 255, 0.02));
    border-radius: 22px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.top {
    display: flex;
    justify-content: space-between;
}

.topS {
    display: flex;
    justify-content: center;
}

.quotes {
    font-size: 34px;
    color: #b6ff00;
    background: rgb(255 255 255 / 10%);
    padding: 25px;
    border-radius: 30px;
    border-color: rgb(255 255 255 / 20%);
}

.rayyan-text {
    line-height: 14px;
}

.stars {
    color: #ffb400;
}

.testimonial-card p {
    line-height: 1.6;
    margin: 20px 0;
    color: #cfcfcf;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
}

.user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.user h4 {
    margin: 0;
    color: var(--white);
}

.user span {
    font-size: 13px;
    color: #888;
}

.testimonial-card {
    height: auto;
    align-self: stretch;
}


.faq-section {
    padding: 80px 40px;
    max-width: 1260px;
    margin: auto;
    color: var(--white);
}

.faq-tag {
    display: block;
    text-align: center;
    color: var(--skyblue);
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.faq-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
}

.faq-item {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 23px 27px;
    transition: 0.3s ease-in-out;
}

.faqs-items {
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 23px 27px;
    transition: 0.3s ease-in-out;
}

.faqs-items summary {
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.editorial-block.newSection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.editorial-block.newSection .sectionContent {
    width: 50%;
}

.editorial-block.newSection .sectionImage {
    width: 45%;
}

.editorial-block.newSection .sectionImage img {
    height: 300px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faqs-items summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--skyblue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease-in-out;
}

.faq-icon::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #030303;
    border-bottom: 2px solid #030303;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

.faq-item[open] .faq-icon::before {
    transform: rotate(-135deg);
    transition: 0.7s ease-in-out;
}

.faq-item p {
    margin-top: 14px;
    line-height: 1.7;
    color: #cbd5f5;
    font-size: 14px;
}

.mains-faqs {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    width: 100%;
}

.faq-item:hover {
    border-color: var(--skyblue);
}

.faq-item:hover summary {
    color: var(--skyblue);
}

.final-cta {
    background: radial-gradient(circle at center,
            rgba(182, 255, 0, 0.12),
            var(--black) 70%);
    text-align: center;
    padding: 90px 20px;
    color: var(--white);
}

.cta-tag {
    color: #b6ff00;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 14px;
}

.cta-title {
    font-size: 60px;
    margin-bottom: 20px;
}

.cta-text {
    color: #cbd5f5;
    font-size: 18px;
    margin-bottom: 10px;
}

.cta-box {
    margin: 32px auto;
    max-width: 720px;
    padding: 30px;
    border-radius: 18px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    font-size: 19px;
    line-height: 1.6;
}

.cta-box span {
    color: #b6ff00;
}

.cta-note {
    font-size: 18px;
    margin-bottom: 40px;
}

.ctasa-btn {
    display: inline-block;
    background: var(--greenBlue);
    color: var(--black);
    padding: 20px 36px;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 20px;
}

.ctasa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 174, 243, 0.25);
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(182, 255, 0, 0.5);
}

.ctasss-btnaa:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 174, 243, 0.25);
}

.cta-foot {
    margin-top: 20px;
    font-size: 13px;
    color: #9ca3af;
}

.site-footer {
    background: var(--lightBlack);
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9ca3af;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #b6ff00;
    color: var(--black);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #b6ff00;
    color: var(--black);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands span {
    display: block;
    font-size: 12px;
    color: #9ca3af;
}

.mainrayyan {
    display: flex;
    gap: 10px;
}

.footer-center {
    color: var(--white);
}

.footer-right a {
    color: var(--white);
    margin-left: 20px;
    text-decoration: none;
    transition: 0.3s ease;
}

.imagesSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imagesSection.Copywriter {
    padding: 0px 40px;
    max-width: 1400px;
    width: 100%;
}

.widthSet {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.imagesSection.Copywriter .sectionImage img {
    height: 450px;
}

.editorial-block .mdImg {
    height: 250px;
    object-fit: cover;
    width: 90%;
    position: absolute;
    right: 10px;
    bottom: 70px;
}

.imagesSection.Told .sectionImage img {
    margin-top: 70px;
    height: 450px;
}

.sectionImage.mdImgTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.sectionImage.mdImgTop .ImgTop {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.sectionImage.mdImgTop .mdImg {
    height: 300px;
    width: 80%;
    margin-left: auto;
}

.footer-right a:hover {
    color: #b6ff00;
}

.testimonial-section {
    color: var(--white);
    position: relative;
    margin-top: 50px;
}

.ts-header {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.ts-badge {
    background: var(--skyblue);
    color: var(--black);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.ts-header h2 {
    font-size: 42px;
    margin: 16px 0 10px;
}

.ts-header p {
    color: #aaa;
    max-width: 500px;
}

.ts-arrows {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    gap: 10px;
    z-index: 999;
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.card {
    min-width: 360px;
    height: 200px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}



.arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
    color: var(--greenBlue);
    font-size: 22px;
    cursor: pointer;
}

.carousel-wrapper {
    overflow: hidden;
    margin-top: 50px;
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.t-card {
    min-width: 360px;
    background: rgb(255 255 255 / 5%);
    border-radius: 18px;
    padding: 26px;
    border: 1px solid #222;
}

.stars {
    color: #ffc107;
    margin-bottom: 12px;
}

.t-card p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.user span {
    font-size: 13px;
    color: #888;
}

.t-card {
    flex: 0 0 calc((100% - 48px) / 3);
}

.slow-section {
    opacity: 0;
    transform: translateY(120px);
    transition:
        opacity 1.6s ease,
        transform 1.6s ease;
    will-change: transform, opacity;
}

.slow-section.show {
    opacity: unset;
    transform: translateY(0);
}

.carousel-track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.carousel {
    overflow: hidden;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.typing-text {
    display: inline-block;
    animation: fadeIn 1.5s ease-in-out forwards;
    line-height: 1.2;
    font-size: clamp(15px, 4vw, 48px);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.typing-text span.show {
    opacity: 1;
    transform: translateY(0);
}


.benefits-slider {
    position: relative;
    overflow: hidden;
    margin: 10px 0px 30px 0px;
}

.slider {
    overflow: hidden;
}

.slider .track {
    display: flex;
}

/* TOP LINE */
.slider.top {
    top: 0;
}

.slider.top .track {
    animation: moveLeft 18s linear infinite;
}

.slider.top span {
    color: var(--white);
    font-size: 64px;
    font-weight: 800;
    padding: 20px 40px;
    white-space: nowrap;
}

/* BOTTOM LINE */

.slider.bottom .track {
    animation: moveRight 22s linear infinite;
}

.slider.bottom span {
    border-radius: 50px;
    padding: 18px 40px;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
    color: var(--white);
    background-color: #ffffff0a;
}

/* ANIMATIONS */
@keyframes moveLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.hero {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

@media (max-width: 1024px) {
    .cards {
        min-height: 450px;
    }
}

@media (max-width: 1024px) {
    .Styling {
        font-size: 41px;
    }

    h1 {
        font-size: 38px !important;
    }

    .slider.bottom span {
        font-size: 25px;
    }

    .slow-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .benefits-slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar {
        padding: 14px 20px;
    }

    .hero h1,
    .fsm-content h1,
    .cta-title {
        font-size: 42px;
    }

    .highlight-box {
        font-size: 18px;
        padding: 24px;
    }

    .about-wrapper,
    .fsm-wrapper,
    .fit-grid {
        flex-direction: column;
        gap: 40px;
    }

    .fsm-image {
        max-width: 98%;
        height: auto;
    }

    .about-image {
        width: 100%;
    }

    .about-image img {
        height: 450px;
        width: 100%;
    }

    .learn-cardp {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .arrow {
        align-self: flex-end;
    }

    .cards {
        width: 100%;
    }

    .testimonial-card {
        flex: 0 0 48%;
    }

    .site-footer {
        gap: 16px;
        text-align: center;
    }

    .footer-right a {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        flex-direction: column;
    }

    .List {
        padding-left: 30px !important;
    }

    .imagesSection.Copywriter {
        padding: 0px 20px;
    }

    h2 {
        font-size: 26px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .card p {
        font-size: 18px;
    }

    .fsm-content h1 {
        font-size: 36px;
    }

    .learn-headers h2 {
        font-size: 30px;
    }

    .fit-header h2 {
        font-size: 30px;
    }

    .testimonial-card {
        flex: 0 0 100%;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-item summary {
        font-size: 16px;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-box {
        font-size: 16px;
    }
}


@media (max-width: 480px) {

    h2 {
        font-size: 22px;
    }

    .cta-btn,
    .ctasa-btn,
    .apply-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 15px;
    }

    .ctasss-btnaa {
        width: 100%;
        justify-content: center;
    }

    .testimonial-card {
        padding: 20px;
    }

    .faq-item {
        padding: 18px;
    }

    .money {
        display: none;
    }

    .rocket {
        display: none;
    }

}

/* @media (max-width: 9028px) {
    .editorial-heading h1{
        margin-bottom: 10px;
    }
} */

@media (max-width: 1024px) {
    .slider.bottom span {
        font-size: 22px;
    }

    .t-card {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 600px) {
    .hero .badge {
        font-size: 14px;
    }

    .imagesSection.Copywriter {
        padding: 0px 20px;
    }

    .t-card {
        flex: 0 0 100%;
    }

    .compare-section {
        padding: 40px 20px;
    }

    .money {
        display: none;
    }

    .rocket {
        display: none;
    }
}


.moneybtn {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .slider.bottom span {
        font-size: 18px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
    }

    .fsm-content h1 {
        font-size: 34px;
    }

    .cta-title {
        font-size: 32px;
    }

    .story p {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .slider.bottom span {
        font-size: 16px;
    }

    .sectionImage.mdImgTop .rotating-circle {
        width: 190px;
        height: 190px;
    }

    h1,
    .hero h1,
    .hero-heading,
    .fsm-content h1,
    .cta-title,
    h1 {
        line-height: 1.25;
    }

    .story p {
        text-align: center;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    .badge {
        font-size: 14px;
    }

    p,
    .hero-text,
    .story p,
    .storys p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .badge {
        line-height: 1.6;

    }

    .card p {
        font-size: 16px !important;
    }

    .faq-title {
        font-size: 28px !important;
    }

    .faq-item summary {
        font-size: 15px !important;
    }

    .cta-box {
        font-size: 15px !important;
    }


}


@media (max-width: 768px) {
    .cardsa {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 20px !important;
    }

    .cardsa {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 100%;
        padding: 18px 16px;
        border-radius: 16px;
    }
}

@media (max-width: 992px) {
    .cardMain {
        flex-direction: column;
    }

    .editorial-block.newSection {
        flex-direction: column;
    }

    .editorial-block.newSection .sectionContent {
        width: 100%;
    }

    .editorial-block.newSection .sectionImage {
        width: 100%;
    }

    .editorial-block.newSection .sectionImage {
        width: 100%;
        margin-top: 40px;
    }

    .animationBg {
        display: flex;
        justify-content: center;
        font-size: 44px;
        height: 85px;
    }

    .rotating-circle {
        position: relative !important;
    }

    .imagesSection {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }

    .subtext {
        font-size: 14px;
    }

    .editorial-block {
        width: 100% !important;
    }

    .imagesSection.Copywriter {
        flex-direction: column;
        padding: 0px 20px;
    }

    .widthSet {
        align-items: unset;
    }

    .imagesSection.Copywriter .editorial-block {
        width: 100% !important;
    }

    .imagesSection .sectionImage {
        width: 100% !important;
        margin-top: 40px;
    }

    .imagesSection.Copywriter .sectionImage img {
        height: 500px;
    }

    .sectionImage img {
        margin-top: 20px !important;
    }

    .dr-timeline {
        padding: 20px !important;
    }

    .faq-section {
        padding: 80px 20px
    }

    .about-section {
        padding: 20px;
    }

    .cardse {
        width: 100%;
        min-height: 300px;
    }

    .cards {
        min-height: 350px;
    }

    .compare-section {
        flex-direction: column;
        padding: 20px;
    }

    .learn-sections {
        padding: 0px 20px;
    }

    .next-wrap {
        padding: 0px 20px;
    }

    .beyond-editorial.Padding {
        padding: 0px 20px !important;
    }

    .Styling {
        font-size: 30px;
    }

    h1 {
        font-size: 27px !important;
    }

    .badge {
        padding: 9px 16px;
        gap: 7px;
        margin-bottom: 26px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .badge {
        padding: 12px 37px;
    }

    .mainclass {
        margin-top: -135px;
    }

    .story p {
        text-align: center;
        display: block;
    }

    .storys p {
        text-align: center;
        display: block;
    }
}



@media (max-width: 576px) {
    .typing-text {
        line-height: 1.25;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .grain-text.fontChange {
        font-size: 30px;
    }

    .highlight.fontChange {
        font-size: 30px;
    }

    .sectionImage.mdImgTop .mdImg {
        margin: 0 auto;
    }

    .typing-text {
        line-height: 1.2;
    }
}

@media (max-width: 576px) {
    .faq-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .faq-icon::before {
        width: 6px;
        height: 6px;
    }
}

.beyond-editorial {
    color: var(--white);
    padding-top: 10px;
    font-family: 'Inter', sans-serif;
}

.editorials-headings {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 32px;
}

.editorial-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #d0d0d0;
    margin-bottom: 30px;
    max-width: 820px;
}

.editorial-block {
    position: relative;
    width: 50%;
}

.width100 {
    width: 100%;
}

.beyond-editorial.Padding {
    padding: 0px 40px;
    margin-top: 40px;
}

.sectionImage {
    width: 45%;
    position: relative;
    margin-top: 80px;
}

.extraMrgn {
    margin-top: 40px;
}

.sectionImage img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}

.sectionImage img {
    opacity: 0;
    transform: translateX(60px);
    /* right se */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* jab visible ho */
.sectionImage img.show {
    opacity: 1;
    transform: translateX(0);
}


/* for circle */

.rotating-circle {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    animation: rotateCircle 10s linear infinite;
}

.rotating-circle svg {
    width: 100%;
    height: 100%;
}

/* Smooth rotation */
@keyframes rotateCircle {
    from {
        transform: translateX(-50%) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg);
    }
}




.editorial-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.editorial-block p {
    font-size: 15px;
    color: var(--white);
    line-height: 28px;
    /* font-weight: 700; */
}

.List {
    margin: 10px 0px;
    padding-left: 45px;
}

.List li {
    color: var(--white);
    font-size: 16px;
    padding-bottom: 5px;
}

.editorial-block strong {
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 768px) {
    .grain-text.fontChange {
        font-size: 21px !important;
    }

    .animationBg {
        font-size: 41px;
    }

    .rotating-circle {
        width: 220px;
        height: 220px;
    }

    .badge {
        font-size: 15px;
    }

    .editorials-headings {
        font-size: 40px;
    }

    .editorial-lead {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .editorial-block p {
        font-size: 16.5px;
    }
}

@media (max-width: 480px) {

    .editorials-headings {
        font-size: 32px;
    }
}

.next-steps {
    color: var(--white);
    font-family: 'Inter', sans-serif;
}

.next-wrap {
    max-width: 1170px;
    margin: 0 auto;
}

.next-heading {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 40px;
}

.next-wrap p {
    font-size: 18px;
    line-height: 1.75;
    color: var(--white);
    margin-bottom: 22px;
}

.minHgt {
    min-height: 75px;
}

.important-note {
    text-align: center;
}

.imbtn {
    display: flex;
    justify-content: center;
}

.important-note p {
    color: var(--white);
}

.important-note strong {
    letter-spacing: 2px;
}

@media (max-width: 768px) {

    .next-heading {
        font-size: 38px;
    }

    .next-wrap p {
        font-size: 16.5px;
    }

    .important-note {
        margin-top: 60px;
    }
}

@media (max-width: 500px) {
    .fsm-section {
        padding: 20px;
    }

    .beyond-editorial {
        padding-top: 10px;
    }

    .editorial-wrap {
        padding-top: 50px;
    }

    .editorial-lead {
        margin-bottom: 30px;
    }

    .editorial-block {
        margin-bottom: 30px;
    }
}

@media (max-width:430px) {

    .animationBg {
        font-size: 34px;
        height: 70px;
    }

    .editorial-heading h1 {
        margin-bottom: 40px;
    }

    .typing-text {
        font-size: 22px;
        line-height: 1.4;
    }

    .ctasa-btn {
        width: 100%;
        text-align: center;
        padding: 16px;
        font-size: 13px;
        margin-top: 0px;
    }

    .hero-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .editorial-heading {
        margin-bottom: -27px;
    }

    .editorial-wrap {
        padding-top: 0px;
    }

    .heightDiv .editorial-heading h1 {
        line-height: 1.25;
        text-align: left;
        margin-bottom: 15px;
    }

    /* section,
    .about-section,
    .fsm-section,
    .learn-sections,
    .fit-section,
    .testimonials-section {
        padding-left: 12px;
        padding-right: 13px;
    } */

    .traffic-bullet::before {
        content: "•";
        position: absolute;
        left: 14px;
        top: -11px;
        font-size: 1.7rem;
    }

    .framer-163ucvo {
        width: 3px !important;
        height: 733px !important;
        position: absolute !important;
        left: -8px !important;
        top: 5px !important;
        overflow: hidden !important;
    }

    .learn-headers {
        text-align: center;
        margin-bottom: 20px;
    }

    .beyond-editorial {
        padding-top: 27px;
    }

    .cards {
        width: 100%;
        padding: 40px;
        border-radius: 24px;
        background-color: rgb(255 255 255 / 5%);
        margin-bottom: 23px;
    }

    .compare-section {
        padding: 0px 10px;
    }

    .learn-cardp {
        padding: 32px 28px;
    }

    .faq-item summary {
        font-size: 14px !important;
    }

    .faq-title {
        margin-bottom: 22px;
    }

    .faq-section {
        padding: 70px 9px !important;
    }

    .important-note {
        margin-top: 1px;
    }

    .hero h1 {
        margin: 0 auto 15px !important;
        font-size: 22px;
    }

    .timeline .timelines-lines {
        left: -15px;
    }

}

@media (max-width:360px) {
    .faq-item summary {
        font-size: 11px !important;
    }

    .faq-title {
        text-align: center;
        margin-bottom: 25px;
    }

    .cardse {
        width: 100%;
        padding: 20px;
        border-radius: 24px;
        background-color: rgb(255 255 255 / 5%);
        margin-bottom: 23px;
    }

    section,
    .about-section,
    .fsm-section,
    .learn-sections,
    .fit-section,
    .testimonials-section {
        padding-left: 8px;
        padding-right: 5px;
    }

    .hero-section {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2px;
    }

    .cta-section {
        gap: 16px !important;
    }

    .slider.bottom {
        top: 19px !important;
    }

    .ctasa-btn {
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 12px;
    }

    .editorials-headings {
        font-weight: 800;
        margin-bottom: 29px;
        margin-top: 17px;
    }

    .textp h3 {
        font-size: 16px !important;
    }

    p,
    .subtext,
    .hero-text,
    .story p,
    .storys p {
        font-size: 12px !important;
        line-height: 1.6;
    }

    .cards-list li {
        font-size: 13px;
        color: #d1d5db;
        margin-bottom: 14px;
        position: relative;
        padding-left: 24px;
    }

    .cards {
        padding: 24px;
    }

    .hero-heading {
        margin-top: 20px;
    }

    .editorial-heading h1 {
        line-height: 1.25;
        text-align: left;
        padding-left: 11px;
    }

    .editorial-block p {
        margin-bottom: 15px;
    }

    .typing-text {
        font-size: 13px;
        line-height: 1.4;
    }

    .traffic-bullet {
        margin-bottom: 6px !important;
    }

    .learn-cardp {
        padding: 20px 21px;
    }

    .next-heading {
        margin-bottom: 16px;
    }

    .next-wrap p {
        margin-bottom: 15px !important;
    }

    .important-note {
        margin-top: 1px;
    }

    .ts-arrows {
        position: absolute;
        right: -10px;
        top: 20px;
        display: flex;
        gap: 10px;
    }

    .t-card {
        min-width: 225px !important;
    }

    .faq-section {
        padding: 70px 10px !important;
    }
}

.framer-163ucvos .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: yellow;
    transition: height 0.1s linear;
}

.color-fill {
    position: relative;
    width: 100%;
    height: 0;
    /* initial height 0 */
    background-color: red;
    /* red background */
    overflow: hidden;
}

.color-fill .yellow-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    /* initial yellow height 0 */
    background-color: yellow;
    transition: height 0.1s linear;
    /* smooth animation */
}

.parent {
    display: flex;
    gap: 20px;
    padding: 50px;
}

.line-container {
    position: relative;
    width: 3px;
}

.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: yellow;
    transition: height 0.3s ease-out;
}

.maindiv {
    display: flex;
    gap: 10px;
    height: 100%;
    position: relative;
}


.linerDiv {
    width: 3px;
    background-color: #026487;
    height: 0;
    transition: height 0.4s ease-out;
    flex-shrink: 0;
}


.dr-timeline {
    padding: 20px 40px;
}

.dr-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.dr-subtitle {
    text-align: center;
    color: var(--white);
    margin-top: 10px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 50px auto 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
}

.item {
    width: 45%;
    padding: 28px;
    border-radius: 14px;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid var(--greenBlue);
    position: relative;
    margin-bottom: 80px;
    transition: 0.3s ease-in-out;
}

/* .item:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 174, 243, 0.25);
} */

.timeline .item {
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    /* slow & smooth */
    transform-origin: center center;
    will-change: transform, box-shadow;
}


.item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.item p {
    color: var(--white);
    line-height: 1.6;
    font-size: 14px;
}

.textps {
    color: var(--white);
    text-align: center;
}

.pTxt.Wht {
    color: var(--white);
}

.Video {
    width: 90%;
    height: 150px;
}

.imageBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageBox img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin: 10px 0px 0px 0px
}

.videoMain {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

video {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.item-left {
    margin-right: auto;
}

.item-right {
    margin-left: auto;
}

.item-left::after {
    right: -38px;
}

.item-right::after {
    left: -38px;
}

/* Mobile */
@media (max-width: 768px) {

    .editorial-block.newSection .sectionImage {
        margin-top: 0px;
    }

    .Styling {
        font-size: 22px;
    }

    h1 {
        font-size: 20px !important;
    }

    .timeline::before {
        left: 8px;
    }

    .item {
        width: 95%;
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .item::after {
        left: -30px !important;
    }
}

.timeline {
    position: relative;
}

.timelines-lines {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #222;
}

.timelines-lines::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: var(--fill-height, 0%);
    background: var(--greenBlue);
}

.timelinesa-dotsq {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: var(--greenBlue);
    border-radius: 50%;
}

@media (max-width: 430px) {
    .sectionImage.mdImgTop .rotating-circle {
        width: 160px;
        height: 160px;
    }

    .faq-section {
        padding: 40px 0px !important;
    }

    .timeline {
        position: relative;

    }

    .timelines-lines {
        left: -12px;
        transform: none;
        height: 100%;
    }

    .timelinesa-dotsq {
        left: 1px;
        transform: translateX(-50%);
    }

    .item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .item-left,
    .item-right {
        margin: 26px;
    }
}

@media (max-width: 360px) {
    .item {
        padding: 20px;
    }

    .timeline {
        margin: 0px;
    }

    .timeline .timelines-lines {
        left: -9px;
    }
}
