/* General Styles */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Grandstander', cursive;
    line-height: 1.6;
    color: #333;
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body {
    position: relative;
}

.container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.page-background {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

section {
    max-width: 100vw;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* Hero Section */
.hero-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.blob-container, .logolanding-container {
    flex: 1 1 50%;
    max-width: 50%;
}

/* Advantages Section */

.advantages-blob-background {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* Video Info Section */
.video-section {
    position: absolute;
    top: -80px;
    margin-bottom: -150px;
}
.video-info::before,
.video-info::after {
    max-width: 100%;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    overflow: hidden; /* Ensures content doesn't overflow */
  }
  
  .video-placeholder iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/*floating tab*/
.floating-tab {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

.social-icon, .nav-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.nav-arrow {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    padding: 0px; /* Remove any default padding */
    line-height: 1; /* Ensure line height is consistent */
}


.nav-arrow:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

.nav-arrow span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Header Styles */
/* Desktop Styles */
header {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    height: 40px;
    width: auto;
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #4CAF50;
}

.nav-toggle {
    display: none; /* Hide the toggle button on desktop */
}

.bear-png{
    position:absolute;
    width: 400px;
    height: 400px;
    left: 50px;
    top: 1400px;
}
/* Background Image */


.page-background {
    background-image: url('photos/background.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;

    min-height: calc(100vh - 60px); /* Adjust 60px to match your navbar height */
}

/* Main Content Sections */
main section {
    padding: 40px 0;
}

/*about*/
.about {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    margin-top: -100px;
}

.about-content {
    position: relative;
    max-width: 1000px; /* Adjust as needed */
    margin: 0 auto;
}

.about-blob-background {
    width: 90%;
    height: auto;
    display: block;
    position:relative;
    right: -25px;
}



.about-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff; /* Adjust text color as needed */
    max-width: 80%;
}

.about-text h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.about-text p {
    margin-bottom: 30px;
}

.sun-about {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 50px;
    top: 2250px;
}

/* Adjust the existing CTA button styles if needed */
.cta-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background-color: #45a049;
}
/* Hero Section */
.hero {
    padding-top: 80px; /* Adjust based on your navbar height */
    min-height: calc(100vh - 80px); /* Full viewport height minus navbar height */
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.blob-container {
    position: relative;
    left: 60px;
    width: 50%;
}

.blob {
    width: 100%;
    height: auto;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 80%;
}

.hero-text h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.logolanding-container {
    width: 40%;
    text-align: right;
    
}

.logolanding {
    max-width: 100%;
    height: auto;
    margin-right: 120px;
}

/*video section1*/
.video-section {
    padding: 100px 0;
    position: relative;
}

.video-container {
    position: relative;
    max-width: 1000px; /* Adjust as needed */
    margin: 0 auto;
    top: -20px;
    left: 110px;
}

.blob-background {
    width: 100%;
    height: auto;
    position:relative;
    right: 50px;
}

.video-player {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 60%; /* Adjust as needed */
    height: 0;
    padding-bottom: 45%; /* 16:9 Aspect Ratio */
    background-color: #000; /* Placeholder background */
    border-radius: 20px; /* Rounded corners */
    overflow: hidden; /* Ensures content doesn't overflow rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border: 3px solid #ffffff; /* White border */
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
}

/*advantages*/
.advantages {
    position: relative;
    overflow: visible;
    padding: 20vh 0; /* Use viewport height for padding */
    margin: 10vh 0; /* Add margin to give space for the blob */
}


.advantages-blob-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%; /* Increase width to cover more horizontal space */
    height: auto; /* Let height adjust automatically to maintain aspect ratio */
    max-width: none;
    max-height: none;
    object-fit:none; /* Change to cover to ensure it fills the space */
    z-index: 1;
}


.container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantages-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Allow content to wrap on smaller screens */
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 48px;
    font-weight: bold;
    margin-right: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.advantages-list-container {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}

.advantages-list {
    max-width: 600px;
}

.advantage-item {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
}

.advantage-item h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 15px 20px;
    background-color: #f0f0f0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.advantage-item h3:hover {
    background-color: #e0e0e0;
}

.arrow {
    transition: transform 0.3s ease;
}

.advantage-item.active .arrow {
    transform: rotate(180deg);
}

.advantage-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #ffffff;
}

.advantage-item.active .advantage-details {
    max-height: 200px; /* Adjust as needed */
    padding: 15px 20px;
}

.learn-more-btn {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
    background-color: #45a049;
}

/*steps*/
.steps {
    position: relative;
    padding: 80px 0 150px;
    overflow: hidden;
    margin-top: 50px;
}

.cloud-top-left,
.cloud-bottom-right {
    position: absolute;
    width: 650px;
    height: 650px;
    background-image: url('photos/cloud.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transition: transform 0.3s ease;
}
.cloud-top{
    background-image: url('photos/moon.png');
    z-index: 1;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
    background-size: contain;
    width: 450px;
    height: 450px;
    position: absolute;
}

.cloud-top-left {
    top: 100px;
    left: 70px;
    animation: cloudMoveLeft 20s infinite alternate;
}
.cloud-top {
    top: -100px;
    left: 100px;
    animation: cloudMoveLeft 20s infinite alternate;
}

.cloud-bottom-right {
    bottom: -100px;
    right: 0px;
    animation: cloudMoveRight 20s infinite alternate;
}

@keyframes cloudMoveLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-500px); }
}

@keyframes cloudMoveRight {
    0% { transform: translateX(0); }
    100% { transform: translateX(500px); }
}

.cloud-top-left:hover,
.cloud-top,
.cloud-bottom-right:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.star-icon {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 180px;
    top: 100px;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

.title-container {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.steps h2 {
    font-size: 2.5em;
    color: #ff6b6b;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.kid-icon1 {
    width: 100px;
    height: 150px;
    position: absolute;
    right: 300px;
    top: -5px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.step-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.step-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.2);
    transform: rotate(45deg);
    z-index: 0;
    transition: all 0.5s ease;
}

.step-box:hover::before {
    top: -100%;
    left: -100%;
}

.step-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-color: #4CAF50;
}

.step-content {
    flex: 1;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.step-image {
    flex: 0 0 40%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-image img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    transition: transform 0.3s ease;
}

.step-box:hover .step-image img {
    transform: scale(1.1) rotate(5deg);
}

.step-box h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #4CAF50;
}

.step-box p {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
}

/* Add colorful accents to each step */
.step-box:nth-child(1) {
    border-left: 5px solid #4CAF50; /* Gold */
}

.step-box:nth-child(2) {
    border-left: 5px solid #4CAF50; /* Coral */
}

.step-box:nth-child(3) {
    border-left: 5px solid #4CAF50; /* Green */
}

/* Add fun icons next to step numbers */
.step-box h3::before {
    content: '1️⃣'; /* Number one emoji */
    margin-right: 10px;
    font-size: 1.2em;
}

.step-box:nth-child(2) h3::before {
    content: '2️⃣'; /* Number two emoji */
}

.step-box:nth-child(3) h3::before {
    content: '3️⃣'; /* Number three emoji */
}

/* Advantages Section */
.advantages ul {
    list-style-type: none;
    padding: 0;
}

.advantages li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.advantages li::before {
    content: "•";
    color: #4CAF50;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

/*pricing*/
.pricing {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: -150px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes sparkle {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.pricing-title {
    text-align: center;
    font-size: 2.8em;
    color: #ff6b6b; /* Playful red color */
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.pricing-box {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    border: 5px solid #4CAF50; /* Green border */
    animation: float 4s ease-in-out infinite;
    transition: all 0.3s ease;
}

.pricing-box:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pricing-content {
    text-align: center;
}

.pricing-content h3 {
    font-size: 2em;
    color: #4CAF50;
    margin-bottom: 30px;
}

.price-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.price-option {
    background-color: #fffacd; /* Light yellow background */
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    animation: bounce 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

.price-option:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.price {
    font-size: 2.2em;
    font-weight: bold;
    color: #ff9800; /* Orange color */
    display: block;
}

.period {
    font-size: 1.1em;
    color: #666;
}

.savings {
    background-color: #ff6b6b; /* Playful red color */
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    animation: sparkle 1.5s ease-in-out infinite;
}

.features {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}

.features li {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.1em;
    padding-left: 30px;
    position: relative;
}

.features li::before {
    content: '🌟'; /* Star emoji */
    position: absolute;
    left: 250px;
    color: #ffd700; /* Gold color */
    animation: float 3s ease-in-out infinite;
    display: inline-block;
}

.cta-button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.cta-button:hover {
    background-color: #45a049;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.2);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.cta-button:hover::after {
    left: 100%;
    top: 100%;
}

.pricing-image {
    position: absolute;
    width: 120px;
    height: auto;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.pricing-image:hover {
    transform: scale(1.1) rotate(10deg);
}

.blocks {
    top: 10px;
    left: 0px;
    transform: rotate(-15deg);
}

.pencil {
    bottom: 10px;
    right: 20px;
    transform: rotate(15deg);
}

/* Video Info Section */
.video-info {
    padding: 20px 0;
    position: relative;
    overflow: visible;
}

.video-info::before,
.video-info::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url('photos/star.png'); /* Replace with your star image */
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.video-info::before {
    top: -150px;
    left: -150px;
    transform: rotate(-15deg);
}

.video-info::after {
    bottom: -150px;
    right: -150px;
    transform: rotate(15deg);
}

.video-info-wrapper2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    padding: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    border: 2px solid #4caf50;
}

.video-info-content2 {
    flex: 0 0 55%;
    padding-right: 40px;
}

.video-player2 {
    flex: 0 0 40%;
    max-width: 450px;
}

.video-player2 iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border: 5px solid #4caf50;
}

.video-title2 {
    font-size: 2.5em;
    color: #ff6b6b; /* Playful red color */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.video-description2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.6;
}

.video-highlights2 {
    list-style-type: none;
    padding: 0;
}

.video-highlights2 li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #4caf50;
}

.video-highlights2 li::before {
    content: '✿'; /* Flower symbol for bullet points */
    position: absolute;
    left: 0;
    color: #ff9800; /* Orange color for bullet points */
    font-size: 1.5em;
}

.next-video-button {
    position: absolute;
    bottom: 20px;
    right: 80px;
    background-color: #ff9800;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 2;
}

.next-video-button:hover {
    background-color: #f57c00;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* testimonials section*/
.testimonials {
    padding: 0px 0;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.testimonials-title2{
    font-size: 2.5em;
    color: #ff6b6b;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.testimonial-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-arrow {
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.carousel-arrow:hover {
    background-color: #45a049;
    transform: scale(1.1);
}

.left-arrow {
    margin-right: 20px;
}

.right-arrow {
    margin-left: 20px;
}

.testimonial-wrapper {
    max-width: 600px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    position: relative;
    border: 2px solid #4caf50;
}

.testimonial-wrapper::before {
    content: '\201C';
    position: absolute;
    top: -30px;
    left: 20px;
    font-size: 100px;
    color: #ff9800;
    font-family: serif;
    opacity: 0.5;
}

.testimonial-item {
    text-align: center;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 4px solid #4caf50;
}

.testimonial-quote {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-name {
    font-size: 1.1em;
    color: #ff9800;
    font-weight: bold;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.testimonial-wrapper::after {
    content: '✨';
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 40px;
    animation: float 3s ease-in-out infinite;
}

/*cta button*/
.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #45a049;
}


.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #45a049;
}


/* Testimonials Section */
.testimonial {
    margin-top: 20px;
}

.testimonial .author {
    font-style: italic;
    text-align: right;
}

/*stellar achievement*/
.stellar-achievements-videos {
    padding: 0px 0;
    position: relative;
    margin-bottom: 0;
  }
  
  .whiteboard-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .whiteboard {
    background-color: rgba(255, 255, 255, 0.7);
    border: 20px solid #8B4513;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
  }
  
  .whiteboard::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 20px;
    background-color: #8B4513;
    border-radius: 10px 10px 0 0;
  }
  
  .stellar-achievements-videos h2 {
    text-align: center;
    color: #4CAF50;
    margin-bottom: 40px;
    font-family: 'Comic Sans MS', cursive;
  }
  
  .video-carousel {
    position: relative;
    overflow: hidden;
  }
  
  .video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transition: transform 0.3s ease;
  }
  
  .video-item {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .video-item:hover {
    transform: scale(1.05);
  }
  
  .video-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .video-item:hover .play-button {
    opacity: 1;
  }
  
  .video-item h3 {
    margin-top: 10px;
    text-align: center;
  }
  
  .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    display: none;
  }
  
  .prev-button {
    left: 10px;
  }
  
  .next-button {
    right: 10px;
  }
  
  /* Video Modal Styles */
  .video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 5% auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #aaa;
  }
  
  .close-modal:hover {
    color: #333;
  }
  
  #videoContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }
  
  #videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.achievements-footer {
    margin-top: -130px;
    text-align: center;
    margin-left: 760px;
}

.achievements-footer h4 {
    color: #ff6b6b;
    margin-bottom: 15px;
    margin-right: 170px;
    font-size: 1.2em;
}

.certificates {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.certificate {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.certificate:hover {
    transform: scale(1.1);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive modal */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.certificate-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 0px solid #4CAF50;
}
.achievement-section {
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.achievement-section h2{
    font-size: 2.5em;
    color: #ff6b6b;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.rocket-background-wrapper {
    background-image: url('photos/rocket.png');
    background-size: 100% auto;
    background-position: center 300px;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
    min-height: 100px;
}

.testimonials, .achievement-board {
    position: relative;
    z-index: 2;
}

.testimonials {
    margin-bottom: 50px;
}

.achievement-board h2,
.testimonials-title {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.board-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 40px;
    
}
.planet {
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 1;
}

.planet1 {
    top: 130px;
    left: 20px;
}

.planet2 {
    bottom: -30px;
    right: 20px;
}

.board-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 40px;
    position: relative;
    z-index: 2;
    border: 4px solid #4caf50;
}






.badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFD700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    border: 3px solid #FFA500;
}

.icon {
    font-size: 40px;
}

.certificate p {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
}

.board-footer {
    margin-top: 30px;
}

.board-footer p {
    font-weight: bold;
    color: #4CAF50;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
}




/* Contact and Footer Wrapper */
.contact-footer-wrapper {
    position:relative; /* Change to absolute positioning */
    bottom: -50px; /* Align to bottom of page-background */
    left: 0;
    right: 0;
    background-image: url('photos/end-blob.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 100px;
    min-height: 100vh; /* Ensure it's at least full viewport height */
    display: flex;
    flex-direction: column;
    z-index: 0; /* Ensure it's above other content */
}
/* Contact Section */
.contact {
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}

.contact .container {
    text-align: center;
}

.contact h2 {
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    padding: 20px 40px;
    background-color: #4CAF50;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.contact h2:hover {
    transform: scale(1.05) rotate(-2deg);
    background-color: #45a049;
    box-shadow: 0 6px 0 #378d3b, 0 12px 20px rgba(0,0,0,0.2);
    animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce {
    0% { transform: scale(1.05) rotate(-2deg) translateY(0); }
    100% { transform: scale(1.05) rotate(-2deg) translateY(-10px); }
}


.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    margin-top: 50px;
}

.map-container {
    flex: 1;
    min-height: 400px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.map-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.demo-request {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.demo-request h3 {
    font-size: 1.8em;
    color: #4CAF50;
    margin-bottom: 20px;
}

.demo-request form {
    display: flex;
    flex-direction: column;
}

.demo-request input,
.demo-request textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    font-size: 1em;
}

.demo-request textarea {
    height: 100px;
    resize: vertical;
}

.demo-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.demo-button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

/* Footer Styles */
footer {
    margin-top: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.footer-column h4 {
    color: #ff6b6b;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #4CAF50;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.icon-button {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.icon-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9em;
    color: #ffffff;
}



/*animations*/
/* Add these animations to your existing CSS file */
@keyframes gentle-wave {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }
  
  @keyframes subtle-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }
  
  @keyframes soft-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
  }
  
  @keyframes slight-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  
  @keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  /* Apply refined animations to specific text elements */
  
  /* Hero Section */
  .hero-text h1 {
    animation: fade-in 1.5s ease-out;
  }
  
  .hero-text p {
    animation: gentle-wave 4s ease-in-out infinite;
  }
  
  /* About Section */
  .about-text h2 {
    animation: subtle-bounce 3s ease-in-out infinite;
  }
  
  .about-text p {
    animation: fade-in 2s ease-out;
  }
  
  /* Advantages Section */
  .advantages h2 {
    animation: slight-pop 3s ease-in-out infinite;
  }
  
  .advantage-item h3 {
    transition: transform 0.3s ease;
  }
  
  .advantage-item:hover h3 {
    transform: translateX(5px);
  }
  
  /* Steps Section */
  .steps h2 {
    animation: gentle-wave 4s ease-in-out infinite;
  }
  
  .step-box h3 {
    transition: color 0.3s ease;
  }
  
  .step-box:hover h3 {
    color: #4CAF50;
  }
  
  /* Pricing Section */
  .pricing-title {
    animation: subtle-bounce 4s ease-in-out infinite;
  }
  
  .price {
    animation: slight-pop 3s ease-in-out infinite;
  }
  
  /* Video Info Section */
  .video-title2 {
    animation: soft-shake 4s ease-in-out infinite;
  }
  
  /* Testimonials Section */
  .testimonials-title2 {
    animation: gentle-wave 4s ease-in-out infinite;
  }
  
  .testimonial-quote {
    animation: fade-in 1.5s ease-out;
  }
  
  /* Achievement Section */
  .achievement-section h2 {
    animation: subtle-bounce 4s ease-in-out infinite;
  }
  
  .certificate p {
    transition: transform 0.3s ease;
  }
  
  .certificate:hover p {
    transform: translateY(-3px);
  }
  
  /* Contact Section */
  .contact h2 {
    animation: slight-pop 4s ease-in-out infinite;
  }
  
  /* Enhance existing animations */
  .cta-button {
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
  .cta-button:hover {
    transform: scale(1.05);
  }
  
  .step-image img {
    transition: transform 0.3s ease;
  }
  
  .step-image img:hover {
    transform: scale(1.1);
  }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes wobble {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.demo-button {
    animation: float 3s ease-in-out infinite;
}

.icon-button {
    transition: transform 0.3s ease;
}

.icon-button:hover {
    transform: scale(1.1);
}
/* Apply animations to specific elements */

.logo img {
    animation: bounce 2s infinite;
}

.blob {
    animation: wobble 3s infinite;
}

.logolanding {
    animation: float 4s infinite;
}

.bear-png {
    animation: bounce 3s infinite;
}

.sun-about {
    animation: spin 20s linear infinite;
}

.star-icon {
    animation: float 2s infinite;
}

.step-image img {
    transition: transform 0.3s ease;
}

.step-image img:hover {
    transform: scale(1.1) rotate(5deg);
}

.pricing-image {
    animation: float 3s infinite;
}

.planet {
    animation: float 5s infinite;
}

/* Add hover effects to interactive elements */

.cta-button {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-button:hover {
    transform: scale(1.1) rotate(-2deg);
}

.certificate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.advantage-item {
    transition: transform 0.3s ease;
}

.advantage-item:hover {
    transform: translateX(5px);
}

.video-info-wrapper2 {
    transition: transform 0.3s ease;
}

.video-info-wrapper2:hover {
    transform: scale(1.02);
}

.testimonial-wrapper {
    transition: transform 0.3s ease;
}

.testimonial-wrapper:hover {
    transform: translateY(-5px);
}

/* Add animation to the rocket background */
.rocket-background-wrapper {
    background-size: 100% auto;
    background-position: center 300px;
    animation: rocketFloat 10s infinite alternate;
}

@keyframes rocketFloat {
    0% { background-position: center 300px; }
    100% { background-position: center 280px; }
}

/* Make stars twinkle */
.star-icon::after {
    content: '✨';
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
    animation: twinkle 1s infinite alternate;
}

@keyframes twinkle {
    0% { opacity: 0.2; }
    100% { opacity: 1; }
}

/* Add a subtle animation to the entire page */
body {
    animation: subtleBackground 20s infinite alternate;
}

@keyframes subtleBackground {
    0% { background-color: #f0f8ff; }
    100% { background-color: #e6f2ff; }
}

/* Mobile-Specific Styles */
@media screen and (max-width: 768px) {
    /* Reset and Base Styles */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body, html {
        font-family: 'Grandstander', sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        background-color: #f0f8ff; /* Light sky blue background */
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    /* Typography */
    h1, h2, h3 {
        color: #4CAF50; /* Green headers */
        margin-bottom: 15px;
    }

    h1 { font-size: 2rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.2rem; }

    p { margin-bottom: 15px; }



    /* Header and Navigation */
    header {
        background-color: white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .logo {
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        margin-left: 15px;
        margin-top: 20px;
    }

    .nav-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #4CAF50;
        cursor: pointer;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        background-color: white;
        padding: 10px 0;
    }

    nav ul.show {
        display: block;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    nav ul li a {
        color: #ff6b6b;
        font-size: 1.2rem;
    }
    /* Main Content */
    main {
        padding-top: 60px; /* Account for fixed header */
    }

    section {
        background-color: white;
        margin-bottom: 30px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

      /* Floating Tab */
      body .floating-tab {
        display: flex !important; /* Force display */
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(246, 246, 246, 0.9); /* Semi-transparent green */
        border-radius: 10px 0 0 10px;
        padding: 10px 5px;
        flex-direction: column;
        align-items: center;
        z-index: 9999; /* Ensure it's on top */
        box-shadow: -2px 0 5px rgba(0,0,0,0.1);
        width: 50px; /* Set a fixed width */
    }

    body .floating-tab .social-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        background-color: white;
        color: #4CAF50;
        text-decoration: none;
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    body .floating-tab .social-icon:hover {
        transform: scale(1.1);
    }

    body .floating-tab .nav-arrow {
        background-color: #4CAF50;
        color: #d3dbd4;
        border: none;
        cursor: pointer;
        font-size: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
    }

    /* Hero Section */
    .hero {
        text-align: center;
        background-color: #4CAF50;
        color: #333;
        padding: 0px 0; /* Reduced padding */
        margin-bottom: 0px; /* Reduced margin */
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hero-text {
        position: relative;
        transform: none;
        max-width: 100%;
        margin-bottom: 0px;
        left: -60px;
        top: 120px;
    }

    .hero h1 {
        color: #ff6b6b;
        font-size: 1.8rem;
        margin-bottom: 0px;
        top: -50px;

    }

    .hero p {
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .logolanding-container {
        position: relative;
        top: -150px;
        width: 50%;
        max-width: 200px;
        margin-top: -300px;
    }

    .logolanding {
        max-width: 100%;
        height: auto;
    }

    .cta-button {
        display: inline-block;
        padding: 10px 20px;
        font-size: 1rem;
    }
    /* Video Section */
    .video-section {
        position: static;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0;
    }

    .video-container {
        position: relative;
        left: 0px;
        top: 0;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .video-player {
        position: absolute;
        top: 80px;
        left: 180px;
        width: 100%;
        height: 100%;
        border: none;
    }

    .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.1);
        color: #333;
        font-size: 1rem;
        text-align: center;
        padding: 20px;
    }


    /* About Section */
    .about {
        padding: 20px 10px; /* Reduce padding for mobile */
        margin-top: 0;
        background-color: #4CAF50;
    }

    .about-content {
        flex-direction: column; /* Stack content vertically */
        text-align: center; /* Center text for mobile */
    }

    .about-blob-background {
        display: none; /* Hide the blob background on mobile to prevent clutter */
    }

    .about-text {
        position: relative;
        transform: none; /* Remove transform for proper alignment */
        left: 0;
        top: 0;
        max-width: 100%;
        padding: 10px; /* Add some padding */
    }

    .about-text h2 {
        color: #ff6b6b;
        font-size: 1.8em; /* Reduce font size for mobile */
        margin-bottom: 15px; /* Adjust margin */
    }

    .about-text p {
        font-size: 1em; /* Adjust text size */
        margin-bottom: 20px; /* Adjust margin */
    }

    /* CTA Button */
    .cta-button {
        font-size: 1em;
        padding: 10px 20px; /* Make button smaller for mobile */
    }

    /* Decorative elements */
    .about::before,
    .about::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background-color: #4CAF50;
    }

    .about::before {
        top: 10px;
    }

    .about::after {
        bottom: 10px;
    }

    /* Advantages Section */
    .advantages {
        padding: 30px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .vertical-text {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #ff6b6b;
        
    }

    .advantages h2 {
        text-align: center;
    }

    .advantages-content {
        flex-direction: column;
    }

    .advantages-list-container {
        background-color: #4CAF50;
        padding: 20px;
        border-radius: 10px;
    }

    .advantage-item {
        background-color: white;
        border-left: 4px solid #4CAF50;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 0 8px 8px 0;
    }

    /* Steps Section */
    .steps {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .steps h2 {
        text-align: center;
    }

    .step-box {
        background-color: #e3f2fd;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .step-content, .step-image {
        text-align: center;
    }

    /* Pricing Section */
    .pricing {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .pricing-box {
        border: 2px solid #4CAF50;
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 10px;
    }

    .features li::before {
        left: 120px; /* Adjust this value as needed */
        /* You can also adjust other properties if necessary */
    }
    

    .price {
        font-size: 1.8rem;
        color: #4CAF50;
        font-weight: bold;
    }

    /* Video Info Section */
    .video-info {
        margin-top: 20px;
        margin-bottom:20px;
    }

    .video-info-wrapper2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .star-icon {
        display: none !important;
    }

    .video-player2 {
        width: 100%;
        max-width: 300px;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .next-video-button{
        bottom: 10px;
        justify-content: center;
        left: 50px;
    }

      /* Testimonials Section */
      .testimonials {
        padding: 20px 0;
    }

    .carousel-arrow{
        width: 100px;
        height: 50px;
    }

    .testimonials-title2 {
        font-size: 1.8rem;
    }

    .testimonial-wrapper {
        padding: 10px;
    }

    

    /* Achievement Section */


    .video-grid {
        grid-template-columns: 1fr;
      }
    
      .nav-button {
        display: block;
      }
    
      .modal-content {
        width: 95%;
        margin: 10% auto;
      }
      
      .whiteboard {
        padding: 20px;
      }
    
    .achievement-section {
        padding: 30px;
    }

    .advantage-item h3{
        background-color: transparent;
    }

    .achievement-section h2 {
        font-size: 1.8rem;
    }

   

    /* Hide elements that might be causing layout issues */
    .planet {
        display: none !important;
    }
    /* Contact Section */
    .contact {
        margin-top: -100px;
        padding: 20px 15px;
    }

    .contact h2 {
        font-size: 2rem;
        color: #e3e3e3;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .map-container {
        width: 100%;
        height: 250px;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .map-frame {
        width: 100%;
        height: 100%;
        border: none;
    }

    .demo-request {
        width: 100%;
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .demo-request h3 {
        font-size: 1.5rem;
        color: #4CAF50;
        margin-bottom: 15px;
        text-align: center;
    }

    .demo-request form {
        display: flex;
        flex-direction: column;
    }

    .demo-request input,
    .demo-request textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 1rem;
    }

    .demo-request textarea {
        height: 100px;
        resize: vertical;
    }

    .demo-button {
        background-color: #4CAF50;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.3s ease;
        align-self: center;
    }

    .demo-button:hover {
        background-color: #45a049;
    }


    /* Footer */
    footer {
        background-color: #4CAF50;
        color: white;
        padding: 30px 0;
        text-align: center;
    }

    
    .footer-column {
        margin-bottom: 20px;
    }

    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }

    /* Buttons */
    .cta-button, .demo-button {
        display: inline-block;
        background-color: #FF9800;
        color: white;
        padding: 12px 24px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
    }

    .achievements-footer {
        margin-top: 30px;
        margin-left: 0;
        text-align: center;
        padding: 0 15px;
    }

    .achievements-footer h4 {
        color: #ff6b6b;
        margin-bottom: 15px;
        margin-right: 0;
        font-size: 1.2em;
    }

    .certificates {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .certificate {
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .certificate:hover {
        transform: scale(1.05);
    }

    .certificate-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid #4CAF50;
    }

    .achievement-section {
        padding: 30px 0;
    }

    .achievement-section h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .rocket-background-wrapper {
        background-image: none; /* Remove the rocket background on mobile */
    }

    /* Modal styles for mobile */
    .modal-content {
        width: 95%;
        max-width: none;
        margin: 10% auto;
    }

    .close {
        right: 20px;
        top: 10px;
        font-size: 30px;
    }


    /* Utility Classes */
    .text-center { text-align: center; }
    .mt-10 { margin-top: 10px; }
    .mb-20 { margin-bottom: 20px; }

    /* Hide desktop-specific elements */

    .star-icon::after,
    .star-icon,
    .cloud-top-left,
    .cloud-bottom-right,
    .star-icon,
    .planet,
    .bear-png,
    .sun-about,
    .blob,
    .blob-background,
    .about-blob-background,
    .advantages-blob-background,
    .blob-background2,
    .cloud-top {
        display: none;
    }

    /* Remove background image for mobile */
    .page-background {
        background-image: none;
    }
}