/* //EDUDOOT STUDENT ADDMITION FORM */
:root {
    --primary: #6C63FF;
    --primary-600: #5a52e6;
    --muted: #6b7280;
    --bg: #F7F8FF;
    --card: #ffffff;
    --radius: 14px;
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Inter', system-ui, Segoe UI, Roboto, Arial;
    color: #0b1220;
    background: var(--bg);
    -webkit-font-smoothing: antialiased
}

p.text-size.mb-0.text-muted.text-red {
    color: red !important;
}

/* NAVBAR */
.navbar {
    padding: 0.9rem 0
}

.navbar-brand img {
    height: 42px
}

.nav-link {
    color: rgba(11, 18, 32, .75) !important
}

.btn-primary {
    background: linear-gradient(90deg, var(--primary), var(--primary-600));
    border: none
}

/* HERO */
header.hero {
    padding: 2.5rem 2rem 0;
    background: linear-gradient(180deg, rgb(255 181 0), rgb(255 222 0 / 7%));
}


.hero-card {
    background: var(--card);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    padding: 1.5rem
}

.hero-title {
    font-weight: 800;
    letter-spacing: -0.02em
}

.hero-sub {
    color: #000;
}

/* CONTACT */
.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-600)
}

img.set-about-img {
    height: 312px;
    width: 99%;
}

/* FOOTER */
footer {
    background: #0b1220;
    color: #f1f5f9;
    padding: 2.5rem 0
}

/* Floating CTA */
.whatsapp-cta {
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: #25D366;
    color: #fff;
    border-radius: 1000px;
    padding: 11px 31px;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.14);
    z-index: 999;
}

img.set-icon-logo {
    height: 260px;
    /* ही लाईट काढून टाका किंवा मोबाइलसाठी बदल करा */
    width: 100%;
    /* ही लाईट पण काढून टाका किंवा बदल करा */
    max-width: 100%;
    /* मोबाइलसाठी आवश्यक */
    height: auto;
    /* मोबाइलसाठी आवश्यक */
}

/* //Services Box */
.service-card {
    background: #fff;
    border-radius: 12px;
    transition: all 0.35s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

/* Hover Animation */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Icon Box */
.icon-box {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.4s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/* Icon Hover Effect */
.service-card:hover .icon-box {
    background: #febf22;
    transform: scale(1.07);
}

.service-card:hover .icon-box i {
    color: #fff !important;
}

/* Icon default color */
.icon-box i {
    color: #febf22;
    transition: 0.4s ease;
}

/* //SERVICES BOX END */

.swiper-slide img {
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: grayscale(40%);
    transition: .3s ease;
}

.swiper-slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgb(254 186 18) !important;
}

/* Responsive tweak */
@media (max-width: 991px) {
    header.hero {
        padding: 4.5rem 0
    }
}

/* Mobile specific styles */
@media (max-width: 768px) {
    header.hero {
        padding: 2rem 1rem;
        /* मोबाइलवर थोडे जास्त पॅडिंग */
    }

    .hero-title {
        font-size: 2.5rem;
        /* मोबाइलवर शीर्षक थोडे लहान */
        text-align: center;
    }

    .hero-sub {
        font-size: 1rem;
        /* मोबाइलवर उप-शीर्षक थोडे लहान */
        text-align: center;
    }

    .hero .d-flex.gap-3.mt-4 {
        flex-direction: column;
        /* बटणे मोबाइलवर एकाखाली एक येतील */
        align-items: center;
        /* बटणे मध्यभागी येतील */
    }

    .hero .btn-lg {
        width: 100%;
        /* बटणे पूर्ण रुंदी घेतील */
        max-width: 300px;
        /* बटणांसाठी कमाल रुंदी */
    }

    .mt-4.d-flex.gap-4.align-items-center {
        flex-direction: column;
        /* ट्रस्ट बॅजेस मोबाइलवर एकाखाली एक येतील */
        align-items: center !important;
        /* मध्यभागी अलाईन होतील */
        gap: 20px !important;
        margin-top: 30px !important;
    }

    .hero-card {
        box-shadow: none;
        /* मोबाइलवर कार्डसाठी कमी छाया */
    }

    .col-lg-5.text-center {
        margin-top: 30px;
        /* कार्डसाठी वरून थोडे अंतर */
    }

    img.set-icon-logo {
        height: auto;
        max-width: 70%;
        /* मोबाइलवर इमेज थोडी लहान दिसेल */
        margin-bottom: 20px;
    }

    /* Modal form adjustments for mobile */
    .modal-dialog {
        margin: 0.5rem;
        /* मोबाइलवर मोडलसाठी थोडे अंतर */
    }

    .modal-body {
        padding: 1.5rem !important;
        /* मोबाइलवर मोडल बॉडीसाठी पॅडिंग कमी करा */
    }

    .modal-content {
        border-radius: 12px !important;
        /* मोबाइलवर मोडलची बॉर्डर रेडियस कमी करा */
    }

    .col-md-6,
    .col-md-4,
    .col-md-2,
    .col-md-3 {
        width: 100%;
        /* फॉर्ममधील कॉलम्स मोबाइलवर पूर्ण रुंदी घेतील */
    }

    .col-12.text-end.mt-3 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .col-12.text-end.mt-3 .btn {
        width: 100%;
    }

    img.set-about-img {
        height: auto;
        width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-control,
.form-select {
    border-radius: 12px;
    transition: .25s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.25);
}

/* Contact Form */
/* Contact Form Wrapper */
.contact-form {
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    border-radius: 15px;
}

/* Hover Effect */
.contact-form:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* Input fields */
.contact-form .form-control {
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px solid #ced4da;
    transition: 0.3s ease;
    font-size: 1rem;
}

/* Placeholder style */
.contact-form .form-control::placeholder {
    color: #9ca3af;
    font-size: 0.95rem;
}

/* Focus style */
.contact-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 6px rgba(13, 110, 253, 0.25);
}

/* Button */
.contact-form button {
    border-radius: 10px;
    font-weight: 600;
}

/* For mobile responsiveness */
@media (max-width: 576px) {
    .contact-form .form-control {
        font-size: 0.95rem;
        padding: 10px 14px;
    }

    img.set-about-img {
        height: auto;
        width: 100%;
    }
}

/* Contact Info Card */
.contact-info-card {
    background: #fff;
    border: 1px solid #e9ecef;
    transition: 0.3s ease;
    border-radius: 12px;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Contact items */
.info-item {
    font-size: 1rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

/* Icon styling */
.info-item i {
    font-size: 1.2rem;
}

/* Button */
button.btn-primary {
    border-radius: 10px;
}

/* REGISTER FORM CSS */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-control,
.form-select {
    border-radius: 12px;
    transition: .25s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.25);
}

.password-toggle {
    font-size: 18px;
}

/* SLIDERS CSS */
.swiper-slide img {
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: grayscale(40%);
    transition: .3s ease;
}

.swiper-slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Footer Base */
.footer-section {
    background: #0b1220;
    color: #f1f1f1;
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Title */
.footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

/* Description */
.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0;
    max-width: 420px;
}

/* Credits & Copy */
.footer-credit,
.footer-copy {
    font-size: 14px;
    margin: 0;
    color: #e2e8f0;
}

/* Links */
.footer-credit a {
    color: #60a5fa;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-credit a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

/* Responsive Improvements */
@media (max-width: 576px) {
    .footer-section {
        text-align: center;
        padding: 35px 0;
    }

    .footer-desc {
        margin: 0 auto;
        max-width: 100%;
    }

    img.set-about-img {
        height: auto;
        width: 100%;
    }
}