* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

header {
    background: white;
    overflow: hidden;
    z-index: 999;
    width: 100%;
}

.container {
    justify-content: space-between;
    align-items: center;
}

body p {
    color: #7F7986 !important;
}

.navbar {
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.navbar .logo img {
    height: 100px;
}

.navbar .login button {
    padding: 6px 10px;
    border-radius: 12px;
    background-color: #6E65C7;
    border: 2px solid #6E65C7;
    transition: .5s ease-in-out;
}

.navbar .login button:hover {
    border: 2px solid #6E65C7;
    background: transparent;
    color: #6E65C7;
}

.navbar .login button a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 11px 25px;
}

.navbar .login button:hover a {
    color: #6E65C7;
}

/* hero section start */
.hero {
    background-image: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
}

.hero .container {
    height: auto;
    padding: 50px;
}

.hero .container .content h1 {
    font-size: 28px;
    font-weight: 700;
    color: white;
}

.hero .container .content p {
    color: white !important;
    line-height: 28px;
}

.hero .container .content .main-button {
    margin-top: 30px;
}

.hero .container .content .main-button .btn1 {
    padding: 22px 37px;
    border-radius: 8px;
    border: 1px solid white;
    transition: all .3s linear;
    background: #fff;
}

.hero .container .content .main-button .btn1:hover {
    background: #1a1a2e;
    border: 1px solid #1a1a2e;
}

.hero .container .content .main-button .btn1:hover a {
    color: white;
}

.hero .container .content .main-button .btn1 a {
    color: #020617;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
header#site-header {
    display: none;
}

/* btn 2 */
.hero .container .content .main-button .btn2 {
    padding: 22px 37px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid white;
    transition: all .3s linear;
}

.hero .container .content .main-button .btn2 a {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.hero .container .content .main-button .btn2:hover {
    background: #1a1a2e;
    border: 1px solid #1a1a2e;
}

.hero .container .wrap {
    height: 400px;
}

.hero-visual {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    overflow: hidden;
    position: relative;
}
h2.text-light {
    font-weight: 800;
    font-size: 41px;
}

/* SLIDER */
.hero .container .wrap {
    margin-bottom: 100px;
}

.hero-slider {
    position: relative;
    height: auto;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all .8s ease;
}

.hero-slide.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.hero-slide.exit {
    transform: translateX(-100%);
    opacity: 0;
}

.hero-slide img {
    width: 100%;
    border-radius: 14px;
}

/* ===== INFO BOX ===== */
.slider-info {
    margin-top: 16px;
    background: #f8fafc;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    font-weight: 600;
    color: #020617;
    transition: .5s;
}

/* hero section end */

/* sg section start - FIXED ANIMATION */
:root {
    --primary-color: #6366f1;
    --bg-light: #f8fafc;
    --text-dark: #0f172a;
    --text-muted: #475569;
}

img.sg-slide-img {
    border-radius: 8px;
}

/* Container setup */
.sg-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    align-items: flex-start;
}

h2 {
    line-height: 65px !important;
}

.sg h2 {
    font-size: 56px;
    font-weight: 600;
    padding: 100px 100px;
    text-align: center;
    color: #24163a;
}

.sg-left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 350px;
}

.sg-role-box {
    background: var(--bg-light);
    border: 1px solid #0000001a;
    border-radius: 16px;
    padding: 18px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    /* FIXED: Remove min-height that causes jumping */
}

.sg-role-box h3 {
    margin: 0;
    font-size: 19px;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

/* Fixed content height to prevent jump - OPTIMIZED */
.sg-box-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease 0.1s, visibility 0s 0.4s;
}

.sg-box-content ul {
    margin: 15px 0 0 18px;
    padding: 0;
    list-style-type: disc;
}

.sg-box-content li {
    color: var(--text-muted);
    margin-bottom: 6px;
    font-size: 14px;
}

.sg-role-box.active {
    background: #ffffff;
    border-color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.12);
}

.sg-role-box.active .sg-box-content {
    max-height: 150px;
    /* Reduced from 200px for smoother animation */
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0s;
}

.sg-role-box.active h3 {
    color: var(--primary-color);
}

.sg-right-column {
    flex: 1.8;
    background: #24163a;
    border-radius: 24px;
    padding: 15px;
    position: sticky;
    top: 20px;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg-slide-img {
    display: none;
    width: 100%;
    border-radius: 12px;
    animation: imgFade 0.6s ease;
}

.sg-slide-img.active {
    display: block;
}

@keyframes imgFade {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 🔥 MOBILE STABILITY FIX 🔥 */
@media (max-width: 900px) {
    .sg-container {
        flex-direction: column;
        gap: 20px;
    }

    .sg-right-column {
        order: -1;
        width: 100%;
        min-height: 250px;
        height: 350px;
        position: relative;
        top: 0;
    }

    .sg-left-column {
        width: 100%;
        min-width: 100%;
        display: block;
    }

    .sg-role-box {
        margin-bottom: 10px;
    }

    .sg-role-box.active .sg-box-content {
        max-height: 200px;
        /* More space for mobile */
    }
}

/* sg section end */

/* scholar section start */
.scholar {
    background: #ffffff;
}

.scholar .container {
    padding: 50px 10px;
}

.scholar .container h2 {
    font-size: 56px;
    font-weight: 600;
    color: #24163a;
    text-align: center;
}

.scholar .container p {
    text-align: center;
    padding: 20px 120px;
    font-weight: 500;
}

/* scholar section end */

/* ai section start */
.ai-section {
    padding: 60px 20px;
    background: #F5F8FA;
}

.ai-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 25px;
}

.ai-section h2 {
    font-size: 56px;
    font-weight: 600;
    color: #24163a;
    text-align: center;
}

.ai-section p {
    padding: 20px 100px;
    line-height: 28px;
    text-align: center;
}

.ai-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

.ai-subtitle {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 70px;
    font-size: 16px;
    color: #475569;
}

.ai-section .ai-container .ai-core p {
    padding: 10px;
}

/* AI Engine Layout */
.ai-engine {
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    gap: 30px;
    align-items: center;
}

/* Side items */
.ai-points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ai-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.ai-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
}

.ai-point h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 600;
    color: #020617;
}

.ai-point p {
    margin: 0;
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
}

/* Center AI Core */
.ai-core {
    background: linear-gradient(145deg, #eef2ff, #ffffff);
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 50px 30px;
    text-align: center;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.ai-core-circle {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f1f5ff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    border: 1px solid #667eea4f;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
}

.ai-core h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #020617;
}

.ai-core p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Bottom Trust Strip */
.ai-trust {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.ai-trust-item {
    font-size: 16px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-core:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor: pointer;
}

/* ai section end */

/* ops-section start */
.ops-section {
    padding: 50px 20px;
    background: #f8fafc;
}

.ops-container {
    max-width: 1200px;
    margin: auto;
}

.ops-section h2 {
    color: #24163a;
    padding: 10px 100px;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.ops-section p {
    text-align: center;
}

.ops-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #0f172a;
}

.ops-subtitle {
    text-align: center;
    font-size: 16px;
    color: #475569;
    margin-bottom: 70px;
}

/* Operations Row */
.ops-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.ops-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 28px;
    text-align: center;
}

.ops-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eef2ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.ops-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #020617;
}

.ops-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* Summary Strip */
.ops-summary {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ops-summary h4 {
    font-size: 20px;
    font-weight: 700;
    color: #020617;
    margin: 0;
}

.ops-summary p {
    font-size: 15px;
    color: #475569;
    margin: 0;
}

/* ops-section end */

/* key feature section start */
.features-section {
    padding: 50px 10px;
}

.features-section h2 {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #24163a;
}

.features-container {
    max-width: 1200px;
    margin: auto;
}

.features-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
    color: #0f172a;
}

/* Feature Panels */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding: 20px;
}

.feature-panel {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 46px 32px 36px;
    border: 1px solid #e2e8f0;
    transition: all .35s ease;
}

.feature-panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* Top Accent */
.feature-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 22px 22px 0 0;
}

/* Header */
.feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: #f1f5f9;
}

.feature-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #020617;
}

/* List */
.feature-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-panel ul li {
    padding: 12px 0;
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #334155;
}

.feature-panel ul li::before {
    content: "✔";
    color: #16a34a;
    font-size: 14px;
    margin-top: 2px;
}

/* key feature section end */

/* sg-compliance section start */
.sg-compliance {
    background: #f1f5ff;
    border-radius: 10px;
    padding: 50px 10px;
}

.sg-compliance .container {
    padding: 50px 80px;
}

.sg-compliance-wrap {
    background: white;
    margin: auto;
    border: 1px solid #e5e7eb;
    padding: 70px 80px;
    border-radius: 10px;
}

.sg-compliance-tag {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #166534;
    margin-bottom: 18px;
}

.sg-compliance h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #020617;
}

.sg-compliance-desc {
    font-size: 16px;
    color: #475569;
}

/* Divider */
.sg-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 50px 0;
}

/* Points */
.sg-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 60px;
}

.sg-point {
    font-size: 16px;
    color: #334155;
    position: relative;
    padding-left: 28px;
}

.sg-point::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #16a34a;
    font-weight: 700;
}

/* Footer */
.sg-footer {
    margin-top: 50px;
    padding-top: 26px;
    border-top: 1px solid #e5e7eb;
    font-size: 15px;
    color: #475569;
}

/* sg-compliance section end */

/* usp section start */
li.text-dark {
    color: #000;
    font-weight: 800;
    font-size: 20px;
}

.usp-section .text-dark i {
    color: #DD2E44;
    display: flex;
}

.usp-section h3 i {
    color: #DD2E44;
    font-size: 35px;
}

h3.other {
    text-align: start;
    color: #000 !important;
}

.usp-section {
    background: #F5F8FA;
    color: white;
    padding: 5rem 2rem;
}

.usp-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.usp-section .section-title {
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    color: #24163a;
}

.usp-section .section-subtitle {
    font-size: 1.2rem;
    color: #000000;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.comparison-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-col {
    padding: 2rem;
    border-radius: 20px;
}

.comparison-col.us {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.comparison-col.them {
    background: #aaa8b1;
}

.comparison-col h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: start;
    font-family: 'Poppins';
}

.comparison-col ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.comparison-col li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
}

.comparison-col li:last-child {
    border-bottom: none;
}

.usp-note {
    margin-top: 3rem;
    font-size: 1.3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.usp-note strong {
    color: #ffd700;
}

/* usp section end */

/* apk download section start */
.download .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .container .content {
    background: #f1f5f9;
    border-radius: 20px;
    padding: 30px 20px;
    margin-left: 50px;
}

.download .container .content h3 {
    font-size: 25px;
    font-weight: 700;
    color: #24163a;
}

.download .container .content p {
    margin-top: 10px;
}

.download .container .content .full {
    display: flex;
    margin-top: 30px;
    align-items: baseline;
}

.download .container .content .full .first img {
    height: 35px;
    border-radius: 50%;
    outline: 1px solid white;
}

/* Hover animation */
.download .container .mobi img {
    transition: transform 0.2s ease;
}

.download .container .content .full .first img:nth-child(2),
img:nth-child(3),
img:nth-child(4) {
    margin-left: -10px;
}

.download .container .content .full .second h6 {
    bottom: 0;
    color: #4662b2;
}

.download .container .content .playstore {
    margin-top: 20px;
    width: 200px;
}

.download .container .content .full .second .hori {
    height: 2px;
    width: 100%;
    background: #4662b2;
    margin-top: -5px;
}

/* apk download section end */

/* Footer Section */
.footer-section {
    background-color: #f0f0f0;
    padding: 60px 0 30px;
}

/* Brand Column */
.brand-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.brand-title {
    font-size: 18px;
    font-weight: 700;
    color: #5c2e1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.brand-description {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
}

/* Footer Headings */
.footer-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 25px;
}

/* Menu Links */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu a {
    font-size: 15px;
    color: #5a5a5a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #1a1a2e;
}

/* Contact Details */
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 20px;
    color: #1a1a2e;
    width: 24px;
    flex-shrink: 0;
}

.contact-text {
    font-size: 15px;
    color: #5a5a5a;
    margin: 0;
    text-decoration: none;
}

.contact-text:hover {
    color: #1a1a2e;
}

/* Copyright Section */
.copyright-section {
    background-color: #f0f0f0;
    padding: 25px 0;
    border-top: 1px solid #d0d0d0;
}

.copyright-section p {
    font-size: 17px;
}

.copyright-text {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    margin: 0;
}

.copyright-link {
    color: #1a1a2e;
    font-weight: 600;
    text-decoration: none;
}

.copyright-link:hover {
    text-decoration: none;
    color: #1a1a2e !important;
}
a.contact-text:hover {
    text-decoration: none;
    color: #1a1a2e !important;
}

/* RESPONSIVE STYLES */
@media(max-width:768px) {
    .hero .container {
        padding: 40px 10px;

    }
    h2 {
    line-height: 40px !important;
    text-align: center !important;
    font-size: 32px;
}
h2.text-light {
    font-weight: 600;
    font-size: 32px;
}

    .download .container .content h3,
    .download .container .content p {
        text-align: center;
    }

    .sg-compliance-tag {
        text-align: center;
    }

    .sg-compliance h2 {
        text-align: center;
    }

    .sg-compliance-desc {
        text-align: center;
    }

    .hero .container .content h1,
    .hero .container .content p {
        text-align: center;
    }

    .hero-slider {
        position: relative;
    }

    .hero-slide {
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        display: none;
        transition: none;
    }

    .hero-slide.active {
        display: block;
    }

    .hero-visual {
        padding: 16px;
    }

    .slider-info {
        font-size: 14px;
        padding: 12px;
    }

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

    .sg {
        padding: 40px 10px;
    }

    .sg h2 {
        font-size: 32px;
        padding: 10px;
    }

    .scholar .container {
        padding: 10px 10px 30px 10px;
    }

    .scholar .container h2 {
        font-size: 30px;
    }

    .scholar .container p {
        padding: 10px;
        text-align: center;
    }

    .ai-title {
        font-size: 28px;
    }

    .ai-container {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }

    .ai-section h2 {
        font-size: 30px;
    }

    .ai-section p {
        padding: 10px;
        text-align: center;
    }

    .ops-section h2 {
        padding: 10px;
        font-size: 30px;
    }

    .ops-title {
        font-size: 28px;
    }

    .ops-row {
        grid-template-columns: 1fr;
    }

    .ops-summary {
        flex-direction: column;
        text-align: center;
    }

    .features-section h2 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .comparison-table {
        grid-template-columns: 1fr;
    }

    .usp-section .section-title {
        font-size: 24px;
        margin-bottom: 1rem;
        color: #000;
    }

    .comparison-col h3 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        color: #fff;
        text-align: start;
        font-family: 'Poppins';
        font-weight: 500 !important;
    }

    li.text-dark {
        color: #000;
        font-weight: 500;
        font-size: 20px;
    }

    .download .container .content {
        margin-left: 0;
    }
}

@media screen and (max-width:1024px) {
    .hero .container .wrap {
        padding-bottom: 100px;
    }

    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

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

    .brand-logo {
        max-width: 150px;
    }

    .ai-engine {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sg-compliance .container {
        padding: 20px;
    }
}

@media screen and (max-width:1200px) {
    .sg-compliance .container {
        padding: 30px 10px;
    }
}

@media(max-width:992px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .ops-row {
        grid-template-columns: 1fr;
    }

    .ops-summary {
        flex-direction: column;
        text-align: center;
    }

    .sg-compliance-wrap {
        padding: 50px 30px;
    }

    .sg-points {
        grid-template-columns: 1fr;
    }

    .sg-compliance h2 {
        font-size: 28px;
    }
}

/* 10.02.2026 */

.manage-container {
            background: #F5F8FA;
            margin: 53px 0 0 0;
        }
        .manage-container .container {
    padding: 50px 10px;
}

        .header {
            text-align: center;
            color: white;
            margin-bottom: 65px;
            animation: fadeInDown 0.8s ease-in-out;
        }

        .header .manage-heading {
            font-size: 56px;
    font-weight: 600;
    color: #24163a;
    text-align: center;
    font-family: sans-serif;
        }

        .header p {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        .manage-card {
            background: white;
            border-radius: 20px;
            padding: 19px 20px;
            text-align: center;
            transition: all 0.4s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            height: 100%;
            border: 2px solid transparent;
            animation: fadeInUp 0.8s ease-in-out;
        }

        .manage-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            border-color: #667eea;
        }

        .icon-wrapper {
            width: 200px;
            height: 200px;
            margin: 0 auto 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5rem;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .icon-wrapper::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            border-radius: 50%;
            background: inherit;
            opacity: 0.2;
            transform: scale(0);
            transition: transform 0.4s ease;
        }

        .manage-card:hover .icon-wrapper::before {
            transform: scale(1.5);
        }

        .icon-wrapper img {
            z-index: 1;
            height: auto;
            width: 100%;
        }

        .bg-pink {
            background: #f1f5ff;
        }

        .bg-green {
            background: #f1f5ff;
        }

        .bg-yellow {
            background: #f1f5ff;
        }

        .bg-blue {
            background: #f1f5ff;
        }

        .bg-purple {
            background: #f1f5ff;
        }

        .bg-orange {
            background: #f1f5ff;
        }

        .manage-card h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 15px;
        }

        .manage-card p {
            color: #718096;
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .btn-custom {
            background: #6E65C7;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-custom:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
            color: white;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .row > div {
            margin-bottom: 30px;
        }

        @media (max-width: 768px) {
            .header .manage-heading {
                font-size: 30px;
            }

            .header p {
                font-size: 1rem;
            }

            .manage-card {
                padding: 30px 20px;
            }

            .icon-wrapper {
                width: 100px;
                height: 100px;
                font-size: 2.5rem;
            }
        }

        .stats-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #667eea;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .manage-card {
            position: relative;
        }