@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
/* School */
body {
        margin: 0;
    }
    /* enroll-now button header */
    .enroll-now {
        color: #FFFFFF;
        background: #DE127D;
        font-size: 14px;
        font-weight: 700;
        margin-left: 34px;
        padding: 12px 24px 12px 24px;
        border-radius: 99px;
        }
        @media (max-width: 1200px) {
        .enroll-now {
            margin-left: 0px;
        }
    }
        
    /* Humber Menu */
    @media (max-width: 300px) {
        .e-con>.e-con-inner {
        gap:0px !important;
        }
    }

    .elementor-nav-menu {
        flex-wrap: nowrap !important;
    }
    
    /* Active page */
    a.elementor-item.elementor-item-active {
        font-weight: 500 !important;
    }      

/* Hero section Title*/
.hero-title {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .hero-title::before {
        content: "";
        width: 48px;
        height: 4px;
        background: #DE127D;
        border-radius: 2px;
        display: inline-block;
    }
    .pre-school{
        color: #DE127D;
    }

/* Home page program card */
.orange,.blue,
.yellow,.green {
        display: inline-block;
        margin-bottom: 21px;
        padding: 6px 25px;
        border-radius: 50px;

        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    /* Individual colors */
    .orange {
        color: #EA580C;
        background-color: #FFF7ED;
    }

    .blue {
        color: #2563EB;
        background-color: #DBEAFE; /* light blue (better than black) */
    }

    .yellow {
        color: #A16207;
        background-color: #FEF3C7;
    }

    .green {
        color: #15803D;
        background-color: #DCFCE7;
    }

/* Section Button All Pages */
.section-button {
        text-align: center;
    }

    /* lines */
    .section-button::before,
    .section-button::after {
        content: "";
        display: inline-block;
        width: 48px;
        height: 4px;
        background: #DE127D;
        border-radius: 10px;
        vertical-align: middle;
        margin: 0 15px;
    }
    @media (max-width: 767px) {
        .section-button::before,
        .section-button::after {
            display: none;
        }
    }
/* Home Activities section */
.arrow-btn {
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
    }

.elementor-widget-theme-post-content p {
            margin: 0;
        }
        /* 1st card */
        .elementor-loop-container > *:nth-child(1) .elementor-element-0cb798d {
            background-color: #407C80 !important;
        }

        /* 2nd card */
        .elementor-loop-container > *:nth-child(2) .elementor-element-0cb798d {
            background-color: #407C80 !important;
        }

        /* 3rd card */
        .elementor-loop-container > *:nth-child(3) .elementor-element-0cb798d {
            background-color: #FF9D68 !important;
            .arrow-btn{
                color: #0F172A !important;
            }
        }

        /* 4th card */
        .elementor-loop-container > *:nth-child(4) .elementor-element-0cb798d {
            background-color: #326DAF !important;
        }
        .number {
            color: #DE127D66;
            font-size: 13px;
            font-weight: 800;
        }

 /* Home Page Testimonial */
.elementor-testimonial__content {
    background-color: #fff !important;
    padding: 24px;
    border-radius: 16px;
    } 

/* Enroll now Page */
.form-box {
        background: #3B3381;
        border: 1px solid;
        border-color: #AEADAA1A;
        border-radius: 48px;
        color: #fff;
    }
    .row.g-3 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 30px;
    }
    .form-box.p-4 {
        padding: 49px 49px 30px 49px !important;
    }

    .form-title {
        font-family: Fredoka;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        color: #fff;
        padding: 0px 0px 16px 0px;
    }

    /* REMOVE CF7 default spacing */
    .wpcf7 form p {
        margin: 0 !important;
    }

    /* Labels */
    label {
        font-family: Nunito;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #EDEDED;
    }

    /* All inputs */
    .wpcf7-form-control {
        background: #FFFFFF33 !important;
        border: none !important;
        border-radius: 30px !important;
        padding: 18px 20px !important;
        color: #EDEDED !important;
        width: 100%;
    }

    /* ✅ FINAL Placeholder */
    .wpcf7-form-control::placeholder {
        color: #EDEDED !important;
        opacity: 1;
    }

    .wpcf7-form-control:-ms-input-placeholder,
    .wpcf7-form-control::-ms-input-placeholder,
    .wpcf7-form-control::-webkit-input-placeholder  {
        color: #EDEDED !important;
    }

    /* Focus */
    .wpcf7-form-control:focus {
        box-shadow: none;
        outline: none;
    }

    /* Select arrow */
    select.wpcf7-form-control {
        appearance: none;
    }

    /* Textarea */
    textarea.wpcf7-form-control {
        height: 182px;
    }

    /* Button */
    .submit-btn {
    width: 100% !important;
    background: #DE127D !important;
    margin-top: 30px;
    font-family: Fredoka;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 28px;
    color: #fff;
    }

    /* Date icon */
    input[type="date"]::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }
    
    /* Dropdown options background */
    .wpcf7 select option {
        background: #6b63a8;
        color: #fff;
    }
    /* Hover / selected option (works in some browsers) */
    .wpcf7 select option:checked {
        background: #4b3f8f;
        color: #fff;
    }

    /* CF7 message niche lavva mate */
    .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
    }
    /* Submit Message */
    .wpcf7-response-output {
        width: 100%;
        margin-top: 20px !important;
        text-align: center;
        flex: 0 0 100%;
    } 

    @media (min-width: 768px) and (max-width: 991px) {

        /* 2 column layout */
        .form-box .col-md-3 {
            width: 50%;
        }

        .form-box .col-md-6 {
            width: 100%;
        }

        .row.g-3 {
            --bs-gutter-x: 18px;
            --bs-gutter-y: 22px;
        }

        .form-box.p-4 {
            padding: 30px !important;
        }
        .container, .container-md, .container-sm {
            max-width: 991px !important;
        }
        textarea.wpcf7-form-control {
            height: 160px;
        }
    }

/* footer newsletter */
form {
    display: flex;
    gap: 18px;
    }
    input#tnp-1 {
        border-radius: 99px;
        background: #FFFFFF0D !important;
        border: 1px solid #FFFFFF1A !important;
    }
    .tnp-field.tnp-field-email {
        width: 70%;
        display: inline-block;
        
    }
    input.tnp-submit {
        border-radius: 99px;
        background-color: #DE127D !important;
        border-color: #DE127D !important;
    }
    .tnp-field.tnp-field-button {
        width: 15%;
        display: inline-block;
    
    }
    /* ===== 1200px (Large Laptop) ===== */
    @media (max-width: 1200px) {

        form {
            gap: 16px;
        }

        .tnp-field.tnp-field-email {
            width: 70%;
        }

        .tnp-field.tnp-field-button {
            width: 20%;
        }
    }
    /* ===== 1024px (Tablet) ===== */
    @media (max-width: 1024px) {

        form {
            gap: 15px;
        }
        .tnp-field.tnp-field-button {
            width: 10%;
        }
    }
    /* ===== 880px (Small Tablet) ===== */
    @media (max-width: 880px) {

        form {
            gap: 12px;
        }
        .tnp-field.tnp-field-email {
            width: 60%;
        }
        .tnp-field.tnp-field-button {
            width: 13%;
        }
    }
    /* ===== 767px (Mobile) ===== */
    @media (max-width: 767px) {

        form {
            gap: 12px;
        }
        .tnp-field.tnp-field-email {
            width: 60%;
        }
        .tnp-field.tnp-field-button {
            width: 13%;
        }
        div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
            margin: 0px !important;
        }
    }

/* Activites video section */

