/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    */
}

body {
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #333;
}

.section-title-alt {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 600;
}

.highlight {
    color: #ff5757;
}
/*
section {
    padding: 3rem 10%;
}
*/
button {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Benefits Section */
.benefits-container {
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 4rem;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.benefit-icon {
    color: #ff5757;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    background-color: #ffe5e5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* AI Chatbot Section */
.chatbot-container {
    background-color: #fff;
    text-align: center;
    padding-bottom: 4rem;
}

.chatbot-desc {
    max-width: 700px;
    margin: 0 auto 2rem;
}

.chatbot-interface {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tabs {
    display: flex;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.tab-btn {
    flex: 1;
    padding: 0.7rem;
    background: none;
    border: none;
    font-weight: 500;
}

.tab-btn.active {
    border-bottom: 2px solid #ff5757;
    color: #ff5757;
}

.chatbot-content {
    padding: 1.5rem;
    text-align: left;
}

.cs-ai-section {
    margin-bottom: 1.5rem;
}

.cs-ai-section h3 {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 0.5rem;
}

.chat-examples {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.chat-example {
    background-color: #f5f5f5;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    font-size: 0.9rem;
}

.chat-tag {
    color: #ff5757;
    font-weight: 600;
    margin-right: 0.5rem;
}

.chat-input {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}

.chat-input input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.chat-send-btn {
    background-color: #ff5757;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

/* Cloud Benefits Section */
.cloud-benefits-container {
    background-color: #f9f9f9;
    text-align: center;
}

.stakeholder-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stakeholder-card {
    background-color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.stakeholder-icon {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
}

.stakeholder-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.show-more {
    background-color: transparent;
    color: #ff5757;
    border: 1px solid #ff5757;
    padding: 0.7rem 1.5rem;
    margin-top: 1rem;
}

.show-more:hover {
    background-color: #ff5757;
    color: white;
}

/* Testimonials Section */
.testimonials-container {
    background-color: #fff;
    text-align: center;
}

.testimonials-desc {
    margin-bottom: 2rem;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background-color: #ffe5e5;
    padding: 2rem;
    border-radius: 10px;
    text-align: left;
}

.quote-icon {
    color: #ff5757;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-weight: 600;
}

/* CTA Section */
.cta-container {
    background-color: #f9f9f9;
    text-align: center;
    padding: 40px 0 60px;
}

.cta-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-desc {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.cta-subtitle {
    color: #666;
    margin-bottom: 2rem;
}

.upgrade-btn {
    background-color: #ff5757;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
}

.upgrade-btn:hover {
    background-color: #e74545;
}

/* Partner Section */
.partner-container {
    background-color: #fff;
    text-align: center;
}

.partner-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.partner-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.partner-logos img {
    height: 30px;
    object-fit: contain;
}

/* Footer Section */
.footer-container {
    background-color: #f9f9f9;
    padding: 3rem 10%;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-branding {
    flex: 1;
    min-width: 250px;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cyber {
    color: #333;
}

.square {
    color: #ff5757;
}

.footer-tagline {
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-links {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

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

.footer-column li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #666;
    text-decoration: none;
}

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

.newsletter-form {
    display: flex;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.7rem;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.subscribe-btn {
    background-color: #ff5757;
    color: white;
    padding: 0.7rem 1rem;
    border-radius: 0 5px 5px 0;
}

/* Comparison Section */
.comparison-container {
    background-color: #fff;
    text-align: center;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    margin-bottom: 2rem;
}

.grid-item {
    padding: 1rem;
    text-align: center;
}

.grid-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

.comparison-footer {
    background-color: #ff5757;
    color: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
}

/* Teachers Section */
.teachers-container {
    background-color: #1e2c56;
    color: white;
    padding: 40px 0 60px;
}

.teachers-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}

.teachers-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.teachers-card {
    background-color: white;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.teachers-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}

.teachers-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Card sizes */
.card-small {
    grid-column: span 4;
}

.card-medium {
    grid-column: span 4;
    grid-row: span 2;
}

.card-large {
    grid-column: span 8;
}

.card-with-image {
    display: flex;
    flex-direction: column;
}

.card-text {
    flex: 1;
}

.card-image {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    max-width: 100%;
    max-height: 140px;
    border-radius: 5px;
    object-fit: contain;
}

.card-ai-platform {
    background-color: #f0d086;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.card-ai-platform h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1e2c56;
    margin-bottom: 10px;
}

.card-ai-platform p {
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

.try-free-container {
    text-align: center;
    margin-top: 40px;
}

.try-free-btn {
    background-color: #e85e4f;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.try-free-btn i {
    margin-right: 8px;
}

.try-free-btn:hover {
    background-color: #d74e40;
}

/* Responsive adjustments for teachers grid */
@media (max-width: 992px) {
    .teachers-grid {
        gap: 12px;
    }
    
    .card-large, .card-medium, .card-small {
        grid-column: span 6;
    }
    
    .card-medium {
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .teachers-grid {
        gap: 10px;
    }
    
    .card-large, .card-medium, .card-small {
        grid-column: span 12;
    }
}

/* Platforms Section */
.platforms-container {
    background-color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

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

.platform-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 700;
}

.html-icon {
    background-color: #e34c26;
    color: white;
}

.python-icon, .scratch-icon, .scratch-jr-icon, .mit-icon {
    background-color: white;
}

.python-icon img, .scratch-icon img, .scratch-jr-icon img, .mit-icon img {
    max-width: 80%;
    max-height: 80%;
}

.js-icon {
    background-color: #f7df1e;
    color: black;
}

.sql-icon {
    background-color: #336791;
    color: white;
}

/* Question Creation Section */
.question-creation-container {
    background-color: #f9f9f9;
}

.question-creation-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}

.video-container {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.video-container img {
    width: 100%;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 87, 87, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
}

.creation-steps {
    flex: 1;
    min-width: 300px;
}

.creation-step {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.step-icon {
    background-color: #ff5757;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h3 {
    margin-bottom: 0.5rem;
}

/* Features Section */
.features-container {
    background-color: #fff;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-card {
    border: 1px solid #eee;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    text-align: center;
}

.feature-icon {
    font-size: 2rem;
    color: #ff5757;
    margin-bottom: 1rem;
}

.feature-card h3 {
    margin-bottom: 0.8rem;
}

/* Enquire Now Button */
.enquire-now-btn {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
}

.enquire-now-btn a {
    display: block;
    background-color: #ff5757;
    color: white;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    section {
        padding: 2rem 5%;
    }
    
    .comparison-grid, .teachers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content {
        flex-direction: column;
    }
    
    .cs-logo {
        position: static;
        margin-bottom: 2rem;
    }
    
    .banner-text {
        padding: 3rem 5%;
    }
}

@media (max-width: 480px) {
    .comparison-grid, .teachers-grid, .platforms-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials {
        grid-template-columns: 1fr;
    }
}

/* Main Banner */
.main-banner {
    background-color: #f9f9f9;
    padding: 35px 30px 0 0px;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
}

.cs-logo {
    position: absolute;
    top: 2rem;
    left: 10%;
    font-size: 1.4rem;
    font-weight: 700;
}

.banner-text {
    flex: 1;
    padding: 5rem 5% 5rem 10%;
    min-width: 300px;
}

.banner-text h1 {
    color: #ff5757;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.banner-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.banner-text p {
    margin-bottom: 2rem;
}

.get-started-btn {
    background-color: #ff5757;
    color: white;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
}

.banner-image {
    flex: 1;
    min-width: 300px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
