.topbar-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 0 20px;
}
.topbar-content i {
    margin-right: 8px;
    font-size: 1.1rem;
    color: #2563eb;
}

/* Services Section */
.services {
    background: #fff;
    padding: 0 0 60px 0;
}
.section-title {
    text-align: center;
    color: #2563eb;
    font-size: 2rem;
    margin-bottom: 36px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}
.service-card {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
}
.service-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
}
.service-icon {
    font-size: 2.5rem;
    color: #2563eb;
    margin-bottom: 16px;
}
.service-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.service-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 18px;
}
.learn-more {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.learn-more:hover {
    color: #1e40af;
}

/* Features Section */
.features {
    background: #f8fafc;
    padding: 0 0 60px 0;
}
.features-content {
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
}
.features-text {
    flex: 1 1 400px;
}
.features-text h2 {
    font-size: 2rem;
    color: #2563eb;
    margin-bottom: 18px;
}
.feature-list {
    margin-top: 18px;
}
.feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}
.feature-item i {
    font-size: 1.5rem;
    color: #10b981;
    margin-top: 4px;
}
.feature-item h4 {
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #2563eb;
}
.feature-item p {
    font-size: 1rem;
    color: #555;
}
.features-image img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
    width: 100%;
    /* max-width: 400px;  You can keep this or adjust it */
    height: 300px; /* Example height - adjust as needed */
    object-fit: cover; /* or 'contain' depending on your desired outcome */
}
.features-image img {
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
    width: 100%;
    height: auto; /* Adjust to maintain aspect ratio */
}

.features-image {
    flex: 1; /* This allows it to take up available space */
    display: flex;
    justify-content: flex-end; /* Align the image to the right */
}
.features-image img {
    width: 600px; /* Adjust width as needed for size */
    height: auto; /* Maintain aspect ratio */
}

/* CTA Section */
.cta {
    background: #2563eb;
    color: #fff;
    text-align: center;
    padding: 0 0 48px 0;
}
.cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
}
.cta p {
    font-size: 1.1rem;
    margin-bottom: 18px;
}
.cta .btn-large {
    padding: 16px 40px;
    font-size: 1.1rem;
    border-radius: 8px;
}
.btn-primary {
    background: #fff;
    color: #2563eb;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}
.btn-primary:hover {
    background: #2563eb;
    color: #fff;
}
.btn-large {
    font-size: 1.2rem;
    padding: 18px 44px;
}

/* Academic Success Section */
.academic-success {
    background: #fff;
    padding: 0 0 64px 0;
}
.academic-flex {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}
.academic-info {
    flex: 1 1 380px;
}
.academic-label {
    background: #f1f5f9;
    color: #2563eb;
    font-size: 1rem;
    letter-spacing: 0.2em;
    border-radius: 18px;
    padding: 8px 24px;
    display: inline-block;
    margin-bottom: 18px;
    font-weight: 600;
}
.academic-info h2 {
    font-size: 2rem;
    color: #1e293b;
    margin-bottom: 18px;
    font-weight: 700;
}
.academic-info p {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 28px;
}
.academic-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.academic-btn {
    background: #e0e7ff;
    color: #2563eb;
    font-weight: 600;
    border-radius: 24px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.07);
    margin-bottom: 8px;
    cursor: default;
}

.academic-visual {
    flex: 1 1 320px;
    position: relative;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.academic-bg {
    width: 260px;
    height: 260px;
    background: #e0f2fe;
    border-radius: 50% 40% 60% 50% / 60% 50% 40% 50%;
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 1;
}
.academic-stats {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px rgba(37, 99, 235, 0.08);
    padding: 32px 36px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 180px;
}
.academic-stat-num {
    font-size: 2rem;
    color: #2563eb;
    font-weight: 700;
    display: block;
}
.academic-stat-label {
    font-size: 1rem;
    color: #222;
    display: block;
    margin-top: 2px;
}

/* Admission Highlight Section */
.admission-highlight {
    background: #f1f5fb;
    padding: 0 0 64px 0;
}
.admission-flex {
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.admission-info {
    flex: 1 1 380px;
}
.admission-label {
    background: #e0e7ff;
    color: #2563eb;
    font-size: 1rem;
    letter-spacing: 0.2em;
    border-radius: 18px;
    padding: 8px 24px;
}

/* Styling for the admission information section */
.admission-info h2 {
    margin-bottom: 10px; /* Adjust this value for the desired spacing */
}

/* Basic reset and typography */
body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
}

/* Main About Section */
.about-section {
    padding: 0 20px 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    /* Background color changed back to very very very light blue */
    background-color: #f0f8ff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.about-image-side {
    flex: 1;
    position: relative;
    max-width: 50%;
}

.about-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.8) grayscale(0.2);
}

.experience-box {
    position: absolute;
    bottom: 100px;
    right: -20px;
    background-color: #0d47a1;
    color: white;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.experience-box .icon-thumbs-up {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    color: #ffd700;
}

.experience-box span {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.experience-box p {
    font-size: 0.8rem;
    margin: 0;
    white-space: nowrap;
}

.about-content-side {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content-side h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.about-content-side p {
    line-height: 1.8;
    color: #6c757d;
    max-width: 90%;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.tabs-container {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin-top: 20px;
}

.tab-button {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #6c757d;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.tab-button.active {
    color: #0d47a1;
    border-bottom: 3px solid #0d47a1;
}

.tab-content {
    min-height: 300px;
    padding-top: 20px;
}

.content-text {
    display: none;
}

.content-text.active {
    display: block;
}

/* Call to Action Section */
.cta-section {
    padding: 0 20px 60px 20px;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #5544a4; /* The blueish purple color */
    color: white;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 100 100"><polygon points="0,0 50,0 25,50 0,50" style="fill:%234c3c8c;opacity:0.3;"/><polygon points="50,0 100,0 75,50 50,50" style="fill:%234c3c8c;opacity:0.3;"/><polygon points="0,50 50,50 25,100 0,100" style="fill:%234c3c8c;opacity:0.3;"/><polygon points="50,50 100,50 75,100 50,100" style="fill:%234c3c8c;opacity:0.3;"/></svg>');
    background-repeat: repeat;
    background-size: 50px;
}

.cta-container h3 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
}

.cta-button {
    background-color: white;
    color: #5544a4;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #e9ecef;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .about-image-side {
        height: 420px;
    }
    .cta-container {
        padding: 0 12px;
    }
}

@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
    }
    .about-image-side,
    .about-content-side {
        max-width: 100%;
    }
    .about-image-side {
        height: 400px;
    }
    .experience-box {
        bottom: 20px;
        right: 20px;
    }
    .cta-container {
        flex-direction: column;
        text-align: center;
    }
    .cta-container h3 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-container {
        padding: 0 16px;
    }
    .about-image-side {
        height: 320px;
    }
    .about-content-side {
        padding: 24px;
    }
    .about-content-side h2 {
        font-size: 2.2rem;
    }
    .cta-container {
        padding: 0 20px;
    }
    .cta-button {
        width: 100%;
        max-width: 360px;
    }
    .experience-box {
        right: 15px;
        left: auto;
        bottom: 15px;
    }
}

@media (max-width: 576px) {
    .about-content-side {
        padding: 22px;
    }
    .about-content-side h2 {
        font-size: 1.8rem;
    }
    .experience-box {
        padding: 15px 20px;
        bottom: 10px;
        right: 10px;
    }
    .cta-container {
        padding: 0 16px;
    }
    .cta-button {
        width: 100%;
    }
}

/* Reset some default styles */
* {
  box-sizing: border-box;
}

.inhe-hero-section {
    margin-top: 0 !important; /* Remove any margin-top to avoid conflict with JS */
}

/* Add proper spacing for hero section after header */
main {
    display: block; /* Ensure main is block level */
    padding-top: 0; /* Initial padding, will be set dynamically by JS */
}

body {
    margin: 0;
    padding: 0;
}
