body {
    font-family: 'Poppins', sans-serif;
    padding-top: 56px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hero */
.hero {
    height: 100vh;
    position: relative;
    background: #ffffff75;
    overflow: hidden;
}

.hero .display-4 img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: inherit;
}

.imglogo {
    position: relative;
    display: inline-block;
    z-index: 0;
    top: -6px;
    left: -5px;
}

.hero .display-4 .imglogo:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -15px;
    height: 80px;
    width: 80px;
    z-index: -1;
    background: linear-gradient(180deg, var(--token-6396e7f2-0645-4f69-9a36-80e94f8ee015, rgb(14, 18, 41)) -278%, var(--token-d4c0a0e6-8fba-45bc-8f6f-215e608cd0df, rgb(255, 255, 255)) 136%);
    border-radius: 100px;
    box-shadow: rgba(122, 122, 122, 0.58) 0px 0.706592px 0.989229px -0.541667px, rgba(122, 122, 122, 0.57) 0px 1.80656px 2.52919px -1.08333px, rgba(122, 122, 122, 0.55) 0px 3.62176px 5.07046px -1.625px, rgba(122, 122, 122, 0.52) 0px 6.8656px 9.61184px -2.16667px, rgba(122, 122, 122, 0.46) 0px 13.6468px 19.1055px -2.70833px, rgba(122, 122, 122, 0.32) 0px 30px 42px -3.25px;
    opacity: 1;
}

.hero .display-4 .imglogo:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
    height: 70px;
    width: 70px;
    z-index: -1;
    background: linear-gradient(90deg, #000000 0%, #00000069 213%);
    border-radius: 100px;
    box-shadow: rgba(16, 49, 77, 0.24) 0px 0.706592px 0.706592px -0.666667px, rgba(16, 49, 77, 0.23) 0px 1.80656px 1.80656px -1.33333px, rgba(16, 49, 77, 0.22) 0px 3.62176px 3.62176px -2px, rgba(16, 49, 77, 0.2) 0px 6.8656px 6.8656px -2.66667px, rgba(16, 49, 77, 0.16) 0px 13.6468px 13.6468px -3.33333px, rgba(16, 49, 77, 0.06) 0px 30px 30px -4px;
}

.video-glass {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -118px;
    z-index: -1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    filter: brightness(.69) grayscale() invert();
    inset: -238px -177px -47px -176px;
}

.video-glass video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero videso {
    cursor: auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: block;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

/* Sections */
.section {
    padding: 80px 0;
}


.btnbg {
    background-color: rgb(245 245 245);
    border-radius: 10px;
    box-shadow: rgba(158, 158, 158, 0.69) 0px 0.706592px 0.706592px -0.583333px, rgba(158, 158, 158, 0.68) 0px 1.80656px 1.80656px -1.16667px, rgba(158, 158, 158, 0.65) 0px 3.62176px 3.62176px -1.75px, rgba(158, 158, 158, 0.61) 0px 6.8656px 6.8656px -2.33333px, rgba(158, 158, 158, 0.52) 0px 13.6468px 13.6468px -2.91667px, rgba(158, 158, 158, 0.3) 0px 30px 30px -3.5px, rgb(255, 255, 255) 0px 3px 1px 0px inset;
    opacity: 1;
    will-change: auto;
}


/* Cards */
.feature-card,
.service-card {
    border-radius: 15px;
    transition: 0.3s;
}

.feature-card:hover,
.service-card:hover {
    transform: translateY(-5px);
}

/* Footer */
.footer {
    padding: 60px 0;
    background: #f8f9fa;
}





.testimonial-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.testimonial-box {
    max-width: 900px;
}



.carousel-control-prev {
    left: -10%;
}

.carousel-control-next {
    right: -10%;
}


.testimonial-text {
    font-size: 32px;
    line-height: 1.6;
    color: #777;
    font-weight: 300;
}

.testimonial-text strong {
    color: #000;
    font-weight: 600;
}

.testimonial-section .profile-box {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-section .profile-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.testimonial-section .profile-name {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}



/* Section */
.choose-section {
    padding: 40px 0;
    text-align: center;
}

/* Badge */
.choose-section .top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

/* Title */
.choose-section .main-title {
    font-size: 46px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.choose-section .sub-title {
    color: #666;
    margin-bottom: 60px;
}

/* Cards */
.choose-section .neo-card {
    background: #f4f4f4;
    border-radius: 22px;
    padding: 35px 30px;
    height: 100%;
    position: relative;
    box-shadow:
        12px 12px 25px #dcdcdc,
        -12px -12px 25px #ffffff;
}

/* Icon Circle */
.choose-section .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #f4f4f4;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        inset 6px 6px 12px #dcdcdc,
        inset -6px -6px 12px #ffffff;
}

.choose-section .circle i {
    font-size: 38px;
    color: #333;
}

/* Floating Chart */
.choose-section .chart {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.choose-section .bar {
    width: 35px;
    background: #f4f4f4;
    border-radius: 8px;
    box-shadow:
        inset 4px 4px 8px #dcdcdc,
        inset -4px -4px 8px #ffffff;
}

.choose-section .b1 {
    height: 60px
}

.choose-section .b2 {
    height: 90px
}

.choose-section .b3 {
    height: 130px
}

.choose-section .b4 {
    height: 80px
}

.choose-section .b5 {
    height: 55px
}

/* Floating Label */
.choose-section .float-label {
    position: absolute;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.choose-section .l1 {
    top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.choose-section .l2 {
    top: 90px;
    right: 20px
}

/* Users */
.choose-section .users {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.choose-section .user {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

/* Text */
.choose-section .card-title {
    font-weight: 600;
    margin: 40px 0 10px;
}

.choose-section .card-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Pills */
.choose-section .pills {
    margin-top: 60px;
}

.choose-section .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    margin: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

@media(max-width:768px) {
    .choose-section .main-title {
        font-size: 32px;
    }
}




/* Section */
.features-section {
    padding: 40px 0;
}

/* Badge */
.features-section .feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

/* Title */
.features-section .section-title {
    font-size: 48px;
    font-weight: 600;
    margin: 40px 0 10px;
}

.features-section .section-subtitle {
    color: #666;
    margin-bottom: 60px;
}

/* Card */
.features-section .feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    text-align: left;
}

.features-section .feature-card.flex {
    display: flex;
    gap: 19px;
}

.features-section .feature-card:hover {
    transform: translateY(-5px);
}

/* Image */
.features-section .feature-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}

/* Icon */
.features-section .feature-icon {
    width: 45px;
    height: 45px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

/* Text */
.features-section .feature-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.features-section .feature-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/* Buttons */
.features-section .cta-btns {
    margin-top: 60px;
}

.features-section .btn-dark-custom {
    background: #000;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
}

.features-section .btn-light-custom {
    background: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    border: 1px solid #ddd;
}





/* Section */
.service-section {
    padding: 40px 0;
}

/* Badge */
.service-section .top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

/* Title */
.service-section .main-title {
    font-size: 46px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.service-section .sub-title {
    color: #666;
    margin-bottom: 60px;
}

/* Card */
.service-section .neo-card {
    background: #f4f4f4;
    border-radius: 22px;
    padding: 30px;
    height: 100%;
    position: relative;
    box-shadow:
        12px 12px 25px #dcdcdc,
        -12px -12px 25px #ffffff;
}

/* Icon Circle */
.service-section .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow:
        inset 5px 5px 10px #dcdcdc,
        inset -5px -5px 10px #ffffff;
}

.service-section .circle i {
    font-size: 26px;
}

/* Connecting line */
.service-section .line {
    position: absolute;
    width: 2px;
    height: 60px;
    background: #ddd;
    top: 90px;
    left: 55px;
}

/* Input Box */
.service-section .input-box {
    background: #fff;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.service-section .input-box input {
    border: none;
    outline: none;
    width: 100%;
}

/* Suggest Box */
.service-section .suggest {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    font-size: 14px;
    color: #666;
}

/* Generate Button */
.service-section .gen-btn {
    background: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

/* Chat Bubble */
.service-section .chat {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    font-size: 14px;
}

/* Message Input */
.service-section .msg-input {
    background: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    margin-top: 15px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.service-section .msg-input input {
    border: none;
    outline: none;
    width: 100%;
}

/* Floating Icons */
.service-section .floating-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.service-section .float-icon {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

/* Text */
.service-section .card-title {
    font-weight: 600;
    margin: 40px 0 10px;
}

.service-section .card-text {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}


/* Section */
.process-section {
    padding: 40px 0;
}

/* Badge */
.process-section .top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

/* Title */
.process-section .main-title {
    font-size: 46px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.process-section .sub-title {
    color: #666;
    margin-bottom: 60px;
}

/* Cards */
.process-section .process-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    position: relative;
}

/* Card Header */
.process-section .card-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.process-section .icon-box {
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-section .menu-dots i {
    color: #888;
}

/* Text */
.process-section .card-title {
    font-weight: 600;
    margin: 15px 0 8px;
}

.process-section .card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Step */
.process-section .step {
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0;
}

/* Image */
.process-section .card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 14px;
    margin-top: 10px;
}

/* Layout Fix */
.process-section .big-card .card-img {
    height: 420px;
}


/* Section */
.testimonial-section {
    padding: 40px 0;
    padding-bottom: 0;
}

/* Badge */
.testimonial-section .top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

/* Title */
.testimonial-section .main-title {
    font-size: 46px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.testimonial-section .sub-title {
    color: #666;
    margin-bottom: 60px;
}

/* Cards */
.testimonial-section .test-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/* Quote */
.testimonial-section .quote-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.testimonial-section .quote-text span {
    color: #777;
}

.testimonial-section .quote-icon {
    font-size: 40px;
    margin-top: 20px;
}

/* Video */
.testimonial-section .video-card video,
.testimonial-section .video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Stars */
.testimonial-section .stars i {
    color: #000;
    font-size: 14px;
}

/* Profile */
.testimonial-section .profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.testimonial-section .profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-section .profile h6 {
    margin: 0;
    font-size: 14px;
}

.testimonial-section .profile small {
    color: #777;
}

/* Stats */
.testimonial-section .stats {
    margin-top: 60px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.testimonial-section .stat-box h3 {
    font-weight: 600;
}

.testimonial-section .stat-box p {
    color: #666;
    margin: 0;
}


/* Section */
.faq-section {
    padding: 40px 0;
}

/* Badge */
.faq-section .top-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fff;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

/* Title */
.faq-section .main-title {
    font-size: 46px;
    font-weight: 600;
    margin: 25px 0 10px;
}

.faq-section .sub-title {
    color: #666;
    margin-bottom: 50px;
}

/* Accordion */
.faq-section .accordion-item {
    border: none;
    background: #fff;
    border-radius: 12px !important;
    margin-bottom: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.faq-section .accordion-button {
    font-weight: 500;
    padding: 18px 22px;
    background: #fff;
    color: #111;
    box-shadow: none !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
}

.faq-section .accordion-body {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    padding: 0 22px 20px;
}

/* Remove default arrow */
.faq-section .accordion-button::after {
    display: none;
}

/* Custom Arrow */
.faq-section .accordion-icon {
    margin-left: auto;
    transition: .3s;
}

.faq-section .accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

/* Footer */
.faq-section .faq-footer {
    margin-top: 40px;
    color: #333;
    font-size: 14px;
}

.faq-section .faq-footer a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}



/* Section */
.footer-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Ripple Background */
.footer-hero::before,
.footer-hero::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(0, 0, 0, .06),
            transparent 70%);
    animation: ripple 10s infinite linear;
}

.footer-hero::after {
    animation-delay: 5s;
}

@keyframes ripple {
    from {
        transform: scale(.7);
    }

    to {
        transform: scale(1.3);
    }
}

/* Sphere */
.footer-hero .sphere {
    width: 420px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Inner Content */
.footer-hero .sphere-content {
    max-width: 280px;
}

/* Social Icons */
.footer-hero .socials {
    position: absolute;
    top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-hero .socials a {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
    text-decoration: none;
}

/* Logo */
.footer-hero .logo-box {
    width: 60px;
    height: 60px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 20px auto 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.footer-hero .logo-box i {
    font-size: 22px;
}

/* Title */
.footer-hero .brand {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-hero .tagline {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Button */
.footer-hero .btn-main {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

/* Links */
.footer-hero .footer-links {
    position: absolute;
    bottom: 80px;
    display: flex;
    gap: 30px;
}

.footer-hero .footer-links a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}

/* Copyright */
.footer-hero .copyright {
    position: absolute;
    bottom: 30px;
    font-size: 13px;
    color: #555;
}









.section-padding {
    padding: 80px 0;
}

.contact-page .contact-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    background: #f1f1f1;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08),
        -3px -3px 8px rgba(255, 255, 255, 0.7);
}

.contact-page .section-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-page .section-subtitle {
    color: #666;
    margin-bottom: 50px;
}

.contact-page .card-custom {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
        -8px -8px 20px rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.contact-page .icon-box {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 20px;
}

.contact-page .form-control {
    border-radius: 12px;
    padding: 14px;
    background: #ffffff;
    border: none;
    box-shadow: inset 4px 4px 8px rgb(255 255 255), inset -4px -4px 8px rgb(255 255 255);
}

.contact-page .form-control:focus {
    box-shadow: 0 0 0 2px #000;
    border: none;
}

.contact-page .btn-dark-custom {
    background: #000;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 500;
    width: 100%;
    border: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.contact-page .btn-dark-custom:hover {
    opacity: 0.9;
}







/* HERO SECTION */
.courses-page .hero {
    padding: 120px 0;
    background: radial-gradient(circle at center, #ffffff 0%, #f2f3f5 60%, #e9ecef 100%);
    text-align: center;
    height: auto;
}

.courses-page .hero h1 {
    font-weight: 700;
    font-size: 48px;
}

.courses-page .hero p {
    color: #6c757d;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

.courses-page .btn-dark {
    border-radius: 50px;
    padding: 10px 25px;
}

.courses-page .btn-light {
    border-radius: 50px;
    padding: 10px 25px;
}



/* GLASS CARD */
.courses-page .glass-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.courses-page .glass-card img {
    width: 100%;
    margin-bottom: 13px;
}

.courses-page .glass-card:hover {
    transform: translateY(-5px);
}

/* SECTION TITLE */
.courses-page .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.courses-page .section-title h2 {
    font-weight: 700;
}

/* MODULE GRID */
.courses-page .module-box {
    border-radius: 20px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    height: 100%;

    transition: 0.3s;
}

.courses-page .module-box li {
    font-size: 12px;
    margin-bottom: 5px;
}

.courses-page .module-box .chip {
    font-size: 12px;
    background: #ebebeb;
    border-radius: 10px;
    padding: 5px 10px;
}


.courses-page .module-box h6 {
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px;
}

.courses-page .module-box:hover {
    transform: translateY(-5px);
}

/* PROJECT CARD */
.courses-page .project-card {
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);

    transition: 0.3s;
}

.courses-page .project-card h6 {
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px;
}

.courses-page .project-card:hover {
    transform: translateY(-5px);
}




.courses-page .tools-section {
    background: #f8f9fa;
}

.courses-page .tool-card,
.courses-page .project-card,
.courses-page .career-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
}

.courses-page .tool-card:hover,
.courses-page .courses-page .project-card:hover,
.courses-page .career-card:hover {
    transform: translateY(-6px);
}

.courses-page .tools-grid {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.courses-page .chip {
    padding: 6px 12px;
    background: #eef1f4;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e2e6ea;
    transition: 0.2s ease;
}

.courses-page .chip:hover {
    background: #111;
    color: #fff;
    cursor: pointer;
}

.courses-page .career-section {
    background: #e6f0e8;
    border-radius: 20px;
}

.courses-page .career-card h6 {
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px;
}


.learning-section {
    background: #e7f0e9;
}

/* PLAN CARDS */
.learning-section .plan-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
    transition: 0.3s ease;
}

.learning-section .plan-card:hover {
    transform: translateY(-6px);
}

.learning-section .plan-card ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.learning-section .plan-card ul li {
    margin-bottom: 8px;
}

/* RECOMMENDED STYLE */
.learning-section .recommended {
    border: 2px solid #111;
}

.learning-section .badge-recommended {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 50px;
    font-weight: 600;
}

/* LEARN CARDS */
.learning-section .learn-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.learning-section .learn-card:hover {
    transform: translateY(-6px);
}

/* ICON CIRCLE */
.learning-section .icon-circle {
    width: 60px;
    height: 60px;
    background: #f2f4f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}



.learn-section {
    background: #dfeee3;
    /* soft green */
}

.learn-section .learn-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 22px;
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.learn-section .learn-card:hover {
    transform: translateY(-8px);
    box-shadow: 18px 18px 0px rgba(0, 0, 0, 0.08);
}

.learn-section .learn-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.learn-section .learn-card p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.learn-section .icon-wrapper {
    width: 70px;
    height: 70px;
    background: #f5f7f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
}


.no-code-section {
    background: #ffffff;
}

/* TOOL BOX */
.no-code-section .tool-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #000;
    height: 100%;
}

.no-code-section .tool-box h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

/* CHIP STYLE */
.no-code-section .tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.no-code-section .chip {
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #ddd;
    transition: 0.2s ease;
}

.no-code-section .chip:hover {
    background: #111;
    color: #fff;
    cursor: pointer;
}


.icon-circle {
    width: 60px;
    height: 60px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 22px;
}

/* RESOURCE CARDS */
.resource-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #d5cfcf;
}

.resource-card ul {
    padding-left: 18px;
    margin-top: 10px;
}


.resource-card ul li {
    font-size: 12px;
    margin-bottom: 5px;
}



.tracks-section {
    background: #f5f6f8;
}

/* CARD */
.track-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #ddd;
    height: 100%;
    transition: 0.3s ease;
}

.track-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.track-card p {
    font-size: 13px;
}

.track-card li {
    font-size: 12px;
    margin-bottom: 5px;

}

.track-card .highlight {
    border: 2px solid #000;
}

/* ICON */
.track-card .icon-box {
    width: 65px;
    height: 65px;
    background: #f1f3f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 15px;
}

/* LIST */
.track-card .track-card ul {
    padding-left: 18px;
    margin-bottom: 20px;
}

.track-card .track-card ul li {
    margin-bottom: 6px;
}

/* CHIPS */
.track-card .tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.track-card .chip {
    background: #eef1f4;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    transition: 0.2s;
}

.track-card .chip:hover {
    background: #111;
    color: #fff;
    cursor: pointer;
}



.why-section {
    background: #f7f8f9;
}

/* CARD */
.why-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    transition: 0.3s ease;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.why-card p {
    font-size: 14px;
    margin-top: 10px;
    color: #1f2e1f;
}

/* ICON */
.icon-circle {
    width: 70px;
    height: 70px;
    background: #eaf2ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 26px;
}


.delivery-section {
    background: #f5f6f8;
}

/* CARD */
.delivery-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 100%;
}

.delivery-card:hover {
    transform: translateY(-8px);
    box-shadow: 18px 18px 0px rgba(0, 0, 0, 0.08);
}

.delivery-card h5 {
    margin-top: 15px;
    font-weight: 600;
}

.delivery-card p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}


.industries-section {
    background: #dfeee3;
}

/* Industry Pills */
.industry-pill {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s ease;
    cursor: pointer;
}

.industry-pill:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}



/* ================================
   INQUIRY SECTION - FULL STYLING
================================ */

.inquiry-section {
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    color: #1d2a3a;
}

/* Apply to ALL elements inside section */
.inquiry-section * {
    box-sizing: border-box;
}

/* ================================
   TITLES
================================ */

.inquiry-section .section-title {
    font-weight: 800;
    font-size: 34px;
}

.inquiry-section .section-subtitle {
    color: #555;
}

/* ================================
   LEFT INFO BOX
================================ */

.inquiry-section .info-box {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.05);
}

.inquiry-section .info-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.inquiry-section .lead-text {
    color: #555;
    margin-bottom: 20px;
}

.inquiry-section .info-list {
    list-style: none;
    padding: 0;
}

.inquiry-section .info-list li {
    margin-bottom: 12px;
    font-size: 15px;
}

.inquiry-section .tagline {
    font-weight: 600;
    color: #474747;
}

/* ================================
   FORM BOX
================================ */

.inquiry-section .form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #1d2a3a;
}

.inquiry-section label {
    font-size: 12px;
}

.inquiry-section .form-control,
.inquiry-section .form-select {
    border-radius: 10px;
    padding: 7px 9px;
    font-size: 12px;
}

.inquiry-section .submit-btn {
    background: #000000;
    border: none;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.inquiry-section .submit-btn:hover {
    background: #4e4e4e;
}

.inquiry-section .signin-link {
    font-weight: 600;
    text-decoration: none;
}



.hero-empowering {
    padding: 80px 0;
    background: #e9e9e9;
}

.hero-empowering h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-empowering p {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.7;
}

.hero-empowering .btn-custom {
    margin-top: 30px;
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(45deg, #000000, #4a4951);
    color: #fff;
    border: none;
    transition: 0.3s;
}

.hero-empowering .btn-custom:hover {
    background: linear-gradient(45deg, #4b3cff, #6a5cff);
}

.hero-empowering .card-box {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.hero-empowering .card-box:hover {
    transform: translateY(-5px);
    border-color: #000000;
}

.hero-empowering .card-box h2 {
    font-size: 40px;
    font-weight: 700;
}

.hero-empowering .card-box h5 {
    margin-top: 10px;
    font-weight: 600;
}

.hero-empowering .card-box p {
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
}


.footer {
    background-color: #000000;
    padding: 60px 0 20px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.footer p {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

.footer a {
    color: #cbd5e1;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer a:hover {
    color: #fff;
}

.social-icons i {
    background: #fff;
    color: #16263c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons i:hover {
    background: #0d6efd;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #2c3e50;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    color: #cbd5e1;
    font-size: 14px;
}

.footer-bottom a {
    margin: 0 10px;
    color: #cbd5e1;
}

.footer-bottom .flex {}

.footer-bottom .flex a {
    display: inline;
}

.footer-bottom a:hover {
    color: #fff;
}

/* Responsive */
@media(max-width:768px) {

    .footer-hero .sphere {
        width: 300px;
        height: 300px;
    }

    .footer-hero .brand {
        font-size: 32px;
    }

    .footer-hero .footer-links {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-empowering h1 {
        font-size: 36px;
    }

    .hero-empowering {
        padding: 50px 0;
    }

    .faq-section .main-title {
        font-size: 32px;
    }
}

/* Responsive */
@media(max-width:768px) {
    .testimonial-section .main-title {
        font-size: 32px;
    }
}

/* Responsive */
@media(max-width:768px) {
    .process-section .main-title {
        font-size: 32px;
    }

    .process-section .big-card .card-img {
        height: 280px;
    }
}

/* Responsive */
@media(max-width:768px) {
    .service-section .main-title {
        font-size: 32px;
    }

    .features-section .section-title {
        font-size: 32px;
    }

    .why-section .section-title {
        font-size: 32px;
    }

    .testimonial-section {
        padding: 40px 18px;
    }

    .features-section .feature-card.flex {
        display: block;
        gap: 19px;
    }

    .stat-box {
        margin-bottom: 10px;
        background: #ececec;
        padding: 5px;

    }

    .courses-page .hero h1 {
        font-weight: 700;
        font-size: 24px;
    }

    .contact-page .section-title {
        font-size: 27px;
    }

    .inquiry-section .section-title {
        font-size: 24px;
        margin: 17px 0;
    }


}



/* Responsive */
@media (max-width: 568px) {
    .testimonial-text {
        font-size: 16px;
    }





}