/* 
.testimonial-author-img img {
    border-radius: 50%;
    height: 60px;
    width: 60px !important;
} */

.testimonial-quote {
    min-height: 95px;
}
.testimonial-item.topper {
    min-height: 190px; /* Set the desired minimum height */
}


.gallery-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.marquee-link {
        display: flex;

    }

    .marquee-link i {
        margin-right: 10px;

    }

    .widget {
        background: #F2F3F5;
    }

    .widget-bg {
        background: #fff !important;
          box-shadow: 0 15px 40px rgba(0, 123, 255, 0.15);
    border-top: 5px solid #012758;
    }
 /*  */
 


.wrapper-marquee {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 10px !important;
}
.notice-board-frame {
    border: 5px solid #0dcaf0;
    /* background-color: #e0faff; */
    border-radius: 15px;
    overflow: hidden;
    min-height: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.notice-header {
    background-color: #012758;
    /* background-color: #0dcaf0; b0dd38*/
    color: #F2F3F5;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
}
.brithday-board-frame {
    border: 5px solid #0dcaf0;
    /* background-color: #e0faff; */
    border-radius: 15px;
    overflow: hidden;
    /* min-height: 500px; */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    
}

.brithday-header {
    background-color: #012758;
    /* background-color: #0dcaf0; */
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    padding: 20px 0;
}

.marquee-content {
    display: block;
    animation: scrollUp 15s linear infinite;
}

.wrapper-marquee:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }

}

.item-notice {
    display: flex;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 0px !important;
    overflow: hidden;
}

.date-box {
    background-color: #012758;
    /* background-color: #c62828; */
    color: #fff;
    padding: 10px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 600;
}

.date-box span {
    display: block;
    line-height: 1.4;
}

.info-box {
    background-color: #0dcaf0;
    /* background-color: #ffe0b2; */
    color: #fff;
    /* color: #bf360c; */
    padding: 10px 15px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}

.info-box p {
    margin: 0;
    padding-right: 10px;
}

.new-icon {
    width: 35px;
    height: auto;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-notice-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;

    background: linear-gradient(135deg, #0dcaf0, #012758);
    color: #fff !important;

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-notice-view:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.5);
    background: linear-gradient(135deg, #012758, #0dcaf0);
}


.btn-notice-view i {
    transition: transform 0.3s ease;
}

.btn-notice-view:hover i {
    transform: translateX(5px);
}




/*  */
 /*  */
    /* .fs-17{font-size: 17px; font-weight: 600;} */
    .c-0dcaf0 {
        color: #0dcaf0;
    }

    .c-012758 {
        color: #012758;
    }

    .marquee-wrapper {
        overflow: hidden;
        padding: 0px 24px;
    }

    .marquee-inner span {
        height: 50%;
    }

    .marquee-wrapper .marquee-block {
        width: 100%;
        height: 400px;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        padding: 30px 0;
        float: left;
    }

    .marquee-inner {

        position: absolute;

    }

    .marquee-item p {
        font-weight: 500;
        font-size: 17px;
        color: #000;

    }

    .marquee-inner.to-left {
        animation: marqueeTop 25s linear infinite;
    }


    .marquee-item {
        transition: all .2s ease-out;
    }

    @keyframes marqueeTop {
        0% {
            top: 0;
        }

        100% {
            top: -100%;
        }
    }

    @keyframes marqueeBottom {
        0% {
            top: -100%;
        }

        100% {
            top: 0;
        }
    }

    .list-group li {
        list-style-type: disc;
    }

    .list-group li::marker {
        font-size: 20px;
        color: #000;
    }

    .school-name {
        /* margin-left: 15px; */
        line-height: 40px;
        color: #012758;
        font-weight: 500;
        font-size: 25px;
        /* font-size: 27px; */
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
        margin-top: -7px;
    }

    .bg-012758 {
        background: #012758;
    }

    .company-link {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .d-inharit .testimonial-content {
        display: inherit;
        text-align: center;
        background: none;
        padding: 0;
    }

    .d-inharit {
        border-radius: 10px;
        /* background: none; */
        padding: 1px;
    }

    .d-inharit .testimonial-author-img {
        width: 130px;
        display: inline-block;
        border-radius: 115px;
    }

    .b-none::before {
        display: none;
    }

    .b-none .content-img::before {
        content: none;
    }

    .br-10 {
        border-radius: 10px;
        background: #012758;
        text-align: center;
        padding: 20px;
    }

    .table-info {
        --bs-table-bg: #0dcaf0;
        --bs-table-color: #fff;
    }

    .bg-none {
        --bs-table-bg: none;
    }

    .widget-none {
        background: #fff;
        padding: 0px;
        border-radius: 0px;
    }

    tr {
        text-align: left !important;
    }

    .bg-ffffffa6 {
        background: #ffffffa6;
    }

    .gallery-img {
        height: inherit !important;
    }

    .info .portfolio-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0px;
    }

    .info:hover .portfolio-info {
        bottom: 0;
    }

    .route-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
    }

    .route-table th {
        background-color: #012758;
        color: #fff;
        padding: 3px 10px;
        /* text-transform: uppercase; */
    }



    .route-table td,
    .route-table th {
        border: 1px solid #ddd;
        padding: 3px 10px;
    }

    .route-table td {
        color: #000;
    }

    .route-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .route-banner {
        position: relative;
        display: inline-block;
        background-color: #0dcaf0;
        /* Yellow background */
        color: #fff;
        /* Black text */

        font-size: 16px;
        font-weight: 500;
        padding: 1px 40px;
        clip-path: polygon(0 0, 63% 0, 74% -36%, 100% 100%, 0 100%);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);

    }


    .pt-12 {
        padding-top: 12px;
    }

    .notification-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .notification-item p {
        margin: 0;
    }

    .notification-item .left {
        max-width: 70%;
    }

    .notification-item .right {
        text-align: center;
    }

    /* .notification-item .new-label {
        color: red;
        font-weight: bold;
        margin-right: 5px;
    } */

    .download-btn {
        display: inline-block;
        background-color: #0dcaf0;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 14px;
    }
    /* **************************************************************************************************************************************** */
    .fun-features-section {
            padding: 48px 0;
        }

        .tv-card {
            position: relative;
            margin-top: 30px; 
            border-radius: 20px;
            padding: 8px; 
            transition: transform 0.3s ease;
        }

        .tv-card:hover {
            transform: translateY(-5px);
        }

        .tv-antenna {
            position: absolute;
            top: -25px;
            left: 40px; 
            width: 40px;
            height: 30px;
        }

        .tv-antenna span {
            position: absolute;
            bottom: 0;
            width: 4px;
            height: 25px;
            background-color: inherit; 
            border-radius: 5px;
        }

        .tv-antenna span:nth-child(1) {
            left: 0;
            transform: rotate(-30deg);
            background: #689f38;
        }
        
        .tv-antenna span:nth-child(1)::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -3px;
            width: 10px;
            height: 10px;
            background: inherit;
            border-radius: 50%;
        }

        .tv-antenna span:nth-child(2) {
            right: 0;
            transform: rotate(30deg);
            background: #689f38;
        }
        .tv-antenna span:nth-child(2)::before {
            content: '';
            position: absolute;
            top: -5px;
            left: -3px;
            width: 10px;
            height: 10px;
            background: inherit;
            border-radius: 50%;
        }

        .tv-card-inner {
            display: flex;
            align-items: center;
            padding: 25px 20px;
            border-radius: 15px;
            border: 2px dashed rgba(255, 255, 255, 0.4); 
            color: #fff;
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 32px;
            flex-shrink: 0;
            margin-right: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .tv-content h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #fff;
        }

        .tv-content p {
            font-size: 14px;
            margin: 0;
            opacity: 0.9;
            line-height: 1.4;
        }

        .green-theme {
            background-color: #0d2b56;
        }
        .green-theme .tv-antenna span { background: #0d2b56; }
        .green-theme .icon-circle { color: #0d2b56; }

        .blue-theme {
            background-color: #00d2ff;
        }
        .blue-theme .tv-antenna span { background: #00d2ff; } 
        .blue-theme .icon-circle { color: #00d2ff; }

        .cyan-theme {
            background-color: #0d2b56;
        }
        .cyan-theme .tv-antenna span { background: #0d2b56; } 
        .cyan-theme .icon-circle { color: #0d2b56; } 
    /* **************************************************************************************************************************************** */
       .feedback-section-split {
            overflow: hidden;
        }

        .feedback-img-holder {
            background-image: url('https://esmsv2.scriptlab.in/uploads/gallery/media/1767077199-9334321906953754fd0a30!2150169833.jpg?1767077205');
            background-size: cover;
            background-position: center;
            height: 100%;
            min-height: 500px;
        }

        .feedback-content-area {
            background-color: #1a2238;
            padding: 80px 60px;
            height: 100%;
            position: relative;
            color: #fff;
        }

        .sub-heading {
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            opacity: 0.8;
            display: block;
            margin-bottom: 10px;
        }

        .main-heading {
            font-size: 38px;
            font-weight: 700;
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .main-heading .highlight {
            color: #00c3ff; 
        }

        .cloud-decoration {
            position: absolute;
            top: 60px;
            right: 40px;
            font-size: 80px;
            /* color: rgba(255,255,255,0.1);  */
        }

        .testimonial-box {
            margin-top: 20px;
        }

        .client-profile {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
        }

        
        .client-img {
            position: relative;
            width: 90px;
            height: 90px;
        }

        .client-img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid #fff;
            object-fit: cover;
        }

        
        .quote-badge {
            position: absolute;
            bottom: 0;
            right: -10px;
            width: 35px;
            height: 35px;
            background-color: #00c3ff;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            line-height: 35px;
            font-size: 14px;
            border: 3px solid #1a2238; 
        }

       
        .client-info h4 {
            font-size: 20px;
            margin: 0;
            font-weight: 700;
        }

        .client-info .designation {
            color: #00c3ff;
            font-size: 14px;
            display: block;
            margin-bottom: 5px;
        }

        .client-info .stars {
            color: #00c3ff;
            font-size: 12px;
        }

     
        .feedback-text {
            font-size: 16px;
            line-height: 1.8;
            color: #ccc;
            font-style: italic;
        }

        
        .owl-theme .owl-dots {
            text-align: left !important;
            margin-top: 30px !important;
        }

        .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            background: #444c63 !important;
            margin: 5px 5px 5px 0 !important;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background: #00c3ff !important;
        }

       
        @media (max-width: 991px) {
            .feedback-img-holder {
                height: 300px;
                min-height: auto;
            }
            .feedback-content-area {
                padding: 40px 20px;
            }
            .main-heading {
                font-size: 28px;
            }
        }
    /* **************************************************************************************************************************************** */
      .feature-card {
            padding-bottom: 30px;
            transition: transform 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-5px);
        }

        .card-img {
            height: 180px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

        .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card-content-box {
            background: #ffffff;
            padding: 50px 20px 30px 20px;
            text-align: center;
            position: relative;
            margin-top: -40px;
            z-index: 2;

            border-bottom: 8px solid #222e50;
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;

            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }


        .icon-box {
            width: 70px;
            height: 70px;
            line-height: 65px;
            border-radius: 50%;
            color: #fff;
            font-size: 24px;
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            border: 4px solid #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }


        .cyan-icon {
            background-color: #0dcaf0;
        }

        .dark-icon {
            background-color: #222e50;
        }

        .green-icon {
            background-color: #7cb342;
        }


        .content-text h4 {
            color: #222e50;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .content-text p {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .arrow-btn {
            display: inline-block;
            width: 45px;
            height: 45px;
            line-height: 45px;
            background-color: #222e50;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 16px;
            transition: 0.3s;
            border: 3px solid #fff;
        }

        .arrow-btn:hover {
            background-color: #0dcaf0;
            color: #fff;
        }
    /* **************************************************************************************************************************************** */
      .kids-birthday-section {
            background-color: #012758;
            padding: 48px 0;
        }

        .kid-card {
            position: relative;
            padding-bottom: 30px;
        }


        .kid-img {
            border-radius: 20px;
            overflow: hidden;
            height: 300px;
            width: 100%;
            position: relative;
            border: 3px dashed#fff;
        }

        .kid-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }


        .kid-card:hover .kid-img img {
            transform: scale(1.1);
        }


        .kid-info {
            background: #ffffff;
            width: 85%;
            margin: 0 auto;
            padding: 15px;
            text-align: center;
            border-radius: 15px;
            position: relative;
            margin-top: -40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            z-index: 2;
        }

        .kid-info h5 {
            margin: 0;
            font-weight: 700;
            color: #012758;
            font-size: 18px;
        }
    /* **************************************************************************************************************************************** */
     .modern-notice-board {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); 
            overflow: hidden;
            border: 1px solid #d1d3e2; 
            position: relative;
            z-index: 1;
        }
        .notice-top-header {
            background: linear-gradient(135deg, #012758 0%, #0dcaf0 100%);
            padding: 15px 20px;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 3px solid #011f4b; 
        }

        .header-content {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }

        .header-content i {
            margin-right: 8px;
            animation: bell-ring 3s infinite;
            color: #ffeb3b; 
        }

        /* .header-dots span {
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
            margin-left: 4px;
            opacity: 0.8;
        } */

        .notice-scroller-box {
            height: 380px;
            overflow: hidden;
            position: relative;
            background: #f8f9fc; 
            padding: 15px;
        }

        .notice-items-wrapper {
            animation: scroll-vertical 20s linear infinite; 
        }

        .notice-scroller-box:hover .notice-items-wrapper {
            animation-play-state: paused;
        }

        .single-notice-item {
            display: flex;
            align-items: center;
            background: #ffffff;
            border-radius: 10px;
            padding: 10px;
            margin-bottom: 15px;
        
            border-left: 5px solid #4e73df; 
            
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            border: 1px solid #e3e6f0; 
            transition: all 0.3s ease;
        }

        .single-notice-item:hover {
            background: #fff;
            transform: translateX(8px); 
            border-left-color: #e62b1a; 
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        
        .notice-calendar {
            background: #eaecf4; 
            border-radius: 8px;
            min-width: 65px;
            text-align: center;
            padding: 8px 5px;
            margin-right: 15px;
            border: 1px solid #a9afdaff; 
            box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
        }

        .notice-calendar .day {
            display: block;
            font-size: 24px;
            font-weight: 800;
            color: #4e73df; 
            line-height: 1;
        }

        .notice-calendar .month {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #333; 
            font-weight: 700;
            margin-top: 5px;
        }

        .notice-details {
            flex-grow: 1;
        }

        .notice-title {
            font-size: 16px;
            font-weight: 700;
            color: #1a1a1a; 
            margin: 0 0 8px 0;
            line-height: 1.5;
        }

        .badge-blink {
            background: #e62b1a; 
            color: #fff;
            font-size: 10px;
            padding: 3px 8px;
            border-radius: 10px;
            margin-left: 8px;
            vertical-align: middle;
            font-weight: bold;
            box-shadow: 0 2px 5px rgba(231, 74, 59, 0.3);
            animation: blinker 1.5s linear infinite;
        }

        .notice-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            color: #555;
            margin-top: 8px;
            border-top: 1px dashed #8e7d7d;
            padding-top: 8px;
        }

        .notice-footer .time {
            font-weight: 600;
            color: #5a5c69;
        }

        .notice-footer .time i {
            margin-right: 5px;
            color: #f6c23e; 
        }

        .btn-download {
            background: #1cc88a;
            color: #fff !important;
            text-decoration: none;
            font-weight: 600;
            border: none;
            padding: 5px 12px;
            border-radius: 20px;
            transition: 0.3s;
            font-size: 11px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
            box-shadow: 0 2px 5px rgba(28, 200, 138, 0.3);
        }

        .btn-download:hover {
            background: #17a673;
            transform: translateY(-2px);
        }

        /* --- এনিমেশন --- */
        @keyframes scroll-vertical {
            0% { transform: translateY(100%); }
            100% { transform: translateY(-150%); }
        }

        @keyframes bell-ring {
            0%, 100% { transform: rotate(0); }
            10%, 30%, 50% { transform: rotate(15deg); }
            20%, 40%, 60% { transform: rotate(-15deg); }
        }

        @keyframes blinker {
            50% { opacity: 0.6; }
        }
    /* **************************************************************************************************************************************** */
    #school .container{padding: 0;}
    #facilities .container{padding: 0;}
    #gallery-area .container{padding: 0;}
    #feedback .container{padding: 0;}
    #learning .container{padding: 0;}
    /* #learning .container{} */
    /* **************************************************************************************************************************************** */

    @media (max-width: 410px) {
        .school-name {
            font-size: 19px;

        }
    }

    @media (max-width: 992px) {
        .hero-single{padding-top: 60px;}
        .masonry-grid {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .masonry-item {
        width: 100% !important;
        max-width: 95%;
    }
    }
    @media (min-width: 992px) {
    .gallery-img {
        height: 250px !important;
    }


    .gallery-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

    @media (max-width: 345px) {
        .school-name {
            font-size: 18px;
            margin-left: 3px;
        }
    }
    @media (max-width: 576px) {
        #school .container{padding: 0 1.5rem;}
    #facilities .container{padding: 0 1.5rem;}
    #gallery-area .container{padding: 0 1.5rem;}
    #feedback .container{padding: 0 1.5rem;}
    #learning .container{padding: 0 1.5rem;}
    }

    @media (max-width: 480px) {

        tbody tr:nth-child(even),
        tbody tr:nth-child(odd) {
            font-weight: 100;
            font-size: 13px;
        }
.item-notice {
        display: block;
    }
        .table-info {
            font-size: 14px;
        }
    }

    @media (min-width: 993px) and (max-width: 1199px) {
        .bulletin a {
            display: none;
        }
    }