* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.scroll-section {
    opacity: 0;
    transform: translateY(90px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.scroll-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-section.fade-out {
    opacity: 0;
    transform: translateY(-90px);
}

.my-top-header {
    /* Renamed from .footer to .my-top-header */
    /* background-color: #6a1b9a; */
    color: white;
    padding: 5px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.header-section {
    /* Renamed from .footer-section to .header-section */
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.header-section i {
    /* Renamed from .footer-section i to .header-section i */
    margin-right: 10px;
    font-size: 18px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin-left: 15px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .my-top-header {
        /* Renamed from .footer to .my-top-header */
        flex-direction: column;
        text-align: center;
    }

    .header-section {
        /* Renamed from .footer-section to .header-section */
        margin: 10px 0;
    }

    .social-icons {
        margin-top: 15px;
    }
}

.floating-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    font-size: 60px;
    color: #218838;
    cursor: pointer;
    z-index: 999999999;
}

.floating-btn a {
    text-decoration: none;
    color: #218838;
}

body {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* height: 2000px; */
}

body::-webkit-scrollbar {
    width: 0;
    /* Controls vertical scrollbar width */
    transition: all 1s ease;
}

body::-webkit-scrollbar:hover {
    width: 10px;
    /* Controls vertical scrollbar width */
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    height: 10px;
    /* This is ignored, but you can simulate the size */
    background-clip: padding-box;
    margin: 20px 0;
    /* Adds space at top and bottom to simulate a short scrollbar */
}

/* Cursor Trail Effects */
.trail {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    /* background: rgb(243, 148, 131); */
    transform: translate(-50%, -50%);
    transition: top 0.1s linear, left 0.1s linear;
}

.cursor {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    background: rgb(81, 80, 80);
    transform: translate(-50%, -50%);
}

/* Header */
header {
    /* position: fixed; */
    position: sticky;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f7f9fc;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 20px 0;
}

header.scrolled {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Navigation */
.container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

.logo {
    width: 300px;
    color: #1f1f1f;
}

.logo img {
    width: 100%;

}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #1f1f1f;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

nav ul li {
    position: relative;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 7px 5px;
    transition: all 0.5s ease;
}

nav ul li a:hover {
    color: rgb(80, 78, 78);
}

.i-dropdown-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    display: none;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 10px 0;
    transition: min-width 0.5s ease;
    z-index: 1000;
}

.i-dropdown-menu li {
    padding: 0px 20px;
}

.i-dropdown-menu li a {
    color: #333;
    display: block;
    width: 100%;
}

.menu-li {
    padding: 5px 10px;
    border-radius: 20px;
    transition: background-color 0.5s ease;
}

.menu-li:hover {
    background-color: rgba(136, 135, 135, 0.2);
    backdrop-filter: blur(5px);
}

.active_menu {
    background-color: rgba(136, 135, 135, 0.2);
}

nav ul li:hover .i-dropdown-menu {
    display: block;
}

.call-btn {
    background: #3b65f2;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

/* Hero Section */
.balls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.ball {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.1));
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    animation: bounce 5s infinite ease-in-out alternate;
}

/* Individual animations and positions */
.ball1 {
    top: 20%;
    left: 20%;
    animation-delay: 0.5s;
    background-color: rgb(216, 48, 48);
}

.ball2 {
    top: 40%;
    left: 25%;
    animation-delay: 1s;
    background-color: rgba(87, 137, 87, 0.4);
}

.ball3 {
    top: 80%;
    left: 30%;
    animation-delay: 2.3s;
    background-color: rgba(33, 123, 172, 0.4);
}

.ball4 {
    top: 20%;
    left: 90%;
    animation-delay: 2.5s;
    background-color: rgba(51, 10, 185, 0.4);
}

.ball5 {
    top: 70%;
    left: 80%;
    animation-delay: 2s;
    background-color: rgba(8, 135, 135, 0.4);
}

.ball6 {
    top: 40%;
    left: 70%;
    animation-delay: 1.3s;
    background-color: rgb(216, 48, 48);
}

.ball7 {
    top: 10%;
    left: 50%;
    animation-delay: 2.1s;
    background-color: rgba(182, 47, 47, 0.4);
}

/* .ball8 { top: 90%; left: 10%; animation-delay: 0.5s; background-color:  rgba(203, 21, 203, 0.4); } */
/* .ball8 { top: 90%; left: 10%; animation-delay: 0.5s; background-color: violet; } */

@keyframes bounce {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-40px) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }
}

.hero {
    text-align: center;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(to bottom, #f7f9fc, #f3f6ff); */
    /* background-color: #f7f9fc; */
    /* background-color: #f7f9fc; */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: top left;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-container {
    max-width: 80%;
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    text-align: left;
}

.hero-container img {
    border-radius: 20px;
}

.hero h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
    font-family: 'Pacifico', cursive;
}



.hero p,
.hero li {
    color: #777;
    margin-top: 10px;
    font-size: 17px;
}

.hero .buttons {
    margin-top: 30px;
}

.buttons a {
    display: inline-block;
    padding: 12px 24px;
    margin: 0 10px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.hero .buttons .start-btn {
    /* background: rgb(216, 48, 48); */
    font-size: 17px;
    color: white;
}

.login-btn {
    background: #fff;
    border: 1px solid #ddd;
    /* border: 2px solid rgb(216, 48, 48); */
}

.hero .buttons .demo-btn {
    background: white;
    font-size: 18px;
    color: #1f1f1f;
    border: 1px solid #ddd;
}

.try-btn {
    /* background: rgb(216, 48, 48); */
    color: #fff !important;
    border: 1px solid #ddd;
}

/* Responsive */


/* Button Hover Animation */
.button {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: black;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
    cursor: pointer;
}

.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    transition: left 0.4s ease;
    z-index: -1;
}

.button:hover::before {
    left: 0;
}

.button:hover {
    color: white !important;
}

.my-button {
    /* padding: 10px 20px; */
    border: none;
    background-color: rgb(99, 167, 194);
    color: white;
    cursor: pointer;
    /* margin-bottom: 20px; */
}

.my-text {
    /* font-size: 18px; */
    color: rgb(99, 167, 194);
}

.color-palette-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /* align-items: center; */
    transition: right 0.3s ease;
    z-index: 1000;
}

.toggle-palette {
    padding: 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: center;
    height: fit-content;
    z-index: 1001;
}

.toggle-palette i {
    color: #fff;
    font-size: 32px;
    transition: transform 0.3s ease;
}

.color-palette {
    display: none;
    opacity: 0;
    /* display: none; */
    /* transform: translateY(-50%); */
    /* transform: translateX(-50%); */
    background-color: #f0f0f0;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 10px;
    transition: all 1s ease;

}

.color-palette.show {
    display: flex;
    /* width: 100%; */
    opacity: 1;

    /* optionally add more flex styling */
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s;
}

.color-circle:hover {
    transform: scale(1.2);
}

/* features section started  */

.main-section h4 {
    /* padding: 15px 0; */
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 5px;
    font-weight: 600;
}

.main-section>h2 {
    padding: 25px 0;
    font-size: 2.5rem;
    font-family: 'Pacifico', cursive;
    font-style: italic;
    /* color: #fff; */
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;

}

/* .features>h2 {
  color: #fff;
} */

.sec-head-icon {
    font-size: 40px;
    transition: transform 2s ease;
}

.sec-head-icon:hover {
    transform: rotate3d(360deg);
}


/* media query  */

/* steps */








.middle-text {
    background-image: url('circle.svg');
    background-position: center top 80%;
    background-repeat: no-repeat;
    background-size: contain;
    /* z-index: ; */
    /* line-height: 5px; */
    /* white-space: nowrap; */
    /* z-index: 1;
    overflow: visible; */
}

.end-text {
    background-image: url('underline.svg');
    /* background-position: center; */
    background-repeat: no-repeat;

    /* background-repeat: no-repeat; */
    background-size: contain;
    background-position: center bottom 0%;
    /* white-space: nowrap; */
    /* z-index: 1;
    overflow: visible; */
}

.start-text {
    background-image: url('span.svg');
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.dot {
    color: #1BB6F9;
}

.fireworks {
    position: relative;
}

.fireworks:before {
    content: url('fireworks_before.svg');
    position: absolute;
    top: auto;
    left: -7rem;
    bottom: -1rem;
    right: auto;
    pointer-events: none;
}

.fireworks:after {
    content: url('fireworks_after.svg');
    position: absolute;
    top: auto;
    left: 100%;
    bottom: 0;
    right: auto;
    pointer-events: none;
}

.plans {
    width: 100%;
    padding: 130px 0 20px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.toggle-wrapper-plans {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.toggle-label-plans {
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.toggle-label-plans.monthly.active {
    color: grey;
    /* Red */
}

.toggle-label-plans.yearly.active {
    color: grey;
    /* Dark Blue */
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-plans {
    position: absolute;
    cursor: pointer;
    background-color: rgb(216, 48, 48);
    border-radius: 34px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.slider-plans::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider-plans::before {
    transform: translateX(24px);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    gap: 20px;
}

.grid-3 .grid-card {
    background: rgb(185, 184, 184, 0.3);
    /* height: 600px; */
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px;
    text-align: left;
}

.plan_header {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(62, 61, 61, 0.2);
}

.plan_heading {
    display: flex;
    column-gap: 15px;

    align-items: center;
}

.plan_header p {
    color: rgb(62, 61, 61, 0.6);
    font-size: 17px;
    font-weight: 500;
}

.plan_heading i {
    font-size: 63px;
}

.plan_heading_contents {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-family: 'Pacifico', cursive;
}

.plan_heading_contents span {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}

.plan_heading_contents h3 {
    font-size: 30px;

}

.plan-details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 10px;
}

.plan-details .dollar {
    font-size: 45px;
    color: #000;
    font-weight: bold;
}

.plan-details p {
    font-size: 17px;
    color: rgb(62, 61, 61, 0.6);
    /* font-weight: bold; */
}

.tools {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
    padding-bottom: 20px;
}

.tools-use-plan {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tools-use-plan i {
    font-size: 18px;
}

.plan-btn {
    /* background: transparent; */
    font-size: 18px;
    color: #fff;
    border: 1px solid grey;
    border-radius: 30px;
    padding: 18px 10px;
    text-align: center;
    transition: all 0.5s ease-in;
    text-decoration: none;
}

.plan-btn:hover {
    background-color: #fff !important;
    color: #000;
}


/* comparison section  */
.comparison-section {
    width: 100%;
    /* max-height: 100%; */
    padding: 110px 0;
    background-color: #f7f9fc;
    /* position: relative; */

    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='106' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='99' height='99' fill-opacity='0.14' fill='%23E4EAFE'/%3E%3C/svg%3E");
display: flex; 
flex-direction: column;
justify-content: center;
align-items: center; */
}

.comparison-section h2 {
    background-image: url('illustration_doodle.svg');
    background-position: 40% center;
    background-size: 30%;
    background-repeat: no-repeat no-repeat;

}

.hero-right img {
    width: 100%;
}

@media (max-width: 767px) {
    .hero {
        height: 100%;
        padding: 20px 0;
    }

    .hero-container {
        text-align: center;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-top: 20px;
    }

    .hero-right {
        text-align: center;
    }

    .hero-right img {
        width: 300px;

        margin: 0 auto;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .menu-toggle {
        display: block;
    }

    .hero h1 {
        font-size: 30px;
    }

    nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        text-align: start;
        padding: 20px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
    }

    nav.active {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }

    .call-btn {
        display: none;
    }

    .i-dropdown-menu {
        position: relative;
        top: 0;
        box-shadow: none;
    }

    nav ul li:hover .i-dropdown-menu {
        display: none;
    }

    .menu-li:hover {
        background: none;
    }

    .menu-li>a+.i-dropdown-menu {
        transition: all 1s ease;
        display: none;
    }

    .menu-li.show>a+.i-dropdown-menu {
        display: block;
        background: linear-gradient(to bottom, #f7f9fc, #f3f6ff);
    }

    .steps-container {
        grid-template-columns: 1fr;
    }

    .experiences-section {
        grid-template-columns: 1fr;
        height: auto;
        flex-direction: column;
    }

    .experience-buttons {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 20px;
    }

    .experience-content {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
        padding: 15px 20px;
    }

    .experience-text ul li {
        text-align: left;
        padding-left: 30px;
    }

    .experience-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }



    .hero {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0' height='0' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23868686'/%3E%3Cstop offset='1' stop-color='%23dfdfdf'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%23767c8d'/%3E%3Cstop offset='0.09' stop-color='%23989db0'/%3E%3Cstop offset='0.18' stop-color='%23aeb4c7'/%3E%3Cstop offset='0.31' stop-color='%23c0c6d9'/%3E%3Cstop offset='0.44' stop-color='%23ccd2e6'/%3E%3Cstop offset='0.59' stop-color='%23d7ddf1'/%3E%3Cstop offset='0.75' stop-color='%23dfe5f9'/%3E%3Cstop offset='1' stop-color='%23E4EAFE'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='0' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .menu-toggle {
        display: block;
    }

    .hero {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0' height='0' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23868686'/%3E%3Cstop offset='1' stop-color='%23dfdfdf'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%23767c8d'/%3E%3Cstop offset='0.09' stop-color='%23989db0'/%3E%3Cstop offset='0.18' stop-color='%23aeb4c7'/%3E%3Cstop offset='0.31' stop-color='%23c0c6d9'/%3E%3Cstop offset='0.44' stop-color='%23ccd2e6'/%3E%3Cstop offset='0.59' stop-color='%23d7ddf1'/%3E%3Cstop offset='0.75' stop-color='%23dfe5f9'/%3E%3Cstop offset='1' stop-color='%23E4EAFE'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='0' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
    }

    .hero h1 {
        font-size: 40px;
    }

    nav {
        position: absolute;
        top: 120%;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        text-align: start;
        padding: 20px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
    }

    nav.active {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }

    .call-btn {
        display: none;
    }

    .i-dropdown-menu {
        position: relative;
        top: 0;
        box-shadow: none;
    }

    nav ul li:hover .i-dropdown-menu {
        display: none;
    }

    .menu-li:hover {
        background: none;
    }

    .menu-li>a+.i-dropdown-menu {
        transition: all 1s ease;
        display: none;
    }

    .menu-li.show>a+.i-dropdown-menu {
        display: block;
        background: linear-gradient(to bottom, #f7f9fc, #f3f6ff);
    }

    .steps-container {
        grid-template-columns: 1fr 1fr;
    }

    .experiences-section {
        grid-template-columns: 1fr 1fr;
        height: auto;
        flex-direction: column;
    }

    .experience-buttons {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 20px;
    }

    .experience-content {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
        padding: 15px 20px;
    }

    .experience-text ul li {
        text-align: left;
        padding-left: 30px;
    }

    .experience-image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
}

.course-details {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 20px;
    width: 78%;
    margin: auto;
    margin-top: 20px;
    padding: 20px 0;
    /* align-items: center; */
}

.exclusive-features {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-section {
    margin-bottom: 40px;
}

.feature-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
}

.feature-section ul {
    list-style: none;
    padding-left: 0;
}

.feature-section ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}

.feature-section ul li::before {
    /* content: "✔️"; */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #3b82f6;
}

.master-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.master-book .feature-text {
    flex: 1 1 60%;
}

.master-book .feature-image {
    flex: 1 1 35%;
    text-align: center;
}

.master-book .feature-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.routine_container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    /* max-width: 900px; */
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header .title {
    font-size: 28px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.header .title i {
    color: rgb(216, 48, 48);
    /* Green icon */
    font-size: 24px;
}

.download-button {
    background-color: rgb(216, 48, 48);
    /* Green button */
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background-color: grey;
    color: #fff;
}

.download-button i {
    font-size: 18px;
}

.routine-table {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* Ensures rounded corners apply to content */
}

th,
td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #555;
}

thead th {
    background-color: #f8f8f8;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    /* Prevent wrapping of Bengali text in headers */
}

/* Specific styling for the first column (Days) */
tbody td:first-child {
    font-weight: bold;
    color: #333;
}

/* Striped rows for better readability, similar to the image */
tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* Remove bottom border for the last row */
tbody tr:last-child td {
    border-bottom: none;
}

.my_accordion_container {
    width: 100%;
    /* max-width: 700px; */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* Softer shadow */
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.my_accordion_container>h1 {
    font-size: 28px;
    color: #2c3e50;
    /* Darker blue-gray for the title */
    margin-bottom: 30px;
    font-weight: 600;
    /* Slightly bolder */
}

.accordion-container {
    border-radius: 8px;
    overflow: hidden;
    /* Ensures rounded corners are visible */
}

.accordion-item {
    border: 1px solid #e0e0e0;
    /* Light gray separator line */
}



.accordion-header {
    background-color: #fff;
    color: #333;
    padding: 18px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 17px;
    font-weight: 500;
    /* Medium font weight */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-header:hover {
    background-color: #f8f8f8;
    /* Slight background change on hover */
}

.accordion-header.active {
    color: #007bff;
    /* Highlight active header if desired, though not in original image */
}

.accordion-icon {
    font-size: 16px;
    color: #6c757d;
    /* Muted gray for the icon */
    transition: transform 0.3s ease;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
    /* Rotate icon when active */
}

.accordion-content {
    background-color: #fff;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    /* Smooth transition for opening/closing */
}

.accordion-content.show {
    max-height: 200px;
    /* Adjust as needed for content height */
    padding: 15px 20px 20px 20px;
    /* Padding when content is shown */
}

.accordion-content p {
    margin: 0;
    line-height: 1.6;
    color: #555;
    /* Slightly lighter text color for content */
    font-size: 15px;
}






.course-card-wrapper {
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Soft shadow for the entire wrapper */
    border-radius: 8px;
    overflow: hidden;
    /* Ensures border-radius applies correctly */
    background-color: #fff;
    /* White background for the card */
    position: sticky;
    top: 100px;
}

.course-card {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    /* Apply to the card itself */
}

.price-section {
    margin-bottom: 25px;
}

.price {
    font-size: 34px;
    /* Larger font size for price */
    font-weight: bold;
    color: #333;
    display: block;
    /* Ensures it takes full width */
    margin-bottom: 5px;
}

.price-info {
    font-size: 15px;
    color: #777;
}

.enroll-button,
.free-class-button {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    margin-bottom: 15px;
    /* Space between buttons */
}

.enroll-button {
    color: #fff;
}

.enroll-button:hover {
    background-color: #218838;
    /* Darker green on hover */
}

.free-class-button {
    background-color: #fff;
    color: rgb(216, 48, 48);
    /* Green text */
    border: 1px solid rgb(216, 48, 48);
    /* Green border */
}

.free-class-button:hover {
    background-color: #e6ffe6;
    /* Very light green on hover */
    color: #218838;
    border-color: #218838;
}

.features-section {
    margin-top: 30px;
    padding-top: 25px;
    /* Padding for separation from buttons */
    border-top: 1px solid #eee;
    /* Light line separator */
}

.features-section h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
    /* Slightly bolder */
}

.features-section ul {
    list-style: none;
    /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.features-section li {
    display: flex;
    /* Aligns icon and text */
    align-items: center;
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.4;
}

.features-section li i {
    font-size: 18px;
    color: rgb(216, 48, 48);
    /* Green icon color */
    margin-right: 12px;
    /* Space between icon and text */
    width: 25px;
    /* Fixed width for icons to align text */
    text-align: center;
}

/* Remove bottom margin for the last list item */
.features-section li:last-child {
    margin-bottom: 0;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #f8f8f8;
    /* Lighter background for footer */
    border-top: 1px solid #eee;
    /* Separator line */
    border-bottom-left-radius: 8px;
    /* Match wrapper radius */
    border-bottom-right-radius: 8px;
    /* Match wrapper radius */
}

.footer-contact p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.call-button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #28a745;
    /* Green text */
    text-decoration: none;
    transition: color 0.3s ease;
}

.call-button:hover {
    color: #218838;
    /* Darker green on hover */
}

.call-button i {
    font-size: 18px;
}

.course-details-right {
    position: relative;
}







.my-footer {
    background-color: #f7f9fc;
}

.footer {

    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    width: 75%;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.footer-column h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #6a6aed;
    border-radius: 2px;
}

.footer-column p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #6a6aed;
}

.footer-column ul li a::before {
    content: '›';
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    color: #999;
}

.email-signup {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.email-signup .icon {
    padding: 10px;
    background-color: #f8f8f8;
    color: #999;
}

.email-signup input[type="email"] {
    border: none;
    padding: 10px;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
}

.email-signup button {
    background-color: #6a6aed;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.email-signup button:hover {
    background-color: #5555d4;
}

.recent-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.recent-post-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.recent-post-item div {
    flex: 1;
}

.recent-post-item h4 {
    font-size: 15px;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.recent-post-item .date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}

.recent-post-item .date::before {
    content: '📅';
    /* Unicode calendar icon */
    margin-right: 5px;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        max-width: 100%;
    }

    .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .email-signup {
        width: 100%;
        max-width: 350px;
        /* Limit width on smaller screens for better appearance */
        margin-left: auto;
        margin-right: auto;
    }

    .recent-post-item {
        align-items: center;
        flex-direction: column;
    }

    .recent-post-item img {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* EXISTING STYLES */
/* (Your full CSS copied here — no change at top) */

/* ... all your current code stays unchanged ... */


/* === RESPONSIVE STYLES FOR SMALLER DEVICES === */
@media (max-width: 768px) {
    .course-details {
        grid-template-columns: 1fr;
        width: 90%;
        margin-top: 80px;
        padding: 10px 0;
    }

    .master-book {
        flex-direction: column;
        gap: 20px;
    }

    .master-book .feature-text,
    .master-book .feature-image {
        flex: 1 1 100%;
        text-align: center;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .header .title {
        font-size: 22px;
    }

    .download-button {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 10px 15px;
    }

    .routine_container {
        padding: 20px;
    }

    .routine-table {
        overflow-x: auto;
    }

    .my_accordion_container {
        padding: 20px;
    }

    .my_accordion_container>h1 {
        font-size: 22px;
    }

    .accordion-header {
        padding: 14px 16px;
        font-size: 16px;
    }

    .accordion-content.show {
        padding: 10px 16px 16px 16px;
    }

    .course-card-wrapper {
        position: static;
        top: auto;
    }

    .course-card {
        padding: 20px;
    }

    .price {
        font-size: 28px;
    }

    .enroll-button,
    .free-class-button {
        font-size: 16px;
        padding: 12px 15px;
    }

    .features-section {
        padding-top: 20px;
    }

    .features-section h2 {
        font-size: 18px;
    }

    .features-section li {
        font-size: 15px;
    }

    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        max-width: 100%;
    }

    .footer-column h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .email-signup {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .recent-post-item {
        align-items: center;
        flex-direction: column;
    }

    .recent-post-item img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .call-button {
        font-size: 15px;
    }

    .footer-contact p {
        font-size: 14px;
    }

    .price-info {
        font-size: 14px;
    }

    th,
    td {
        font-size: 14px;
        padding: 10px;
    }

    .feature-section h3 {
        font-size: 18px;
    }

    .feature-section ul li {
        font-size: 14px;
    }

    .course-details-right {
        margin-top: 20px;
    }
}

.my-card-sec {
    padding: 100px 0;
}

.card-container {
    display: grid;
    /* flex-wrap: wrap; */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* Space between cards */
    justify-content: center;
    width: 90%;
    /* Adjust as needed */
    margin: 0 auto;
}

.card {
    background-color: #ffffff;
    border: 1px solid grey;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Soft shadow */
    box-sizing: border-box;
    position: relative;
    /* For positioning the dots */
    overflow: hidden;
    /* Ensure dots don't spill outside */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth hover effect */
}

.card:hover {
    transform: translateY(-5px);
    /* Slightly lift card on hover */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.icon-wrapper {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #e0e7ff, #f0f3ff);
    /* Gradient background for icon circle */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px auto;
    /* Center the icon and add space below */
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
    /* Subtle inner shadow */
}

.icon-wrapper img {
    width: 80px;
    /* Adjust icon size */
    height: 80px;
    /* Adjust icon size */
    border-radius: 50%;
    object-fit: contain;
}

.card h3 {
    font-size: 1.5em;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
}

.card p {
    font-size: 0.95em;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .card-container {
        grid-template-columns: 1fr;
    }


}


.about-company {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    /* To contain the background elements */
    background: #f7f9fc;
    /* Subtle gradient similar to image */
    min-height: 70vh;
    /* Ensure enough height for the section */
    display: flex;
    align-items: center;
    /* Center content vertically */
    justify-content: center;
    /* Center content horizontally */
}

/* Background floating elements and dots */
.background-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    /* Allows clicks to pass through */
    z-index: 0;
}

.bg-element {
    position: absolute;
    opacity: 0.7;
    /* Adjust opacity as needed */
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    /* Subtle shadow for floating elements */
}

/* Positioning for placeholder background elements - adjust with your actual images */
.el-1 {
    top: 10%;
    left: 15%;
    width: 50px;
}

.el-2 {
    bottom: 20%;
    right: 10%;
    width: 40px;
}

.el-3 {
    top: 5%;
    right: 25%;
    width: 60px;
}

/* Add more positioning for other elements like search icon, clouds, etc. */

.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #a872ff;
    /* Purple color for the dots */
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(168, 114, 255, 0.6);
    /* Glow effect */
    z-index: 1;
    /* Above other background elements but below content */
}

.dot.top-right {
    top: 10%;
    right: 10%;
}

.dot.bottom-right {
    bottom: 15%;
    right: 30%;
}


.about-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    /* Space between illustration and text */
    max-width: 1200px;
    /* Max width for the content */
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    /* Ensure content is above background elements */
    position: relative;
    /* For z-indexing */
}

.about-illustration {

    text-align: center;
}

.about-illustration img {
    max-width: 500px;
    height: auto;
    display: block;
    /* Removes extra space below image */
    border-radius: 20px;
    /* If the illustration has a background */
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
    /* Soft shadow for the illustration */
}

.about-text {
    flex: 1;
    /* Takes up available space */
    max-width: 550px;
    /* Max width for the text column */
    text-align: left;
}

.section-subtitle {
    font-size: 0.85em;
    color: #6a6a6a;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-title {
    font-size: 2em;
    /* Large, bold title */
    color: #2c3e50;
    /* Darker text for heading */
    margin-bottom: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.section-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    /* Remove default bullet points */
    padding: 0;
    margin-bottom: 30px;
}

.feature-list li {
    display: flex;
    /* Aligns icon and text */
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #444;
    column-gap: 10px;
}

.check-icon {
    /* Green color for checkmark */
    /* margin-right: 10px; */
    font-size: 1.2em;
    /* Size of the checkmark icon */
}

.btn-more {
    display: inline-flex;
    /* Use flex to align text and arrow */
    align-items: center;
    /* Purple button background */
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(106, 90, 205, 0.3);
    /* Button shadow */
}

.btn-more:hover {
    background-color: #5a4ac2;
    /* Darker purple on hover */
    transform: translateY(-2px);
    /* Slight lift on hover */
}

.btn-more i {
    margin-left: 10px;
    font-size: 0.9em;
}

/* Responsive adjustments */


@media (max-width: 768px) {
    .about-content-wrapper {
        flex-direction: column;
        /* Stack columns on smaller screens */
        text-align: center;
        gap: 40px;
    }

    .about-company {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 2em;
    }

    .section-description {
        font-size: 0.95em;
    }

    .feature-list li {
        font-size: 0.95em;
    }

    .btn-more {
        padding: 12px 25px;
        font-size: 0.9em;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8em;
    }

    .about-illustration img {
        width: 100%;
        /* Adjust image size for very small screens */
    }
}

.work-process-section {
    position: relative;
    padding: 60px 0;
    width: 100%;
    /* Max width for the section */
    overflow: hidden;
    /* To contain background elements */
}

/* Background decorations */
.background-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.decor-dot {
    position: absolute;
    background-color: #a872ff;
    /* Purple dot color */
    border-radius: 50%;
    opacity: 0.7;
    filter: blur(2px);
    /* Soft blur */
    box-shadow: 0 0 10px rgba(168, 114, 255, 0.5);
}

.decor-dot.dot-1 {
    top: 15%;
    left: 5%;
    width: 15px;
    height: 15px;
}

.decor-dot.dot-2 {
    bottom: 20%;
    right: 5%;
    width: 12px;
    height: 12px;
}

.decor-dot.dot-3 {
    top: 30%;
    right: 15%;
    width: 8px;
    height: 8px;
}

/* Smaller dot */

.decor-lightbulb {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 40px;
    /* Adjust size */
    height: 40px;
    background-image: url('https://via.placeholder.com/40/F0F2F5/333333?text=💡');
    /* Placeholder for lightbulb icon */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
}


/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    /* For z-index to be above decor */
    z-index: 1;
}

.section-header .subtitle {
    font-size: 0.9em;
    color: #6a6a6a;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-header .title {
    font-size: 2.5em;
    color: #2c3e50;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
}

/* Process Container (Holds cards and line) */
.process-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* Align cards to the top */
    gap: 30px;
    /* Space between cards */
    position: relative;
    padding: 0 20px;
    /* Padding for the line to extend */
    z-index: 1;
}

/* Connecting Dashed Line */


@keyframes drawLine {
    from {
        width: 0;
    }

    to {
        width: calc(100% - 100px);
        /* Adjust based on left/right position */
    }
}


/* Process Card Styling */
.process-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 250px;
    /* Fixed width for cards */
    flex-shrink: 0;
    /* Prevent cards from shrinking */
    position: relative;
    /* For dot positioning */
    top: 0;
    /* Reset top position */
    z-index: 1;
    /* Above the line */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 300px;
}

.process-card:hover {
    transform: translateY(-8px);
    /* Lift card on hover */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.icon-wrapper {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #e0e7ff, #f0f3ff);
    /* Gradient background for icon circle */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.03);
}

.icon-wrapper img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.process-card h3 {
    font-size: 1.3em;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.process-card p {
    font-size: 0.9em;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Process Dots on the line */
.process-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #a872ff;
    /* Purple dot color */
    border-radius: 50%;
    top: -55px;
    /* Adjust to sit on the line above the card */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* Above the line and card */
    box-shadow: 0 0 15px rgba(168, 114, 255, 0.6);
    /* Glow effect */
}

/* Specific dot vertical adjustments for the wavy line effect */
.card-1 .process-dot {
    top: -45px;
}

.card-2 .process-dot {
    top: -65px;
}

/* Higher */
.card-3 .process-dot {
    top: -45px;
}

/* Lower */
.card-4 .process-dot {
    top: -65px;
}

/* Higher */


/* Responsive adjustments */
@media (max-width: 1200px) {
    .process-container {
        flex-wrap: wrap;
        /* Allow cards to wrap to next line */
        justify-content: center;
        gap: 20px;
        padding: 0 10px;
    }

    .process-card {
        width: calc(50% - 20px);
        /* Two cards per row with gap */
        max-width: 300px;
        /* Limit max width */
    }

    /* Hide the horizontal line for stacked layout */
    .process-line {
        display: none;
    }

    /* Adjust dot positioning for stacked cards */
    .process-card .process-dot {
        top: -10px;
        /* Place closer to the top of the card */
        left: 20px;
        /* Move to the left side */
        transform: none;
        /* Remove translateX */
    }

    /* You might want to add a vertical line between stacked cards on smaller screens if desired */
}

@media (max-width: 768px) {
    .work-process-section {
        padding: 40px 10px;
    }

    .section-header .title {
        font-size: 2em;
    }

    .process-card {
        width: 100%;
        /* Single column layout on very small screens */
        max-width: 350px;
        margin: 0 auto;
    }

    .icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .icon-wrapper img {
        width: 60px;
        height: 60px;
    }

    .process-card h3 {
        font-size: 1.2em;
    }

    .process-card p {
        font-size: 0.85em;
    }
}

.carousel-section {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f7f9fc;
}

.next {
    margin-right: 60px;
}

.prev {
    margin-left: 60px;
}

.carousel-container {
    position: relative;
    width: 100%;
    /* Max width to show approx 3 cards + spacing, adjust based on card width */
    max-width: calc(350px * 3 + 30px * 2);
    margin: 0 auto;
    overflow: hidden;
    /* Hide cards outside the view */
}

.carousel-track-container {
    overflow: hidden;
    /* Ensures the track container crops the overflowing cards */
    padding: 20px 0;
    /* Add some vertical padding if images have shadows that are cut off */
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for sliding */
    /* Adjust gap based on the space between cards in the image */
    gap: 30px;
}

.carousel-card {
    /* background-color: #ffffff; */
    border: 1px solid grey;
    border-radius: 20px;
    /* More rounded corners */
    width: 320px;
    /* Fixed width for each card */
    flex-shrink: 0;
    /* Prevent cards from shrinking */
    overflow: hidden;
    /* Ensure image fits rounded corners */
    display: flex;
    flex-direction: column;
    position: relative;
    /* For plus button positioning */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-card:hover {
    transform: translateY(-8px);
    /* Subtle lift on hover */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.card-image-wrapper {
    height: 200px;
    /* Fixed height for the image area */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Default light background for image area */
    border-radius: 20px 20px 0 0;
    /* Match card radius */
    overflow: hidden;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover the area, cropping if necessary */
    display: block
}

/* Specific background colors for images as seen in the example */



.card-content {
    padding: 25px;
    padding-right: 70px;
    /* Space for the plus button */
    position: relative;
    text-align: left;
    /* Align text left */
}

.card-content h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
}

.card-content p {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0;
}

.add-button {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: #6a5acd;
    /* Purple button background */
    color: #ffffff;
    border: none;
    border-radius: 10px;
    /* Slightly rounded square */
    width: 45px;
    height: 45px;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 5px 15px rgba(106, 90, 205, 0.3);
    /* Button shadow */
}

.add-button:hover {
    background-color: #5a4ac2;
    /* Darker purple on hover */
    transform: translateY(-2px);
}

/* Carousel Navigation Buttons */
.carousel-button {
    /* position: fixed; */
    /* top: 50%;
    transform: translateY(-50%); */
    background-color: #000;
    /* Purple button background */
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 10;
    /* Ensure buttons are above cards */
    box-shadow: 0 5px 15px rgba(106, 90, 205, 0.4);
    transition: background-color 0.3s ease, transform 0.2s ease;
}





.carousel-button:hover {
    background-color: #5a4ac2;
}

.carousel-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 1350px) {

    /* Adjust button positions if the section max-width is hit */
    .carousel-button.prev {
        left: 10px;
    }

    .carousel-button.next {
        right: 10px;
    }
}

@media (max-width: 1200px) {
    .carousel-container {
        max-width: calc(350px * 2 + 30px);
        /* Show 2 cards */
    }
}

@media (max-width: 800px) {
    .carousel-container {
        max-width: 350px;
        /* Show 1 card */
    }

    .card-image-wrapper {
        width: 300px;
    }
}

@media (max-width: 400px) {
    .carousel-card {
        width: 300px;
        /* Make card nearly full width */
        margin: 0 auto;
    }

    .carousel-container {
        max-width: 350px;
        /* Adjust container to match card width */
    }

    .carousel-button {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
    }

    .carousel-button.prev {
        left: 0;
    }

    .carousel-button.next {
        right: 0;
    }
}

.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    /* Align items to the top to match the image spacing */
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    gap: 40px;
    /* Space between items */
    padding: 60px 30px;
    background-color: #f7f9fc;
    /* Slightly transparent white background */
    /* border-radius: 20px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 200px;
    /* Adjust width as needed */
}

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    /* Slightly transparent background for icons */
    border-radius: 50%;
    /* Make it circular */
    padding: 25px;
    /* Adjust padding to control icon size background */
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* For actual 3D icons, you might use an <img> tag and adjust its size */
}

.icon-wrapper i {
    font-size: 50px;
    /* Adjust icon size */
    /* Example color, match your icon colors */
    /* You can apply transform: translateZ(Xpx) for a subtle 3D effect if needed,
       but true 3D icons would be images. */
}

.number {
    font-size: 2em;
    /* Larger font size for the number */
    font-weight: bold;
    color: #333;
    /* Darker color for numbers */
    margin-bottom: 5px;
}

.label {
    font-size: 1.2em;
    /* Font size for the label */
    color: #555;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .stats-section {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
        align-items: center;
        gap: 30px;
    }
}

@media (max-width: 500px) {
    .stat-item {
        width: 100%;
        /* Full width on very small screens */
    }
}

.background-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    /* Allows clicks to pass through */
    z-index: 0;
    /* Keep decorations behind content */
}

.decoration {
    position: absolute;
    opacity: 0.3;
}

.circle1 {
    width: 150px;
    height: 150px;
    background-color: #d8c1ff;
    /* Light purple */
    border-radius: 50%;
    top: 10%;
    left: 5%;
    filter: blur(50px);
}

.circle2 {
    width: 200px;
    height: 200px;
    background-color: #b3e5fc;
    /* Light blue */
    border-radius: 50%;
    bottom: 5%;
    right: 8%;
    filter: blur(60px);
}

.dot1 {
    width: 15px;
    height: 15px;
    background-color: #a770ef;
    /* Darker purple */
    border-radius: 50%;
    top: 30%;
    left: 45%;
    opacity: 0.7;
}

.dot2 {
    width: 10px;
    height: 10px;
    background-color: #81d4fa;
    /* Darker blue */
    border-radius: 50%;
    bottom: 20%;
    left: 30%;
    opacity: 0.6;
}

/* Content Wrapper to hold left and right sections */

.content-wrapper {
    position: relative;
    z-index: 1;
    /* Bring content above decorations */
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    align-items: center;
    width: 75%;
    /* Slightly transparent background for the section */
    border-radius: 20px;
    padding: 80px 0;
    gap: 20px;
    /* Space between left and right columns */
    margin: 0 auto;
}

.left-content {
    flex: 1;
    /* Takes available space */
    min-width: 300px;
    /* Minimum width before wrapping */
    padding-right: 20px;
    /* Space from illustration */
}

.subtitle {
    font-size: 0.9em;
    color: #8a2be2;
    /* Purple color */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.title {
    font-size: 2.8em;
    color: #1a1a1a;
    /* Dark text */
    margin-bottom: 20px;
    line-height: 1.2;
}

.description {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* Two columns, responsive */
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkmark-icon {
    font-size: 1.5em;
}

.feature-item p {
    font-size: 1.1em;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.learn-more-btn {
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #8e24aa;
    /* Lighter purple on hover */
    transform: translateY(-3px);
}

.learn-more-btn .fa-arrow-right {
    font-size: 0.9em;
}

.right-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-illustration img {
    max-width: 500px;
    /* height: 500px; */
    display: block;
    /* Remove extra space below image */
    border-radius: 20px;
}


@media (max-width: 768px) {
    .title {
        font-size: 2.2em;
    }

    .description {
        font-size: 1em;
    }

    .features-grid {
        grid-template-columns: 1fr;
        justify-content: start;
        text-align: left;
        /* Single column for features */
    }

    .right-illustration {
        display: flex;
        justify-content: center;
    }

    .right-illustration img {
        width: 300px;
    }
}

.team-members {
    padding: 70px 0;
    background-color: #f7f9fc;
}

.team-section {

    /* padding: 40px 20px; */
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.team-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;

}


.profile-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 300px;
    /* Adjust as needed */
    transition: all 0.5s ease;
}

.profile-card:hover {
    scale: 1.1;
}

.profile-card img {
    width: 90%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 80% 10%;
    margin-bottom: 15px;
}

.profile-card h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
}

.profile-card p {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .team-cards {
        flex-direction: column;
        align-items: center;
    }

    .profile-card {
        width: 90%;
        max-width: 300px;
    }
}

.all-courses {
    padding: 5px 0;
}

.my_courses {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 90%;
    margin: 0 auto;
}

.course-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.course-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.2s ease;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
    object-position: 60% 5%;
    border-radius: 10px;
}

.course-body {
    padding: 15px;
}

.course-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.course-body p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Optional: Make headings responsive */
.available-courses h2,
.upcoming-courses h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.my-sec{
background-color: #f7f9fc;
 padding: 20px 40px;
}
.course-details-section {
    
    /* A dark purple/blue, similar to the image */
    color: #000;
    /* White text */
   
   display: grid;
   grid-template-columns: 60% 40%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /* Space between text and image */
    text-align: left;
    /* Allows content to wrap on smaller screens */
    font-family: Arial, sans-serif;
    max-width: 78%;
    margin: 0 auto;
    /* Or your preferred font */
}



.course-details-content h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #000;
    /* Ensure heading is white */
}

.course-details-content p {
    font-size: 1.1em;
    line-height: 1.6;
}

.course-details-media {

    /* Prevents the image from shrinking too much */
    width: 500px;
    /* Adjust as needed */
    height: auto;
    background-color: #000;
    /* Black background for the image container, similar to the video player's border */
    /* border: 2px solid #ccc; */
    /* Light border around the image */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    /* Optional shadow for depth */
}

.course-details-media img {
    display: block;
    /* Removes extra space below image */
    width: 100%;
    height: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .course-details-section {
        display: flex;
        
        flex-direction: column-reverse;
        /* Stack content vertically on smaller screens */
        text-align: center;
        max-width: 90%;
        padding: 20px 20px;
    }

    .course-details-content {
        max-width: 100%;
        /* Allow content to take full width */
        margin-bottom: 30px;
    }

    .course-details-media {
        width: 80%;
        /* Adjust image width for smaller screens */
        max-width: 450px;
        /* Maintain a max-width */
    }

    .course-details-content h1 {
        font-size: 2em;
    }

    .course-details-content p {
        font-size: 1em;
    }
}

@media (max-width: 600px) {
    .course-list {
        grid-template-columns: 1fr;
    }

    .course-details-section {
        padding: 80px 15px;
    }

    .course-details-media {
        width: 95%;
        /* Even smaller image width for very small screens */
    }
}

.course-details-left {
    position: relative;
}

.sticky-nav {
    position: sticky;
    top: 80px;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.my_nav_container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-tabs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-tabs .nav-item .nav-link {
    text-decoration: none;
    padding: 10px 15px;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:hover {
    background-color: rgb(216, 48, 48);
    color: #fff;
}

.enroll-btn {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.enroll-btn:hover {
    background-color: #218838;
}

/* karzon css  */
.hero-right {
    width: 100%;
    height: 100%;
    animation: squareToCircle 4s ease-in-out 1s infinite alternate;
}

@keyframes squareToCircle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.available-courses h2 {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
}

.available-courses h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4285f4, #34a853);
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    background: linear-gradient(135deg, #e6ecf0, #cfd9df);
    border: 2px solid #ccc;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab-btn:hover {
    background: linear-gradient(135deg, #e0e0e0, #ccc);
    border-color: #999;
}

.tab-btn.active {
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    border: none;
    box-shadow: 0 4px 10px rgba(66, 133, 244, 0.3);
}